body {
	background-color: #ADCFE6;
	background-attachment: scroll;
	background-image: url(/pics/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

	
#navi {
	position: absolute;
	top: 93px;
	left: 290px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 15px;
	left: 290px;
	z-index: 1;
}


#sprache {
	position: absolute;
	top: 93px;
	left: 825px;
	overflow: visible;
	z-index: 1;
	height: 11px;
}


#bild { position: absolute;
	width: 250px;
	top: 115px;
	left: 0px;
	z-index: 1;
	height: 425px; }
	
	
#main {
	position: absolute;
	width: 480px;
	top: 115px;
	left: 250px;
	z-index: 1;
	padding: 20px 30px 20px 40px;
	background: #F0FFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}

	
#absender { position: absolute;
	top: 155px;
	left: 820px;
	width: 150px;
	z-index: 1;
 }
	
	
	
