body {
background-color:#FFFFFF;
font-family: Verdana, Arial;
font-size: 10pt;
}

#logo {display:none;}

#social {
position:absolute;
z-index:10000;
right:-305px;
top:-80px;
}

#social[id=social] { 
position:absolute;
z-index:10000;
right:-295px;
top:-90px;
}

#container {
position:absolute;
top:0px;
left:0px;
width: 780px;
min-width:800px;
height: 100%;
text-align:center;
}

#header {
background-image:url('img/header.jpg');
background-repeat:no-repeat;
background-position:center;
position:relative;
width:800px;
height:510px;
text-align:left;

}

#menue {
text-align:left;
position:relative;
left:200px;
top:90px;
width:380px;

} 

#content {
width:550px;
text-align:left;
margin:auto;
position:relative;
top:-320px;
left:30px;
}

#footer {
background-image:url('img/footer.jpg');
background-repeat:no-repeat;
background-position:center;
width:100%;
height:142px;
position:relative;
top:-320px;
}

ul, li {
font-family: Verdana, Arial;
font-size: 10pt;
list-style-type: none;
}

h1 {font-size:14pt;}        
h2 {font-size:12pt;}

a:link {color:#FB8D02; text-decoration:underline; }
a:visited {color:#FB8D02; text-decoration:underline; }
a:hover {color:#FB8D02; text-decoration:none; }
a:active {color:#FB8D02; text-decoration:none; }
