/* CSS Document */

/* Fix für transparente PNGs im IE */
img, div { behavior: url(fileadmin/templates/main/scripts/iepngfix.htc) }

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #2E7CA0 url(../img/bg.jpg) repeat-x;
}

#container {
	width: 822px;
	margin: auto;
}

#header {
	position: relative;
	width: 822px;
	height: 209px;
	background: url(../img/header.jpg) no-repeat;
}

#reisefinder {
	position: absolute;
	top: 65px;
	left: 23px;
	width: 185px;
}

#menu {
	width: 822px;
	height: 30px;
	background: url(../img/bgMenu.jpg) no-repeat;
}

#menuitems {
	position: relative;
	margin-left: 18px;
}

#border {
	width: 822px;
	height: 4px;
	background: url(../img/bgBorderWhite.jpg)
}

#cContainer {
	width: 822px;
	background: url(../img/bgContainer.jpg) repeat-y;
}

#cContainerWide {
	width: 822px;
	background: url(../img/bgContainerWhite.jpg) repeat-y;
}

#teaser {
	margin-left: 19px;
	padding-bottom: 20px;
	width: 185px;
	float: left;
	display: inline;
	background: url(../img/bgTeaserTop.jpg) no-repeat;
}

#content {
	margin-left: 6px;
	width: 401px;
	display: inline;
	float: left;
}

#contentWide {
	margin-left: 6px;
	width: 593px;
	display: inline;
	float: left;
}

#submenu {
	margin-left: 7px;
	width: 185px;
	display: inline;
	float: left;
}

#footer {
	width: 822px;
	height: 36px;
	padding-top: 18px;
	background: url(../img/bgFooter.jpg) no-repeat;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CFE0E9;
}

#footerWide {
	width: 822px;
	height: 36px;
	padding-top: 18px;
	background: url(../img/bgFooterSingle.jpg) no-repeat;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CFE0E9;
}

#footer a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CFE0E9;
	text-decoration: none;
}

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

.clearer {
	clear: both; 
	overflow: hidden; 
	font-size: 0px; 
	height: 0px;
}
