* { 
	padding: 0; 
	margin: 0;
}
html {
	overflow-y: scroll;	
}
html, body {
	height: 100%;	
}
body {
	font-size: 100%;
	font-family: 'Cantarell', arial, sans-serif;
	font-size:14pt;
	background-color: #eeeeee;
	background-image:url(hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}


#container {
	font-size: 0.75em;
	width: 900px;
	margin: 0 auto;
	background-image: url(schlagschatten.png);
	
	min-height: 100%;
}
* html #container {
	height: 100%;	
}

#banner {
	width: 770px;
	height: 120px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	background-image: url(banner.png);
	
}


#menue1 {
	width: 770px;
	height: 55px;
	background-color: #bf1941;
	margin-left: auto;
	margin-right: auto;
	background-image: url(menue01.png);
}




#profil{
	width: 100px;
	height: 55px;
	float:left;
	background-image: url(profil.png);
}

#profil:hover{
	background-image: url(profil2.png);
}

#mediation {
	width: 100px;
	height: 55px;
	float:left;
	background-image: url(mediation.png);
}

#mediation:hover{
	background-image: url(mediation2.png);
}

#coaching{
	width: 100px;
	height: 55px;
	float:left;
	background-image: url(coaching.png);
}

#coaching:hover{
	background-image: url(coaching2.png);
}

#system-berat {
width: 100px;
	height: 55px;
	float:left;
	background-image: url(system-berat.png);
}

#system-berat:hover {
background-image: url(system-berat2.png);
}

#kinesiologie {
	width: 100px;
	height: 55px;
	float:left;
	background-image: url(kinesiologie.png);
}

#kinesiologie:hover{
	background-image: url(kinesiologie2.png);
}

#aktuelles {
	width: 100px;
	height: 55px;
	float:left;
	background-image: url(aktuelles.png);
}

#aktuelles:hover{
	background-image: url(aktuelles2.png);
}

#kontakt {
	width: 100px;
	height: 55px;
	float:left;
	background-image: url(kontakt.png);
}

#kontakt:hover{
	background-image: url(kontakt2.png);
}



#menue2 {
	width: 770px;
	height: 35px;
	background-color: #f7b51e;
	margin-left: auto;
	margin-right: auto;
}


#links {
	float: left;
	width: 60px;
	padding: 10px 11px;
	list-style-type: none;
	background-image: url(stones.jpg);
}

#container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


a {
	color: #bf1941;
	text-decoration:none;
	font-weight: bold;
}

a:hover	{
	color:#f7b51e;
}

a.thin {
	font-weight:normal;
	font-size:10pt;
}


a.banner {
	width:300px;
	height:120px;
	display:block;
	float:left;
}

#p-banner {
	padding-top:10px;
	padding-left:515px;
}

h1 {
	font-size:12pt;
	color:#bf1941;
}

h2 {
	font-size:11pt;
	color:#bf1941;
	font-weight:normal;
}



.rot {
	color:#bf1941;
}