/* CSS Document */

#outer {

  border: 1px solid rgb(0, 0, 0); 
  margin: 20px auto; 
  width: 760px; 
  text-align: left; 
  background-color: #d48686;
}

body 
{
  font-family:Verdana;
  font-size:12px;
  background-color:#bdbec6;
  text-align:center;
  margin:0px;
  background-image:url(images/back.gif);
  background-repeat:repeat;
}
#klein {
  font-size:10pt;

}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12pt;
  line-height:1.6em;
}
a:active, a:hover
{ 
  color:#009999;
}
a.menu {
 display:block;
 padding:5px;
 margin-top:5px;
 border-top:1px solid #000;
 border-bottom:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-size:8pt;
 line-height:1.2em;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
  color:#eeeeee;
 background-color:#990100;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
 color:#990100; 
 font-weight:bold;
 background-color:#f7efef;
}

#title {
height:120px;
background-color:#7b7d8e;
background-image:url(title_bg.gif);
background-repeat:no-repeat;
border-bottom:1px solid #000;
}
#left {
background-color:#d48686;
width:132px;
float:left;
}

.menucontainer {

border-right:1px solid;
background-color:#d48686;
width:130px;
margin:30px 0px;
}

#content {
border:1px solid #efeff7;
background-color:#f7efef;
font-size:12pt;
line-height:1.6em;
width:606px;
float:right;
padding:0px 10px;

}

#headline {
font-weight:bold;
margin-top:30px;
margin-bottom:30px;
}

.klein {
  font-size:10pt;

}
