/* ########################### */
/* ### CROSSBROWSER STYLES ### */
/* ########################### */

@media screen {

body,
html{
	margin:0;
	padding:0;
	overflow-x:hidden;
	min-width:975px;
}

body {
	background-color:#FFFFFF;
	min-width:975px;
	background-image:url(images/ax_verlauf_bg.jpg);
	background-repeat:repeat-y;
	background-position:center center;
}

div#content_lines {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/ax_content_bg.gif);
	background-position:center center;
	min-width:975px;
	z-index:3;
}
body>div#content_lines {
	position:fixed;
}

div#content_shadow {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(images/ax_content_shadow.png);
	background-position:center center;
	min-width:975px;
	z-index:2;
}
body>div#content_shadow {
	position:fixed;
}



/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:210px;
	background-image:url(images/ax_line_bg.gif);
	background-repeat:repeat-y;
	background-position:center center;
	z-index:100;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:210px;
	width:975px;
	margin:0 auto;
}


/* Der Print-Header wird im Template standardmäßig ausgeblendet */
div#print_header {
	display: none;
}
	
	/* Das Print-Breadcrumb enthält den selben Inhalt wie das normale Breadcrumb.
	   Zur leichteren Übergabe an das Print-CSS wird hier aber nochmals eine eigene
	   CSS-Klasse erstellt */
	div#print_breadcrumb {
		display: none;
	}


/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:210px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:30px;
	z-index:90;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:975px;
	margin:0 auto;
}

/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:30px;
	z-index:100;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:30px;
	width:975px;
	margin:0 auto;
}

/*---------*/



#header_container {
	width: 975px;
	height:210px;
	margin: 0 auto;
	position: relative;
}

#header_logo {
	position:absolute;
	left:0px;
	top:0px;
	width:160px;
	height:210px;
	overflow:hidden;
}

#header_imgpic_overlay {
	position:absolute;
	left:160px;
	top:20px;
	width:790px;
	height:165px;
	overflow:hidden;
	text-align:left;
	background-image: url(images/header_transparency.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 110;
}

#header_imgpic {
	position:absolute;
	left:160px;
	top:20px;
	width:790px;
	height:165px;
	overflow:hidden;
	text-align:left;
	z-index: 100;
}

#header_slogan {
	position:absolute;
	top:150px;
	right:35px;
	z-index:201;
}

#header_breadcrumb_search {
	position:absolute;
	width:790px;
	height:20px;
	overflow:hidden;
	background-image:url(images/ax_bread_search_bg.gif);
	top:190px;
	left:160px;
}

	#header_breadcrumb {
		position:absolute;
		left:11px;
		width:390px;
		height:18px;
		line-height:18px;
		top:2px;
		overflow:hidden;
	}
	
	#header_search {
		position:absolute;
		right:10px;
		height:18px;
		line-height:18px;
		top:2px;
		overflow:hidden;
		text-align:right;
	}


#header_shadow {
	position:absolute;
	width:10px;
	height:210px;
	left:950px;
	top:0px;
	overflow:hidden;
}
#header_mainmenu {
	position:absolute;
	top:168px;
	left:160px;
	width:790px;
	z-index:200;
	text-align:left;
}

#header_printer {
	position:absolute;
	bottom:0px;
	width:221px;
	right:270px;
	text-align:right;
}

div#content_container {
position:relative;
width:975px;
z-index:90;
}

div#content_left {
	width:150px;
	margin-left:10px;
	float:left;
	text-align:left;
	display:inline;
	z-index:90;
}
div#content_content {
	width:766px;
	margin-left:15px;
	float:left;
	text-align:left;
	display:inline;
	z-index:90;
}
div#content_content_content {
	width:500px;
	float:left;
	display:inline;
	z-index:90;
}
div#content_content_right {
	margin-left:21px;
	width:245px;
	float:left;
	display:inline;
	z-index:90;
}

div#footer_container {
	position:relative;
	width:975px;
	height:30px;
	background-image:url(images/ax_footer_bg.gif);
	background-position:center center;
	background-repeat:repeat-y;
}
div#footer_address {
	position:absolute;
	height:30px;
	line-height:30px;
	left:160px;
	width:790px;
	overflow:hidden;
	text-align:center;
}
div#footer_shadow {
	position:absolute;
	height:30px;
	width:975px;
	overflow:hidden;
}

div#print_footer {
	display: none;
}

.aviate_url_left {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #e3001b;
	white-space: nowrap;
}

#content_left_aviate {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 70px;
	text-align: left;
} 
#content_left_aviate_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}
#content_left_aviate_right {
	position: absolute;
	top: 41px;
	left: 11px;
	width: 149px;
	text-align: left;
}

}