﻿/**************** Layout ****************/

#layout{
width:1002px;
height:736px;
background:#00000;
margin:0px, 0px, 0px,0px;
border:2px solid #FFFFFF;
}


/**************** Fusszeile styles ****************/

#fusszeile{

clear:both;
width:1000px;  
height:20px;
padding-left:1px;
background:#00000
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}


/**************** Textfeld styles ****************/

body{
font:Verdana,Tahoma,Arial,sans-serif;
color:white;
background:#000000;
}
#texte{
font:Verdana,Tahoma,Arial,sans-serif;
color:white;
overflow:scroll;
overflow-x: visible;
}

}
#content{
border:2px solid #FFFFFF;
font:Verdana,Tahoma,Arial,sans-serif;
background:#000000;
color:white;
width:1000px;
height:736px;
margin:0px 0px 0px 0px;
}


#content h1{
margin:10px 0px 5px 0px;
font-size:1.4em; 
font-weight:bold;
color:#FFFFFF;}

#content h2{
margin:10px 0px 5px 0px;
font-size:1.3em;
font-weight:bold;
color:#FFFFFF;
}

#content h3{
margin:5px 0px 5px 0px;
font-size:1.2em;
font-weight:bold;
color:orange;
text-align:center;
}

#content h4{
font-size:1.1em;
color::#FFFFFF;
font-weight:bold;
margin:auto}

#content p1{
font-size:1.1em; 
color:#FFFFFF;
}

#content p2{
font-size:1.2em;
color:#FFFFFF;
}

#content p3{
font-size:1.3em;
color:#FFFFFF;
text-align:left;
}

#content a:hover{font-weight:bold;color:#ffff00;text-decoration:underline;},
#subcontent a:hover{font-weight:bold;color:#ffff00;text-decoration:underline;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content th {font-weight:bold;}

/**************** Body and tag styles ****************/

td {
scrollbar-base-color: #FFFF33;
scrollbar-3d-light-color: #FFFF33;
scrollbar-arrow-color: #330000;
scrollbar-darkshadow-color: #330000;
scrollbar-face-color: #FFFF33;
scrollbar-highlight-color: #FFFF99;
scrollbar-shadow-color: #FFFF99;
scrollbar-track-color: #FFFF99;
}

a{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

a:hover{color:#ffff00; font-weight:bold; text-decoration:underline; background-color:inherit;}
a img{border:none;}

