/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #003366; color: #fff; text-shadow: none; }
::selection { background: #0033661; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Marco Wüsten, www.sopg.de
   ========================================================================== */

body{
	background: #aaa url(../img/background-pattern.jpg) repeat;
	font-family: 'Asap', sans-serif;
	letter-spacing:0.05em;
	line-height: 1;
	
}

header{
	width: 980px;
	position: relative;
	height: 93px;
	margin: 0 auto;
	background-color: white;
}

#logo{
	position: absolute;
	left: 120px;
	top: 23px;
}

#header-slogan{
	position: absolute;
	left: 368px;
	top: 52px;
	color: #003366;
	font-size: 19px;
	padding: 0;
}

#breadcrumps{
	position: absolute;
	left: 370px;
	top: 76px;
	font-size: 10px;
	color: #5c4f45;
}


#breadcrumps a{
	text-decoration: none;
	color: #5c4f45;
}



#seperator{
	position: absolute;
	left: 342px;
	top: 53px;
	z-index: 101;
}

#container{
	position: relative;
	width: 980px;
	min-height: 645px;
	background: #fff;
	margin: 0 auto;
	top: 30px;
	
	
	-moz-box-shadow: 0 0 10px #666; /* FF3.5+ */
	-webkit-box-shadow: 0 0 10px #666;/*Saf3+, Chr*/
	box-shadow: 0 0 10px #666; /*Op10.5, IE 9, FF4*/
	/-zoom:1; /* trigger hasLayout */
	behavior: url(/library/PIE.php); /* Absoluter Pfad */
}


@media(max-height: 680px) {
  #container{top: 0;}
}



#menu{
	-height: 30px;
	width: 804px;
	position: absolute;
	top: 93px;
	margin-left: 89px;
	background-color: rgba(100, 80, 70, 0.7);
	z-index: 100;
	font-size: 13px;

}



.lt-ie9 #menu{
	background-color: rgb(172, 137, 105);
	
}



#menu ul{
	-position: absolute;
	margin-left: 272px;
	-overflow: hidden;
	min-height: 44px;
}


#menu ul li{
	display: inline;
	
	
	-position: relative;
	-background-color: red;
	height: 44px;
	padding: 0 9px;
	line-height: 44px;
	display: block;
	float: left;
	
}

#menu ul li a{
	color: white;
	text-decoration: none;
	font-size: 14px;	
	line-height: 44px;
	height: 44px;
	padding: 12px 0;
	margin: 0;
}


#menu ul li a:hover{
	-color: rgba(50, 40, 35, 1);
}



#menu ul ul li a:hover{
	color: rgba(15, 10, 10, 1);
}

.lt-ie9 #menu ul ul li a:hover{
	color: rgb(15, 10, 10);
}


.lt-ie9 #menu ul li a:hover{
	color: rgb(50, 40, 35);
}


.lt-ie9 #menu ul ul ul li a:hover{
	color: white;
}

#menu ul ul{
	position: absolute;
	width: 760px;
	left: 0px;
	top: 44px;
	margin: 0;
	background-color: rgba(255,255,255,0.8);
	-height: 30px;
	padding-left: 44px;
	display: none;
	
}

.lt-ie9 #menu ul ul{
	background-color: white;
}


#menu ul li.erste_ebene:hover{
	color: #322823;
}




#menu ul ul li a{
	color: rgba(100, 80, 70, 1);
	text-decoration: none;
	font-size: 14px;
	
}

#menu ul ul li a{
	color: rgb(100, 80, 70);
}

#menu ul ul ul{
	position: absolute;
	width: 760px;
	left: 0px;
	top: 44px;
	margin: 0;
	background-color: rgba(0,50,87,0.8);
	height: 34px;
	padding-left: 44px;
	display: none;
	color: white;
	
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); /* webkit browser*/
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); /* firefox */
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	
	
}

.lt-ie9 #menu ul ul ul{
	background-color: rgb(0,50,87);	
	color: white;
}




#menu ul li:hover{
	background: url(../img/menu_background_1st_level.png) no-repeat;
	background-position: 0 36px;
}

#menu ul ul li:hover{
	background: url(../img/menu_background_2st_level.png) no-repeat;
	background-position: 0 36px;
}

#menu ul ul ul li:hover{
	background: none;
	background-position: 0 36px;
}

.no-js #menu ul li:hover ul{
	display: inline;
}

