@charset "utf-8";

html
{
	height:101%;;
}

html, body
{
  	 height: 100%;
}


body
{
	border:0;
	margin:0;
	padding:0;
	background: url("grafiken/verlauf.gif") repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:40px;
	height:100%;
	background-color:#f0ebe1;
	text-align:center; /*für IE6*/
}

img
{
	border:0;clear:left;float:left;
}


a
{
	color:#ffa100;
	text-decoration:underline;
}


a:hover
{
	color:#a76023;
	text-decoration:none;
}


.link
{
	float:left;	
}


.hellbraun
{
	color: #e1b996;
	float:left;	
}


#container
{
	position:relative;
	top:150px;
	width:330px;
	margin:auto;	
}