html {
	height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0;
	background-image:url(../img/top_bg.jpg);
	background-repeat:repeat-x; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-image:url(../img/content_bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	position:fixed;
	margin:0;
	top:0;
	right:18px;
	display:block;
	width:100%;
	height:182px;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	background-position:18px 0px;
	z-index:5;
	color:#fff;
}

* html #header {
	background-position:18px 0px;
	}

#header #ticker-wrap {
	position:relative;
	top:136px;
	left:255px;
	color:#000;
}

#header #ticker-left {
	position:absolute;
	left:244px; /* +18 */
	top:134px;
	background-image:url(../img/ticker_left_bg.gif);
	z-index:100;
	width:40px;
	height:24px;
}

#header #ticker-right {
	position:absolute;
	left:762px; /* +18 */
	top:134px;
	background-image:url(../img/ticker_right_bg.gif);
	z-index:100;
	width:20px;
	height:25px;
}

#header #ticker {
	font-size:14px;
	color:#464c58;
	font-style:italic;
}

#header #contact {
	position:absolute;
	left:247px; /* +18 */
	top:85px;
	font-weight:bold;
	color:#464c58;
	font-size:13px;
	padding:0px;
}
	
#navigation {
	position:fixed;
	left:0;
	top:0;
	padding:0px;
	height:100%;
	width:229px;
	background:none;
	background-image:url(../img/navi_bg.gif);
	background-repeat:repeat-y;
	z-index:4;
}

#navigation #menu {
	background:none;
	width:224px;
	min-height:161px;
	height: auto;
	top:182px;
	left:0px;
	z-index:10;
	position:relative;
}

* html #navigation #menu {
	height:161px;
}

#navigation #orangeslide {
	left:0px;
	top:182px;
	position:absolute;
	background:none;	
	background-image:url(../img/navi_verlauf_bg.jpg);
	background-repeat:no-repeat;
	width:224px;
	height:161px;
	z-index:8;
}

#navigation #greyslide {
	position:absolute;
	bottom:0px;
	left:170px;
	width:14px;
	height:252px;
	background-image:url(../img/navi_content_bg_left.gif);
	background-repeat:no-repeat;
	z-index:9;
}

* html #navigation #greyslide {
	bottom:-1px;
	}

#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	padding:0px 0px 0px 229px;
	position:relative;
	z-index:3;
	line-height:1.5;
	font-size:14px;
}

#content #text {
	width:525px;
	padding-bottom:60px;
}

#content #text #title {
	margin-top:194px;
}



#foot {position:fixed; margin:0; bottom:-1px; right:18px; display:block; width:100%; height:50px; background:rgb(214,100,50); color:#fff; text-align:right; font-size:1em; z-index:4;}



* html #header, * html #foot,* html #navigation {
	position:absolute;
}
