/* base.css */
html {
	min-height: 100%;
}

body {
	display: block;
	
	min-height: 100%;
	
	padding: 0 0 35px 0;
	
	font-family: Verdana;
	font-size: 11px;

	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#sidemenu {
	position: absolute;
	top: 0px;
	right: 0px;
}
	#sidemenu a {
		margin-left: 15px;
		color: #FFFFFF;
	}
	
	
	#sidemenuc {
	position: absolute;
	top: 0px;
	right: 0px;
}
	#sidemenuc a {
		margin-left: 15px;
		color: #FFFFFF;
	}
	/*#sidemenuc a:hover {
		background-color: #8ebc86;
	    display: block;
	    height: 36px;
	    width: 215px;
	}
	body.winterday #sidemenuc a:hover {
		background-color: #4E98FC;
	    display: block;
	    height: 36px;
	    width: 215px;
	}*/
	#slidermenuc a.hovervisible{
		display:block;
	}
	
	body.winterday #sidemenuc a img {
		border-left:1px solid #3D50AF;
	}
	
	#sidemenuc a img {
	  position:absolute;
	  right:0;
	  top:0;
	}
	
	#sidemenuc a img.hover {
	  display:none;
	}
	
	#sidemenuc a:hover img.hover {
	  display:block;
	} 



#tooltip {
	padding: 5px;
	
	background-image: url('/fileadmin/web/images/submenu.item.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	
	border: 1px #d7dae3 solid;
	display: none;
	
	font-size: 10px;
	
	position: absolute;
	z-index: 1000;
}
#tooltip strong {
	font-weight: normal;
}

#bar {
	height: 24px;
	line-height: 24px;
	
	background-color: #FFFFFF;
}
#bar span {
	float: right;
	padding-left: 15px;
	white-space: nowrap;
}

#bar .date {
	padding-right: 15px;
}

#bar .daytime {
	position: relative;
	padding-right: 24px;
	text-transform: uppercase;
}

#bar .daytime a,
#bar .daytime strong
{
	margin: 0 2px;
	color: #000000;
}
#bar .daytime img {
	position: absolute;
	top: 2px;
	right: 0;
}

#bar .daytime .foreground {
	padding: 0;
	margin: 0;
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	
	height: 24px;
	width: 25px;
}

#bar .languages a {
	margin: 0 8px;
}
#bar .languages .language_switch {
	padding-right: 12px;
}

.stage_shadow {
	position: relative;
	
	display: block;
	width: 970px;
	
	margin: 0 auto;
	padding: 0;
	
	background-image: url('/fileadmin/web/images/shadow_side.png');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.stage_shadow:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.stage_shadow_top {
	position: absolute;
	top: -5px;
	left: 0;
	
	display: block;
	width: 970px;
	height: 5px;
	
	margin: 0;
	padding: 0;
	
	background-image: url('/fileadmin/web/images/background_shadow.top.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.stage_shadow_bottom {
	position: absolute;
	bottom: -5px;
	left: 0;
	
	display: block;
	width: 970px;
	height: 5px;
	
	margin: 0;
	padding: 0;
	
	background-image: url('/fileadmin/web/images/background_shadow.bottom.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.stage_shadow_bottom:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#stage {
	position: relative;
	z-index: 99;
	
	display: block;
	width: 950px;
	
	margin: 0 auto;
	padding: 0 0 0 0;
	
	background-color: #FFFFFF;
}
#stage:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#logo {
	position: absolute;
	top: 44px;
	left: 20px;
	
	z-index: 1000;
	
	display: block;
	overflow: hidden;
	width: 188px;
	height: 91px;
	
	background-image: url('/fileadmin/web/images/logo.png');
	background-repeat: no-repeat;
	
	text-indent: -22222px;
}

#header {
	position: relative;
	
	display: block;
	height: 315px;
	
	background-image: url('/fileadmin/web/images/common/loading.big.gif');
	background-position: center;
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
}
#header img {
	z-index: 105;
	position: absolute;
	top: 0;
	left: 0;
}

#header .skin_switch {
	position: absolute;
	top: 200px;
	right: -24px;
	
	display: block;
	overflow: hidden;
	width: 24px;
	height: 115px;
	
	background-position: 0 0;
	background-repeat: no-repeat;
	
	text-indent: -22222px;
}

#header .cover {
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	
	height: 315px;
	width: 950px;
	
	filter:Alpha(opacity=65);
	opacity: 0.65;
}

#navigation {
	position: relative;
	width: 950px;
}

#mainmenu {
	display: block;
	overflow: hidden;
	width: 100%;
}
#mainmenu:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#mainmenu a {
	background-repeat: repeat-x;

	float: left;
	display: inline-block;
	padding: 10px 10px;
	
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
#mainmenu a.first {
	border-left: none;
}

#submenu {
	width: 170px;
	overflow: hidden;
	float: left;
}

/* Level 1 */
#submenu ul {
	border: 1px #d7dae3 solid;
}
#submenu ul li {
	display: inline-block;
	width: 100%;
}
#submenu ul li a {
	display: block;
	padding: 13px 5px 13px 20px;
	color: #7a7a7a;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	
	background-image: url('/fileadmin/web/images/submenu.head.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}
#submenu ul li a.crumb {
	font-weight: bold;
}

/* Level 2 */
#submenu ul li ul {
	border: none;
	border-top: 1px #cecdce solid;
}
#submenu ul li ul li {
	padding: 0;
	border-bottom: 1px #cecdce solid;
}
#submenu ul li ul li a {
	display: block;
	height: 1%; /* ie6 bugfix */
	
	padding: 5px 5px 6px 20px;
	
	font-size: 10px;
	font-weight: normal;
	
	background-image: url('/fileadmin/web/images/submenu.item.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
}

#submenu ul li ul li a.active {
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	
	padding-right: 15px;
	
	background-position: 150px center;
	background-repeat: no-repeat;
}
#submenu ul li a.crumb {
	font-weight: bold;
}

/* Level 3 */
#submenu ul li ul li ul {
	border: none;
}
#submenu ul li ul li ul li {
	border: none;
}
#submenu ul li ul li ul li a {
	color: #FFFFFF;
	
	background-image: none;
}

#submenu ul li ul li ul li a.active {
	font-weight: normal;
}

/* Level 4 */
#submenu ul li ul li ul li ul li a {
	padding-left: 30px;
}

/* LAYOUT */
#layout {
	z-index: 2;
	width: 880px;
	padding: 45px 35px 0 35px;
	
	clear: both;
}
#layout:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer {
	position: relative;
	left: 0;
	top: 25px;
	
	display: block;
	width: 950px;
	
	padding: 5px 0;
	
	text-align: center;
}

#footer a {
	margin: 0 5px;
	
	color: #717587;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span.copyright {
	position: absolute;
	right: 35px;
	top: 5px;
	color: #717587;
	font-size: 10px;
}
