body{
	font-family: Verdana, Arial,sans-serif;
	background-image:url(bg.gif);
	background-color: #cccc99;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	font-weight: bold;
	}

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

ul{
 	list-style-type: square;
	text-align: center;
}

li{
	line-height: 1.6;	
}

#overhead{
	padding: 50px 0px 0px 0px;
	width: 100%;
	text-align: left;
}


#layout{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	text-align: right;
}

#headlines{
	float:right;
	width: 20%;
}

#content{
	float: left;
  	width: 55%;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
}

.feature img{
	float: center;
	padding: 10px 0px 0px 0px;
}

.startseite{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: center;
}

.startseite img{
	float: center;
	padding: 10px 0px 0px 0px;
}

.startseite ul{
	text-align: center;
}


#siteInfo{
	clear: both;
	font-size: 80%;
	color: #777777;
	text-align: center;
	}
	
#layout ul a:link, #layout ul a:visited {display: block;}
#layout ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#layout li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #layout li {border-bottom: none;}

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
