@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* FARBEN */
/* VA-grün:		#99C82C */
/* VA-blau:		#36BAE6 */
/* VA-orange:	#F9A327 */
/* VA-rot:			#E6081C */
/* VA-gelb:		#F0D726 */

/* SCHRIFT und FARBEN */
body {
	font: .75em/1 Verdana, Calibri, Arial, sans-serif;
	color: #000;
	background-color: #ccc;
}
/* GRUNDLAYOUT */
#wrapper {
	width: 920px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
#header, #menu, #content, #footer {
	padding: 12px 15px;
	text-align: left;
}
#header {
	color: #fff;
	background-color: #99C82C;
	font-size: 1.4em;
}
#menu {
	background-color: #36BAE6;
}
#content {
	background-color: #fff;
	padding-top: 18px;
}
#footer {
	background-color: #F0D726;
}

/* ALLGEMEINES */
.nobr {
	white-space: nowrap;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.caps {
	letter-spacing: 1px;
}
.label {
	font-weight: bold;
	color: #777;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 1.2em;
	color: #36BAE6;
	padding-bottom: .3em;
	border-bottom: 1px solid;
}
h3, h4 {
	font-weight: bold;
	font-size: 1.2em;
}
h3 {
	line-height: 1.2;
	margin-top: 2em;
	margin-bottom: .6em;
	color: #36BAE6;
}
h5 {
	font-weight: bold;
	color: #666;
}
p+h2, p+h3, p+h4 {
	margin-top: 2em;
}
p+dl {
	margin-top: 1em;
}
p {
	margin-bottom: 1.6em;
}
.adresse p {
	margin-bottom: .6em;
}
dl {
	margin-bottom: 1.2em;
}
dt {
	float: left;
	display: block;
	font-weight: bold;
	width: 1em;
	margin-right: .5em;
}
dd {
	margin-bottom: .6em;
}
.caps {
	letter-spacing: 1px;
}


/* LINKS */
a {
	color: #000;
	background: #fff url(img/bb-gruen.gif) repeat-x bottom center;
	text-decoration: none;
	padding-bottom: 2px;
}
a:hover {
	color: #000;
	background: #fff url(img/bb-orange.gif) repeat-x bottom center;
}

/* SPEZIELLE LINKS*/
a.mehr {
	text-decoration: none;
	font-weight: bold;
	margin-left: .6em;
	padding-bottom: 2px;
	background: transparent url(img/bb-gruen.gif) repeat-x bottom center;
	white-space: nowrap;
}
a.mehr:hover {
	background: transparent url(img/bb-orange.gif) repeat-x bottom center;
}
a.mehr:after {
	content: "\0020\00BB";
}
.less, .more {
	font-size: .86em;
	font-weight: bold;
	white-space: nowrap;
	color: #666;
}
a.pdf, a.pdf:hover, a.doc, a.xls {
	line-height: 25px;
	padding: 15px 0 10px 30px;
	background: transparent url("img/pdf.gif") no-repeat left center;
}
a.doc, a.doc:hover {
	background: transparent url("img/doc.gif") no-repeat left center;
}
a.xls, a.xls:hover {
	background: transparent url("img/xls.gif") no-repeat left center;
}
a.pdf:hover, a.doc:hover, a.xls:hover {
	text-decoration: underline;
}
a.img {
	background: transparent;
}


/* HEADER */
#header h1 {
	width: 120px;
	height: 81px;
	float: left;
	margin-right: 40px;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(img/vielfalt-altona-120.gif) no-repeat 0 0;
	text-indent: -9999px;
	padding: 0;
}
#header a:hover {
	background-position: 0 -81px;
}
#header a.home:hover {
	background-position: 0 0;
	cursor: default;
}
#header p {
	font-size: 14px;
	line-height: 1.2;
	padding-top: 12px;
	float: left;
	width: 350px;
}

/* MENU und SUBMENU */
#menu {
	padding: 20px 15px 1px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: -2px;
}
#menu li, #submenu li {
	display: inline;
}
#menu li a {
	color: #fff;
	padding: 2px 0.5em 3px;
	margin-left: 3px;
	text-decoration: none;
	background: #36BAE6;
}
#menu li a:link {
}
#menu li a:visited {
}
#menu li a:hover {
	color: #000;
	background: #fff;
}
#menu li a.sel {
	color: #000;
	background: #fff;
}
#menu li a.sel:hover {
}

