* {
	
}
body {
	margin: 0;
	padding: 0;
	background-color: #9CA9B2;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	text-decoration: none;
}
td {
	font-size: 11px;
	text-decoration: none;
}
img {
	/*border: 0px;*/
}

#head {
	width: 100%;
	height: 122px;
	color: #9ca9b2;
	font-size: 10px;
	background-color: #ffffff;
}
#container {
	background-color: #ffffff;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	width: 912px;
}
#nav {
	width: 180px;
	float: left;
}
#content {
	width: 732px;
	max-width: 707px;
	float: left;
	padding-left: 25px;
	padding-top: 25px;
	background-color: #ffffff;
	text-decoration: none;
}
#end {
	clear:both;
	background-color: #ffffff;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
}


/* CONTENT */
#content td{
	text-decoration: none;
}
#content h1 {
	color: #29A3DD;
	font-size:18px;
	font-weight:normal;
	height:28px;
	margin-top:3px;
	margin-bottom: 5px;
}
#content h2.home {
	margin:0;
	padding:0;
	font-size: 15px;
	font-color: #00abdb;
}
#content h2.home a {
	font-color: #00abdb;
	text-decoration: none;
}
#content h2.home a:hover {
	font-color: #00abdb;
	text-decoration: underline;
}

/* HEAD */
#head a {
	color: #9ca9b2;
	text-decoration: none;
}			
#head a:hover {
	color: #000;
	text-decoration: underline;
}

/* NAVIGATION */
#nav td,#nav a						{ color: #535353; font-size: 11px; font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;  text-decoration: none; }

#nav a.haupt 	       			{ padding-right: 10px; padding-top: 3px; padding-bottom: 3px; color: white; font-weight: bold; display: block; }
#nav a.haupt:hover				{ color: #63727C; }

#nav a.haupt_active				{ padding-right: 10px; padding-top: 3px; padding-bottom: 3px; color: #63727C;  font-weight: bold; display: block; }
#nav a.haupt_active:hover		{ color: #00A6EB; }

#nav a.titel 	       			{ padding-right: 10px; padding-top: 3px; padding-bottom: 2px; color: white; font-weight: bold; display: block; }
#nav a.titel:hover				{ color: #00A6EB; }

#nav a.titel_active				{ padding-right: 10px; padding-top: 3px; padding-bottom: 2px; color: #00A6EB; font-weight: bold; display: block; }
#nav a.titel_active:hover			{ color: #00A6EB; }

#nav a.unter					{ padding-right: 10px; color: white; font-weight: normal; display: block; }
#nav a.unter:hover				{ color: #00A6EB; }

#nav a.unter_active				{ padding-right: 10px; color: #00A6EB; font-weight: normal; display: block; }
#nav a.unter_active:hover		{ color: #00A6EB; }

#nav .populaer { color: #fff; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
#nav a:hover.populaer  { color: #fff; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; }

/* FOOTER */
#footer a, #footer td  { color: #515151; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; font-weight: bold; }
#footer a:hover { color: #000; text-decoration: underline; }
#footer .left {
	width:180px;
	float:left;
	padding-top:13px;
	text-align: right;
}
#footer .left a {
	color: #ffffff;
}
#footer .left a:hover {
	color: #ffffff;
}
#footer .right {
	width: 732px;
	float: left;
	padding-top:13px;
	background-color: #ffffff;
}