/*-------------------------------------------------------------------------------------------------*/
/* Styledefinitionen des linken gruenen Seitennavigationsbereichs
/*-------------------------------------------------------------------------------------------------*/

#navi-links {
	width: 149px;           /*eingefuegte Bilder in Bereich bestimmen die Breite*/
}

#navi-links img {
  width: 149px;
}  


/*-------------------------------------------------------------------------------------------------*/
/* Styledefinitionen des Inhaltsbereichs
/*-------------------------------------------------------------------------------------------------*/

#inhalt {
  margin-left: 149px;						/*Außenabstand gleich der Breite des 'navi-links'-Bereichs*/
}

#teamuebersicht {
	float: right;
 /*height: 288px;*/
	width: 565px;
	margin-right: 4px;
	background-color: #dadae3;
  border-style: solid;
	border-color: #333367;
  border-width: 1px 0 1px 0;
}

#team-links {
  position: relative;
  width: 13.6em;
  height: 288px;
  float: left;
  padding: 0 0 0 6px;
}

#teambilder {
  float: right;
  width: 375px;
}

#teambilder img {
  float: left;
  border: 0;
}

#inhalt a img {
  display:block
}

#inhalt a.rahmen, #inhalt a.rahmen img {
  float: left;
  overflow:hidden;
}
   
 #inhalt a.rahmen:focus, #inhalt a.rahmen:hover {
  border:1px solid #ffffff;
 }
 
#inhalt a.rahmen:focus img, #inhalt a.rahmen:hover img {
  margin: -1px;
}

label {
	font-size: 1em;
	margin: 16px 0 6px 0;
  font-weight: bold;
  color: #333367;
}

select {
  width: 13.5em;
  font-size: 100%;
  display: block;
  margin-top: 6px;
}

input {
  font-size: 100%;
  margin-top: 4px;
}

.ma-schalter  {
  position: absolute;
  /*margin: 200px 0 0 0;*/
  bottom: 16px;
}

#teamuebersicht table {
  float: left;
	width: 375px;
}
