/* CSS Document */
body {font-family: "Arial"}
.infobox
{
  position:absolute;
  right:0px;
  top:140px;
  width:550px;
  float:right;
  border:2px solid red;
}

.infotext
{
  position:relative; 
  display:block; 
  margin-right:550px; 
  width:auto;
  
}

.map
{
  margin:10px;
  width:530px;
  height:400px;
}

td
{
  vertical-align:top;
}

input, select, textarea
{
  background-color: #EFEFEF;
  border: solid 1px black;
}


#anmeldebereich
{
  border: solid 1px black;
}

#login
{
  text-align:center;
}

#freizeitstatus
{
  border: solid 1px black;
  padding: 5px;
}

.freizeitstatus
{
  border: solid 1px black;
  padding: 5px;
}

.altefreizeit
{

  font-size: 14px;
  
}

.teilnehmerliste
{
  /*border: solid 1px black;*/
}

th
{
  text-align: left;
  background-color: #DEDEDE;
}

.notifygerade
{
  background-color: #FFFFFF;
}

.notifyungerade
{
  background-color: #EEEEEE;
}

.mailerbody
{
  background-color: #EFEFEF;
  border: solid 1px black;
  width: 750px;
}
.mailerheader
{
  background-color: #DEDEDE;
}
