/* Touren Layout */


#header {
	/*border: 1px solid #cecea5;*/
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:224px;
	position:relative;
	top:-20px;
	left:0;
}

#outer_wrapper {
	background:#FFFFFF;
}

#wrapper {
	background-color:#FFFFFF;
}

#pagewidth {
	width:750px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:0;
	padding-bottom:0;
}


#container {
	width: 735px; /*750*/
	float: left;
	margin-right: -200px;
}

#content {
	margin-right: 10px;
}

#main {
	margin-left: 200px;
	width:500px;
	/*background-color:#CCCCCC;*/
}

#left {
	width: 150px;
	float: left;
	/*background-color:#CCCCCC;*/
}

#footer {
	background: #EEEEEE;
	width:730px;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#474747;
}

#lang {
	width:730px;
	text-align:center;
	padding-top:5px;
	color:#474747;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 10px;
	clear: both;
}


#horMenue {
	position:relative;
	left:190px;
	top:45px;
	width:517px;
	height:20px;
	z-index:1;
}

#navlist {
	padding:0;
	margin:0;
}

