/*========================================*/
/*================ LAYOUT ================*/
/*========================================*/
a {
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	-o-transition: color 0.15s linear;
	transition: color 0.15s linear;
	-webkit-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color;
}
body {
	background: #f27141;
}
#page-wrap {
	background: #f2f2f2 url('/custom/images/header-bg.png') repeat-x top center;
}
.container {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
	position: relative;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-12 {
	float: left;
	margin: 0 20px;
}
.grid-1 { width: 40px; }
.grid-2 { width: 120px; }
.grid-3 { width: 200px; }
.grid-4 { width: 280px; }
.grid-5 { width: 360px; }
.grid-6 { width: 440px; }
.grid-7 { width: 520px; }
.grid-8 { width: 600px; }
.grid-9 { width: 680px; }
.grid-10 { width: 760px; }
.grid-11 { width: 840px; }
.grid-12 { width: 920px; }
.grid-6 .col-left { width: 200px; margin-right: 40px; float: left; }
.grid-6 .col-right { width: 200px; float: left; }
/* Clearfix */
.imagelist:after,
.home-versicherungen-container:after,
#content:after,
#main:after,
#slider-bg:after,
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .imagelist,
* html .home-versicherungen-container,
* html #content,
* html #main,
* html #slider-bg,
* html .container             { zoom: 1; } /* IE6 */
*:first-child+html .imagelist,
*:first-child+html .home-versicherungen-container,
*:first-child+html #content,
*:first-child+html #main,
*:first-child+html #slider-bg,
*:first-child+html .container { zoom: 1; } /* IE7 */
/* List Resets */
.content_entrylist,
nav ul,
.imagelist,
.subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*========================================*/
/*================ HEADER ================*/
/*========================================*/
#header {
	color: #fff;
}
#header .container {
	height: 211px;
	z-index: 100;
}
#header h2 {
	margin: 0;
	padding: 0;
}
#header .header-logo {
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 20px;
	width: 400px;
	height: 181px;
}
#header .header-logo img {
	float: left;
	margin-right: 30px;
}
#header .header-contact {
	font-size: 16px;
	position: absolute;
	top: 45px;
	right: 0;
	text-align: right;
}
#header .header-logo .part1 {
	padding-top: 30px;
}
#header .part2 {
	padding-top: 4px;
}
#header .header-logo .part2 {
	font-size: 48px;
	text-transform: uppercase;
}
#header .header-contact .part1 {
	font-size: 24px;
}
#header .header-contact span,
#header .header-contact a,
#header .header-logo span,
#header .header-logo a {
	display: block;
}
#header .header-contact .part1,
#header .header-logo .part2 {
    font-family: 'ChunkFive';
}
#header a {
	color: #fff;
}
#header #languages {
	color: #0B6997;
	position: absolute;
	top: 2px;
	right: 0;
}
#header #languages a {
	color: #0B6997;
}
#header #languages a:active,
#header #languages a:hover,
#header #languages a.selected {
	color: #fff;
}
/*========================================*/
/*================= NAVI =================*/
/*========================================*/
#navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}
#navigation > ul {
	height: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
