* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	padding: 0;
	background-color: #CCC;
	color: #000;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#pagewrapper {
	position:absolute;
	width: 510px;
	height: 158px;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -90px;
	/* background-color: #DDD; */
}

#spalte_01 {
	float: left;
	width: 220px;
	padding: 67px 0 0 0;
	/* background: yellow; */
}

#spalte_02 {
	float: left;
	width: 120px;
	height: 158px;
	padding: 0 0 0 30px;
	border-left: 1px solid #985334;
	/* background: yellow; */
}

#spalte_03a {
	float: left;
	width: 105px;
	height: 158px;
	padding: 0 0 0 30px;
	border-left: 1px solid #985334;
	/* background: yellow; */
}

#spalte_03b {
	float: left;
	width: 105px;
	height: 158px;
	padding: 0 0 0 30px;
	border-left: 1px solid #985334;
	/* background: yellow; */
}


/* LINKS + MENU ***************************************************************/

ul.startnavi {
	list-style: none;
}

ul.startnavi li {
	padding: 12px 0 0 0;
	margin: 0 0 0 0;
}

ul.startnavi a {
	text-decoration: none;
	color: #985334;
}

ul.startnavi a:hover {
	text-decoration: underline;
}


/* DIVERSES *******************************************************************/


