@charset "UTF-8";
/* CSS Document */

/*
font-family:'HelveticaNeueW01-97Blac';
font-family:'HelveticaNeueW01-BlackC';
*/

/* blau neu: #95bed0
	blau alt: #8AB3E8 */

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#6d7784;
	background:#fff;
	font-family:'HelveticaNeueW01-57Cn', Arial, sans-serif;
	font-size:1em;
	line-height:1.2;
}

h1 {
	margin:0 0 40px -100px;
	padding:0;
	font-weight:normal;
	font-family:'HelveticaNeueW01-97Blac', Arial, sans-serif;
	font-size:2.4em;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#a5abb2;
}

h2 {
	font-weight:normal;
	font-family:'HelveticaNeueW01-97Blac', Arial, sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#95bed0;
	margin:0 0 -27px -250px;
	padding:0 0 10px 0;
	width:240px;
	text-align: right;
	background:url(../images/line-long.png) no-repeat right bottom;
}

h3 {
	font-family:Arial, sans-serif;
	font-weight:bold;
	margin-top:14px;
	font-size:1em;
}

h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Arial, sans-serif;	
	color:#95bed0;
}

h5, h6, strong {
	font-weight:normal;
	font-family:Arial, sans-serif;
}

a {
	text-decoration:none;
	color:#17191b;
}

a:hover {
	color:#6d7784;	
}

img {
	border:0;
	max-width:100%;
}

.lightbox img {
	width:270px;
	height:180px;
	padding: 0 10px 25px 0;
}

iframe {
	border:none;
}

#wrapper {
	position: relative;
	z-index: 1;
	min-height: 100%;
}

.clear {
	clear:both;
}

#header {
	position:relative;
	padding-top:20px;
	margin:0 auto;
	width:960px;
	height:100px;
	background-color:#fff;
	z-index:1;
}

#logo {
	margin:0 0 0 30px;
	padding:0;
}

#navi_main {
	position:absolute;
	margin:0;
	padding:0;
	width:640px;
	right:0;	
	bottom:0;
	border-bottom:10px solid #6d7784;
	text-align: center;
	z-index:1;
}

#navi_main ul {
	margin: 0;
	padding:0;
	list-style:none;
	display: inline-block;
}

#navi_main > ul > li {
	position:relative;
	float:left;
	margin:0;
	padding:0 20px 5px 20px;
	font-family:Arial, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	letter-spacing: 1px;
    text-transform: uppercase;
	z-index:1;
}

#navi_main ul > li.active > a, #footer a.active {
	color:#000;
}

#navi_main ul li ul {
	display:none;
	position:absolute;
	margin: 0;
	padding-top:20px;
	width:150px;
	top:15px;
	left:11px;
	list-style:none;
	z-index:1;
	text-align:left;
	/*box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);;*/
}

#navi_main > ul > li:hover ul, #navi_main > ul > li.active ul  {
	display:block;
}

#navi_main ul li ul li {
	background:#6D7784;
	background-color:rgba(109, 119, 132, 0.8);
	padding:0 10px 10px 10px;
}

#navi_main ul li ul li:first-child {
	padding-top:10px;
}

#navi_main ul li ul li a{
	color:#e1e6eb;
}

#navi_main ul li ul li a:hover{
	color:#fff;
}

#navi_main ul > li > ul > li.active > a {
	color:#fff;
}

#visual {
	border-top:1px solid #6d7784;
	border-bottom:1px solid #6d7784;
}

#visual .inner {
	margin:0 auto;
	padding:0;
	width:960px;
	height:360px;
}

#content {
	overflow:hidden;
	margin:0 auto;
	width:960px;
	font-size: 0.875em;
	background:url(../images/grey.png) no-repeat top left;
}

#text {
	float:left;
	margin:20px 0 25px 320px;
	padding:25px 40px 0 0;
	/*border-right: #bd9d5a 1px solid;*/
}

#content .col {
	float:left;
	width:270px;
	padding: 20px 30px 0 0;
}

#footer {
	width: 100%;
	height: 50px;
	margin-top:25px;
	font-family:'HelveticaNeueW01-57Cn', Arial, sans-serif;
	background-clip: padding-box;
}

#footer .inner {
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
	position: absolute;
	z-index: 25;
	font-size: 0.85em;
	border-top: #6d7784 1px solid;
}




/*FORMULAR*/

form label {
	display:inline-block;
	width:150px;
	margin-bottom:8px;
	vertical-align:top;
	padding-top:4px;
}

form input[type=text], form input[type=password], form textarea {
	border:1px solid #ccc;
	background-color:#fff;
	color:#87888a;
	font-size:1em;
	font-family:'HelveticaNeueW01-57Cn', 'Arial', sans-serif;
	padding:1px 2px;
	width:250px;
}

#info form input[type=text], #info form input[type=password], #info form textarea {
	width:180px;
}

form textarea {
	height:100px;	
}

.small-text {
	font-size:0.85em;	
}

/*
form input[type=submit], button {
	margin-top:20px;
	border:1px solid #8e714b;
	background-color:#c9a159;
	color:#483a20;
	font-size:0.8em;
	padding:2px 5px;
	border-radius:5px;
	box-shadow:inset rgba(0, 0, 0, 0.5) -1px -1px 2px, inset rgba(255, 255, 255, 0.75) 1px 1px 0;
	text-shadow:#eebf69 1px 1px;
}

form input[type=submit]:focus, form input[type=submit]:active, button:focus, button:active {
	background-color:#8e714b;
	text-shadow:#8e714b 1px 1px;
}
*/

/*
form input[type=submit], button {
	margin-left:153px;
	margin-top:20px;
	border:1px solid #8e714b;
	background-color:#eee;
	color:#656667;
	font-size:0.8em;
	padding:2px 5px;
}
*/

form input[type=submit], button {
	padding:4px 10px;
	margin-top:20px;	
	margin-left:153px;
	background-color:#87888a;
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
	border:1px solid rgba(0, 0, 0, 0.1);
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.5) -1px -1px;
	box-shadow:inset rgba(255, 255, 255, 0.5) 1px 1px 0, inset rgba(0, 0, 0, 0.5) -1px -1px 0, rgba(0, 0, 0, 0.5) 1px 1px 2px;
}

#info form input[type=submit], button {	
	margin-left:0;
}

form input[type=submit]:focus, form input[type=submit]:active, button:focus, button:active {
	background-color:#8e714b;
	color:#eee;
}

form input[readonly] {
	border-color:#eee;
	color:#ccc;	
}


/*Lightbox*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; font-family:Arial, sans-serif;}

#cboxOverlay{position:fixed; width:100%; height:100%; background:url(../images/overlay.png) repeat 0 0;}

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

#cboxContent{position:relative;}

#cboxLoadedContent{overflow:auto;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

.cboxPhoto{float:left; margin:auto; border:0; display:block;}

.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}

#colorbox{}

    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}

    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}

    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}

    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}

    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}

    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}

    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}

    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}

    #cboxContent{background:#fff; overflow:hidden;}

        .cboxIframe{background:#fff;}

        #cboxError{padding:50px; border:1px solid #ccc;}

        #cboxLoadedContent{margin-bottom:28px;}

        #cboxTitle{position:absolute; bottom:-1px; left:0; text-align:center; width:100%; color:#949494;}

        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxPrevious:hover{background-position:-75px -25px;}

        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxNext:hover{background-position:-50px -25px;}

        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}

        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}

        #cboxClose:hover{background-position:-25px -25px;}