body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0 0 0 0;
}

/* ################   Position ################  */

#all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	margin: 0 auto;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:200px;
}
#user1 { /* Zufallsbild*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FF0000
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:200px;
	z-index: 100:
}
#user2 { /* Suche */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:588px;
	top:210px;
	width:250px;
	height:20px;
	z-index: 1:
}

#cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:relative;
	left:0px;
	top:30px;
	width:900px;
}
#left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:0px;
	top:5px;
	width:175px;
}
#main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:175px;
	top:0px;
	width:400px;
	z-index:15;
}
#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	border:solid;
	border-width:1px;
	border-color:#CCC;
	/* background-color:#e5e5e5; */
	left:633px;
	top:12px;
	width:250px;
	padding: 8px 2px 2px 15px;
	z-index:10;
}




