@charset "utf-8";

@import url("content.css?v=2");
@import url("menu.css?v=2");
@import url("fce.css?v=2");
@import url("rte.css?v=2");
@import url("search.css?v=2");


/****************/
/*** STRUKTUR ***/
/****************/

body {
	margin:0;
	padding:0;
	background-color:#ffffff;
}

html, body {
	min-height:100%;
}

#back_tile {
	position:absolute;
	left:50%;
	width:1233px;
	margin:0 0 0 -618px;
	/*background-image:url(../images/back_tile.png);*/
	background-position:4px bottom;
	background-repeat:repeat;
}

#back_tile_top {
	position:absolute;
	left:50%;
	top:0;
	width:1233px;
	height:234px;
	margin:0 0 0 -618px;
	background-image:url(../images/top_tile.png?v=2);
	background-position:left top;
	background-repeat:repeat-x;
}

#back_tile_footer {
	position:absolute;
	left:50%;
	width:1233px;
	height:65px; /* edit js */
	margin:0 0 0 -618px;
	/*background-image:url(../images/footer_tile.png);*/
	background-position:4px bottom;
	background-repeat:repeat-x;
}

#back_tile_wood {
	position:absolute;
	background-image:url(../images/brett.png);
	background-position:center top;
	background-repeat:repeat-x;
	width:100%;
	top:205px;
	height:72px;
}

#back_tile_fade {
	position:absolute;
	left:50%;
	width:1233px;
	margin:0 0 0 -618px;
	background-image:url(../images/fade_tile.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#wrapper {
	position:absolute;
	left:50%;
	top:0;
	width:967px;
	height:auto;
	padding:0;
	margin:0 0 0 -484px;
}

	#header {
		height:209px;
		background-image:url(../images/header.png);
		background-position:left top;
		background-repeat:no-repeat;
	}
	#header a {
		display:block;
		width:967px;
		height:209px;
		text-decoration:none;
	}
	
	#mainmenu {
		height:69px;
		margin-top:-4px;
	}
	
	#middle_wrapper {
		/*background-image:url(../images/wrapper_back.png);*/
		background-position:35px bottom;
		background-repeat:repeat-y;
	}
	
		#left_col {
			float:left;
			display:inline;
			position:relative;
			width:170px;
			padding:0 0 0 35px;
		}
		
		#content_wrapper {
			float:left;
			display:inline;
			position:relative;
			width:545px;
		}
		
			#lang_selector {
				height:39px;
			}
			
			#content {
				padding:14px 16px;
			}
		
		#right_col {
			float:left;
			display:inline;
			position:relative;
			width:190px;
			padding:0;
		}
		
			#metamenu {
			}

			#event_box {
				position:relative;
				left:0;
				top:0;
				margin:20px 0 0 0;
			}
			#event_box > img {
				position:absolute;
				left:0;
				top:0;
				z-index:10;
			}
			#event_box > div {
				position:relative;
				left:0;
				top:30px;
				border:1px solid #483228;
				padding:15px 10px 10px 10px;
				margin:0 25px;
				background:#483228;
				z-index:9;
				color:#fff;
			}
			#event_box > div hr {
				border-color:#fff;
			}

	#footer {
		height:65px;
		padding:0 35px;
		/*background-image:url(../images/footer.jpg);*/
		background-position:35px top;
		background-repeat:no-repeat;
	}
