/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a {color: #043d87;text-decoration: underline;}
a img {border:none;}

/* typography */
@font-face {
	font-family: 'headlines';
	src: url('Abel-Regular.ttf');
}
@font-face {
	font-family: 'regular';
	src: url('PT_Sans-Narrow-Web-Regular.ttf');
}
html {font-size:100.01%;}
body {color:#444444;background:white;font-family:regular, Arial, Helvetica, sans-serif;font-size:16px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#033d87;font-family:headlines, Arial, Helvetica, sans-serif; }
h1, div.h1 {;font-size:29px;line-height: 1.1em;margin-bottom: 0.3em;padding-bottom: 0.4em;;border-bottom: 1px solid #d7d7d8;}
h2 {font-size:22px;margin-bottom:0.3em;font-weight: bold;}
h3 {font-size:16px;line-height:1.4em;font-weight: bold;margin-bottom:1em;}
h4 {font-size:16px;line-height:1.4em;font-weight: bold;}
p {margin:0 0 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 0 1.5em 0;}
ul {list-style-type:square; list-style-position: inside;}

.lastcol{margin-right: 0 !important;}
.lastrow{margin-bottom: 0 !important;}

.container {
	margin: 0 auto;
	min-height: 400px;
	width: 959px;
	background-color: #ffffff;
}

#header {
	margin-bottom: 19px;
	height: 296px;
	position: relative;
	overlow: hidden;
}
#header.wide {
	height: 374px;
}
#banner {
	position: absolute;
	top: 115px;
	overflow: hidden;
	width: 959px;
	height: 182px;
}
#banner.wide {
	height: 260px;
}
#banner ul {
	position: absolute;
	left: 0;
	overflow: hidden;
	width: 959px;
	height: 182px;
}
#banner.wide ul{
	height: 260px;
}
#banner ul li {
	list-style: none; 
	float: left;
}
#banner .dots {
	bottom: 20px;
	left: 0;
	position: absolute;
	right: 0;
	margin: 0;
	text-align: center;
}
#banner .dots li {
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
	width: 10px;
}
#banner .dots li.active {
	background: none repeat scroll 0 0 #fff;
	opacity: 1;
}
#banner .dots .dot {
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
#mainheader {
	height: 107px;
	width: 959px;
	position: relative;
	background-color: white;
}

#logoklein {
	opacity: 0.0;
	filter: alpha(opacity=0);
	top: 2px !important;
}
    
.mainheader-fixed {
	position: fixed !important;
	top: 0;
	z-index: 1000;
}
.mainheader-fixed-small {
	position: fixed !important;
	top: 0px;
	height: 38px !important;
	z-index: 1000;
}
.mainheader-fixed-small div.mainmenu {
	top: 1px !important;
}
/*
.mainheader-fixed-small #logo {
	display: none;
}
.mainheader-fixed-small #logoklein {
	display: none;
	top: 2px !important;
}
*/
#mainmenu:before {
	border-color: #ffffff #ffffff transparent transparent;
	border-style: solid;
	border-width: 0 38px 38px 0;
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 0;
}
#mainmenu {
	background-color: #8b8b8b;
	height: 36px;
	left: 0;
	position: absolute;
	top: 70px;
	width: 810px;
}
#mainmenu > ul {
    height: 30px;
    list-style: none outside none;
	margin: 0;
    padding: 6px 0 0 0;
}
#mainmenu > ul > li:hover > a, #mainmenu > ul > li > a:hover, #mainmenu > ul > li.active > a {
    color: #3a3a3a;
}
#mainmenu > ul > li {
    display: block;
    float: left;
    height: 17px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}
#mainmenu > ul > li > a {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	font-family:headlines, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.logo {
	position: absolute;
	right: 0;
	top: 16px;
}

#content {
	margin-bottom: 40px;
}
.inset {
	padding-left: 10px;
}
#content .highlight {
	background-color: #ececec;
	padding: 5px 10px 1px;
	margin-left: -10px;
}

