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

 * {
     margin:0;
     padding:0;
     }
html{	 
	overflow-y:scroll
}
html, body {
    height:100%;
	line-height:1.2em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height:600px;}

.back {
    width:100%;
    height: 100%;
    background:url(../img/background.png) no-repeat bottom;
    background-size:cover;
	position:fixed;
	z-index:-10;
	min-height:600px;
    }
#wrapper {
	width:1000px;
	position:relative;
	margin:auto;}
.container {
	background:rgba(255,255,255,0.9);
    width:1000px;
    height:170px;
	z-index:999;
	margin:0 auto 25px auto ;
	position:relative;
}
	
.contentainer {
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
    width:1000px;
	height:auto;
	margin:auto;
	padding-top:25px;
	opacity:0;
}

#start  {
	min-height:600px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:transparent;
	background:url(../img/hand.png) no-repeat bottom right;
	background-size:contain;
    width:100%;
	height:100%;
	margin:auto;
	padding-top:0;
	opacity:0;
	z-index:10;
}

#start{
	opacity:1.0;}

.inhalt {
	width:950px;
	margin:auto;
	height:auto;
	margin-bottom:25px}
	

#head {
	width:950px;
	height:90px;
    margin: 0 auto 0 auto;
	border-bottom:#2a3b78 2px solid;
	padding-top:35px;
	position:relative;
}

#logo {
	float:right;
	height: 70px;#000000;
	cursor:pointer
}
	
ul#navigation {
    margin: 0; 
	padding: 10px;
    text-align: center;
    background-color:transparent;
	z-index:9999;}

ul#navigation li {
    list-style: none;
    display: inline;
    margin: 15px; 
	padding: 3px;
	cursor:pointer;
	text-transform:uppercase;
  }
  
h1 {color:#2a3b78;
	font-size:28px;
font-weight:bold;}

h2 {color:rgba(0,0,0,0.50);
	font-size:18px; 
	margin: 9px 0 0 0; 
	font-weight:bold;}

h3 {color:#2a3b78;
	font-size:16px;
font-weight:500;
line-height:1em;
margin: 0 0 4px 0;
text-transform:uppercase;
letter-spacing:.1em;
padding: 8px 0 0 0 ;
}

p {color:#000000;
	font-size:12px;
font-weight:500}

#navigation a {color:#2a3b78;
	font-size:16px;
font-weight:500;
padding:10px;
text-decoration:none;} 

#navigation a:hover {color:#ffffff;
background-color:#2a3b78;
	font-size:16px;
font-weight:500;
text-decoration:none;} 

#navigation .active {color:#ffffff ;
background-color:#2a3b78;
padding-left:7px;
padding-right:7px;
padding-top:2px;
	font-size:16px;
font-weight:500;
text-decoration:none;} 

.contentLeft {
	margin-top:25px;
	width:450px;
	float:left;}
	
.contentRight {
	margin-top:25px;
	width:450px;
	float:right;}
	
.footer {
	width:100%;
	clear:both;}

.toggleHead {
	cursor:pointer;
	padding: 2px 4px 2px 22px;
	background:url(../img/plusMinus.gif) no-repeat ;
	background-position: 0 0;
}	

.toggleBox {
	width:450px;
	height:300px;
	overflow:hidden;
	margin-bottom:25px;
	cursor:pointer;
	}
.toggleBoxFirst {
	width:100%;
	height:100%;
	background:url(../img/toggleBox_first.png) no-repeat top left;
	display:table;
	}
.toggleBoxHead {
	display:table-cell;
	vertical-align:middle;
	color:rgba(255,255,255,1.00);
	text-align:center;
	font-weight:bold;
	font-size:140%;
	width:80%;
	padding:25px;
	}


.toggleBoxSecond {
	width:100%;
	height:100%;
	background:url(../img/toggleBox_second.png) no-repeat top left;
	display:table;
	}
.toggleBoxList {
	display:table-cell;
	vertical-align:middle;
	color:rgba(255,255,255,1.00);
	width:80%;
	padding:50px;
	list-style-type:square;
	}
.toggleBoxList li {
	margin: 10px;}

.toggleContent {
	padding: 2px 4px 10px 22px;
	display:none;}
	
.seconxBilder {
	margin:auto;}
	
.tableRow {
	width:100%;
	border-bottom:rgba(148,148,148,1.00) 1px solid;
	padding:5px 0 5px 0}
.tableRow:first-child {
	border-top:rgba(148,148,148,1.00) 1px solid;
	
	}

.tableRow h3 {
	font-size:12px;
	display:inline-block;
	width: 29%;
	line-height:1.3em;
	vertical-align:top;
	}
	
.tableRow p {
	display:inline-block;
	width: 70%;
	margin-top:5px;
}

#big {
	width:100%;
	border:1px solid black}

.thumb {
	cursor:pointer;
	width:110px;
	display:inline-block;
	margin: 5px 16px 5px 18px;
	border:1px solid black;;
	}

.tableRow p span {
	color:#2a3b78;
	font-weight:bold;
	}

#system {
	background-color:transparent;
	
	}	
	
#system .inhalt {
	width:1000px;
	height:700px;
	position:relative;
	padding-bottom: 0;
	margin-bottom:0;
	background-color:transparent;
	
	}

#system .inhalt:after {
  content: "";
	background-color:transparent;
	background: url(../img/systemBack.png) no-repeat;
	background-size:cover;
	opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
	}
	
#system .toggleHead  {
	background-color:rgba(255,255,255,1.00);
	}

#system .toggleContent {
	background-color:rgba(255,255,255,0.80);
	padding: 0 !important;
	}
#system .toggleContent p {
	padding: 13px !important;
	
	}

#system .toggleContainer {
	position:absolute;
	}

#system .toggleContainer h3 {
	font-size:14px;
	padding-left: 4px;
	text-transform:none;
	
	}

#system .toggleContainer {
	width:240px;
	top:160px;
	left:160px;
	box-shadow:rgba(0,0,0,0.2) 2px 2px 2px;
	}

#system .toggleContainer:first-child {
	width:280px;
	top:90px;
	left:680px;
	}	
	
#system .toggleContainer:nth-child(3) {
	width:300px;
	top:405px;
	left:650px;
	}

#system .toggleContainer:last-child {
	background: #FFFFFF;
	width: 210px;
	top:25px;
	left:420px;
	padding:3px;
	text-align:center;
	}