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

*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}

body{
	background-color:#778b91;
}

.clear{
	clear:left;
}

#wrapper{
	background-color: #778b91;
	padding:40px 0px 40px 0px;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#page{
	width:1000px;
	height:750px;
	margin:0px auto;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	background-color:white;
	/*overflow:hidden;*/
	box-shadow:8px 8px 16px 4px #666;
	position:relative;
}

#header_left{
	background-color:#000099;
	height:200px;
	width:70%;
	float:left;
	-moz-border-top-left-radius:10px; /*Firefox */
	-webkit-border-top-left-radius:10px; /*Safari, Chrome */
	-khtml-border-top-left-radius:10px; /* Konqueror */
	border-top-left-radius:10px; /* CSS3 */
}

.banner{
	margin:5% 10%;
}

#header_right{
	background-color:white;
	height:200px;
	width:30%;
	float:right;
	-moz-border-top-right-radius:10px; /* Firefox */
	-webkit-border-top-right-radius:10px; /* Safari, Chrome */
	-khtml-border-top-right-radius:1opx; /* Konqueror */
	border-top-right-radius:10px; /* CSS3 */
	overflow:hidden;
}

#header_right img{
	width:300px;
	height:200px;
}

#navi{
	z-index:10;
	position:absolute;
	top:170px;
}

/* Main */
#menu{
	width: 100%;
	height:30px;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background-color:white;
}

#menu li{
	float: left;
	padding: 0 0 0 0;
	position: relative;
	background-color:#999999;
	height:30px;
	margin-right:3px;
	display:block;
}

#menu li:last-child{
	width:195px;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
	line-height:30px;
}

#menu li:hover{
	height:26px;
	border-bottom:4px solid #3c5ab7;
}

#menu li:hover > a{
	color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
}

#menu ul li{
    float: none;
    border-top:3px solid white;
    padding: 0;
    display: block;
	height:30px;  
    /*
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	*/
}

#menu ul li:first-child{
	/*margin-top:3px;*/
	border-top:3px solid white;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	width:auto;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#menu ul li:hover{
	background-color:#000099;
	color:white;
	height:30px;
	border-bottom:0px solid #3c5ab7;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* Opacity background for navi */

.opacityBG{
	width:1000px;
	height:30px;
	background-image:url(../images/opacity_BG.jpg);
	margin-top:-30px;
	z-index:3;
	opacity:0.5;
	position:absolute;
	top:200px;
}

/* Content */

#content_left{
	float:left;
	width:70%;
	height:540px;
	position:relative;
}

#content_right{
	float:left;
	min-width:30%;
	background-color:#cccccc;
	height:550px;
	-moz-border-bottom-right-radius:10px; /*Firefox */
	-webkit-border-bottom-right-radius:10px; /*Safari, Chrome */
	-khtml-border-bottom-right-radius:10px; /* Konqueror */
	border-bottom-right-radius:10px; /* CSS3 */
}

.naviLinkA{
	text-decoration: none;
	color: white;
	float:left;
	margin-right:3px;
}

.naviLink{
	width: 98px;
	background-color: #999;
	margin-top: 3px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.naviLink:hover{
	height:26px;
	border-bottom:4px solid #3c5ab7;
}

.top{
	background-color:#f0f0f0;
	height:109px;
}

.top img {
	margin-top:3px;
}

.text{
	margin-top:50px;
}

h1{
	color:#cccccc;
	margin-left:100px;
	margin-bottom:20px;
}

.lauftext{
	overflow:auto;
	height:275px;
}

.lauftext p{
	margin-left: 120px;
	text-align: left;
	margin-right: 20px;
	font-size:14px;
}

.bottom{
	/*margin:120px 0px 0px 50px;*/
	position: absolute;
	bottom: 0;
	margin-left: 50px;
}

.bottom a{
	text-decoration:none;
	color:#747474;
	font-size:12px;
	margin-right:50px;
}

.bottom a:last-child{
	margin-left:50px;
	cursor:default;
}

#content_right img{
	margin:20% 0 0 20%;
}

