body {
	text-align:center;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: normal;
	background-color:white;
}

td {font-size:12px;}

#all {
	position:relative;
	width:650px;
	margin:0px auto;
	text-align:left;
	background-color:white;
}
	
#head1 {

	display:none;
}

#wo, #stand, #links, #navi, #footer, .blind, dfn, .extra {
	display:none
}


#cont {
	float:left;
	width:650px;
	height:auto;	
	
	}
	
#indexcont {
	float:left;
	width:630px
}

#right {
	float:right;
	width:170px;
	padding-top:5px
}

#cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #b49f32;
	background-color:#dbcb80;
}

#cont li a {
	position: relative;
	width:200px;
	height:30px;
	display: block;
	background-color:#dbcb80; 
}

h1 {
	font-size:18px;
	color:black;
	text-align:center
}


#vorschau {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	text-align:center;
	background-color:red;
	}

#vorschau form {
	margin:0;
	float:left;
}


