/* CSS Document */

<style type="text/css">


body{
margin:0px;
padding:0px;
}


h3{
font-size:16px;
}


#seitendiv{
position:absolute;
}

#header{
position:absolute;
top:72px;
left:147px;
width:800px;
}


#logo A:link    { color: #fff; }  
#logo A:visited { color: #fff; }   
#logo A:hover   { color: #fff; } 
#logo A:active  { color: #fff; }  






#textfeld{
position:absolute;
width:619px;
height:443px;
background-color:#f6b24f;
top:200px;
left:148px;
overflow:auto;
font-size:13px;
font-family:Arial, verdana, sans-serif;
line-height:1.2;

}

#textfeld pre{
font-family:Arial, verdana, sans-serif;
font-size:13px;
padding-left:155px;
line-height:1.2;
}

#navigation{
font-family:times;
font-weight:700;
font-size:17px;
position:absolute;
top:210px;
left:820px;
line-height:3;
width:180px;
}

#navigation a{
font-family: times;
font-weight:700;
font-size:17px;
text-decoration:none;
color:black;
}

#navigation a:hover{
font-family:times;
font-weight:700;
font-size:17px;
color:#a54527;
}

#bilderdiv{
z-index:2;
position: absolute;
width:203px;

overflow:auto;
left:65px;
top: 220px;
}

#bilderdiv img{
width:200px;
border:1px solid black;
}



</style>
