* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
}
body {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	margin: 0px;
	background-image: url(../img/hg_verlauf.gif);
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

/*li {
	cursor: pointer;
}
*/
img {
	border: 0px;
}


/* Elemente für Seitenaufbau */
div.content {
	width: 1000px;
	margin: auto;
	text-align: left;
	height: auto;
	
}

div.header{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}


div.content_top{
	width: 100%;
	height: 120px;
	clear: both;
}

div.content_middle{
	width: 550px;
	height: auto;
	float: left;
}

div.content_left {
	float: left;
	width: 240px;
	height: auto;
	margin-right: 10px;
}

div#content_right {
	float: left;
	width: 190px;
	height: auto;
	margin-left: 10px;
}

div.content_all_size{
	width: 730px;
	float: left;
}

div.page_area{
	clear: both;
	vertical-align: top;
	height: 20px;
	width: 100%;
}

div.page_area div{
	float: left;
	vertical-align: top;
}

