
body{
padding:0px; 
margin:0px; 
background:url(images/kopfzeile.jpg) repeat-x #fff; 
text-align: center;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
 }

div, tr, td, p, ul, li {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

p, ul, li, a, tr, td, h1 {
line-height: 19px;
margin-top: 0px; 
margin-bottom: 7px
}

#mainPan {
width: 778px; 
margin-left: auto;
margin-right: auto;
}

#topPan{
width:778px; 
height:66px; 
}

#headerPan {
width: 778px; 
height: 214px; 
background: url(images/berger.jpg) no-repeat; 
padding: 11px 0px 0px 160px; 
margin-bottom: 3px;
font: bold 25px Arial, Helvetica, sans-serif;
text-align: left;
/*border : 1px solid yellow;*/
 }

#bodyPan{
width: 778px; 
margin: 0px; 
padding: 0px;
height: 386px;
/*border : 1px solid green;*/
}

#leftPan{
width: 155px; 
float: left;
margin: 0px; 
padding: 0px;
text-align: right;
/*border : 1px solid Red;*/
}

#rightPan{
width: 623px; 
float: right; 
margin:0px; 
padding: 0px;
text-align: left;
}

#menue {
width: 143px; 
padding: 5px 7px 0px 5px;
/*border : 1px solid green;*/
}

#content {
width: 610px; 
border-left: 1px solid #c7d8db; 		
padding: 5px 5px 0px 7px;
height: 386px;
}

#footermainPan{
width:100%; 
height:53px; 
background:url(images/fusszeile.jpg) repeat-x #fff; 
margin-top: 8px; 
padding:22px 0 0 0;
text-align: center;
}

#footerPan{
width:778px; 
margin: 0px auto; 
text-align: right;
 }

h1{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	}

#menue a, #footerPan a {
    text-decoration: none;
    color: #2f7c8e;
	font-weight: bold;
}

#menue a:hover, #footerPan a:hover {
    text-decoration: underline;
}

 a {
    text-decoration: none;
	color: #2f7c8e;
}

a:hover {
    text-decoration: underline;
}

ul{
 list-style : square outside;
}