/* Allgemeine Definitionen */
body {
 font-family:Verdana;
 font-size:12px;
 background-color:#6799cc;
 text-align:center;
 margin:0px;
}

/* Ueberschriften */
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

pre {
 font-size:14px;
 color:#0000ff;
 padding:4px;
}

/* Links (allgemein) */
a:link, a:visited, a:active, a:hover {
  text-decoration:none;
  font-weight:normal;
  color:#8d011d;
  font-size:12px;
}
a:active, a:hover {
 color:#009999;
}

/* Links (Menue) */
a.menu {
 display:block;
 padding:2px;
 border-top:0px solid #000;
 background-color:#737994;
 text-align:left;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited {
 color:#000000;
 background-color:#f5ffba;
 text-decoration:none; 
 font-weight:bold;
}
a.menu:active, a.menu:hover {
 color:#009999; 
 font-weight:bold;
 background-color:#f9ffd3;
}

/* Links (foot) */
a.foot:link, a.foot:visited {
 font-size:10px;
 color:#000000;
 text-decoration:none; 
 font-weight:bold;
}
a.foot:active, a.foot:hover {
 color:#fff; 
 font-weight:bold;
}

/* Bilder ohne Rahmen */
img { 
border:0; 
}

#foot {
 font-family:Verdana;
 font-size:10px;
 font-weight:bold;
 text-align:center;
 margin:10px;
}
#language {
height:50px;
padding:0px;
background-color:#6799cc;
border-bottom:0px solid #000;
}
#title {
height:219px;
padding:0px;
background-color:#6799cc;
border-bottom:0px solid #000;
}
#left {
background-color:#f5ffba;
width:149px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:left;
margin:2px;
}
.menucontainer {
border:0px solid #000;
background-color:#f5ffba;
width:159px;
margin:0px;
}
#content {
border:0px solid #000;
background-color:#f5ffba;
width:580px;
float:right;
padding:0px 10px;
}
