@charset "UTF-8";


/* 
	ALLGEMEINE ANGABEN
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: url(../img/layout/bg.jpg) repeat-x;
	font: 87%/125% Arial, Helvetica, sans-serif;
	color: #5d757c;
	text-align: center;
	height: 100%;
	}
	
th, td, input, select, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.clear {
	clear: both;
	}
	
	
/* 
	BILDER
*/

img {
	border: none;
	}

.block {
	display: block;
	}

.png {
	 behavior: url(js/iepngfix.htc);
	 }

.float_l {
	float: left;
	margin-right: 10px;
	}

.float_r {
	float: right;
	margin-left: 10px;
	}

a.border {
	border: 1px solid #c9d0d2;
	display: block;
	}
a.border:hover {
	border: 1px solid #5d757c;
	}


/* 
	SCHRIFT
*/

a:link, a:active, a:visited, a:focus {
	color: #5d757c;
	text-decoration: none;
	font-weight: bold;
	}

a.weiss:link, a.weiss:active, a.weiss:visited, a.weiss:focus {
	color: #c9d0d2;
	text-decoration: none;
	font-weight: normal;
	}
	
a.weiss2 {
	color: #c9d0d2;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

a.weiss2:hover {
	color: #fff;
}

a.footer:link, a.footer:active, a.footer:visited, a.footer:focus {
	color: #5d757c;
	text-decoration: none;
	font-weight: normal;
	}
	
a:hover, a.footer:hover {
	text-decoration: underline;
	}

a.weiss:hover {
	color: #fff;
	}


h1 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 150%;
	color: #cfd6d8;
	}
	
span.gross {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 150%;
	color: #4b6269;
	}
	
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #cfd6d8;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
.ci {
	color: #5d757c;
	}

.red {
	color: #ff3a1a;
	}

.green {
	color: #00a404;
	}
	
.white {
	color: #c9d0d2;
	}

.gross {
	font-size: 115%;
	}

.klein {
	font-size: 90%;
	line-height: 100%;
	}
	
/* 
	SATZ
*/
	
p {
	padding-bottom: 15px;
	}
	
.mittig, .weiterbutton {
	vertical-align: middle;
	}

.rechtsbuendig {
	text-align: right;
	width: 100%;
	}
	
.left {
	width: 50%;
	float: left;
	}

.right {
	width: 50%;
	float: left;
	text-align: right;
	}
	
.left_gr {
	width: 70%;
	float: left;
	}

.right_kl {
	width: 30%;
	float: left;
	text-align: right;
	}
	
	

/* 
	LISTEN
*/
		
.linie {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #c9d0d2;
	}
	
/* 
	LISTEN
*/

ul { 
	list-style: none;
	margin-bottom: 15px;
	}

ol { 
	list-style: decimal;
	margin: 0 0 15px 18px;
	}

ol.agb li {
	margin-bottom: 15px;
	}

ul.punkte {
	list-style: disc;
	margin-left: 13px;
	}
	
ul.pfeil2 {
	list-style: disc;
	margin-left: 13px;
	margin-bottom: 0px;
	}

ul.agentur li {
	list-style-type: none;
	background: url(../img/icons/pfeil_weiter.gif) no-repeat 0px 2px;
	padding-left: 20px;
	margin-bottom: 10px;	
	}

ul.agentur_alt li {
	list-style-type: none;
	background: url(../img/icons/pfeil_weiter.gif) no-repeat center left;
	padding-left: 20px;
	font-size: 110%;
	margin-bottom: 10px;	
	}

ol.leistungen li.gross {
	font-size: 110%;
	font-weight: bold;
	}
	

ol.leistungen li li{
	font-size: 90%;
	font-weight: normal;
	}


/* 
	TABELLEN
*/

table {
	border-collapse: collapse;
	width: 100%;
	}

td, th {
	padding: 5px;
	vertical-align: top;
	}
	
	

/* 
	LAYOUT
*/


