/* Style Sheet */
body {
	background-color: #fff;
	width: 90%;
}

/* versteckte Bereiche */
#hidden, #navigation, #subnavigation, #footer, #footernavi {
	position: absolute;
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	left: -2000px;
	top: -2000px;
}
/* Ende verstecken */

/* einzelne Bereiche */
  #main {
    	width: 100%;
    	height: 100%;
  }
	
	#logo {
  	text-align: right;
    padding: 12px 20px 0 0;
  }
#fullcontent, #introcontent, #content, #placeholder, #linkespalte, #mittelspalte, #inhalt, #fulltrainer, #inhaltsmall, #inhaltmitglied, #inhaltbigrechts, #trainerbilder,
#inhaltmodule, #inhaltbilder, #rechtespalte, #inhaltrechts, #inhaltsmallrechts, #lageplan {
	clear: both;
	width: auto;
	float: none;
	height: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	overflow: visible;
	text-align: left;
}


