 body
{
	font-family: arial, helvetica, sans-serif;
	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:155px;
}
#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 { /* Spendekonto*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:2px;
	top:335px;
	width:175px;
}

#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:8px;
	width:150px;
	height:600px;
}
#adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:0px;
	top:300px;
	width:175px;
}
#main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:150px;
	top:0px;
	width:480px;
	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:653px;
	top:6px;
	width:230px;
	padding: 5px 2px 2px 10px;
	z-index:10;
}




