/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */
html {
	width:100%;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#5a5557;
	min-width:980px;
	background:#fcfeff;
	font-size:12px;
	line-height:21px;
}
.main {
	width:960px;
	padding:0;
	margin:0 auto;
	position:relative;
}
/*********************************layouts & alignment**********************************/

.col-1, .col-2 {
	float:left;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.mar1 {
	margin:0 5px
}
.mar2 {
	margin-bottom: 40px
}
.mar3 {
	margin-bottom: 20px
}
.mar4 {
	margin-top: 50px
}
.mar5 {
	margin-bottom:0
}
.mar6 {
	margin-top: 20px
}
.mar7 {
	margin-bottom:30px
}
.mar8 {
	margin-bottom:25px
}
.mar9 {
	margin-bottom:40px
}
.mar10 {margin:0 -5px 0 5px
}
.pad1 {
	padding-bottom:50px
}
.pad2 {
	padding-top:70px
}
.pad3 {
	padding-bottom:20px
}
.pad4 {
	padding-top:50px
}
.pad5 {
	padding-top:60px
}
/*********************************indents**********************************/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#878889;
}
.p0 {
	margin-bottom:0;
}
.p1 {
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	font-weight:600;
	line-height:40px;
	color:#fff;
	padding:6px 0 4px 0;
	text-align:center
}
.p2 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#396588;
	line-height:20px;
	padding:30px 0 10px 0;
	font-weight:400;
}
.p3 {
	line-height:20px;
	padding-bottom:20px;
}
.p4 {
	line-height:20px;
	padding:20px 0 15px 0;
}
.p5 {
	line-height:20px;
	padding:20px 0 5px 0;
	color:#333338;
	font-weight:600;
}
.p6 {
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	letter-spacing:-1px;
	color:#333338;
	font-size:25px;
	line-height:25px;
	margin-top:-5px;
}
.p7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:400;
	color:#878889;
	margin-top:10px;
	text-transform:uppercase;
}
.p8 {
	line-height:20px;
	padding:0 0 35px 0;
	color:#565657;
	width:170px;
}
.p9 {
	line-height:20px;
	padding:20px 0 0 0;
}
.p10 {
	line-height:17px;
	color:#333338;
	text-align:right;
	margin:5px 25px 0 0;
}
.p11 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#396588;
	line-height:19px;
	padding:0;
	font-weight:400;
}
.p11:hover{color:#000;}
.p12 {
	line-height:20px;
	padding:10px 0 15px 0;
}
.p13 {
	line-height:20px;
	padding:10px 0 30px 0;
}
.p14 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#396588;
	line-height:20px;
	padding-bottom:14px;
	font-weight:600;
}
.p15 {
	line-height:20px;
	padding:22px 0 3px 0;
}
/*********************************boxes**********************************/
.img-indent-bot {
	margin-bottom:25px;
}
.img-indent {
	float:left;
	margin:0 20px 0px 0;
}
.img-indent-r {
	float:right;
	margin:0 0px 0px 40px;
}
/*********************************links**********************************/
a {
	color:#396588;
	text-decoration:none;
	cursor:pointer;
}
.menu li a, .list-1 li a, .list-2 li a, .button, .logo {
	text-decoration:none;
}
.link-1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block;
	line-height:15px;
	color:#fff;
	background:#396588;
	padding:10px 10px;
	text-align:center;
	/*border-radius:6px 6px 6px 6px;
	/*-moz-border-radius:6px 6px 6px 6px; /*edit
	-webkit-border-radius:6px 6px 6px 6px; /edit*/
}
.link-1:hover {
	background:#728A9C;
}
.link-2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	/*text-transform:uppercase; /*edit*/ 
	display:inline-block;
	line-height:15px;
	color:#396588;
	
	margin-bottom:35px;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.link-2:hover {
	color:#000;
	text-decoration:none;
}
.link-3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block;
	line-height:20px;
	color:#396588z;
	margin:20px 0 0 0;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.link-3:hover {
	color:#000;
	text-decoration:none;
}
.a1 {
	text-decoration:underline;
}
.a1:hover {
	text-decoration:none;
}
.link-4 {
	color:#396588
}
.link-4:hover {
	color:#000
}
/*********************************lists*************************************/
.list-1 {
	margin-top:-5px
}
.list-1 dt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#333338;
	line-height:30px;
	text-transform:uppercase;
	padding:23px 0 0 15px;
	display:block;
	background:url(../images/p1_cont_arr.jpg) left 36px no-repeat;
	border-top:#e7e9eb 1px solid;
}
.list-1 dt:first-child {
	border-top:none;
	padding:0 0 0 15px;
	background:url(../images/p1_cont_arr.jpg) left 13px no-repeat;
}
.list-1 dd {
	line-height:20px;
	padding-bottom:30px;
}
.list-1 dd a {
	display:inline-block;
	color:#878889;
}
.list-1 dd a:hover {
	color:#000;
}
.list-2 {
}
.list-2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:15px 0;
	padding:0 0 0 15px;
	background:url(../images/p2_bull.png) left center no-repeat;
}
.list-2 li a {
	display:inline-block;
	color:#333338;
}
.list-2 li a:hover {
	color:#396588;
}
.list-2 li:first-child {
	margin:5px 0 15px 0
}
/*********************************header*************************************/
.z_i {
	z-index:99;
	position:relative
}
header {
	width:100%;
	min-height: 110px; /*downsized from 200 */ 
}
h1 {
	position:absolute;
	top:44px;
	z-index:50;
}
h1 a {
	display:block;
	width:275px;
	height:61px;
	text-indent:-5000px;
	background:url(../images/logo.png) 0 0 no-repeat;
}
.bg1 {
	background:#f6f9fa;
	width:100%;
	height:510px /* downscaled from 740   */
}
/*********************************headings*************************************/
h2 {
	font-family: 'Lato', sans-serif;
	font-weight:900;
	overflow:hidden;
	letter-spacing:-1px;
	color:#777777;
	font-size:22px;   /* von 25 */
	line-height:25px;
	width:150px;
	margin-bottom:23px;
	padding-top:5px
}
#page5 h2 {
	width:100%;
	margin-bottom:40px;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-weight:900;
	letter-spacing:-1px;
	color:#777777;
	font-size:25px;
	line-height:25px;
	margin-bottom:35px;
	padding-top:5px
}
/*** MENU ***/
.menu {
	position:absolute;
	top:40px; /*downsized from 131 */
	z-index:50;
}
.menu nav {
	background:#fcfeff;
	height:65px;
	position:relative;
	border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	box-shadow:0 0 24px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 24px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.1);
}
.menu:before {
	content:"";
	background:url(../images/menu_shad.png) no-repeat 0 0;
	width:960px;
	height:26px;
	position:absolute;
	bottom:-26px;
	z-index:99;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
nav {
	width:950px;
	margin:0 auto;
}
.sf-menu {
	z-index:99;
}
.sf-menu > li {
	float:			left;
	position:		relative;
	width:107px; /*Knopfbreite Navigation* von 137 auf 107 */
	border-left:solid 1px #ededed;
	padding:10px 10px
}
.sf-menu li:first-child {
	border-left:none;
}
.sf-menu >li>a {
	display:block;
	background:none;
	padding-right:7px;
}
.sf-menu a b {
	display:block;
	background:none;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; /* Schriftgröße der Navi-Auswahlpunkte: geändert von 12 px auf 10px---------------------------------*/
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#777777;
	line-height:15px;
	padding:15px 0 15px 7px;
}
.sf-menu>li>a:hover, .sf-menu>li.active>a, .sf-menu>li.sfHover > a {
	background:url(../images/menu_bg2.png) no-repeat right 0;
}
.sf-menu>li>a:hover b, .sf-menu>li.active>a b, .sf-menu>li.sfHover > a b {
	background:url(../images/menu_bg1.png) no-repeat 0 0;
	color:#fff
}
.sf-menu ul {
	position:absolute !important;
	background:#3d3d43;
	width:157px; /* left offset of submenus need to match (see below) */
	padding:15px 0;
	display:none;
}
.sf-menu ul li {
	position:relative;
	display:block;
	background:url(../images/submenu_out.png);
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	width:145px;
    margin:5px 6px;

}
.sf-menu ul a {
	display:block;
	font-family:Arial bold, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:13px;
	/* text-transform:uppercase;*/
	
	/* font-weight: bold; fett rausgenommen*/
	margin: 0 5px;
	padding: 5px 2px 5px 2px;
}
.sf-menu ul li:hover {
	
	background:url(../images/submenu_hover.png);

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 65px;
	z-index:		99 !important;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 153px;
	top: -20px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
/*********************************cols*************************************/
.col1 {
	margin:55px 40px 0 40px;
	width:235px;
	float:left;
	overflow:hidden;
}
.col2 {
	width:230px;
	margin-right:10px;
	display:inline-block
}
/*********************************content*************************************/
#content {
	width:100%;
	padding-bottom:50px;
}
.cont_plane1 {
	z-index:90;
	background:#fcfeff;
	position:relative;
	border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	box-shadow:0 0 24px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 24px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.1);
	margin:-50px 5px 0 5px;
}
.cont_plane1:before {
	content:"";
	background:url(../images/menu_shad.png) no-repeat 0 0;
	width:960px;
	height:26px;
	position:absolute;
	bottom:-26px;
	z-index:90;
}
#page3 .cont_plane1 {
	margin:-15px 10px 0 5px;
}
.bord1 {
	background:url(../images/bord_texture.png) repeat-y 315px 0;
}
.bord2 {
	background:url(../images/bord_texture.png) repeat-y 630px 0;
}
.bord3 {
	background:url(../images/bord_texture.png) repeat-y 480px 0;
}
.bord4 {
	background:url(../images/bord_texture.png) repeat-y 720px 0;
}
.bord5 {
	border-bottom:#e7e9eb solid 1px
}
.bord6 {
	background:url(../images/bord_texture.png) repeat-y 200px 0;
}
.bord7 {
	background:url(../images/bord_texture.png) repeat-y 600px 0;
}
.bord8 {
	background:url(../images/bord_texture.png) repeat-y 320px 0;
}
.bord9 {
	background:url(../images/bord_texture.png) repeat-y 640px 0;
}
.bulet1 {
	background:#396588;
	height:18px;
	width:18px;
	border-radius:32px 32px 32px 32px;
	-moz-border-radius:32px 32px 32px 32px;
	-webkit-border-radius:32px 32px 32px 32px;
	margin:0 13px 30px 0;
}
.width1 {
	width:317px
}
.pic1 {
	background:#fff;
	padding:4px;
	border:#e7e9eb solid 1px;
	display:inline-block;
}
.bl-1 {
	float:left;
	width:170px;
	margin-right:70px
}
.bl-2 {
	float:left;
	width:170px;
}
blockquote {
	background:#f6f6f6;
	height:100%;
	width:230px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848383;
	line-height:18px;
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	position:relative;
}
blockquote:before {
	content:"";
	background:url(../images/blockquote_con.png) no-repeat 0 0;
	width:31px;
	height:12px;
	color:#848383;
	position:absolute;
	top:100%;
	right:170px;
	z-index:99;
	margin-bottom:15px;
}
/****************************buttons************************/
.button1 {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:url(../images/button-bg.gif) repeat-x 0 0 #852e16;
	line-height:1.2em;
	position:relative;
	padding:10px 14px 11px 17px;
	border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow: 0 1px 5px -1px #000000;
	-webkit-box-shadow:0 1px 5px -1px #000000;
}
.button1:hover {
	background-position:0 -58px;
	background-color:#f4efee;
	color:#302d2e;
	text-shadow:0 1px 0 #e9dfdd;
}
/*----- address -----*/



