body{
	background-color:#CBCBCB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1, h2, h3, ul, body{
	margin:0;
	padding:0;
}
img{
	border:0;
}
p{
	margin:5px 0 15px 0;
}
a{
	color:#000000;
}
.wrapper{
	margin:0 auto;
	width:787px;
	padding:0 0 20px 0;
}
.header{
	height:107px;
	background-color:#000;
	position:relative;
	border-bottom:1px solid #929292;
}
#logo{
	position:absolute;
	top:50px;
	left:20px;
}
#presentation{
	position:absolute;
	top:55px;
	right:20px;
}
.navigation{
	padding:18px;
	background-color:#000;
}
.navigation ul li{
	list-style:none;
	float:left;
	font-weight:bold;
}
.navigation ul li a{
	color:#FFF;
	display:block;
	background-color:#40403A;
	border-right:2px solid #000;
	padding:10px 20px;
	text-decoration:none;
}
.navigation ul li a:hover{
	background-color:#67675E;
}
.navigation ul li a.active{
	color:#000;
	background-color:#FFCC00 !important;
}
.navigation h1{
	font-size:26px;
	font-weight:normal;
	margin-top:20px;
}
.navigation h2{
	font-size:14px;
	font-weight:normal;
}
.presentation{
	background-color:#FFCC00;
	padding:40px;
	height:160px;
}
.main{
	background-color:#FFF;
	color:#3C4648;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	line-height:16px;
}
.footer {
	font-size: 11px;
	padding-top: 6px;
	text-align: right;
	color: #6B6B6B;
}
.subnavigation{
	width:206px;
	float:left;
	padding:40px 0px 40px 20px;
}
.subnavigation-referenzen{
	width:206px;
	float:left;
	padding:40px 0px 40px 40px;
}
a.footernavi:hover {
	color: #000000;
}
.footernavi {
	text-decoration: none;
	color: #6B6B6B;
}
.subnavigation h2, .content h1{
	color:#D2232A;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}
.subnavigation a{
	text-decoration:none;
}
.subnavigation h2 a{
	color: #CCCCCC;
	display:block;
	margin:10px 0;
	font-size:24px;
	line-height:normal;
	text-decoration:none;
}
.subnavigation h2 a:hover{
	color: #AAAAAA;
}
.subnavigation h2 a.active{
	color:#D2232A !important;
}
.content{
	border-left: 3px solid #EBEBEB;
	width:300px;
	float:right;
	padding:40px 118px;
}
.content h2, .content h1{
	font-size:14px;
	line-height:normal;
	font-weight:bold;
}
.content .box{
	background-color:#EBEBEB;
	padding:27px;
	color:#000;
	margin:20px 0;
	font-weight:bold;
}
.next{
	padding-left: 15px;
	background-image:url(assets/images/next.gif);
	background-repeat:no-repeat;
	color:#000000;
}
.loesungen{
	background-image:url(assets/images/loesungen.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:30px;
	height:200px;
}
.loesungen ul {
	padding:72px 0 0 10px;
}
.loesungen ul li a{
	background:none;
	color:#40403A;
	border:0;
}
.loesungen ul li a:hover{
	background-color:#FFDB4F;
	color:#000;
}
.loesungen ul li a.active{
	background-color:#40403A !important;
	color:#FFCC00;
}
.loesungen ul li{
	width:130px;
	height:40px;
	text-align:center;
}
.box-loesungen{
	padding:20px 20px !important; 
	font-weight:normal !important;
	background-color:#F0F0F0 !important;
	position:relative;
	left:-15px;
	width:283px;
}
.branchen ul li{
	width:110px !important;
}
.branchen ul li a{
	padding:10px 10px !important;
}
.branchen{
	background-image:url(assets/images/branchen.gif);
}
.box ul{
	font-weight:normal;
	margin:5px 0 5px 23px;
	list-style: square;
}
.box ul li{
	margin:5px 0;
}
.box h3{
	font-size: 12px;
	font-weight: bold;
	margin:6px 0;
	width:250px;
}	
.box h2{
	color:#D2232A;
	font-size:12px;
}
.box p{
	margin:4px 0;
	 font-weight:normal;
}
.vorteile{
	background-image:url(assets/images/vorteile.gif);
	margin-top:50px;
}
.content table#vorteile h2{
	font-size:36px;
	color:#ccc;
}
.content table#vorteile td{
	border-bottom:1px solid #ccc;
}

/* Accordion */

.basic a.selected {
	color:#D2232A;
}
.basic a {
	border-bottom:1px solid #ccc;
	color:#AAAAAA;
	cursor:pointer;
	display:block;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	margin-top:0;
	padding:5px;
	text-decoration:none;
}
.basic p{
	margin:0;
	padding:10px;
}
.highlight{
	background-color: #FDFF58;
}
.inputFormField {
	padding: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #DFDFDF;
	border: 1px solid #DFDFDF;	
	width: 162px;
}
