/* CSS Document */

<style type="text/css">
* {padding: 0; margin: 0; }
body 
{
height: 100%; 
  padding: 0px; 
  margin: 0px;  
font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
 background: #AAA9A5;
}

.wrapper {
background:url(headfoto.png); background-repeat: no-repeat; background-position: top right;
background-color: #DFCBCA;
margin:10px auto;
width:80%;
padding: 0px;

}

/* Das Menü */


#menu {padding:0; margin:0; list-style:none; width:100%; height:100px; background: url(verlauf.png) repeat-x ; clear:right; text-align:right;border-top:1px solid #082D47; border-bottom:2px solid #082D47;}

#menu li {position:relative; float:left; margin:10; padding:0;}
#menu li.last {margin:0;}
#menu li a {display:block; height:90px; width:80px; line-height:100px; padding:0; float:right; color:#082D47; text-decoration:none; font-size:14px; font-weight: bold; text-align:center; cursor:pointer;}
#menu li a b {position:relative; top:28px; font-weight:normal;}

#menu li#home a {background:url(knopf.png);margin:5px;}
#menu li#single a {background:url(knopf.png);margin:5px;}

#menu li#contact a {background:url(knopf.png);margin:5px;}

#menu li#home a:hover {background:url(knopf.png); border-bottom:4px solid #082D47; border-right:4px solid #082D47;}
#menu li#single a:hover {background:url(knopf.png); border-bottom:4px solid #082D47; border-right:4px solid #082D47;}

#menu li#contact a:hover {background:url(knopf.png); border-bottom:4px solid #082D47; border-right:4px solid #082D47;}

.home #menu li#home a {background:url(red-on.png);}
.single #menu li#single a {background:url(orange-on.png);}

.contact #menu li#contact a {background:url(violet-on.png);}

div.bildtext {
	font-size: 80%;
	overflow: hidden;
		padding: 5px 10px 10px 0px;
		margin: 0px 3px 3px 0px;
		}
div.bildtext img{
	float: left;
	padding: 10px;
	
	
	}







h1 {
	font-size: 16px;
	color: #082D47;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	

}

h2 {
	font-size: 14px;
	color: #082D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


h3 {
	font-size: 14px;
	color: #082D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}





p {
	margin-top:0px;
	border-bottom:0px solid #082D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#082D47;
}

p1 {border-bottom:1px solid #082D47;}


td1 {
	padding:5px;
	text-align: left;
	}
	
td2 {
	padding:5px;
	text-align: center;
	}
	 
/* Die Titelzeile */
#title {
	
	padding-left: 40px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* Das Menü */


#mennu {
	color:#082D47;
	
	text-align:center;
	
 background: url(verlauf.png) repeat-x bottom; 
padding:5px 5px;
	border-top:1px solid #003333;
	border-bottom:1px solid #003333;
	clear:right;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration:none;
	
	color:#006699;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;

}
a:active, a:hover
{ 
 color:#FFFFFF;
background-color: #082D47; 
font-size:14px;
}


/* Der Inhalt */
#left, #right {
line-height:14px;
}
#left  { 
margin-left: 10px;

width:0%; 
float:left;
}
#right {
width:18%;
float:right;
}
#content {
float:left;
width:75%;
margin-left:3%;
padding:5px;
color:#000000;
}


#navigation {
    
    top:40px;
    left:30px;
    width:150px;
}

a.navi, a.navi_first, a.navi_self {
   
   
   
   
   border-left:0px solid white;
   border-right:0px solid white;
   border-bottom:3x solid white;
   border-top:3px solid white;
   font-family:Verdana, Tahoma,sans-serif;
   font-size:14px;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:left;
}

a.navi_first {
   border-top:0px solid black;
}

a.navi:link, a.navi_first:link, 
a.navi:visited, a.navi_first:visited {
   
   padding:3px;
   color:#082D47;
}

a.navi_self:link, a.navi_self:visited {
   
   color:white;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover, 
a.navi:active, a.navi_first:active, a.navi_self:active {
   
   color:white;
}










.normaltext {
	
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;


}




</style>

