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

#alles{ 
width:820px;
margin:0px auto
 }


#left {
background-color:#008000;
width:125px;
float:left;
margin-top:0px;
padding:5px;
height:600px;
}

#content {
background-color:white;
color:black;
width:655px;
margin-top:0px;
padding:5px;
height:600px;
overflow:auto;
text-align:left;
font-size:11px;
font-family:sans-serif;
scrollbar-face-color:green;
}

#text
{ 
margin-left:30px;
padding:5px;
border-left:1px dotted green;
width:580px;
 }

 a.menu {
 display:block;
 padding:2px;
 margin:4px;
 border:1px solid black;
 text-align:center;
 font-style:italic;
 font-size:12px;
 font-family:sans-serif;
 text-decoration:none;
 width:110px;
 }
a.menu:link, a.menu:visited
{
color:green;
 background-color:white;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:white; font-weight:bold;
 background-color:green;
}

 a.menu_2 {
 display:block;
 padding:2px;
 margin:4px 4px 4px;
 margin-left:24px;
 border:1px solid black;
 text-align:center;
 font-style:italic;
 font-size:12px;
 font-family:sans-serif;
 text-decoration:none;
 width:90px;
 }
a.menu_2:link, a.menu_2:visited
{
color:green;
 background-color:white;
 text-decoration:none; font-weight:bold;
}
a.menu_2:active, a.menu_2:hover
{
  color:white; font-weight:bold;
 background-color:green;
}
a.textlink:link, a.textlink:visited
{
color:green;
 background-color:white;
 text-decoration:none; font-weight:normal;
}
a.textlink:active, a.textlink:hover
{
color:green;
 background-color:white;
 text-decoration:underline; font-weight:normal;
}
h1 {
font-size:16px
}

h2 {
font-size:14px;
}
h3 {
font-size:12px;
font-style:italic;
}