/* CSS Document */

html {
		}
	
body {
	font-family : 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #E8E9EC;
	color: #444;
	text-align:center;

}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags ########################################################## */

p {
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 0.7em 0
}

a {
	/*background: #0E3862;
	color: #fff;*/
	color:#0E3862;
	text-decoration:none;
}

a.textlink {
	color:#0E3862;
	text-decoration:none;
	padding:  0 3px;
	background: #fff;
}

a.textlink:hover {
	background: #f0f0f0
}

ul {
	margin: 0 0 0 15px;
	list-style-image: url(../images/bullet.gif);
}

ol {
	margin: 0 0 0 20px;
}

li {
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 0.7em 0;
	padding: 0 0 0 10px
}

h1 {
	font-size: 300%;
	font-weight:normal;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	
}

h1 span {
	color: #0E3862;
	background: #D2D5DB;
}



h2 {
	font-size: 220%;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	color: #0E3862;
}

h2 span {
	
}

h3 {
	font-size: 170%;
	font-weight: normal;
	margin: 0 0  0.3em 0;
	color: #0E3862;
}

h4 {
	font-size: 140%;
	font-weight: normal;
	margin: 0 0  0.3em 0;
	color: #0E3862;
}


h5 {
	font-size: 160%;
		margin: 0 0 0.5em 0
}


hr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	color: #ccc;
	background-color: #ccc
}

/* Klassen ########################################################## */

.bild {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px
}

.bild_galerie {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 2px 2px 0
}

.bild_text {
	float:left;
	margin: 0 10px 10px 0
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px
}

.text {
	background: #0E3357 url(../images/text_bg.jpg) bottom left repeat-x;
	color: #E8E9EC;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.text h3 {
	color: #E8E9EC;
}

.text ul {
	list-style-image: url(../images/text_bullet.gif);
}

p.teaser {
	height: 130px;
}

#flashcontent {
	width: 218px;
	height: 156px;
	background: url(../images/flash_start_bg.jpg) no-repeat;
	padding: 7px 0 0 3px;
	float: left;
	margin: 0 10px 30px 0;
}

a.form_btn {
	background: url(../images/form_btn.jpg) 0 0 no-repeat;
	width: 295px;
	height: 110px;
	padding: 00px 0 0 0;
	display:block;
	color: #fff;
	text-indent: -3000px;
	outline:none
}

a.form_btn:hover {
	background-position: 0 -150px
}

/* Layout ########################################################## */
#container {
	width:auto;
	margin:auto;
	min-width: 980px
}

#header {
	background: #0F3F70 url(../images/header_bg.jpg) top center no-repeat;
	height: 110px;
	color:  #E8E9EC;
	text-align:right;
}

#header a.logo {
	float:left;
	display:block;
	height: 110px;
	width: 200px;
	padding:0;
	background: transparent;
}

#header a.logo img {	
	display:none
}

#header p {
	padding: 20px 0 0 0;
}

#header p a {
	color: #E8E9EC;
	text-decoration:none;
	margin: 0 15px 0 0;
	padding:0;
	background: transparent;
}

#header p a:hover {
	text-decoration:underline
}

#header span {
	background: url(../images/header_messpunkt.gif) left center no-repeat;
	padding: 0 10px 0 30px;
}

#header span a {
	padding: 0 0 0 15px;
}

/*Header Start */

#header_start {
	background: #0F3F70 url(../images/header_bg_start.jpg) top center repeat-y;
	height: 110px;
	color:  #E8E9EC;
	text-align:right;
}

#header_start a.logo {
	float:left;
	display:block;
	height: 110px;
	width: 200px;
	padding:0;
	background: transparent;
}

#header_start a.logo img {	
	display:none
}

#header_start p {
	padding: 20px 0 0 0;
}

#header_start p a {
	color: #E8E9EC;
	text-decoration:none;
	margin: 0 15px 0 0;
	padding:0;
	background: transparent;
}

#header_start p a:hover {
	text-decoration:underline
}

