@charset "utf-8";
/* CSS Document */

/* FARBDEFINITION

grün 	#066D56
beige	#E4E1D9
h-grün  #E8EBEA
grau	#333333

*/

/* ALLGEMEIN
-----------------------------------------------*/
/* normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {	
	margin: 0;
	padding: 0;
}

/* normalisiert font-size für überschriften */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* entfernet list-style aus listen */
ol, ul {
	list-style: none;
}
/* tabelle */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* textausrichtung links in tabellen und caption */
th, td, caption {
	text-align: left;
}
/* img, fieldset ohne rahmen */
img, fieldset {
	border: none;
}
/* end ALLGMEIN --------------------------------*/
html {
	text-align: center;
}
body {
	background: url(images/bg_body.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

img.left {
	float: left;
	padding-right: 30px;
}

/* LAYOUT --------------------------------------*/
#container {
	margin: 0 auto;
	width: 990px;
	background-color: #FFFFFF;
	text-align: center;
}

#header {
	height: 400px;
	background: url(images/bg_navi_2.gif) repeat-x 0 0;
}
	#logo {
		float: left;
		text-align: center;
		padding-top: 8px;
		width: 190px;
	}
	#sprachwahl {
		position: relative;
		float: right;
		top: 75px;
		right: 15px;
		font-weight: bold;
		font-size: 90%;
		text-transform: uppercase;
		text-decoration: none;
		z-index: 3;
	}
	#mainImage {
		top: 100px;
		height: 300px;
	}
	
#content {
	margin-top: 15px;
	padding-bottom: 25px;
	border-top: 4px solid #066D56;
	background: #E8EBEA;
	text-align: left;
	min-height: 280px; 
}
	#uNav {
		float: left;
		margin-left: 30px;
		margin-top: 15px;
		width: 295px;
		background: url(images/bg_unavi.gif) no-repeat 0 0;
		min-height: 272px; 
	}
	#mainContent {
		margin-left: 380px;
		margin-top: 15px;
		width: 560px;
		text-align: left;
		background: url(images/bg_text.gif) repeat-y 0 0;
	}

#footer {
	margin-top: 10px;
	height: 40px;
	background: #FFF;
	text-align: left;
	font-size: 90%;
}
.clear {
	clear: both;
}
/* end LAYOUT */


/* NAVIGATION */
#navigation {
	position: relative;
	top: 75px;
	color: #E4E1D9;
	z-index: 2;
	height: 100px;
}

#navigation li {
	display: block;
	float: left;
	width: 100px;
} 
#navigation li.first a {
	color: #FFF;
}
#navigation a {
	color: #066D56;
	display: inline;
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bolder;
}
#content ul {
	padding-top: 20px;
	border: none;
}
#uNav li {
	padding-left: 50px;
	background: url(images/plus_navi.png) no-repeat 20px 50%;
	line-height: 1.8em;
} 
#uNav li a {
	color: #066D56;
	text-decoration: none;
}
#uNav p {
	text-align: right;
	margin-right: 25px;
}
/* end NAVIGATION */


/* LINKS */
#navigation a:hover, #navigation a:active {
	text-decoration: underline;
}
#content li a:hover, #content li a:active {
	text-decoration: underline;
}
#sprachwahl a {
	text-decoration: none;
	color: #333;
}
#sprachwahl a:hover, #sprachwahl a:active {
	color: #066D56;
	text-decoration: underline;
}
p a {	
	padding-left: 30px;
	display: block;
	color: #066D56;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	background: url(images/pfeil_text.png) no-repeat 0 50%;
}
p a:hover, p a:active {
	text-decoration: underline;
}

p a.textlink {
	display: inline;
	color: #333;
	background: none;
	font-weight: normal;
	padding-left: 0px;
	text-decoration: none;
}
p a:hover.textlink, p a:active.textlink {
	color: #066D56;
	text-decoration: underline;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* end LINKS */


/* SCHRIFT */
h1, h2, h3, p {
	padding-left: 35px;
	padding-top: 15px;
}
h1 {
	display: none;
	padding-top: 0;
}
h2 {
	padding-top: 0;
	color: #066D56;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
}
h3 {
	padding-bottom: 10px;
	color: #066D56;
	font-size: 120%;
}
h4, .h4 {
	color: #066D56;
	font-weight: bold;
}
/* end SCHRIFT */

