* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #CCCCCC;
	text-align: center;
	margin: 0;
}
#container {
	margin: auto;
	top: 30px;
	text-align: left;
	position: relative;
	width: 774px;
}
#header {
	width: 500px;
	height: 30px;
	left: 1px;
	top: 2px;
	position: absolute;
	background-color: #CCCCCC;
}
#nav {
	width: 350px;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin: auto;
	left: 0px;
	top: 30px;
	height: 250px;
	position: absolute;
}
#nav_main {
	width: 130px;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin: auto;
	left: 0px;
	top: 10px;
	height: 230px;
	position: absolute;  
}
#nav_sub {
	width: 219px;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-left: 125px;
	left: 1px;
	top: 13px;
	height: 230px;
	position: absolute;
}
#pictures {
	margin: auto;
	width: 370px;
	height: 250px;
	position: absolute;
	left: 380px;
	top: 30px;
}
#content_right {
	color: #666666;
	margin: auto;
	width: 370px;
	height: 250px;
	background-color: #99CCCC;
	position: absolute;
	left: 380px;
	top: 280px;
}
#content_right_pictures {
	padding-left: 10px;
	padding-top: 10px;
}
#content_right_inner {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#content_left {
	color: #666666;
	margin: auto;
	width: 370px;
	height: 250px;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;*/
	background-color: #99CCCC;
	position: absolute;
	left: 0px;
	top: 280px;
}
#content_left_pictures {
	padding-left: 10px;
	padding-top: 10px;
}
#content_left_inner {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#footer {
	width: 330px;
	height: 30px;
	position: absolute;
	/*left: -10px;*/
	top: 540px;
}

ul {
	list-style-type: none;
	float: left;

}

li{
	float: left;
	padding-right: 10px; 
}

/****************textformatierung*********************/

#nav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#nav_sub h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #00CCCC;
}
#content_right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
#content_left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
#content_left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
#content_right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #336699;
}
#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
}
.kursiv { font-style: italic;}

.bold { font-weight: bold;}

.active { color:#00CCCC; }

/**************** Links *********************/
#nav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	font-variant: normal;
}
#nav a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
#nav_sub a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#nav_sub a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#nav_sub a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	font-variant: normal;
}
#nav_sub a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
#footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	font-variant: normal;
}
#footer a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
#content_left a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
#content_left a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
#content_left a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	font-variant: normal;
}
#content_left a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
#content_left_inner a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#content_left_inner a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#content_left_inner a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	font-variant: normal;
}
#content_left_inner a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}
#content_right_inner a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#content_right_inner a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #336699;
}
#content_right_inner a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	font-variant: normal;
}
#content_right_inner a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #999999;
}

