/* -------------------------------------------------
   $Id: stylesheet.css, 2009/01/10  $   


   made  (c) 2009 ncolas 


/*----- CREATE BY NCOLAS -------------------------*/	



/* Farbe und Verhalten des Body-Bereichs */

body
{
 font-family:Arial,Verdana;
 font-size:18px;
 background-color:#CCCCCC;
 text-align:center;
 margin:0px;
}
h1 {font-size:22px;color:#000000;margin-bottom:0px;}
h2 {font-size:20px;color:#000000;}
h3 {font-size:18px;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:18px;
}
a:active, a:hover
{
  color:#009999;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 color:#eeeeee;
 text-decoration:none;
 }

#title {
height:34px;
padding:5px;
background-color:#7b7d8e;
border-bottom:1px solid #000;
}
#left {
background-color:#6666ff;
width:128px;
float:left;
}
.rot{
color : #ed0000;
font-weight : bolder;
}

.blau{
color : #1354C6;
font-weight : bolder;
}

.fett{
font-weight : bolder;
}

.center{
text-align : center;
}

#links{
text-align: left; 
}

.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}

#content {
border:1px solid #efeff7;
background-color:#efeff7;
width:85%;
float:right;
padding:0px 10px;
}



