body {
	padding 0;
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	margin: auto;
	background-color: #FFFFFF;
}


/*----------------------------------------------*/
/*		----------Grundgeruest----------		*/
/*----------------------------------------------*/

#start {
	width: 980px;
	height: 590px;
	background-color: #e5ebeb;
	text-align: center;
	padding-top: 95px;
	float: left;
}
html>body #start {
	height: 495px;
}

#start img {
	border: 0;
}

#main {
	width: 980px;
	height: 644px;
	margin: auto;
	margin-top: 30px;
	/*border: 2px solid #000000;*/
	text-align: left;
}

#balken {
	width: 980px;
	height: 30px;
	background-color: #669999;
	text-align: center;
	color: #FFFFFF;
	padding-top: 7px;
	float: left;
}
html>body #balken {
	height: 23px;
}

#logo {
	width: 250px;
	height: 180px;
	background-color: #FFFFFF;
	padding-left: 58px;
	padding-top: 6px;
	float: left;
}
html>body #logo {
	width: 192px;
	height: 174px;
}

#banner {
	width: 730px;
	height: 140px;
	float: left;
	text-align: right;
	font-size: 8pt;
	padding-top: 125px;
}
html>body #banner {
	height: 15px;
}

#banner a, #banner a:link, #banner:visited {
	text-decoration: none;
	color: #ffffff;
}

#baner a:hover {
	text-decoration: none;
	color: #ffffff;
}

#quicklink {
	width: 730px;
	height: 40px;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 12px;
	padding-right: 10px;
	float: left;
}
html>body #quicklink {
	height: 28px;
	width: 720px;
}

#naviContainer {
	width: 250px;
	height: 430px;
	float: left;
}

#navi {
	width: 250px;
	height: 305px;
	background-color: #FFFFFF;
	float: left;
}

#klima {
	width: 250px;
	height: 75px;
	padding-left: 58px;
	float: left;
}
html>body #klima {
	width: 192px;
}

#naviLogos {
	width: 250px;
	height: 50px;
	background-color: #FFFFFF;
	padding-left: 58px;
	float: left;
}
html>body #naviLogos {
	width: 192px;
}

#content {
	width: 730px;
	height: 430px;
	background-color: #e5ebeb;
	color: #669999;
	line-height: 1.5;
	padding: 20px;
	float: left;
	overflow-y: auto;
}
html>body #content {
	width: 690px;
	height: 390px;
}


/*----------------------------------------------*/
/*-------------diverse Formatierung-------------*/
/*----------------------------------------------*/

#logo img {
	border: 0;
}

a.ohne, a.ohne:link; a.ohne:visited, a.ohne:hover {
	text-decoration: none;
	background-image: none;
}

#quicklink a, #quicklink a:link, #quicklink a:visited {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
	background-image: url(images/layout/button_square.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 20px;
}

#quicklink a:hover {
	color: 666666;	
}

#quicklink a#current:link, #quicklink a#current:visited, #quicklink a#current {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
	background-image: url(images/layout/button_square_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 20px;
}

h1 {
	color: #669999;
	font-size: 14px;
	margin: 0;
}

ul#navlist {
	margin: 0px;
	border: 0px;
	padding: 0;		/*unbedingt angeben fuer FF*/
	padding-top: 25px;
	list-style-type: none;
	text-align: left;
}

#navlist li {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline;
	margin-left: 63px;
}

#navlist a:link, #navlist a:visited, #navlist a:active {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
	padding-left: 5px;
}

#navlist a:hover {
	color: #666666;	
}

#navlist a#current:link, #navlist a#current:visited, #navlist a#current {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
}

#content a, #content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #669999;
}

#content a:hover {
	text-decoration: none;
	color: #ff6600;
}

table {
	font-family: Arial;
	font-size: 10pt;
	padding-top: 10px;
	line-height: 1.5;
}