#content .block:hover:before, #content .blockdouble:hover:before, #content .blockdwidth:hover:before, #content .blockflat:hover:before {
	border-color: #b0b0b2 #ffffff transparent transparent;
	border-style: solid;
	border-width: 25px 25px 0 0;
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 0;
}
#content .block, #content .blockdouble, #content .blockdwidth, #content .blockflat {
	float: left;
	width: 211px;
	background-color: #818182;
	border: 10px solid #818182;
	margin: 0 11px 11px 0;
	text-transform: uppercase;
	position: relative;
}
#content .block:hover, #content .blockdouble:hover, #content .blockdwidth:hover, #content .blockflat:hover {
	background-color: #4a71a7;
	border: 10px solid #4a71a7;
}
#content .block {
	height: 157px;
}
#content .blockheader {
	color: white;
	margin-top: 7px;
	font-size: 18px;
	font-family:headlines, Arial, Helvetica, sans-serif;
}
#content .blockheader a {
	color: white;
    text-decoration: none;
}
#content .blockdouble {
	height: 345px;
}
#content .blockflat {
	height: 25px;
	text-transform: none;
}
#content .blockflat .blockheader {
	margin-top: 0;
}
#content .blockflat .blockheader a {
	font-size: 100%;
}
#content .blockdwidth {
	height: 125px;
	width: 474px;
	margin-left: -10px;
}
#content .blockheader {
	color: white;
	margin-top: 7px;
	font-size: 18px;
	font-family:headlines, Arial, Helvetica, sans-serif;
}
#content .blockheader a {
	color: white;
    text-decoration: none;
}
#content .blockdwidth .blockheader {
	float: right;
	width: 190px;
	margin: 7px 36px 0 0;
}
#content .contentcol {
	float: left;
	width: 709px;
}
.rightcol {
	float: right;
	width: 230px;
}
.rightcol a {
	color: white;
}
/*
.rightrow .rightblock:before {
	border-color: #ffffff #ffffff #ffffff #d8d8d8;
	border-style: solid;
	border-width: 25px 0 0 25px;
	content: "";
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 0;
}
*/
.rightblock {
	width: 210px;
	background-color: #818182;
	border: 10px solid #818182;
	margin: 0 11px 11px 0;
	position: relative;
	color: white;
}
.rightblock h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #aaaaaa;
}

#content .damagepictos {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 85px;
	cursor: pointer;
	z-index: 10;
}
#content .damageicon {
	float: left;
	background-color: #19375e;
	border: 1px solid white;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 20px;
	height: 12px;
}
#content .damagepictos .active {
	background-color: white;
	border-color: #19375e;
}
#content .damageslist {
	background-color: rgba(25, 55, 94, 0.8);
	padding: 0;
	position: absolute;
	top: 9px;
	left: 0px;
	z-index: 100;
	display: none;
}
#content .damageitem {
	position: relative;
	float: left;
	width: 231px;
	height: 193px;
	cursor: pointer;
	margin: 0 11px 11px 0;
	color: white;
}

#content .damageitem img{
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#content .damageitem:hover img {
	background-color: #4a71a7;
	border-color: #4a71a7;
}
#content .damageitem div{
	width: 196px;
	height: 48px;
	margin-right: 25px;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: relative;
}
#content .damageitem:hover div {
	background-color: #4a71a7;
	border-left: 10px solid #4a71a7;
	border-bottom: 10px solid #4a71a7;
}
#content .damageitem:hover div:before {
	border-color: #b0b0b2 transparent red red;
	border-style: solid;
	border-width: 25px 25px 0 0;
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	bottom: -10px;
	width: 0;
}
#content .damageitem:hover div:after {
	border-color: #4a71a7;
	border-style: solid;
	border-width: 20px 13px 13px 13px;
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	top: 0;
	width: 0;
}