.textRechts{
	margin:5% 0 0 20%;
}

.textRechts p{
	font-size:14px;
	color:#747474;
}

.textRechts p:last-child{
	margin-top:70px;
}

.textRechts p:last-child a{
	color:#f8310e;
	text-decoration:none;
}

#pageName{
	margin:445px 0px 0px 960px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	font-size: 46px;
	color: #cccccc;
	font-weight: bold;
	text-shadow: 3px 3px 3px #666;
	position:absolute;
	text-transform:uppercase;
}

/*Side Navigation*/

#sideNavi{
	position: absolute;
	background-color: white;
	top: 203px;
	left: -200px;
	-moz-border-bottom-left-radius:10px; /*Firefox */
	-webkit-border-bottom-left-radius:10px; /*Safari, Chrome */
	-khtml-border-bottom-left-radius:10px; /* Konqueror */
	border-bottom-left-radius:10px; /* CSS3 */
	-moz-border-top-left-radius:10px; /*Firefox */
	-webkit-border-top-left-radius:10px; /*Safari, Chrome */
	-khtml-border-top-left-radius:10px; /* Konqueror */
	border-top-left-radius:10px; /* CSS3 */
	width:200px;
}

#sideMenu{
	list-style:none;
}

#sideMenu li{
	height:27px;
	line-height:30px;
	background-color:#000099;
	border-bottom:3px solid #000099;
	text-align:left;
	margin-bottom:3px;
	padding-left:3px;
}

#sideMenu li:first-child{
	-moz-border-top-left-radius:10px; /*Firefox */
	-webkit-border-top-left-radius:10px; /*Safari, Chrome */
	-khtml-border-top-left-radius:10px; /* Konqueror */
	border-top-left-radius:10px; /* CSS3 */
}

#sideMenu li:last-child{
	margin-bottom:0px;
	-moz-border-bottom-left-radius:10px; /*Firefox */
	-webkit-border-bottom-left-radius:10px; /*Safari, Chrome */
	-khtml-border-bottom-left-radius:10px; /* Konqueror */
	border-bottom-left-radius:10px; /* CSS3 */
}

#sideMenu li:hover{
	border-bottom:3px solid #3c5ab7;
}

#sideMenu li:hover ul{
	display:block;
}

#sideMenu a{
	text-decoration:none;
	color:white;
	font-size:13px;
}

/* Sub-Side-Navigation-Menu*/

#sideMenu ul{
	list-style: none;    
    display: none;
    position: absolute;
    left: 200px;
    z-index: 99999;
	background-color:white;
	border-left:3px solid transparent;
}

#sideSubMenu1{
	top:33px;
}

#sideSubMenu2{
	top:264px;
}

#sideSubMenu3{
	top:297px;
}

#sideMenu ul li{
	width:92px;
	background-color:#7f7fcc;
	border-bottom:3px solid #7f7fcc;
}

#sideMenu ul li:hover{
	border-bottom:3px solid #474a8a;
}

#sideMenu #sideSubMenu2 li{
	width:197px;
}

#sideMenu ul li:first-child{
	-moz-border-top-left-radius:0px; /*Firefox */
	-webkit-border-top-left-radius:0px; /*Safari, Chrome */
	-khtml-border-top-left-radius:0px; /* Konqueror */
	border-top-left-radius:0px; /* CSS3 */
}

#sideMenu ul li:last-child{
	-moz-border-bottom-left-radius:0px; /*Firefox */
	-webkit-border-bottom-left-radius:0px; /*Safari, Chrome */
	-khtml-border-bottom-left-radius:0px; /* Konqueror */
	border-bottom-left-radius:0px; /* CSS3 */
}

.fineTune{
	width:200px;
}

