dl dd {
	color:#928575;
	line-height:20px;
}
dl dd span {
	display: inline-block;
	line-height:20px;
	width: 94px;
}
.link {
	text-decoration:underline
}

.link:hover {
	text-decoration:none;
	color:#000;
}
/****************************footer************************/
footer {
	width:950px;
	height:50px;
	padding:50px 0 30px;
	border-top:#e7e9eb solid 1px;
}
#icons {
	float:right;
	padding-left:11px;
}
#icons li {
	float:left;
	padding-left:2px;
}
#icons a {
	z-index:50;
	display:block;
	position:relative;
}
#icons .img_act {
	z-index:50;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
#icons a:hover .img_act {
	opacity:1;
}
/* Tooltips */
#aToolTip {
	border:2px solid #f0f0f0;
	background:#000;
	color:#747474;
	margin:0;
	padding:2px 8px;
	font-size:11px;
	position:absolute;
	display:none;
	z-index:50000
}
#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0
}
/****************************forms************************/
#form-search input {
	margin:20px 0 10px 0;
	width:175px;
	
	background:#fff;
	padding:8px 0 8px 15px;
	color:#878889;
	font:10px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
	border:1px solid #e7e9eb;
}
/* Contact form */
#contact-form {
	display:block;
	height:318px;
	position:relative;
	padding:0;
}
#contact-form label {
	display:block;
	position:relative;
	height:60px;
	overflow:hidden;
}
#contact-form label.message {
	height:auto;
	position:relative;
	overflow:visible;
	padding:0;
}
#contact-form span {
	display:none;
	color:#f00;
	margin:0;
	font-size:11px;
	line-height:14px;
}
#contact-form label span.errors {
	display:block;
	position:absolute;
	margin:0;
	right:0;
	top:10px;
	width:230px;
}
#contact-form label.message span.errors {
	position:relative;
	margin:0;
	text-align:left;
}
#contact-form input {
	margin:0;
	width:286px;
	
	padding:15px 0 15px 15px;
	color:#484c51;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #b1b1b1;
	display:block;
}
#contact-form textarea {
	height:126px;
	width:415px;
	outline:none;
	margin:0;
	display:block;
	background:#fff;
	resize:none;
	color:#484c51;
	padding:10px 0 0 15px;
	border:1px solid #b1b1b1;
	font:12px Arial, Helvetica, sans-serif;
	overflow:auto;
	resize:none;
}
#contact-form .btns {
	position:absolute;
	bottom:-60px;
	right:0;
	height:auto;
	width:auto;
	overflow:hidden;
}
#contact-form .btns a {
	margin-left:20px
}
.success {
	display:none;
	font-size:13px;
	line-height:18px;
	padding:0;
	top:-6px;
	left:0;
	right:0;
	position: relative;
	word-spacing:-1px;
	color:#9f9f9f;
	margin:0 0 -5px 0;
}


/****************************other************************/
