/* (c) mike rupprecht main style sheet          */
/* ============================================ */
/* version:  1.0.0   last rev date: 12-01-2009  */
/* validated css2 level                         */
/* author :  mail (at) mike-rupprecht.de        */
/************************************************/

body {
 background: #01A3BB;
 font-family: tahoma, verdana, arial, sans-serif;
 margin: 0px auto;
 text-align: center;
}

#main {
  text-align: center;
  margin:auto;
  padding: 5px;
  width: 990px; 
}

#menue {
  background: #00869A;
  text-align: left;
  margin-top: 2px;
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid gray;
  width: 150px;
  float: left;
}

#content {
  margin-top: 3px;
  text-align:left;
  padding: 10px;
  width: 790px;
  float: right;
  border: 1px solid gray;
}

#footer {
  text-align: right;
  font-size: 10px; 
  color: #ffffff; 
  width: 842px;
  padding-top: 2px;
  padding-bottom: 20px;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}


.rahmen {padding: 2px; border: 1px solid black; }
.kasten {background: #faf0e6; padding: 5px; border: 1px dotted black; }


/* schriften */

h1, h2, h3, h4, h5, h6 { color: #eeeeee;}
pre, code {font-size:13px;}

a {font-size:0.84em; color: #000033; text-decoration: underline; font-weight: bold; }
a:hover { color: #0000ff; }
a:active {color: #0000ff; }


#content p, li, dd, td, th , em {color: #ffffff; font-size:0.84em; line-height:1.36em; max-width:760px;}
#content small {font-size:11px; }

#content th {font-weight: bold;}
#content dt {font-size:13px;color: #ccffff; background-image: url(../images/headline.jpg);}

#content a { font-size:0.9em; color: #000033; text-decoration: underline; font-weight: bold; }
#content a:hover { color: #00ffff; }
#content a:active {color: #00ffff; }

#menue a {color: #FFFFFF; font-size:15px; text-decoration: none; font-weight: bold; }
#menue a:hover { color: #00ffff; }
#menue a:active { color: #00ffff;  }
#menue h3 {color: #FFFFC0; }


a.boldfooter:link { font-family:verdana, arial, sans-serif; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
a.boldfooter:visited { font-family:verdana, arial, sans-serif; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold;}
a.boldfooter:hover { font-family:verdana, arial, sans-serif; font-size: 11px; color: #0000ff; text-decoration: none; font-weight: bold;}
a.boldfooter:active { font-family:verdana, arial, sans-serif; font-size: 11px; color: #0000ff; text-decoration: none; font-weight: bold;}


/* bilder  */


/* text floating around left image without frame */
img.floatLeft { 
  float: left; 
  margin: 4px; 
  border: 0px; 
}

/* text floating around right image without frame */
img.floatRight { 
  float: right; 
  margin: 4px; 
  border: 0px;
} 

/* text floating around left image with frame */
img.floatLeftFrame { 
  float: left; 
  margin: 4px;  
  border: 1px solid black; 
}

/* text floating around right image with frame */
img.floatRightFrame { 
  float: right; 
  margin: 4px; 
  border: 1px solid black; 
} 

