/* Startseite-CSS fuer HDS */

/* Wichtige Farben
Logoblau = #353A90
balken hell = #6A91CB
balken dunkel = #353A90
*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-image: url(../images/bg_body_start.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}


/* General */

img {  
	border: 0; 
}



/* Positions */

#middle {
	position: absolute;
	z-index: 1;
	left: 166px;
	top: 50%;
	height: 1px;
	width: 1px;
}

#container {
	position: absolute;
	z-index: 2;
	left: 0;
	top: -180px;
}