#submenu {
	text-align: left;
	margin: 10px 25px 30px;
	font-weight: bold;	
	word-spacing: -1px;
	line-height: 1.5;
}
#submenu li {
	margin-right: 1.5em;
}
#submenu li a {
	color: #666;
	background: #fff;
	text-decoration: none;
}
#submenu li a:hover {
	color: #000;
	background: #fff url(img/bb-orange.gif) repeat-x bottom center;
}
#submenu li a.sel {
	color: #36BAE6;
}
#submenu li a.sel:hover {
	background: #fff;
	cursor: default;
}


/* INHALT */
#content {
	line-height: 1.5;
	padding-bottom: 30px;
}
#content p {
	max-width: 38em;
}
#content h2 a {
	color: #fff;
	background-color: #000;
	padding: 4px;
	text-decoration: none;
	position: relative;
	top: 5px;
}
#content h2 a:hover {
	color: #fff;
	background-color: #F9A327;
	text-decoration: none;
}

/* PROJEKTE */
.projekt {
	background-color: #fff;
	margin-bottom: 20px;
}
.projekt img {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
a img {
	border: 2px solid #fff;
}
a:hover img {
	border-color: #F9A327;
}
.projekt h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: -2px;
	border-bottom: none;
	position: relative;
	top: 2px;
}	
.projekt p, .projekt h2 {
	margin-left: 280px;
}
/* Haupt- und Nebenspalten, News-Archiv */
#main, #archive {
	width: 460px;
	float: left;
	margin-right: 90px;
	margin-left: 10px;
}
#main ul {
	list-style: disc;
	margin-left: 1.6em;
	margin-bottom: 1.2em;
}
#main ol {
	list-style: decimal;
	margin-left: 2.2em;
	padding-left: .5em;
	margin-bottom: 1.2em;
}
#main li {
	padding-left: .3em;
}

#secondary {
	width: 300px;
	float: left;
	padding-bottom: 2em;
}
#secondary p {
	margin-bottom: .8em;
}
#secondary img, #archive img {
	margin-top: 15px;
	display: block;
}
#secondary img.big {
	position: relative;
	left: -30px;
}
#main h2, #secondary h2, #secondary h3 {
	margin-right: .5em;
}
#secondary h3, #archive h3 {
	font-size: 1em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid;
}
.spim {
	font-weight: bold;
}
#secondary ul, #archive ul {
	font-size: 100%;
}
#secondary li {
	margin-bottom: 1em;
}
#archive li {
	margin-bottom: 3em;
}

#secondary li blockquote, #archive li blockquote {
	margin: .8em 0;
	border-left: 3px solid #F9A327;
	padding-left: 5px; 
} 
#secondary li p, #archive li p {
	margin-bottom: .8em;
}
#secondary p.datum, #archive p.datum {
	font-size: 1.168em;
	font-weight: bold;
	text-indent: 0;
}
#secondary h4, #archive h4 {
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: .6em;
	margin-top: 1em;
}
h4 strong {
	color: #99C82C;
}
#secondary h4 a {
	color: #fff;
	background-color: #000;
	white-space: normal;
	padding: 2px 2px 2px 0;
	text-decoration: none;
}
#secondary h4 a:hover {
	color: #fff;
	background-color: #F9A327;
}
.zusatz {
	padding-bottom: 2em;
}
.archive-link {
	padding-top: .6em;
	margin: 2em 0 1em;
	border-top: 1px solid #36BAE6;
}
.archive-link strong {
	color: #36BAE6;
}

/* FOOTER */
#footer {
	clear: both;
	padding-left: 15px;
}
#footer ul, #foerderer {
	background-color: #fff;
	clear: left;
}
#foerderer {
	padding: 10px 10px 20px;
}
#foerderer div {
	display: inline;
	float: left;
	padding: 1em 0;
	line-height: 1.5;
	margin-right: 35px;
	width: 400px;
}
#foerderer div p {
	margin: 0 0 .6em;
}
#foerderer a {
	font-weight: bold;
}
#footer ul li {
	display: inline;
	margin-right: 22px;
}
#footer ul li img {
	vertical-align: middle;
}

/* KONTAKT */
#kontakt {
}
#kontakt p {
	font-size: .75em;
	display: inline;
	float: left;
	padding: 1em 0;
	line-height: 1.5;
	margin-right: 10px;
	width: 155px;
}
#kontakt p.kl1 {
	font-weight: bold;
}
#kontakt p.kl2 {
	width: 195px;
}
#kontakt p.kl3 {
	width: 150px;
}
p#kontakt-link {
	width: 300px;
}
#kontakt a {
	color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#kontakt a:hover {
	text-decoration: none;
}

/* ECHO (Pressezitate) */
#echo blockquote p {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0;
}
#echo blockquote {
	margin: 2em 0 .75em;
}
.cite {
	font-weight: bold;
}
.cite a.pdf {
	font-weight: normal;
}