#navigation > ul > li {
	float: left;
	position: relative;
}
#navigation > ul > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	height: 48px;
	padding: 0 20px;
	white-space: nowrap;
}
#navigation > ul > li.selected > a,
#navigation > ul > li.active > a,
#navigation > ul > li > a:hover {
	color: #fff;
	background: #f27141;
	text-decoration: none;
	-moz-box-shadow: 0 0 15px rgba(255,255,255,0.3);
	-o-box-shadow: 0 0 15px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.3);
	box-shadow: 0 0 15px rgba(255,255,255,0.3);
}
#navigation ul ul {
	position: absolute;
	top: 48px;
	left: 0;
	background: #0b6997;
	display: none;
}
#navigation ul ul a {
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 5px 40px 5px 10px;
	border-top: 1px solid #9cd2ef;
}
#navigation ul ul a:hover {
	background: #7bc5e9;
}
/*========================================*/
/*================= MAIN =================*/
/*========================================*/
.page_con .grid-9 {
	margin: 0;
	float: none;
	width: auto;
}
#main {
	position: relative;
	z-index: 90;
	background: url('/custom/images/main-bg.png') repeat-x bottom center;
}
#main .container {
	background: #fff;
	-moz-box-shadow: 0 0 15px rgba(255,255,255,0.3);
	-o-box-shadow: 0 0 15px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 15px rgba(255,255,255,0.3);
	box-shadow: 0 0 15px rgba(255,255,255,0.3);
	padding-top: 20px;
	padding-bottom: 40px;
}
#content {
	min-height: 400px;
	position: relative;
}
#content-image {
	margin-bottom: 40px;
}
#content-image img {
	display: block;
}
#content .rawtext {
	color: #999;
	border: 10px solid #f2f2f2;
	padding: 10px;
	font-style: italic;
	font-size: 16px;
}
/* Contact Form */
#content div.basiccontactform div.form,
#content div.fieldcontactform div.form {
    width: auto;
}
#content div.basiccontactform div,
#content div.fieldcontactform div {
    padding: 4px 0;
}
#content .basiccontactform label {
	display: block;
}
#content .basiccontactform input[type="text"],
#content .basiccontactform textarea {
	display: block;
	width: 428px;
	padding: 5px;
	border: solid 1px #e0e0e0;
	background: #fff;
	resize: none;
}
#content .basiccontactform input[type="submit"] {
	padding: 0 20px;
	border: solid 1px #333;
	background: #333;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color 0.15s linear;
	height: 30px;
	text-transform: uppercase;
	font-size: 14px;
}
#content .basiccontactform input[type="submit"]:hover {
	background: #F27141;
	color: #fff;
}
/* Google map */
.gmap-container {
	height: 400px;
	width: 100%;
	border: 1px solid #999;
}
/* Images */
.imagelist {
	margin-right: -20px;
}
.imagelist li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.imagelist li img {
	display: block;
}
.imagelist li a {
	display: block;
	background: #F2F2F2;
	width: 205px;
	height: 205px;
	overflow: hidden;
}
/*========================================*/
/*================= HOME =================*/
/*========================================*/
/* Insurances */
.home-versicherungen-container {
	margin-right: -40px;
	margin-bottom: 40px;
}
.home-versicherungen {
	float: left;
	width: 160px;
	border: 10px solid #f2f2f2;
	padding: 10px;
	margin-right: 40px;
}
.home-versicherungen p {
	margin: 0;
}
.home-versicherungen h2 {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 18px;
}
.home-versicherungen h2 a {
	color: #333;
}
.home-versicherungen img {
	display: block;
	margin-bottom: 10px;
}
.home-versicherungen a.more {
	display: block;
	float: right;
	line-height: 30px;
	background: #f27141 url('/custom/images/more-white.png') no-repeat right center;
	padding: 0 10px;
	padding-right: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
/* Slider */
#slider-bg {
	color: #fff;
	background: #f4865d;
	border: 10px solid #f27141;
	padding: 10px;
	width: 400px;
	position: relative;
}
#slider-bg h2 a,
#slider-bg h2 {
	color: #fff;
	margin: 0;
}
#slider-bg h3 {
	font-size: 14px;
}
#slider-bg p {
	font-size: 12px;
	margin: 0;
}
#slider-bg #immo-slider > ul > li {
	width: 380px;
	height: 140px;
	overflow: hidden;
}
#slider-bg #immo-slider > ul > li > a {
	display: block;
	color: #fff;
	width: 380px;
	height: 120px;
	padding: 10px 0;
}
#immo-slider .home_immo_slider_pict {
	display: block;
	border: 4px solid #fff;
	width: 182px;
	height: 112px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#immo-slider .home_immo_slider_pict img {
	width: 182px;
}
#slider-bg .more_link {
	clear: both;
	padding-top: 10px;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	background: #fff url('/custom/images/more-orange.png') no-repeat right center;
	padding: 0 10px;
	padding-right: 30px;
	color: #f27141;
	text-transform: uppercase;
	font-size: 12px;
}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#immo-slider > ul, #immo-slider > li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#immo-slider > li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:18px;
		height:18px;
		position:absolute;
		right:30px;
		bottom:10px;
		z-index:1000;
		background: #fff;
		}	
	#nextBtn, #slider1next{ 
		right:10px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:18px;
		height:18px;
		background:url('/custom/images/slider-btn-prev.png') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('/custom/images/slider-btn-next.png') no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/*========================================*/
/*================ SIDEBAR ===============*/
/*========================================*/
#sidebar {
	
}
/* Subnav */
.subnav h2 {
	color: #333;
	margin: 0;
}
.subnav ul {
	margin-bottom: 20px;
}
.subnav a {
	display: block;
	line-height: 20px;
	padding: 5px 10px;
	color: #333;
}
.subnav .active a,
.subnav .selected a,
.subnav a:hover {
	color: #fff;
	background: #f27141;
}
/* Partners */
.partners {
	color: #999;
	border: 10px solid #f2f2f2;
	padding: 10px;
	margin-top: 40px;
}
.partners h2 {
	color: #999;
	margin: 0;
	text-align: left;
}
.partners p {
	margin: 0;
	text-align: center;
}
.partners img {
	margin: 10px 5px;
}

/*========================================*/
/*================ FOOTER ================*/
/*========================================*/
#footer {
	background: #0B6997;
}
#footer > .container {
	color: #7ac4e9;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#footer h3 {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: none;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #7ac4e9;
}
#footer ul {
	font-size: 12px;
	list-style: disc;
	padding-left: 20px;
}
#footer p {
	color: #fff;
	font-size: 12px;
}
#footer .copyright {
	background: #F27141;
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .copyright .grid-6:first-child {
	text-align: left;
}
#footer .copyright .grid-6:first-child a {
	margin-right: 20px;
}
#footer .copyright a {
	color: #fff;
}