/* ---------------- the basics ---------------- */


body { 
	background : #656161 url(img/bgr.gif) repeat-y fixed;
	text-align : left;
	color : #9bb5c9; 
	font-size : 14px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	margin : 0;
}


p { 
	color : #9bb5c9; 
	background: none;
	font-size : 14px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

li {margin-bottom: 10px;}

td { 
	color : #9bb5c9; 
	font-size : 14px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

tr { 
	color : #9bb5c9; 
	font-size : 14px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}



/* ---------------- h ---------------- */

h1 {
	color : #9bb5c9; 
	font-size : 20px; 
	line-height: 20px;
	font-family : verdana, arial, helvetica, sans-serif;  
	font-weight: bold;
	padding: 0;
}

h2 {
	color : #9bb5c9; 
	font-size : 14px; 
	font-family : verdana, arial, helvetica, sans-serif;  
	line-height: 25px; 
	background-image: url(img/htext_line.gif);
	font-weight: normal;
}



/* ---------------- textformatierung ---------------- */



.adresse_bold { 
	color : #363737; 
	background : none;
	font-weight : bold; 
	font-size : 10px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

.bold { 
	color : #9bb5c9; 
	background : none;
	font-weight : bold; 
	font-size : 14px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

.adresse { 
	color : #363737; 
	background : none;
	font-weight : normal; 
	font-size : 10px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

.titel { 
	color : #363737; 
	background : none;
	font-weight : bold; 
	font-size : 20px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}

.titel_klein { 
	color : #363737; 
	background : none;
	font-weight : bold; 
	font-size : 14px; 
	font-family : verdana, arial, helvetica, sans-serif;  
}


.bilder {
	border : 5px solid #fff;
}



/* ---------------- navigation ---------------- */

a { 
	font-family : verdana, arial, helvetica, sans-serif;  
	font-size : 14px; 
	text-decoration : underline; 
	color : #9bb5c9; 
	background : none;
}

a:link { 
}

a:visited { 
}

a:hover { 
	text-decoration : none; 
	color : #fff; 
	background : none;
}






/* ---------------- navigation 2. ebene ---------------- */

a.subnav { 
	font-family : verdana, arial, helvetica, sans-serif;  
	font-size : 10px;
	text-decoration : none; 
	color : #363737; 
	background : none;
	margin-left: 5px;
}

a.subnav:link { 
}

a.subnav:visited { 
}

a.subnav:hover { 
	text-decoration : none; 
	color : #fff; 
	background : none;
}




/* ---------------- ids ---------------- */


#container {
  margin: 0 auto;
  width: 732px;
  text-align: left;
  }
  
#logo {
    margin: 0 0 0 0;
    background-color: #9bb5c9;
	height: 131;
	width: 732px;
	text-align : left bottom;
}

