body {
	padding: 0;
	margin: 0;
	font: 10pt Arial;
}

#container {
	position: relative;
	width: 988px;
	margin: 0 auto;
	background: url('../img/bg_container.png') repeat-y;
}

#header {
	position: relative;
	height: 170px;
}
#header a {
	text-decoration: none !important;
}

#headerTop {
	display: block;
	background: url('../img/headerTop.jpg') no-repeat;
	height: 67px;
}

#menu {
	height: 30px;
	padding-left: 193px;
	background: #aa0051;
}

#left {
	width: 175px;
	padding: 150px 9px 15px 9px;
	min-height: 200px;
	float: left;
	display: inline;
}

#info {
	background: url('../img/info.jpg') no-repeat;
	width: 161px;
	height: 50px;
}

#middle {
	width: 572px;
	float: left;
	display: inline;
	background-color: #ffffff;
	padding: 15px;
	margin: 0;
}

#right {    
	width: 163px;
	float: left;
	display: inline;
	padding: 80px 15px 50px 15px;
	background: url('../img/bewegt_reisen.png') top no-repeat;
}

#footer {    
	clear: both;
	height: 40px;
	background-color: #ab0051;
	text-align: center;
}

div#finder {
	position: absolute;
	top: 149px;
	left: 0px;
	width: 178px;
	height: 140px;
	padding-top: 55px;
	padding-left: 15px;
	color: #FFF;
	background: url('../img/bg_finder.png') no-repeat;
}

img {
	padding: 0;
	margin : 0;
}

img#img_andersreisen {
	position: absolute;
	right: 0px;
	bottom: 40px;
	width: 193px;
	height: 44px;
}

#menu a {
	display: block;
	float: left;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

#menu a:hover,
#menu a.active {
	background-color: #c34881;
}

#languages {
	float: right;
	height: 30px;
}

#languages A {
	margin: 9px 4px 0 0;
	padding: 0;
}

#submenu {
	margin: 0 -15px;
	margin-bottom: 20px;
}

#submenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#submenu li a {
	padding-left: 10px;
	font-family: Arial;
	color: #32091c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#submenu li li a {
	padding-left: 20px;
	font-weight: normal;
	text-decoration: none;
}

#submenu ul li a {
	display: block;
	background: url('../img/bg_submenu.png') repeat-x;
	line-height: 28px;
}

#submenu ul li a:hover,
#submenu ul li a.active {
	background: url('../img/bg_submenu_hover.png') no-repeat;
}

#submenu ul li ul li a:hover,
#submenu ul li ul li a.active {
	background: url('../img/bg_subsubmenu_hover.png');
}

#footer a {
	color: #fff;
	line-height: 40px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}