/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background: url(design/bg.gif);
 font-size: 9pt;
 font-family: "trebuchet ms", tahoma, arial, sans-serif;
 color: #FFF;
 text-align:center;
}

p { margin-bottom: 1em; }

table {
 font-size: 9pt;
 font-family: "trebuchet ms", tahoma, arial, sans-serif;
 color: #FFF;
 text-align:left;
}

select{
 font-size: 10pt;
 font-family: "trebuchet ms", tahoma, arial, sans-serif;
 color: #000;
 text-align:left;
}

option{
 font-size: 11pt;
 font-family: "trebuchet ms", tahoma, arial, sans-serif;
 color: #000;
 text-align:left;
}

/* Formatierungen Layout (grob) */
#seite{
 background:#fff url(design/hg3.gif) repeat-y;
 padding:0px 0px 0px 0px;
 margin:0px auto;
 text-align:left;
 width:800px;
 }

#ganzoben{
 background: url(design/mfcschriftzug.gif);
 clear:both;
 height:85px;
 width:800px;
}

#oben{
 clear:both;
 height:281px;
 width:800px;
 background: url(design/bild_laden.gif) no-repeat center;
}

#mitte{
 background: url(design/hauptoben.gif);
 clear:both;
 height:29px;
 width:800px;
}

#links{
 float:left;
 margin:0px 0px 0px 0px;
 width:214px;
 font-size: 8pt;

}

.links_oben {
    height:13px;
    background-image:url(../layout/design/links_oben.gif);
}

.links_mitte {
padding-left: 20px;
    background-image:url(../layout/design/links_mitte.gif);
}

.links_unten {
    height:14px;
    background-image:url(../layout/design/links_unten.gif);
}

.neues{
 width:170px;
}

#rechts{
 float:left;
 margin:0 20 20px 20px;
 width:475px;
 text-align:justify;
}

#unten{
clear:both;
}

#unten a:link{
text-decoration:none;
}

#unten a:visited{
text-decoration:none;
}

#unten a:active{
text-decoration:none;
}

#rotertext
{
 color: #FF0000;
}

.mitgliederbox {
  width:200px;
  float:left;
}

.statistikbox {
  width:90px;
  float:left;
}

.leftende {
  clear:left;
}

.name {
background: url(design/name.gif);
}

.pw {
background: url(design/pw.gif);
}

/* News */

.newsbox {
  width:475px;
  background-color:#666666;
  padding: 5px;
}

.nachrichtalt {
  width:475px;
  background-color:#666666;
  padding: 5px;
}

.nachrichtneu {
  width:475px;
  background-color:#FFCC66;
  padding: 5px;
  color:#000;
}

.nachrichtschreiben {
  width:475px;
  background-color:#B5FF66;
  padding: 5px;
  color:#000;
}

.nachrichtschreiben a:link,.nachrichtschreiben a:visited, .nachrichtschreiben a:active{
 color:#000;
 text-decoration:underline;
}

.nachrichtschreiben a:hover{
 color:#555;
 text-decoration:underline;
}

.nachrichteigene {
  width:475px;
  background-color:#808080;
  padding: 5px;
  color:#111;
}

.newsbox img{
  padding: 1px 10px 2px 5px;
}

.newsdatum {
 font-size:18px;
 font-weight:bold;
 color:#666;
 margin-bottom: -0.2em;
 text-align: right;
}


.newstitel {
 font-size:18px;
 font-weight:bold;
}

.newstitel a:link{
text-decoration:none;
}

.newstitel a:visited{
text-decoration:none;
}

.newstitel a:active{
text-decoration:none;
}

.kommentarbox {
  width:400px;
  background-color:#777;
  padding: 5px 5px 5px 25px;
  margin: 5px;
}

/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 font-size:1.5em;
 color: #666;
 letter-spacing:0.01em;
 margin:25px 0 0 0
}


/* Fanzinebox*/
.fanzine {
  width:700px;
  margin-left: 5px;
}

/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#fff;
 text-decoration:underline;
}

a:hover{
 color:#aaa;
 text-decoration:none
}