body 
{
  padding: 10px;
  margin: 5px;
	background: #253360; 
	font-family: arial, sans-serif; 
	font-size: 12px;
	border: 1px solid white;
	height: 100%;
	color: white;
}

#page
{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

a {font-weight: bold; text-decoration: none; color: #333; }
a:hover {text-decoration:underline}
h1 {font-family: times, serif; font-size: 24px}
img {border:none}

#header
{
	width: 800px; 
	height: 106px;
}

#content
{
  position: relative;
	width: 540px;
	padding: 10px 10px 30px 250px; 
	background: #E7CFB5; 
	background-image:url(img/content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color: black;
	font-size: 12px;
	line-height: 175%;
}


#menue 
{
	position: absolute;
	left: 5px; 
	width:200px; 
	margin-top: 10px;
	font-size: 12px;
	line-height: 120%;
}

ul
{
	list-style-image: url('img/liste_grey.gif');
	
}
#foot ul
{
	list-style-image: url('img/liste_silver.gif');
	margin-top: 5px;
}

#menue li
{
	margin: 5px 0px 0px 0px;
}

#text 
{
	position: relative; 
	left: 300px; 
	top:0px; 
	width: 400px; 
	border: 1px solid black;
}

#foot
{
  position: relative;
	width: 800px;
	height: 81px;
	background-image:url(img/footer.jpg);
	color: white;
	padding-top: 10px;

}

#foot a
{
	color:#CCCCCC;
}

