/* 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: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	margin:0px;
	padding:0px;
	text-align:center;
}

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

#header {
	height:129.5px;
	width: 931px;
	padding-top: 30.5px;
	padding-left: 93px;
	text-align: left;
}

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

#image_box {
	float: left;
	width: 462px;
	height: 310px;
	text-align: left;
	padding-left: 30px;
}

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

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

#beschreibung {
	float: left;
	width: 492px;
	height: 60px;
}

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

#footer {
	clear:both;
	display:block;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	color: #444444;
	font-size: 12px;
	padding: 4px 0 0 4px;
}


#navi {
	width: 492px;
	height: 59px;
	text-align: center;
}

.no_border {
	border: none;
}

/* special kontakt */

#frage, #email, #name {
	border: 2px inset;
	background-color: #444444;
	color: #ffffff;
}

#email, #name {
	width: 200px;
	height: 18px;
}

#frage {
	width: 420px;
	height: 180px;
}
