/* ------ Import other CSS ------ */
@import url("navigation.css");
@import url("content.css");
@import url("styles.css");



/* ------ Generel ------ */
html, body  { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 83%;
	color: #000000;
	background: url("../gfx/bg-body.gif") repeat-x #ececec;
}

a:link, a:visited, a:active  { 
	color: #666633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

a img {
	border: none;
}



/* ------ Layout Container ------ */
#center {
	margin: 20px auto 20px auto;
	padding: 0px; 
	width: 924px;
	height: auto;
}

#center #spacer-top {
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 0px 17px; 
	width: 890px;
	height: 17px;
	background: url("../gfx/bg-spacer-top.gif") no-repeat;
}

#center #head {
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 0px 17px; 
	width: 890px;
	height: 110px;
	background: url("../gfx/bg-head.gif") no-repeat;
}

#center #head #logo {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px; 
	width: 730px;
	height: 65px;
	background: #d5d5d5;
	float: left;
	font: 1.9em LongIsland, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#center #head #language {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px; 
	width: 150px;
	height: 65px;
	background: #d5d5d5;
	float: right;
	text-align: right;
	position: relative;
}

#center #head #navigation {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	width: 890px;
	height: 20px;
	background: url("../gfx/bg-navigation.gif") repeat-x;
	overflow: hidden;
}

#center #teaser {
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 0px 17px; 
	width: 890px;
	height: 242px;
	background: url("../gfx/bg-teaser.gif") no-repeat;
}

#center #teaser #image {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 710px;
	height: 232px;
	float: left;
	overflow: hidden;
	background-color: #000000;
}

#center #teaser #contact {
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 7px; 
	width: 154px;
	height: 220px;
	float: right;
	background: #F8F8F8;
	border: 1px #CCCCCC solid;
	overflow: hidden;
}

#center #content {
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 0px 17px; 
	width: 890px;
	height: auto;
	background: url("../gfx/bg-content.gif") repeat-y;
}

#center #content #main {
	margin: 0px 0px 0px 0px;
	padding: 10px 7px 0px 7px; 
	width: 516px;
	height: auto;
	border-top: 1px #CCCCCC solid;
	float: left;
}

#center #content .content-box {
	margin: 0px 0px 0px 10px;
	padding: 10px 7px 0px 7px; 
	width: 156px;
	height: auto;
	border-top: 1px #CCCCCC solid;
	float: left;
}

#center #spacer-bottom {
	margin: 0px 0px 10px 0px;
	padding: 10px 17px 0px 17px; 
	width: 890px;
	height: 28px;
	background: url("../gfx/bg-spacer-bottom.gif") no-repeat;
	text-align: center;
}
