/* 

Svens Web^H^H^HHomepage 2.0 :)

Des CSS erster Akt

*/

body
{
background-color:black;
margin:0px;
color:white;
}

#menu_top
{
text-align:left;
position:absolute;
left:25%;
right:1%;
padding:2%;
}

#menu_top a 
{ 
color: yellow;
background-color:black;
font-weight: bolder; 
font-size: 12pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}


#menu_top a:hover
{ 
color: orange; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}


#menu_left
{
background-color:#333333;
z-index:3;
position:fixed;
padding:1%;
top:1%;
left:1%;
width:22%;
/* das ist ein bissl häßlich, denn das ist nur um sicher zu sein,
   dass es wirklich immer keinen Spalt zwischen menu_left und
   menu_bottom_left gibt */
height:76%;
color:white;
}

#menu_bottom_left
{
background-color:#333333;
z-index:3;
position:fixed;
padding:1%;
left:1%;
width:22%;
max-height:25%;
color:white;
left:1%;
bottom:1%;
}

#content
{
position:absolute;
z-index:4;
top:10%;
left:25%;
right:1%;
padding:2%;
/* background-color:#333333; */
background-color: black;
}


a 
{ 
color: yellow; 
font-weight: bolder; 
font-size: 12pt;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}


a:hover
{ 
color:orange; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}


h1 
{ 
padding-top:5px;
color: white; 
font-weight: bolder; 
font-size: 20pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}


h2 
{ 
padding-top:5px;
color:white;
font-size: 13pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-decoration: none 
}


h7 
{ 
color:white;
line-height: 1px 
}


p 
{ 
padding-top: 0px;
color:white;
font-size: 12pt;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none 
}


table
{
border:5px;
}

td 
{ 
color:white;
font-size: 12pt;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none 
}


li
{
color:white;
font-size: 12pt;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none;
}


input 
{
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size:12pt;
background:white;
color:#333333;
border:#333333 1px;
border-bottom:#333333 1px;
border-right:#333333 1px;
border-left:#333333 1px;
}


img
{
border-style:none;
}
