
*{
margin: 0 0;
padding: 0 0;
}

#wrapper{

    width: 1200px;
	margin: 0px auto;
}

#header {
background-image:url(../pics/header.jpg);
background-repeat:no-repeat;
width: 1200px;
height: 160px;

}

#menue {
width: 1160px;
height: 60px;
padding-right:40px;
padding-top:10px;
background-image:url(../pics/backgroundmenue.jpg);
background-repeat:no-repeat;
}

#menue ul {
list-style:none;
text-align:right;
padding-right: 7px;
}

#menue ul li{
display: inline;
padding-left: 20px;
}

#menue ul a{
font-family:Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#999999;
font-weight:bold;
text-decoration: none;
line-height: 2em;

}

#menue ul a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#003;
font-weight:bold;
text-decoration: none;
line-height: 2em;
}

#menue ul a.aktuell{
font-family:Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#003;
font-weight:bold;
text-decoration: none;
line-height: 2em;
}


#content { 
width: 700px;
padding-left:300px;
padding-right:200px;
padding-top:10px;
padding-bottom:40px;
background-image:url(../pics/backgroundcontent.jpg);
background-repeat:repeat;
min-height: 500px;
}

#contentindex { 
width: 700px;
padding-left:300px;
padding-right:200px;
padding-top:10px;
padding-bottom:40px;
background-image:url(../pics/backgroundcontent.jpg);
background-repeat:repeat;
min-height: 500px;
}

#contentindex a{
color:#FFFF99;
}

#contentindex a:hover{
color:#FFFF99;
}


#footer {
height: 20px;
background-image: url(../pics/footer.jpg);
background-repeat: no-repeat;	
}


p {
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
color:#000000;
text-decoration:none;
line-height: 2em;
text-align:justify;
}


p.ueberschriften {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em;
color:#000000;
text-decoration:none;
line-height: 2em;
padding-top:15px;
padding-bottom: 5px;

}

p.ueberschrifteneng {
font-family:Arial, Helvetica, sans-serif;
font-size: 1.5em;
color:#000000;
text-decoration:none;
line-height: 2em;
padding-bottom: 5px;

}

p.ueberschrifteneng2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
color:red;
text-decoration:none;
line-height: 2em;
padding-bottom: 5px;

}
a{
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
color:#000000;
font-weight:bold;
text-decoration: none;
line-height: 2em;

}

a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
color:#000000;
font-weight:bold;
text-decoration: underline;
line-height: 2em;
}