.no-js #menu ul li:hover ul ul{
	display: none;
}

.no-js #menu ul ul li:hover ul{
	display: inline;
}



#menu ul li.menuactive{

}

#menu ul li.menuactive a{
	color: rgba(50, 40, 35, 1);
}

#menu li.menuactive a:hover{
	color: rgba(50, 40, 35, 1);
}

#menu ul ul ul li a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	
}

#menu li.menuactive ul ul li a{
	color: white;
}

#menu li.menuactive ul ul li a:hover{
	color: white;
}

#menu ul ul ul li a:hover{
	color: white; 
}


#content{
	position: absolute;
	top: 93px;
	left: 0;
	width: 980px;
	min-height: 461px;
	-background-color: rgba(255,0,0,0.4);
	font-size: 12px;
	line-height: 1.4;
}

#content a{
	text-decoration: none;
	-font-weight: bold;
}

#content a:hover{
	text-decoration: underline;
}

ul{
	padding: 14px 0 14px 14px;
	margin: 0;
	
}

li{
	padding-bottom: 12px;
	
}

#background-image{
	position: absolute;
	top: 0;
	left: 0;
}

#claim{
	position: absolute;
	top: 250px;
	left: 481px;
	width: 405px;
	color: #003366;
	font-size: 55px;
	line-height: 50px;
	display: none;
}

.no-js #claim{
	display: block;
	top: 72px;
}

.no-js #quick-intro{
	position: absolute;
	top: 390px;
	left: 90px;
	width: 405px;
	height: 75px;
	color: white;
	padding: 15px;
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
}

#quick-intro{
	position: absolute;
	top: 440px;
	left: 90px;
	width: 0;
	height: 75px;
	color: white;
	-padding: 15px;
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
}

.lt-ie9 #quick-intro{
	background-color: rgb(172, 137, 105);
}

#quick-intro h1{
	font-weight: normal;
	font-size: 22px;
	padding: 0;
	margin: 0 0 3px 0;
	display: none;
	margin: 10px !important;
	color: #003366;
}

#quick-intro p{
	margin: 0 10px 0 10px;
	font-size: 12px;
	display: none;
	color: #003366;
}

.no-js #quick-intro h1{
	display: block;
}

.no-js #quick-intro p{
	display: block;
}


#greetings{
	position: relative;
	top: 40px;
	left: 110px;
	color: #322823;
	font-size: 20px;
	width: 300px;
	display: none;
}

.no-js #greetings{
	display: block;
}


#greetings text{
	line-height: 10px;
}

#content-image{
	position: absolute;
	top: 132px;
	left: 89px;
}

#content h1{
	font-size:  15px;
	padding: 0;
	margin: 0 0 6px 0;
	
}

#main-text{
	position: absolute;
	left: 344px;
	top: 132px;
	width: 505px;
	margin: 0;
	-min-height: 212px;
	padding: 22px;
	color: white;
}

.white{
	background-color: rgba(255,255,255,0.75);
}

#main-text.white, #main-text.white p{
	color: #333;
}


.white h2, .white p{
	color: rgba(86,75,69,1);
}


.brown{
	background-color: rgba(86,75,69,0.8);
}


.lt-ie9 .brown{
	background-color: rgb(86,75,69);
}

.brown h2, .brown p{
	color: rgb(255,255,255);
}

#main-text h2{
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 8px 0;
	margin: 0;
	
}

#main-text p{
	font-size: 12px;
	line-height: 1.7;
	margin: 0;
	color: white;
}

#main-text text{
	color:white;
}


#main-text a{
	color: white;
}

#main-text a:hover{
	color: white;
}

#combi-box{
	position: absolute;
	top: 132px;
	left: 89px;
	
	width: 804px;
	height: 296px;
	
	
}

#left-column-text{
	width: 206px;
	background-color: rgba(86,75,69,0.80);
	float: left;
	padding: 24px;
	color: white;	
}

.lt-ie9 #left-column-text{
	background-color: rgb(86,75,69);
}



#left-column-text p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}

#left-column-text a{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
	color: white;
}

#right-column-text{
	-min-height: 296px;
	width: 502px;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	float: left;
	padding: 24px;
	-color: rgba(86,75,69,1);	
}

.lt-ie9 #right-column-text{
	background: rgb(255,255,255);
}

#right-column-text a{
	color: rgba(86,75,69,1);
		
}

#right-column-text p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.7;	
}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