div#wrap {
	width: 822px;
	margin: 0 auto;
	text-align: left;
	}

div#header {
	padding-top: 58px;
	}
	
div#logo {
	float: left;
	}

div#content {
	position: relative;
	top: -70px;
	padding-top: 0px;
	}
	
div#content_start {
	padding-top: 0px;
	}

div#slideshow {
	padding-top: 30px;
	padding-bottom: 0px;
	}
	
div#slideshow_klein {
	position: relative;
	top: -20px;
	padding: 0px;
	}
	
div#slideshow_leer {
	padding-top: 50px;
	padding-bottom: 0px;
	}


div.box_corner_l {
	background: url(../img/layout/box_corner_l.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 10px;
	height: 26px;
	float: left;
	}

div.box_corner_r {
	background: url(../img/layout/box_corner_r.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 10px;
	height: 26px;
	float: left;
	}
	
div.subnavi {
	margin-bottom: 5px;
	}
	
div.box_side_l {
	background: url(../img/layout/box_side_l.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 10px;
	height: 23px;
	float: left;
	}

div.box_side_r {
	background: url(../img/layout/box_side_r.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 10px;
	height: 23px;
	float: left;
	}
	
div.subnavi_head {
	background: #5d757c;
	height: 22px;
	width: 292px;
	padding-top: 1px;
	float: left; 
	}

div.abstand10_start {
	padding: 10px;
	background: #fff;
	position:relative;
	z-index: 9999;
	left: 0px;
	top: -100px;
	height: 100%;
	}
	
div.abstand10_start2 {
	padding: 10px;
	background: #fff;
	position:relative;
	z-index: 9999;
	left: 0px;
	top: -100px;
	}

	
div.abstand10 {
	padding: 10px;
	background: #fff;
	}

div#footer {
	margin: 60px 10px 20px 10px;
	padding-bottom: 20px;
	}
	
	
/*
	LIGHTBOX
*/

div.media {
	margin-bottom: 0px;
	margin-right: 2px;
	padding: 3px 6px 3px 0;
	float: left;
	width: 92px;
	text-align: center;
	}

p.preview {
	margin: 0px;
	padding: 3px;
	border: 1px solid #c9d0d2;
	background: #fff;
	width: 90px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	}

p.preview img {
	vertical-align: middle;
	}

p.preview:hover {
	border: 1px solid #5d757c;
	}



/* 
	STARTSEITE
*/
div.head_start {
	position:relative;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

div.head_start2 {
	margin-top: -50px;
	padding: 0px;	
}

div.zwischen2 {
	position:relative;
	top: 0px;
	left: 0px;
	width: 544px;
	height: 100px;
	z-index: 9997;
	background-color: #4b6269;
	color:white;
}

div.zwischen3 {
	position:relative;
	top: 0px;
	left: 0px;
	width: 268px;
	height: 100px;
	z-index: 9997;
	background-color: #4b6269;
	color:white;
}

div.zwischen {
	position:relative;
	top: 0px;
	left: 0px;
	width: 267px;
	height: 100px;
	z-index: 9997;
	background-color: #4b6269;
	color:white;
}

div.zwischen_inhalt {
	padding:10px;
	z-index: 9998;
	visibility:hidden;
}

div.box544 {
	width: 544px;
	float: left;
	margin-right: 10px;
	}
	
div.head544 {
	background: #5d757c;
	height: 21px;
	width: 524px;
	padding-top: 5px;
	float: left; 
	}

div.box267 {
	width: 267px;
	float: left;
	margin-right: 10px;
	}

div.head267 {
	background: #5d757c;
	height: 21px;
	width: 247px;
	padding-top: 5px;
	float: left; 
	}

div.box268 {
	width: 268px;
	float: left;
	}

div.head268 {
	background: #5d757c;
	height: 21px;
	width: 248px;
	padding-top: 5px;
	float: left; 
	}
	
div.box544 h2 {
	float: left;
	width: 437px;
	}

div.box267 h2, div.box268 h2 {
	float: left;
	width: 160px;
	}

div.box544 div.pfeil, div.box267 div.pfeil, div.box268 div.pfeil {
	float: left;
	width: 87px;
	text-align: right;
	}

div.news {
	margin-bottom: 10px;
	}

div.news div.media {
	float: left;
	}


	
div.text {
	float: left;
	width: 135px;
	margin-right: 5px;
	}
	
div.text2 {
	float: left;
	width: 412px;
	margin-left: 5px;
	}
	
	

/*
	AGENTUR

*/

div.quote {
	margin-bottom: 10px;
	}
	
div.quote .head {
	background: url(../img/layout/bg_quote.gif) no-repeat;
	width: 292px;
	height: 10px;
	}

div.quote .text {
	background: url(../img/layout/bg_quote.gif) no-repeat;
	background-position: 0 -10px;
	width: 274px;
	padding: 0 10px 0 8px;
	}
	
.zitat {
	font-style: italic;
	font-size: 110%;
	padding-bottom: 10px;
	margin: 0;
	}

.zitat_kunde {
	font-size: 90%;
	width: 100%;
	text-align: right;
	padding-bottom: 0px;
	}

div.quote .foot {
	background: url(../img/layout/bg_quote.gif) no-repeat;
	background-position: 0 -130px;
	width: 292px;
	height: 132px;
	}

div.quote .foot2 {
	background: url(../img/layout/bg_quote2.gif) no-repeat;
	background-position: 0 -130px;
	width: 292px;
	height: 132px;
	}

div.preview_float {
	margin-bottom: 15px;
	}

div.preview_float p.preview {
	float: left;
	margin: 0 10px 10px 0;
	}



/*
	REFERENZEN

*/

div.box500 {
	width: 500px;
	float: left;
	margin-right: 10px;
	}

div.head500 {
	background: #5d757c;
	height: 23px;
	width: 480px;
	padding-top: 3px;
	float: left; 
	}

div.head500 .pfeil_links {
	float: left;
	font-size: 90%;
	width: 130px;
	padding-top: 2px;
	}

div.head500 .pfeil_rechts {
	float: left;
	font-size: 90%;
	width: 130px;
	text-align: right;
	padding-top: 2px;
	}

div.head500 h1.ref {
	width: 220px;
	float: left;
	text-align: center;
	}

div.box312 {
	width: 312px;
	float: left;
	margin-right: 0;
	}

div.head312 {
	background: #5d757c;
	height: 23px;
	width: 292px;
	padding-top: 3px;
	float: left;
	margin-right: 0;
	}
	
div.head_lw {
	background: #5d757c;
	height: 23px;
	width: 780px;
	padding-top: 3px;
	float: left;
	margin-right: 0;
	}

div.head h1 {
	color: #cfd6d8;
	margin: 0;
	padding: 0;
	}

div.box500 p.logo {
	width: 480px;
	text-align: center;
	}
	
div.box500 p.logo a, div.box500 p.logo img {
	display: block;
	float: left; 
	margin: 3px 9px;
	height:90px;
	width:136px;
	border: 1px solid #c9d0d2;
	}

/*
	AGB, DATENSCHUTZ, IMPRESSUM, KONTAKT

*/

div.head500_green {
	background: #dfe4e5;
	height: 23px;
	width: 480px;
	padding-top: 3px;
	float: left; 
	}

div.head312_green {
	background: #dfe4e5;
	height: 23px;
	width: 292px;
	padding-top: 3px;
	float: left;
	margin-right: 0;
	}

div.head_green h1 {
	color: #5d757c;
	margin: 0;
	padding: 0;
	}

div.box_corner_green_l {
	background: url(../img/layout/box_corner_green_l.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 10px;
	height: 26px;
	float: left;
	}

div.box_corner_green_r {
	background: url(../img/layout/box_corner_green_r.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 10px;
	height: 26px;
	float: left;
	}
	


