/*
 * imports
 */
@import url("header.css");
@import url("nav.css");
@import url("content.css");
@import url("tx-dfvseasons.css");
@import url("tt_news.css");
@import url("indexed_search.css");
@import url("footer.css");

/*
 * general
 */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div {
	overflow: hidden;
}
html,
body {
	height: 100%;
}
body {
	background: #FFF url(../img/bgHeader.png) repeat-x;
}

/*
 * wrapper layout
 */
div#pageWrapper {
	float: left;
	min-height: 100%;
	width: 100%;
	position: relative;
}
* html div#pageWrapper {
	height: auto;
}
div#contentWrapper {
	margin: auto;
	width: 800px;
	padding-bottom: 140px; /* height of footer + 50 */
}
* html div#contentWrapper {
	padding-bottom: 100px;
}

/*
 * header layout
 * info: img-height (red part) = 160px
 */
div#header h1 a {
	width: 160px;
	height: 207px;
	text-indent: -99999px;
	float: left;
}
div#header h1 a {
	background: url(../img/logoDfv.png) no-repeat;
}
* html div#header h1 a {
	background: url(../img/logoDfv.gif) no-repeat;
}

div#search,
div#mainNav,
div#subNav {
	float: right;
	width: 600px;
}
div#search {
	text-align: right;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#headerNav,
div#sponsorsHeader {
	float: right;
	height: 60px;
	margin-bottom: 10px;
}
div#headerNav {	
	width: 200px;
}
div#sponsorsHeader {
	width: 400px;
}
div#mainNav {
	margin-top: 10px;
	height: 41px;
}
div#subNav {
	height: 30px;
	background: url(../img/bgSubNav.png) no-repeat;
}

/*
 * main content layout
 */
div#content {
	float: left;
	width: 100%;
	padding-top: 15px;
}
div#mainContent {
	float: right;
	width: 600px;
}
div#subContent {
	float: left;
	width: 160px;
}

/*
 * home content layout
 */
div#homeSubContentNormal,
div#homeSubContentSmall {
	float: right;
	margin-top: 20px;
}
div#homeSubContentNormal {
	width: 370px;
	margin-right: 20px;
}
div#homeSubContentSmall {
	width: 210px;
}

/*
 * footer layout
 */
div#footerWrapper {
	position: absolute;
	bottom: 0;
	height: 90px; /* height of the footer */
	width: 100%;
}
* html div#footerWrapper {
	position: relative;
}
div#sponsorsFooter,
div#footer {
	margin: auto;
}
div#sponsorsFooter {
	width: 565px; /* calculated length according to images (new sponsor: img-length + 20px)*/
}
div#footer {
	width: 800px;
}


/*
 * utils
 */
.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
}
