/*Standard Formate*/

html{
height:100%;
}

body{
height:100%;
padding:0px;
margin:0 auto;
background-color:#ffffff;
text-align:center;
}

body,table,td, th {
font-size:12px;
font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
line-height:150%;
border:0px;
vertical-align:top;
text-align:left;
}

th{
padding-top:10px;
color:#990033;
}

h2{
color:#990033;
font-size:12px;
}

strong{
color:#990033;
font-size:12px;
}

img{
border:0px;
}

a{ color:#000000; text-decoration:underline;}
/*
a:link { color: #000000; text-decoration: underline;}
a:visited{ color:#bbbbbb; text-decoration: underline;}
a:hover{ color: #000000; text-decoration: underline;}
a:active{ color:#000000; text-decoration: underline;}
*/


p{
margin-top:0px;
padding-top:0px;
margin-bottom:10px;
}

address{
font-style:normal;
}



/*Hauptbereiche*/
#container{
margin: 0 auto;
width:980px;
height:550px;
text-align:left;
border:1px solid #990033;
padding-top:40px;
}

#text{
float:left;
width:380px;
height:367px;
overflow:auto;
background-color:#f9ab80;
padding:10px;
padding-top:20px;
}

#menu{
float:left;
width:190px;
height:397px;
background-color:#bc2632;
border-left:10px solid #ffffff;
}

ul {
padding:0px;
margin:0px;
margin-top:30px;
}
li{
list-style-type:none;
font-size:14px;
padding-left:20px;
margin-bottom:15px;
margin-top:15px;
}

li a{
text-decoration:none;
}

li.selected a{
color:#eeeeee;
}