/* Gesamter Inhalt */
body
{
background-color:#CCCCCC;
}

/* Titel */
#title {
background-color:#999999;
color:white;
border:1px solid white;
-moz-border-radius-topleft:10px;
border-top-left-radius:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topright:10px;
border-top-right-radius:10px;
-webkit-border-top-right-radius:10px;
margin-top:10px;
padding:5px;
height:60px
}

#left {
background-color:#999999;
border:1px solid white;
-moz-border-radius-bottomleft:10px;
border-bottom-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
width:140px;
float:left;
margin-top:10px;
padding:5px;
height:700px
}

#content {
background-color:#666666;
color:white;
border:1px solid white;
-moz-border-radius-bottomright:10px;
border-bottom-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
width:660px;
float:right;
margin-top:10px;
padding:5px;
height:700px;
overflow:auto;
scrollbar-face-color:#CCCCCC;
text-align:left;
font-size:12px;
font-family:sans-serif
}

 a.menu {
 display:block;
 padding:2px;
 margin:4px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-style:italic;
 color:#eeeeee;
 font-size:12px;
 font-family:sans-serif;
 text-decoration:none;
 width:160px;
 }
a.menu:link, a.menu:visited
{
  color:#eeeeee;
 background-color:#737994;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#737994; font-weight:bold;
 background-color:#eeeeee;
}
h1 {
font-size:16px
}

h2 {
font-size:14px;
}

 span.c2 {float:left}
 span.c1 {float:right}
