@charset "utf-8";

/*Global*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
* {
	
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #2B7D8E;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 27px;
	margin-top: 12px;
	margin-bottom: 10px;
}
h2:first-line {
	color: #000000;
}

h3 {
	font-size: 16px;
	line-height: 20px;

}

p {
	/*font-size: 13px;*/
	margin-top: 6px;
	margin-bottom: 12px;
}
ul {
	padding-left: 10px;
}
a {
	color: #2B7D8E;
	text-decoration: none;
}
green {
	color: #2B7D8E;
}
#top {
	height: 10px;
	background-color: #2B7D8E;

}


/*hier beginnt der Kopfbereich*/
#head{
	height: 116px;
}
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*Logo*/
#logo {
	height: 87px;
	float: left;
}
#logo h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 34px;
	margin-top: 24px;
	text-transform: uppercase;
	color: #000000;
}
#logo h1:first-line {
	font-weight: bold;
	color: #2b7d8e;
}
#logo h1 .small {
	font-size: 52%;
}

/*Hier beginnt die Navigation*/
#navi {
	float: right;
}
#navi ul {
	font-weight: bold;
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	float:left;
}
#navi li {
	float: left;
	margin-left: 12px;
}
#navi a {
	color: #000000;
	;
	display: block;
	padding: 69px 10px 5px 10px;
}

#navi a:hover{
background-color: #2b7d8e;
color: #FFFFFF;
}
#image {
	height: 324px;
	clear: both;
	font-style: italic;
	text-align: center;
	padding: 0px 16px 0px 542px;
	font-weight: bold;
	line-height: 128%;
	font-family: "Times New Roman", Times, serif;
	background-image: url(bilder/headerimage.jpg);
	color: #FFFFFF;
}
#image h1 {
	font-size: 48px;
	line-height: 60px;
	padding-top: 44px;
	padding-bottom: 10px;
}
#image p {
	font-size: 16px;
}

#image a {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	height: 18px;
	width: 160px;
	background-image: url(bilder/button_wei%C3%9F.gif);
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	padding: 0px;
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
}
#content {
	margin-top: 16px;
	padding-top: 12px;
	padding-bottom: 16px;
	border-top-style: solid;
	border-top-width: 4px;
	/*border-right-width: 0px;
	border-bottom-width: 0px;*/
	border-left-width: 0px;
	border-top-color: #2B7D8E;
}

#subcontent {
	float: right;
	width: 214px;
	padding: 12px 8px;
	background-color: #2B7D8E;
	margin-left: 12px;
}
#foot {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-color: #2B7D8E;
	border-bottom-color: #2B7D8E;
}
#foot p {
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 9px;
}
#foot ul  {
	font-size: 11px;
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 9px;
	float: right;
	margin-left: 0px;
}
#foot li {
	float: left;
	margin-left: 10px;
}


#impress {
	float: right;
}

