html {height: 101%}

body
 	{
	background-color: #C0BFE6;
	padding: 0;
    margin: 0;
    text-align: center;
	}

#container  
	{
	margin: 1em auto;
	width: 761px;
	height: 532px;
	text-align: left;
	}
	
#header
	{
	height: 111px;
	background-image:  url("images/header.jpg");		
	}
	
#menuecontainer 
    {
	height: 43px;
	background-image:  url(images/menue.jpg);
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	} 
#menuecontainer a 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;		
	}
#menuecontainer a:hover, a:focus 
	{
	color: #000066;
	}
	
#contents	
	{
	height: 344px;
	background-image:  url("images/inhalt.jpg")
	}
	
#footer	
	{
	height: 34px;
	background-image:  url("images/footer.jpg");
	text-align: center;
	word-spacing: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	}

#footer a 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;		
	}

	

