@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	color: #cdcdcd;
}
body {
	background-color: #000000;
	background-image: url(img/background.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A, a:link, a:visited {
	text-decoration: none;
	color:#cdcdcd;
}
a:hover {
	color:#cdcdcd;
}
span {
	color: #cdcdcd;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:lighter;
	color:#999999;
}

#navi {
	width:680px;
	height: 30px;
	margin:auto;
	margin-top: 42px !important;
	margin-left: 142px !important;
}
#footer {
	width: 680px;
	margin-top: 100px !important;
	margin-left:142px !important;
	height:25px;
	font-size:10px;
	color:#666666;
	text-align:right;
	clear:both;
}

#headline {
	margin-top:142px;
	margin-left:142px;
	width:680px;
	height: 28px;
}
#banner {
	margin-top:30px;
	margin-left:142px;
	width:680px;
	height: 162px;
}

#content1 {
	margin-top:30px;
	margin-left:142px;
	width:680px;
	display:block;
	}
#col1 {
	width:330px;
	height:auto;
	float:left;
	display:block;
}
#col2 {
	width:330px;
	height:auto;
	float:right;
	display:block;
}

#content1 div ul {
	margin: 20px 0px 5px -20px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:lighter;
}
#content1 div ul li {
	font-size:11px;
	margin:5px;
	list-style:none;
}

ul {
	list-style:none;
	font-size:14px;
	color:#999999;
}
ul li {
	list-style:none;
	font-size:11px;
	color: #CCCCCC;
}


#navi ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
	color:#999999;
}
#navi ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	color: #CCCCCC;
}

#navi1 {
	float:left;
	width: 70px;
	height: 30px;
	background: url(img/btn_profil.gif) no-repeat 0px 0px;
}
#navi1:hover {
	background-position:0px -30px;
}
#navi2 {
	float:left;
	width: 144px;
	height: 30px;
	background: url(img/btn_leistungen.gif) no-repeat 0px 0px;
}
#navi2:hover {
	background-position:0px -30px;
}
#navi3 {
	float:left;
	width: 125px;
	height: 30px;
	background: url(img/btn_projekte.gif) no-repeat 0px 0px;
}
#navi3:hover {
	background-position:0px -30px;
}
#navi4 {
	float:left;
	width: 128px;
	height: 30px;
	background: url(img/btn_kontakt.gif) no-repeat 0px 0px;
}
#navi4:hover {
	background-position:0px -30px;
}

/** KONTAKTFORMULAR */

.button {
	width: 120px; height:19px; padding:2px 3px 3px 3px; background-color:#000000; border:solid 1px #333333; text-align:center; font-size:11px; color: #666666;
}
.button:hover {
	border:solid 1px #55aef9; color: #55aef9;
}
.eingabe {
	width: 300px; height:16px; padding:2px; background-color:#000000; border:solid 1px #333333; color: #666666;
}
.text {
	width: 300px; height:200px; padding:2px; background-color:#000000; border:solid 1px #333333; color: #666666;
}

.error { background-color: #ecc !important; border: 1px solid #e99 !important; }
#error { background-color: #ecc !important; border: 1px solid #e99 !important; }

div.snip { width: 150px; margin: 8pt; }

/** floating box **/
.floatingBox { position: relative; }
.floatingBox .shadow {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 290px;
	height: 100%;
	border: 1px solid black;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.floatingBox .content {
	position: relative;
	width: 290px; height: 100%;
	display:block;
}

/** contact form **/
.field { margin-bottom: 12px; }
.field * { /*border-width: 0px; background-color: #efefef;*/  }
.field textarea { height: 75px; }

div.bottom {
	position:absolute; 
	z-index:100; 
	bottom:0px; 
	left:0px; 
	height:5px; 
	border-top:solid 1px #333333; 
	width:100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cdcdcd;
	font-weight: normal;
	margin: 5px;
}
