@charset "utf-8";
/* CSS Document */

* {
}

body {
background-color:#ffffff;
font-family: Verdana,sans-serif;
font-size:12px;
color:#000000;

margin:0px;
margin-left:40px;
padding:0px;
}

h1#logo {
font-size:22px;
text-align:center;
}

div#wrapper{
width:95%;
}

div#main_navigation {
display:none;
}

div#sub_navigation {
display:none
}

.hidden {
display:none;
}


div#content {

}

div#sidebar {
display:none;
}

div#news {
display:none;
}

div#cal {
display:none;
}

div#footer {
display:none;
}

table#team {
float:left;
}



/* text-style */

a {
text-decoration:none;
color:darkgreen;
}

h3 {
color:darkgreen;
}

.green {
color:darkgreen;
}

hr {
}


/* Kalender */

 .monatsansicht {
 	  border-width: 1px;
      border-bottom-style: solid;
      font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;

	  margin-left:auto;
      margin-right:auto;
      
 }
 
 .mtitle {
 	border-width: 1px;
 	border-right-style: solid;
 	text-align:center;
 	font-weight:bold;
 }
 
  .mwe {
      /* Sonntag - Monatsübersicht */
      background-color: grey;
      text-align:center;
    }
  .mtag {
      /* Ein normaler Wochentag */
      background-color: #FFFFFF;
      border-left-style: solid;
      border-width: 1px;
      text-align:center;
    }

 .kalender {
      /* Grundformatierung des Kalenders */
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #000000;
      font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
      margin-bottom:20px;
      margin-right:auto;
   	  margin-left:auto;
    }
    
    #auswahlfeld {
    	margin-right:auto;
   		margin-left:auto;
    }


    .wtag {
      /* Ein normaler Wochentag */
      background-color: #FFFFFF;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #000000;
      line-height : 18px;
    }

    .we {
      /* Ein Tag des Wochenendes */
      background-color: #92ba78;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #000000;
      line-height : 18px;
    }

    .SELECTFELD {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 12px;
      width: 90px;
    }

    .BUTTON{
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 11px;
      width: 140px;
    }
    

/* Runde Eckenformatierung  */

.round_main {
}

.e-oben, .e-unten {
display: block;
}

.e-oben *, .e-unten * {
display: block;
font-size: 1px;
height: 1px;
overflow: hidden;
}

#content .e-oben *, #content .e-unten * {
background: #ffffff;
}

#news .e-oben *, #news .e-unten * {
background: #ffffff;
}

#cal .e-oben *, #cal .e-unten * {
background: #ffffff;
}

#registration .e-oben *, #registration .e-unten * {
background: #ffffff;
}


.e-oben .e1, .e-unten .e4 {
margin: 0 5px;
}

.e-oben .e2, .e-unten .e3 {
margin: 0 3px;
}

.e-oben .e3, .e-unten .e2 {
margin: 0 2px;
}

.e-oben .e4, .e-unten .e1 {
height: 1px;
margin: 0 1px;
}