/* CSS Document */
/* 
Background-color:
 */
	
/*Hier legen wir die Hintergrundfarbe als auch die Schriftart, -farbe und -größe der Seite fest*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A9A9A9;
	margin:0px;
	padding:0px;
	text-align:center;
}

.titel {
	font-weight: bold; 
	font-size: 14px;
}

#main-box {
	margin: 0px auto;
	text-align: center;
	background-image: url(../media/navi/background02.gif);
	background-repeat: no-repeat;
	width: 1024px;
	height: 728px;
}

#header {
	height:100px;
	width: 1024px;
}

#left_spacer {
	float: left;
	width: 173px;
	height: 608px;
	padding-left: 93px;
	text-align: left;
}

#image_box {
	float: left;
	width: 492px;
	height: 369px;
}

#right_spacer {
	float: right;
	width: 239px;
	height: 428px;
	padding-left: 27px;
	text-align: left;
}

#at_spacer {
	float: right;
	margin-top: 10px;
	width: 120px;
	height: 100px;
	text-align: left;
}

#beschreibung {
	float: left;
	width: 492px;
	height: 84.5px;
	text-align: center;
	padding-top: 15px;
}


#navi_spacer {
	float: left;
	width: 492px;
	height: 79px;
}


#footer {
	clear:both;
	display:block;
	height: 16px;
	text-align: center;
	color: #777777;
	font-size: 12px;
	padding-top: 4px;
}

/* specials stills */

.no_border {
	border: none;
}

#navi {
	width: 492px;
	height: 52px;
	text-align: left;
}
/* Ende stills */