@import url("urlaubshop_content.css");
@import url("urlaubshop_navigation.css");
@import url("urs_monatsangebot.css");


html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #333B40;
	background-color: #FFFFFF;
}
#pagewidth {
	width: 930px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_pagewidth.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 3px;
	padding-right: 6px;
}
* html #pagewidth {
	width: 939px;
	padding-left: 3px;
	padding-right: 6px;
}
.OuterPadding {
	margin:0;
	padding:0;
	background-color: transparent;
}

#header {
	position: relative;
	height: 90px;
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 15px solid #BED3E2;
}

div#header div#banner_middle {
	position: absolute;
    bottom: 16px;
    left: 300px;
    text-align:center
}
div#header div#banner_right {
	position: absolute;
	width: 320px;
	overflow:hidden;
	bottom: 16px;
	right: 0px;
}

#wrapper {
	background-color: #FF9900;
	display: inline-block;
}


#leftcol {
	margin-top: 0px;
	width: 240px;
	float: left;
	position: relative;
	background-image: url(../images/bg_pagetitle.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: left;
	background-color: transparent;
	
}
#leftcol div#leftContent {
	margin: 40px 0 20px 20px;
}
#twocols {
	width: 690px;
	float: right;
	position: relative;
	margin: 0px;
	background-color: #FFFFFF;
	display: block;
}

#mainContent {
	background-color: #FFFFFF;
	margin: 10px 0 0 10px;
}



/*
#maincol {
	margin : 0;
	padding : 0;
	background-color : #fff;
	float : left;
	display :inline;
	position : relative;
	width : 306px;
	background-color : #fff;
}
*/



/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

.clearfix {
	display : inline-table;
}



/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


