/* -- INCLUDE OTHER CSS -- */
@import url("content.css");
@import url("navigation.css");
@import url("styles.css");
@import url("rte.css");


/* -- General Styles -- */
html, body  {
	margin: 0px 0px 45px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	text-align: left;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 90%;
	color: #333333;
}

/* -- Layout -- */
#container {
	margin: 0 auto;
	margin-top: 45px;
	padding: 0px;
	width: 973px;
	height: auto;
	background: #FFFFFF;
	font-size: 1em;
	border:  1px #993399 solid;
}

#container #head {
	margin: 0px;
	padding: 0px;
	width: 973px;
	height: 274px;
	overflow: hidden;
	position: relative;
	background: url("../gfx/background-head.jpg") no-repeat;
}

#container #head #logo {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 254px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#container #head #teaser-text {
	margin: 80px 0px 0px 473px;
	padding: 0px;
	width: 460px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#container #head #navigation-head {
	margin: 0px 0px 11px 9px;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: 30px;
	text-align: left;
	font-size: 1.3em;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
	border:  1px #993399 solid;
}

#container #main {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	width: 973px;
	height: auto;
	position: relative;
}

#container #main #content-left {
	margin: 0px 0px 30px 0px;
	padding: 0px 20px 20px 20px;
	width: 610px;
	height: auto;
	float: left;
}

#container #main #content-right {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	width: 300px;
	height: auto;
	float: left;
	border: 1px #993399 solid;
	background: #f3dbf5;
}

#container #main #claim {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 114px;
	height: 93px; 
	right: 0;
	bottom: 0;
	background: url("../gfx/background-claim.gif") no-repeat;
}

#container #footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 840px;
	height: 20px;
	text-align: center !important;
	font-size: 1.2em;
}