/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#494949;
}
* {
	margin:0;
	padding:0;
}

/* --------------- IMAGE ---------------*/
img {
	behavior: url(pngbehavior.htc);
	border: 0px;
}

/* --------------- SITE DIV --------------- */
#site {
	height:100%;
	width: 908px;
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -454px; /* negative Hälfte von width:900px */
	padding:0;
	background:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#header {
	height:307px;
	width:908px;
	background-image:url(../_images/bg_header.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

#navi {
	height:34px;
	width:908px;
	background-image:url(../_images/bg_navi.jpg);
}

/* --------------- CONTENT --------------- */
#content {
	height:;
	width:908px;
	background-color:#fff;
}

#content div {
	margin-top:60px;
	margin-left:120px;
	margin-right:100px;
	padding-bottom:30px;
	font-family:Tahoma, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	color:#494949;
}

#content p {
	margin-bottom:18px;
}

#content h1 {
	margin-bottom:8px;
	color:#ff9b04;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#content a:link {color:#494949;font-weight:normal;text-decoration:underline;}
#content a:visited {color:#494949;font-weight:normal;text-decoration:underline;}
#content a:hover {color:#494949;font-weight:normal;text-decoration:none;}
#content a:active {color:#494949;font-weight:normal;text-decoration:underline;}

#content input {
	width:200px;
	border:1px #494949 solid;
}

#content textarea {
	height:150px;
	width:200px;
	border:1px #494949 solid;
}

.kontakt_action {
	width:230px;
	font-weight:bold;
	background-color:#CFFFC4;
	border:1px #339900 solid;
	padding:10px;
}

.kontakt_error {
	width:280px;
	font-weight:bold;
	background-color:#FF8784;
	border:1px #CC0000 solid;
	padding:10px;
}

#logo {
	padding-left:20px;
	padding-bottom:13px;
}
