/*CSS Reset*/ body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }



* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #e8eef0;
	background-repeat: repeat-x;
	height: 100%;
	font-family: Helvetica;
}
body#big { background-image: url(images/backgrounds/bgr-big.jpg); }
body#small { background-image: url(images/backgrounds/bgr-small.jpg); }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px;
}

.footer, .push {
	height: 300px;
}




/* ----- Content ----- */
.contentbody {
	position: relative;
	width: 1164px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -96px;
	margin-left: auto;
	overflow: hidden;
}


/* ----- Ads ----- */
.adcell-left {
	position: absolute;
	width: 120px;
	height: 600px;
	display: block;
	left: 0px;
	
	
	
	
	background-color: grey;
}
.adcell-left#big { top: 400px; }
.adcell-left#small { top: 270px; }

.adcell-right {
	position: absolute;
	width: 120px;
	height: 600px;
	display: block;
	right: 0px;
	
	
	
	
	background-color: grey;
}
.adcell-right#big { top: 400px; }
.adcell-right#small { top: 270px; }





/* ----- Header ----- */
.head {
	position: absolute;
	width: 1164px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

.head#big { height: 261px; background-image: url(images/backgrounds/head-big.jpg); }
.head#small { height: 164px; background-image: url(images/backgrounds/head-small.jpg); }

.head a#homelink {
	position: absolute;
	width: 145px;
	height: 111px;
	left: 276px;
	top: 20px;
}



/* ----- Searchbar ----- */
form.searchbar {
	position: absolute;
	display: block;
	width: 255px;
	height: 43px;
	top: 0px;
	left: 65%;
	background-image: url(images/backgrounds/searchbar.png);
	background-position: center center;
	background-repeat: no-repeat;
}

form.searchbar input {
	position: relative;
	width: 220px;
	height: 20px;
	margin: 5px 15px 0 15px;
	background-color: #f5efd2;
	border: 1px solid #e6c475;
}










/* ----- Page ----- */
.page {
	position: relative;
	width: 912px;
	right: 126px;
	left: 126px;
	margin-bottom: 0px;
	overflow: hidden;
}
.page#big { top: 150px; }
.page#small { top: 100px; }

.page .page-shadow {
	position: absolute;
	width: 912px;
	top: 420px;
	overflow: hidden;
	background-image: url(images/backgrounds/page-shadow.png);
	background-position: center center;
	background-repeat: repeat-y;
}
.page .page-shadow#big { bottom: 450px; }
.page .page-shadow#small { bottom: 504px; }


.page .page-curl-top {
	position: absolute;
	width: 912px;
	height: 420px;
	top:0px;
	left: 0px;
	z-index: 3;	
	background-image: url(images/backgrounds/curl-top.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.page #content {
	position: relative;
	width: 898px; /* + 2px Border */
	min-height: 154px;
	margin-top: 16px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 150px;
	border-left:1px solid white;
	border-right:1px solid white;
	z-index: 5;
	overflow: hidden;
	top: 0px;
	
	background-color: #f4f4f4;
}

.page .page-curl-bottom {
	position: absolute;
	display: block;
	width: 912px;
	bottom: 246px;
	left: 0px;
	z-index: 3;	
	background-image: url(images/backgrounds/curl-bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.page .page-curl-bottom#big { height: 694px; }
.page .page-curl-bottom#small { height: 204px; }





/* ----- Footer ----- */
.footer {
	position: relative;
	height: 400px;
	background-color: none;
	z-index: 1;
}

.footer .page-curl {
	display: block;
	width: 1164px;
	height: 115px;
	bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;	
	background-image: url(images/backgrounds/curl-footer.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.footer .fcontent {
	width: 900px;
	padding: 0 132px 0 132px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.footer .fcontent ul.overall-breadcrumb {
	list-style-type: none;
	overflow: hidden;
	margin: 0 15px 0 15px;
	padding: 3px 15px 3px 15px;
	background-color: #abb6ba;
	border: 1px solid #a1abaf;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.footer .fcontent ul.overall-breadcrumb li {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	
	background-image: url(images/footer-breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
}
.footer .fcontent ul.overall-breadcrumb li:first-child { background-image: none; padding-left: 0px; }

.footer .fcontent ul.overall-breadcrumb li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #e8eef0;
}


.footer .fcontent ul.structure-links {
	width: 160px;
	margin: 15px 5px 25px 10px;
	list-style-type: none;
	overflow: hidden;
	float: left;
}

.footer .fcontent ul.structure-links li {
	margin: 1px;
}

.footer .fcontent ul.structure-links li a {
	padding: 0 0 0 7px;
	font-size: 12px;
	text-decoration: none;
	color: #444444;
}

.footer .fcontent ul.structure-links li:first-child a {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #d1a50e;
}

.footer .fcontent .regular-links {
	width: 900px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	clear: both;
	text-align: center;
	border-top: 1px solid #a1abaf;
}

.footer .fcontent .regular-links a {
	padding: 0 10px 0 10px;
	font-size: 12px;
	text-decoration: none;
	color: #d1a50e;
}

.footer .fcontent .credits {
	width: 900px;
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #97a0a4;
	border-top: 1px solid #a1abaf;
}

.footer .fcontent .credits a {
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
	color: #97a0a4;
}