#content .damage {
	position: relative;
	height: 642px;
	margin-left: -10px;
}
#content .damage > img {
	display: none;
	height: 622px;
	width: 959px;
}
#content .damage > img[data="s1"] {
	display: block;
}
/*
#content .damage .damageinfo .hide:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -30px;
	bottom: 28px;
	width: 30px;
	background-color: #19375e;
}
*/
#content .damage .damageinfo {
	position: absolute;
	top: 9px;
	right: 0;
	width: 234px;
	color: white;
}
#content .damage .damageinfotexte {
	padding: 8px 8px 0 8px;
	background-color: #19375e;
	opacity: 0.8;
	color: white;
	height: 567px;
}
#content .damage .damageinfotext {
	display: none;
}
#content .damage .damageinfotext[data="s1"] {
	display: block;
}
/*
#content .damage .damageinfo:after {
    content: '';
    display: block;
    right: -30px;
    bottom: -1px;
    position: absolute;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
*/
#content .damage .damageinfotext h3 {
	color: #ffffff;
	margin-bottom: 0.3em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #aaaaaa;
}
#content .damage .damageinfotext h4 {
	color: #ffffff;
}
#content .damage .damageinfotext p {
	margin: 0 0 0.7em;
	
}
#content .damage .damageinfohide:before {
	border-color: #ffffff transparent transparent transparent;
	border-style: solid;
	border-width: 25px 25px 0 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
}
#content .damage .damageinfohide {
	text-transform: uppercase;
	padding: 0 0 8px 8px;
	height: 18px;
	cursor: pointer;
	/*border-top: 1px solid #aaaaaa;*/
	background-color: #19375e;
	opacity: 0.8;
	margin-right: 25px;
}

#content form li {
	list-style: none;
	padding: 0;
	clear: left;
	list-style-position: outside;
	margin-bottom: 20px;
	display: block;
}
#content form li label {
	display: block;
	width: 80px;
	float: left;
	height: 17px;
	background: #033D87;
	text-align: center;
	padding: 8px 0;
	position: relative;
	clear: left;
	color: #fff;
	font-size: 130%;
}
#content form ul {
	font-size: 12px;
	line-height: 18px;
}
#content form li label.textarea {
	float: none;
	width: 470px;
}
#content form li input[type=text], #content form li textarea {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	height: 13px;
	width: 270px;
	padding: 9px;
	float: left;
	background: #fcfcfc;
	color: #aaa;
	/*font: 12px arial;*/
	border: 1px solid #c9c9c9;
	-webkit-transition: height .5s, border .5s;
	-moz-transition: height .5s, border .5s;
	-o-transition: height .5s, border .5s;
	transition: height .5s, border .5s;
	-webkit-box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	-moz-box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	-o-box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
}
#content form li textarea {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	height: 170px;
	width: 450px;
	border: 1px solid #c9c9c9;
	font: 12px arial;
	-webkit-box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	-moz-box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	-o-box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	box-shadow: inset rgba(0, 0, 0, .15) 0 1px 6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	resize: none;
}
#content form li .error {
	clear: left;
	margin-left: 20px;
}
#content form li .errorMessage {
	color: red;
	font-size: 15px;
}
#content form li button {
	border: none;
	display: block;
	float: left;
	margin: 10px 7px 0 0;
	background-color: #033D87;
	font-size: 11px;
	color: #f5f5f5;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 130%;
}
/*
#footer:before {
	background: none repeat scroll 0 0 #d8d8d8;
	border-color: #d8d8d8 #d8d8d8 #ffffff #ffffff ;
	border-style: solid;
	border-width: 0 50px 50px 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
}
*/
#footer {
	clear: both;
	background-color: #ececec;
	color: #444444;
	padding: 8px;
	position: relative;
	margin-bottom: 10px;
}
.footerheader {
	font-family:headlines, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #033d87;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
#footer a {
	color: #444444;
	text-decoration: none;
}
#footer li.active > a {
	font-weight: bold;
}
}