html, body 
{ /* html und body brauchen diese Angabe */
	height:100%;
	font-family: Verdana,Arial;
}
#space { 
	width:1px;
	height:50%;
	margin-bottom: -390px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}
#inhalt 
{
		width: 1000px;
		height:780px;
		background-color: #ffffff;
		border: 0px solid #564b47;
		margin: 0 auto;
		position:relative; /* hebt den inhalt vor den space  */
		clear:left; /* hebt das float vom space auf  */
		overflow: hidden;
}
#main {width:1000px;height:755px;overflow: hidden;}
#footer
{
	background: #9CA3A9;
	height:25px;
	font-size:11px;
	overflow: hidden;
	width:1000px;

}
#footer a {color: #fff;}

#footer p
{
	padding: 0;margin-top:5px; color: #fff;padding-left:200px;
} 
#left 
{
	display: block;
	width: 175px;
	height:755px;
	float: left;
	background: #AE0079;
	border: solid 0px green;
	margin: 0 0 0 0;
	padding-left:0px;
	padding-right:0px;
	overflow: hidden;
	text-align: left;
}
#left img {display: block; margin:0px;}
#right
{
	display: block;
	float: right;
	width:825px;
	height:780px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	border: solid 0px pink;
	overflow: hidden;
}
#content_right
{
	text-align: left;
	border: solid 0px pink;
	width:825px;
	height:50px;
	display: block;
}

#content_right {height:715px; overflow: auto;background: url(images/bg_startseite.png) no-repeat top left;}

    

    
    
#menue
{
    display:block;
	margin: 0;padding: 0;
	border-bottom: solid 0px #000;	
	height: 42px;
	background: #9CCFE7;
	width:825px;
	overflow: hidden;

}
#menue li
{
	display: block;
	float: left;
	height: 42px;
	width:165px;	
	overflow: hidden;
	border: solid 0px pink;
	padding:0 0 0 0;margin:0 0 0 0;
	text-align: left;
}
#menue li a
{
	height: 42px;
	width:167px;	
	color: #333;
	display: block;
	text-decoration: none;
	padding-top:12px;
	padding-left:55px;
	font-size: 13px;
	margin-right:0px;
}
#menue li a:hover
{

	color: #fff;
	
}

#a1 {background: url(images/icon_vorab.png) no-repeat top left;}
#a2 {background: url(images/icon_uebungen.png) no-repeat top left;}
#a3 {background: url(images/icon_wirkweise.png) no-repeat top left;}
#a4 {background: url(images/icon_ziel.png) no-repeat top left;}
#a5 {background: url(images/icon_uebermich.png) no-repeat top left;}


#menue #a1 a:hover{background: #AE0079 url(images/icon_vorab.png) no-repeat top left;}
#menue #a2 a:hover{background: #AE0079 url(images/icon_uebungen.png) no-repeat top left;}
#menue #a3 a:hover{background: #AE0079 url(images/icon_wirkweise.png) no-repeat top left;}
#menue #a4 a:hover{background: #AE0079 url(images/icon_ziel.png) no-repeat top left;}
#menue #a5 a:hover{background: #AE0079 url(images/icon_uebermich.png) no-repeat top left;}




