body {
	background-image:url(images/body_bg.png);
	background-repeat:no-repeat;
	background-position:center 180px;
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
a, img {
	outline:none;
	border:0px;
}
p {
	margin:0px;
	padding:0px;
}
.Link, .LinkBig {
	color:#CBD20F;
	text-decoration:none;	
}
.Link:hover {
	text-decoration:underline;
}
.LinkBig {
	font-family: 'Yanone Kaffeesatz', serif;
	font-size:25px;
}
.LinkWhite {
	color:#FFFFFF;
	text-decoration:none;
}
.LinkWhite:hover {
	text-decoration:underline;
}
.Display {
	background-color:#1D96AA;
	color:#FFFFFF;
	padding:5px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.Pflichtfeld {
	color:#C8CF02;
	font-weight:bold;
	font-size:17px;
}
.LinkBig:hover {
	color:#1693A7;
}
.DivTop {
	position:absolute;
	left:0px;
	width:100%;
	height:180px;
	background-image:url(images/top_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
h1, h2 {
	font-family: 'Yanone Kaffeesatz', serif;
	color:#CBD20F;
	margin:0px;
	padding:0px;
	font-size:25px;
	font-weight:normal;
}
h2 {
	color:#FFFFFF;
	margin-bottom:10px;
}
.DivNav {
	position:absolute;
	left:50%;
	margin-left:-454px;
	top:123px;
	width:928px;
	z-index:500;
}
.Nav, .NavAKTIV {
	display:block;
	height:61px;
	background-position:left;
	background-repeat:no-repeat;
	color:transparent;
	margin-right:10px;
}
.Nav:hover, .NavAKTIV, .NavAKTIV:hover {
	background-position:right;
}
	#home {
		background-image:url(images/nav/home.png);
		width:100px;
		text-indent:-10000px;
	}
	#uebermich {
		background-image:url(images/nav/uebermich.png);
		width:130px;
		text-indent:-10000px;
	}
	#referenzen {
		background-image:url(images/nav/referenzen.png);
		width:136px;
		text-indent:-10000px;
	}
	#angebote {
		background-image:url(images/nav/angebote.png);
		width:120px;
		text-indent:-10000px;
	}
	#software {
		background-image:url(images/nav/software.png);
		width:120px;
		text-indent:-10000px;
	}
	#leistungen {
		background-image:url(images/nav/leistungen.png);
		width:132px;
		text-indent:-10000px;
	}
	#kontakt {
		background-image:url(images/nav/kontakt.png);
		width:130px;
		margin:0px;
		text-indent:-10000px;
	}
.DivContent {
	position:absolute;
	left:50%;
	width:966px;
	margin-left:-483px;
	top:200px;
	line-height:20px;
	z-index:60;
}
.st_facebook_custom, .st_twitter_custom, .st_email_custom, .st_xing_custom {
	cursor:pointer;
}
.DivStart {
	width:911px;
	height:365px;
	background-image:url(images/start.png);
	background-repeat:no-repeat;
	padding-left:55px;
	padding-top:15px;
	z-index:61;
}
.Content {
	padding-left:55px;
	color:#FFFFFF;
	line-height:22px;
}
.DivFooter {
	background-color:#1D96AA;
	color:#FFFFFF;
	margin-left:40px;
	margin-top:30px;
	width:864px;
	padding:15px;
	font-size:11px;
	margin-bottom:20px;
}




.Input {
	background-image:url(images/input.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0px;
	width:140px;
	font-size:12px;
	color:#CCCCCC;
	padding-top:3px;
	padding-bottom:7px;
	padding-left:5px;
	padding-right:15px;
}
.Textarea {
	background-image:url(images/textarea.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0px;
	width:140px;
	font-size:12px;
	color:#CCCCCC;
	padding-top:3px;
	height:190px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding-left:5px;
	padding-right:15px;
}
.BTN {
	background-color:#C8CF02;
	border:0px;
	padding:5px;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
}

.BildRahmen {
	border:1px solid #FFFFFF;
}
.DivTrennung {
	border-bottom:1px solid #666666;
	margin-top:0px;
	margin-bottom:20px;
	height:3px;
}