#header_start span {
	background: url(../images/header_messpunkt.gif) left center no-repeat;
	padding: 0 10px 0 30px;
}

#header_start span a {
	padding: 0 0 0 15px;
}

#start {
	background: url(../images/start_bg.jpg) center no-repeat;
	height: 260px;
}

#start_content {
	width: 240px;
	margin:auto;
	padding: 0 20px 0 720px;
	text-align:left;
}

#start_content h1 {
	font-size: 23px;
	margin: 0 0 10px 0
}

#start_content p {
	font-size: 11px;
}

#st1 {
	width: 450px;
	float:left;
}

#st2 {
	width: 450px;
	float:right;
	background: url(../images/sb_bg.gif) top left repeat-y;
	padding: 0 0 0 20px
}


#nav {
	height: 125px;
}

#nav.standard {
	background: #252525 url(../images/nav_bg.jpg) center repeat-x;
}
#nav_start {
	background: #252525 url(../images/nav_bg_start.jpg) center repeat-x;
}


#nav ul {
	margin:0 0 0 10px;
	list-style-type: none;
	list-style-image:none
}

#nav ul li {
	float:left;
	padding: 30px 0 0 0;
	
}

#nav ul li a {
	display:block;
	height: 45px;
	width: 220px;
	margin: 0 10px 0 10px;
	text-indent: -3000px;
	outline:none;
	padding:0;
}

#nav ul li a.gutachten {
	background: url(../images/gutachten_bg.jpg) 0 0 no-repeat;
}
#nav ul li a.service {
	background: url(../images/service_bg.jpg) 0 0 no-repeat;
}
#nav ul li a.sachverstand {
	background: url(../images/sachv_bg.jpg) 0 0 no-repeat;
}
#nav ul li a.kontakt {
	background: url(../images/fragen_bg.jpg) 0 0 no-repeat;
}
#nav ul li a:hover {
	background-position: 0 -45px;
}
#nav ul li a.aktiv {
	background-position: 0 -45px;
}

/*nav Start*/

#nav_start {
	background: #252525 url(../images/nav_bg_start.jpg) center repeat-x;
	height: 125px;
}


#nav_start ul {
	margin:0 0 0 10px;
	list-style-type: none;
	list-style-image:none
}

#nav_start ul li {
	float:left;
	padding: 30px 0 0 0;
	
}

#nav_start ul li a {
	display:block;
	height: 45px;
	width: 220px;
	margin: 0 10px 0 10px;
	text-indent: -3000px;
	outline:none;
	padding:0;
}

#nav_start ul li a.gutachten {
	background: url(../images/gutachten_bg.jpg) 0 0 no-repeat;
}
#nav_start ul li a.service {
	background: url(../images/service_bg.jpg) 0 0 no-repeat;
}
#nav_start ul li a.sachverstand {
	background: url(../images/sachv_bg.jpg) 0 0 no-repeat;
}
#nav_start ul li a.kontakt {
	background: url(../images/fragen_bg.jpg) 0 0 no-repeat;
}
#nav_start ul li a:hover {
	background-position: 0 -45px;
}
#nav_start ul li a.aktiv {
	background-position: 0 -45px;
}


.inhalt {
	width: 940px;
	padding: 20px;
	text-align:left;
	margin:auto
}


#content_wrap {
	text-align:left;
	/*background: url(../images/cw_bg.jpg) top center repeat-y;*/
	margin: 0 0 20px 0
}
#content_wrap_bs {
	text-align:left;
	margin: 0 0 20px 0
}
.content {
	width: 980px;
	margin:auto;
	min-width: 980px;
	
}
/*Spalten*/
.col1 {
	width: 320px;
	float:left;
	margin: 0 20px 0 20px;
	padding: 5px 10px 5px 5px;
	
}

.col1 p {
	padding: 0 0 0 00px
}

.col2 {
	width: 320px;
	float:left;
	margin: 0 0 0 0px;
	padding: 5px 10px 5px 5px;
	
}

