body { 
 margin: auto; 
 padding: auto; 
 color: white; 
 font-family: Verdana, Arial, sans-serif; 
 font-size: 11px; 
 line-height:180%;
 background: #6B97A8 url(bg_site.jpg) repeat-x fixed;
 padding-bottom: 50px;

 }
img {
	border: 0px;
}

/*/////////////////// ÜBERSCHRIFTEN */ 
/* priorität 1*/
h1 {
	font-family: "trebuchet MS",Verdana, Arial, sans-serif; 
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	display: block;
	border-bottom: 1px dotted white;
}
/* priorität 2*/
h2 {
	font-family: "trebuchet MS",Verdana, Arial, sans-serif; 
	color: white;
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 0px;
}
/* priorität 3*/
h3 {
	color: white;
	font-weight: bold;
	font-size: 10px;
	display:  block;
}

/*///////////////////////////// LINKS */

a {
	font-size: 10px;
	color:white;
	background: #6B97A8;
	text-decoration: none;
	font-weight: bold;
	display: inline;}
	
a:hover {color:#171411;}



/*//////////////////////////// MENU */
ul.menu{display: inline;}
li.menu {border-bottom:1px dashed #A11414}


/*////////////// CONTENTBEREICHE -> dont´t touch it*/

/* Rahmen */
#site {
	margin: auto;
	padding: auto; 
	width: 760px;
	height: auto;
}
/*#logo{
	float: left;
	width: auto;
	height: auto;
	margin-left: 10px;
	margin-top: 100px;
	}*/
#content {
	width: auto;
	margin-top: 10px;
	margin-left: 150px;
	height: auto;
	border-bottom: 1px dotted white;

}

#menu {
	width: 160px;
	height: auto;
	margin-left: 0px;
	margin-top: 100px;
}
#menu a
{
	background: white;
}
#menu a:hover, #menu .active {
	background: #171411
}

#head {
	background: ;
	position: absolute; 
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 250px;
}

#footer {
	float: right;
	text-align: right;
}
