/* CSS-zvm-marten.de/ */
/* UB, seit 2006 - bearbeitet im Februar 2009 */

html, body {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center; /* fuer IE */
background-color: #F0F099; 
font-size: 100.01%;
}
/* wichtig  -  stellt zunächst alle Ränder auf 0 */
body {      
margin: 0;
padding: 0;
}

/*  gesamte Seite  */
#seite {
margin: 0px auto;
width: 760px;
color: #C00040;
background-color: #E2F03D;
border:1px solid #1C8909;
}
/*  Kopf  */
#kopf {
/*-- background-color: ; */
padding: 15px 1px 1px 1px;
font-size: 105%;
font-weight: bold; 
}
#kopf2 {
background-color: #FEFF92;
padding: 10px 1px 10px 1px;
font-size: 105%;
font-weight: bold;
border-bottom: 1px solid #C00040; 
}
/* Hauptmenue */

#hauptmenue {
background-color: #FEFF92; 
border: 1px solid #1C8909;
width: 106px;
text-align: center;
color: #000;
padding: 5px 5px 0px 5px;
line-height:25px;
margin:0px 5px 5px 0px;
/* 
-moz-border-radius:10px;
-khtml-border-radius:30px;
margin: 0px 0px 0px 5px; */
}

#hauptmenue a { 
display:block; 
margin-bottom:3px;
background-color: #49EB6C; 
color: #C00040;
text-align:center; 
width:100px;
border-style:ridge; 
border-width:1px; 
padding:2px;
font-size: 110%; 
text-decoration:none; 
/*
-moz-border-radius:10px;
-khtml-border-radius:30px;
*/
}

#hauptmenue a.activ {
color: #aaaaaa;
}
#hauptmenue a:hover { 
color: #FEFF92;
}
#menucontainer {
  float:left;
  padding:3px;
  margin:0px 5px 5px 0px;
} 
.menulist a{
font-size: 11pt;  
font-weight: bold; 
text-decoration: none;
color: #FFFF0A;     
display: block;
width: 108px;
height: 25px;
padding-left: 0px;
padding-top: 2px;
margin-bottom: 5px;
background-image: url(../buttons/button_a.gif);
background-repeat: no-repeat;
background-position: left top;
}

.menulist a:hover{
color: white;
background-image: url(../buttons/button_o.gif);
}


/* Content-Bereich - Haupt-Bereich */
#haupt {
/*position:  relative;
  left: 10px;
  top: -10px;
  width: 600px;
  height: 300px;
    margin-left: 150px;
    width: 600px; 
*/
text-align: left;
background-color: #E2F03D;
color:#C00040;
/* padding: 10px 10px 10px 10px; */
}

#haupt ul {
/* margin: 5px 5px 5px 5px;  oben rechts unten links*/
text-align: left;
}

#haupt li {
font-size: 14px;
line-height:16px;
text-align:left;
background-color: transparent;
list-style-position: outside;
list-style-type: circle;
margin: 5px 0px 5px 30px;  /*oben rechts unten links*/
}

#haupt p {
font-size: 14px;
line-height:16px;
text-align: left;
margin: 5px 5px 5px 25px;  /*oben rechts unten links*/
}

#haupt p.mitte{
text-align: center;
}

#haupt small {
font-size: 11px;
line-height:12px;
}
#haupt big {
font-size: 18px;
line-height:21px;
}



#haupt h1, #haupt h2, #haupt h3 {
margin: 5px 5px 5px 5px;
}
#haupt h1 {
font-size: 16px;
letter-spacing: 2px;
text-align: center;
}

#haupt h2 {
font-size: 14px;
letter-spacing : 1px;
word-spacing : normal;
font-weight : bold;
line-height:160%;
}
#haupt h3 {
font-size: 14px;
letter-spacing: 2px;
line-height:135%;
}
#haupt a {
text-decoration: none;
background-color: transparent;
color: #4D8642;
}
#haupt a:visited {
background-color: transparent;
}
#haupt a:hover {
background-color: transparent;
color: #77BA80;
}
#haupt a:active {
background-color: transparent;
}
#haupt a:focus {
background-color: transparent;
}
/* Tabellen */
#seite table {
   margin: 0 0 0 0;
   border-collapse: collapse;
   border-spacing: 0 0;
   }
#seite td {
   margin: 0 4px 0 4px;
   border: 1px solid #49EB6C;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: none;
   color: #C00040;
   font-size: 10pt;
   }

#haupt table {
   margin: 0 30px 0 30px;
   border-collapse: collapse;
   border-spacing: 0 0;
   }
#haupt td {
   padding: 3px 20px 3px 10px;
   border: 1px solid #49EB6C;
   border-top: none;
   border-left: none;
   border-right: none;
   color: #C00040;
   font-size: 14px;
   }
#haupt th {
   border: 1px solid #49EB6C;
   border-top: none;
   border-left: none;
   border-right: none;
   color: #C00040;
   font-size: 10pt;
   font-weight : bold;
   text-align: left;
   }
#haupt th.first-child {
   border-left: 1px solid #999;
   }
#haupt thead th {
   border-top: 1px solid #999;
   }

/* footer - Fußzeile */
#fuss {
margin: 2px 0px 0px 0px;
padding: 2px 0px 2px 0px;
font-size: 10px;
line-height:11px;
background-color: #FEFF92;
text-align: center;
border-top: 1px solid #C00040;
}
#fuss a {
color: #4D8642;
text-decoration: none;
background-color: transparent;
}
#fuss a:hover {
background-color: transparent;
background-color: #FFFFFF;
color: #4D8642;
}
/* Linien */
hr {
height: 1px;
border: 0px none;
border-top: 1px solid #be882e;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}
hr.a {
height: 1px;
margin: 0px 10px 0px 10px;
border: 0px none;
border-top: 1px dashed #be882e;
}
hr.b {
height: 3px;
border: 0 none;
border-top: 3px double #be882e;
}
/* ZVM-Farben */
.gruen { background-color:#49EB6C; }
.gelb  { background-color:#FEFF92; }
.rot   {color:#C00040;}
.gruen2 {color:#4D8642;}

