@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background: #f1f1f1;
}
#main{
    width: 940px;         /* Width of the page */
    height: 590px;
	margin-left: auto;
    margin-right: auto;	
	position: relative;
	top: 0px;
    z-index: 1;

}
.left {
    color: white;
    width: 293px;
	height: 528px;
    position: absolute;	
	top: 93px;
	z-index: 2;

}
#navMainBG {

    background: url(../images/left_box_back.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#contentWrap{	
    width: 619px;
	height: 578px;
	z-index: 10;	
	position: absolute;
	left: 274px;
	top: 0px;
	
}
#contentWrapBG{	
	background: transparent url(../images/content_shadow_01.png) no-repeat;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.content {
	position: relative;
	z-index: 1;
    margin-top: 180px;
    padding: 0px 40px 0px 40px;
	
}
#contentFrame{	
	height: 300px;
	overflow: auto;	
	padding-bottom: 8px;	
}
#contentSub{	
	width: 619px;
	height: 88px;
	position: absolute;
	left: 273px;
	top: 531px;
	z-index: 1;
	background:url(../images/footer_shadow.png) no-repeat;
	text-align:center;	
}
#contentSub p{
	margin: 42px 20px 10px 20px;
	color: #fff;
}

.right {
    background: none;
    width: 55px;
	height: 528px;
	position: absolute;
	top: 35px;
	right: 6px;
	
}
br#clearContent {
    clear: both;
}

/*#head {
    position: absolute;
    top: 0;
    background: yellow;
    width: 100%;
    height: 100px;
}*/
#main .content, 
#main .left, 
#main .right {
    padding-top: 20px;  /*heads height */
}
#foot {
    color: #5e5b5b;
    height: auto;
	text-align:center;
	position:absolute;
	top: 620px;
	width: 100%;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #f5f4f4;
}
#foot p{
	padding: 10px;
}

/*************************logo*/
#logo{
	width: 196px;
	z-index: 4;
	position:absolute;
	top: 17px;
	left: 62px;
}
#logo a{
	outline: none;
}

/*************************hauptnavigation**********************************
***************************************************************************/
.left li ul.subMenu {
    display: none;
	list-style-type:none;
}

.left li ul.activeMenu{
    display: block;
	position: relative;
	left: 20px;
	
}
ul#navMain{
	float:right;
	list-style-type:none;
	position:relative;
	top: 66px;
	width: 210px;
	padding-right: -40px;
	
}

ul#navMain li ul li a:link, ul#navMain li ul li a:visited {
	height: 20px;
	padding-top: 4px;
	display: block;
	margin-bottom: 2px;
	text-decoration:none;
	background:url(../images/decorations/nav_link_off.png) 0px center no-repeat;
	text-indent: 20px;
	font-size: 11px;
	color:#fff;
	cursor: pointer;
}
ul#navMain li ul li a:hover, ul#navMain li ul li a.naviActive{
	color: #000;
	background:url(../images/decorations/nav_link_on.png) 0px center no-repeat;
	margin-bottom: 2px!important;
	padding-top: 4px;
	
}

.left li h2 {
    height: 19px;
	padding-top: 5px;
	text-decoration:none;	
	margin-bottom: 3px;
	position: relative;
	z-index: 0;
}
.left li h2 span {    	
	font-size: 11px;
	font-weight: bold;	
	position:relative;
	top: 0px;
	left: 6px;
	margin-right: 20px;
	color: #5e5b5b;
	z-index: 2;
	
}
.left li h2 a {  
	display: inline;  	
    height: 20px;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:1;
	text-indent: 32px;
	padding-top: 4px;
	background: url(../images/decorations/nav_h2.png) 0px center no-repeat;
	cursor:pointer;
}

/*************************nebennavigation rechts****************************
***************************************************************************/
ul#navIntern{
	position: relative;
	top: 42px;
	left: 0px;
	width: 70px;	
}
ul#navIntern li{
	position: relative;
	height: 106px!important;
}

ul#navIntern li a {
	display: block;
	width: 70px;
	outline:none;
	height: 121px;
	position: relative;
	left: -20px;	
}
ul#navIntern li a:hover{
	left: -10px;	
	background: transparent;
}

ul#navIntern li a span {
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
	cursor:pointer;
}

ul#navIntern li#navImpressum a span {
	background-image: url(../images/nav_sub_impressum.png);
}
ul#navIntern li#navKontakt a span {
	background-image: url(../images/nav_sub_kontakt.png);
}
ul#navIntern li#navAnfahrt a span {
	background-image: url(../images/nav_sub_anfahrt.png);
}
ul#navIntern li#navJobs a span {
	background-image: url(../images/nav_sub_jobs.png);
}
#contentFrame ul li{	
	list-style-type:square;
	margin-bottom: 5px;
}

.fail{
	color: red;
}
