/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
/*	margin-left: 30px;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}



/*.container_16 .nav{
background: url(../img/navbg_01a.jpg) repeat-x;
}*/
.mod_navigation{
	background: url(../img/topnavbg.jpg) repeat-x;
	float: left;
	line-height: 45px;
	height: 49px;
	width: 960px;
	margin-left: -10px;
	text-align: center;
}

#Navigation_Head ul li {
	display: inline;
	font-size: 16px;
	margin-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #365587;
}
#Navigation_Head ul li.last{
	border-right: 0px solid #365587;

}


#logo{
	margin: 30px 0;
	
}
#claim{
	margin-top: 0px;
	text-align: center;
/*	color: #005faa;*/
	color: #113f91;
}

.cont, .groundfloor, .basement, .foot{
	padding: 20px 0 20px 0;
}


.cont{

}
.groundfloor{

}
.basement{

}
.foot{
margin-bottom: 0;
}
.leistung_k p{
	margin: 10px 0 15px ;
}
.leistung_k img{
	margin-right: 15px;
	width: 32px;
	height: 32px;
}
 
.ce_text.leistung_k.dotted-bottom{
	margin-bottom: 10px;
}
/*.ce_text.g8_left_img.block{
border-right: 1px dotted #828282 ;
}*/
.ce_text.g8_left_img.block img{
margin: 50px 30px 50px 0;
}

.ce_text.g8_right_img.block img{
margin: 50px 30px 50px 0;

}
/*.kicons img{
	padding-bottom: -5px;
}*/
.w300{
	width: 300px;
}
.ce_form{
	display: block;
    width:inherit;	
}

textarea{
	font-family:inherit;
	font-weight:normal;
	font-size:0.9em;
}

.formbody input, .formbody textarea {
	margin-bottom: 10px;
	margin-right: 10px;
	
}

label, label.mandatory{
	width: 420px;
	margin-bottom: 5px;
	clear: both;
	float: left;
}

p.error{
	float: right;
	color: #ff0000;
	text-align: left;
	font-size:0.7em;
}

.formbody{
	margin-left: 10px;
}

.toggler{
	font-weight:bold;
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
	
}
.toggler:hover{
	color: #005faa;
	font-weight:bold;
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
	
}

div.accordion{
/*	border-left:1px #E7E6D3 solid;*/
	padding-left:5px;
	margin-left:4px;
	margin-top: 10px;
	
	
}


