html,body {
margin:0; 
padding:0;	
font-family:Arial, Verdana,  Helvetica, sans-serif;
font-size:14px;
background-image:url(bilder/back.jpg);
}
/*----------- DIV Container ------------*/

#site{
	position:absolute;
	height:850px;
	width:954px;
	text-align:left; 
	margin:-411px 0px 0px -477px;
	top: 50%; 
	left: 50%;  
	background-color:#CCC;
}

#center {
	padding:0px;
	margin:0px;
	float:left; 
	margin-bottom:-347px;
	height:50%; 
	width:1px; 
}

#main {
	position:relative;
	margin:0px auto;
	padding:0px;
	clear:left;
	width:954px;
	height:700px;
}

#header{
	height:200px;
	width:954px;
	background-image:url(bilder/hgbild.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#headline{
	height:140px;
	width:932px;
	float:left;
	padding:0px;
	background-image:url(bilder/hg_farben.jpg);
	background-color:#9badd3;
	background-image:
	background-repeat:no-repeat;
	margin-top:0px;
	color:#fff;
}

#left{
	margin-top:0px;
	padding:0px 0px 0px 0px;
	float:left;
	color:#006;
	height:508px;
	width:205px;
	background-color:#CCC;
	background-repeat:repeat;
	background-repeat:repeat-x;
}

#bild{
	margin-top:0px;
	padding:0px 0px 0px 0px;
	float:right;
	color:#006;
	height:423px;
	width:20px;
}

#content{
	margin-top:0px;
	color:#575967;
	background-color:#ffffff;
	height:438px;
	width:700px;
	float:right;
	overflow:auto;
}

#footer{
	text-align:left;
	width:952px;
	height:149px;
	bottom:0;
	float:left;
}



/*----------- TopMenü ------------*/
.topnavi {
	color:#666;
	position:absolute;
	width:940px;
	margin-top:12px;
	right:2px;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:0.5em;
}

.topnavi a:hover {
	color:#666;
	text-decoration: none;
	background-color:#ccc;
}

/*----------- SubMenü ------------*/
div.subnavi {
	position:absolute;
	margin-top:59px;
	padding:0px;
	width:237px;
	height:579px;
	float:left;
	background-color:#efefef;
	color:#747682;
	top:141px;
}

div.subnavi ul {
	padding-left:0px; 
}

div.subnavi li {
	float:left; 
	font-size:14px; 
}

div.subnavi a:link, div.subnavi a:visited, div.subnavi a:active {
	height:32px; 
	line-height:32px; 
	border-bottom:#ddd 3px solid;
	text-align:left; 
	text-decoration:none;
	display:block; 
	color:#666;
}

div.subnavi a:hover {
	text-decoration:none;
	background-color:#dddbdb;
	color:#666;
}

div.subnavi span {
	vertical-align:middle; 
}

.aktiv {
	background-color:#ccc;
}

/*Typografie*/



dl {
	float:left;
	margin:0;
	padding:0;
	text-decoration: underline;
}

dt {
	margin-top:0px;
	margin-left:25px;
	padding:0;
	text-decoration: underline;
}

dd {
	text-align:center;
	margin:0;
	padding:0;
	text-decoration: underline;
}

.img{
margin: 0px 0px 0px 0px;
} 	





p {
	margin:0px;
	padding: 2px 5px 5px 50px;
	text-align:left;
	line-height: 1.5em;
	color:#666;
}





#content p {
	margin:0px;
	padding: 0px 25px 15px 35px;
}

#footer p {
	padding: 2px 0px 0px 0px;
}

.fett{
	font-weight:bold;
}

h1 {
	margin:0px;
	padding:13px 0px 0px 15px;
	font-size:17px;   
}
	
h2 {
	margin:0px;
	padding:30px 0px 10px 35px; 
	font-size:16px; 
}
h3 {
	margin:0px;
	padding:0px 0px 20px 35px; 
	line-height: 1.5em;
    font-size:13px;
    color: #005191;font-weight:lighter;
}

td {
	margin-left:0px;
	padding:0px 0px 6px 35px; 
	font-size:14px; 
}


ul, li {
	margin:0px;
	padding:0px; 
	list-style-type:none; 
}

div#content ul {
	margin:0px;
	padding:10px 0px 0 25px;
}

div#content li {
	margin:0px;
	padding:0px; 
	list-style-type:none; 
	line-height:1.8em;
}




/* Links*/
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color:#024b8f;
	text-decoration: none;
}

/* Content Link */
#content a:link, #content a:visited, #content a:active {
	color: #666666;
	text-decoration:underline;
	font-size:14px;
}

#content a:hover {
	color: #024b8f;
}

/* Footer Link*/

#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration:none;
	font-size:14px;
}

#footer a:hover {
	color: #ffffff;
}