.col12 {
	width: 640px;
	float:left;
	margin: 0 20px 0 20px;
	padding: 5px 10px 5px 5px;
}

.agb {
	width: 640px;
	padding: 5px 10px 5px 5px;
}

.sidebar {
	width: 220px;
	float:right;
	margin:0 10px 0 0;
	padding: 5px 5px 5px 15px;
	background: url(../images/sb_bg.gif) top left repeat-y;
}

/*Spalten Bike Secure*/

.col_bs_wrap {
	clear:both;
	/*background: #D8DADE;
	float:left;*/
	margin: 20px 0 0 0;
}

.col_bs {
	width: 305px;
	float:left;
	margin: 0 0px 0 20px;
	/*padding: 5px 20px 5px 15px;*/
	/*background: #f0f0f0;*/
	background: url(../images/col_bs_bg.jpg) top left repeat-y;
	
}

.col_bs p {
	padding: 0 20px 0 15px;
}
.col_bs h3 {
	padding: 0 20px 0 15px;
}
.col_bs hr {
	width: 292px
}

.col_bs ul {
	margin: 0 0 0 30px;
	list-style-image: url(../images/col_bs_bullet.jpg);
}
.col_bs ul li {
	padding: 0 20px 0 10px
	}
	
.col_bs ol {
	margin: 0 0 10px 45px;	
	font-size: 16px;
}

.col_bs ol li {
	padding: 0 15px 0 0px;
	margin:0;
	
	}
	
.col_bs ol li span {
	font-size: 12px;
	padding: 0 0 0 0;
}

.col_bs h2 {
	height: 70px;
	padding: 40px 0 0 15px;
	margin:0;
	line-height: 30px
}

h3.pflicht {
	background: url(../images/h3_pflicht.gif) top right no-repeat;
	width: 240px
}
h3.weg {
	background: url(../images/h3_weg.gif) top right no-repeat;
	width: 240px;
	padding: 2px 20px 2px 15px
}
.col_bs h6 {
	background: url(../images/h6_col_bs_bg.jpg) no-repeat;
	text-indent: -3000px;
}



h2.ueberpruefung {
	background: url(../images/bs_h2_pruef_bg.jpg) no-repeat;
}

h2.analyse {
	background: url(../images/bs_h2_analy_bg.jpg) no-repeat;
}

h2.gutachten {
	background: url(../images/bs_h2_gut_bg.jpg) no-repeat;
}




/*footer ##############*/

#footer {
	background: #ccc url(../images/footer_bg.jpg) top center no-repeat ;
	height: 380px;
	text-align:left;
	clear: both;
}

#fcol1 {
	float:left;
	width: 340px;
	padding: 30px 0 0 150px;
}

#fcol1 a {
	color: #444;
	background: transparent;
	padding:0
}

#fcol1 h5 a {
	color: #002E5C;
	background:#FFFFFF;
	padding: 2px
}

#fcol1 h5 a:hover {
	color: #666;
}

#fcol2 {
	float:right;
	width: 390px;
	padding: 70px 0 0 100px;
}

#fcol2 img {
float:left;
margin:0 20px 0 0
}

.btn {
	clear: both;
}

.btn p{
padding:10px 0 0 0
}

a.classic_data {
display:block;
width:90px;
height:80px;
text-indent:-999999px;
background:url(../images/classic-data.png) 0 0 no-repeat;
float:left;
margin:0 20px 20px 0
}

a.classic_data:hover {
background:url(../images/classic-data.png) 0 -80px no-repeat;
}

a.ifs {
display:block;
width:90px;
height:55px;
text-indent:-999999px;
background:url(../images/ifs.png) 0 0 no-repeat;
float:left;
margin:0 20px 20px 0
}

a.ifs:hover {
background:url(../images/ifs.png) 0 -55px no-repeat;
}




/* Clearing ########################################################## */
.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung für IE */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.floatbox { overflow:hidden; }
/*##Suche, Artikel Startseite####*/


