body, html {
	margin: 0;
	text-align: center;
	background-color: #d1d3d4;
	text-align: center;
	font-family: arial;
	font-size: 9px;
}


a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #999;
}

#mainbody {
	margin: 0 auto; 
	margin-top: 88px;
	text-align: left;
	width: 836px;
	height: 552px;
	background-color: #fff;
}

#header {
	height: 220px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu {
	height: 25px;
	color: #fff;
}

.menuitem {
	width: 76px;
	height: 24px;
	overflow: hidden;
	float: left;
	background-image: url('../../assets/img/menu/de-selected.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
	vertical-align: middle;
	text-transform: uppercase;
}

.menuitem:hover {
	color: #FFF;
	text-decoration: none;
}

.selected {
	background-image: url('../../assets/img/menu/selected.gif');
	position: relative;
	height: 25px;
	margin-bottom: -1px;
}

.padded {
	line-height: 24px;
}

#contentleft {
	float: left;
	width: 683px;
	height: auto;
	border: 1px solid #2e3092;
	border-right: 0px;
	background-color: #2e3092;
}

#content {
	color: #fff;
	padding-left: 72px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}

#contentright {
	float: right;
	width: 152px;
	border: 0px;
	height: auto;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: url('../../assets/img/call-the-hotline-0845-new.gif');
	background-repeat: no-repeat;
}

#starfloat {
	
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: -20px 0px 0px -70px;
}


#footer {
	clear: both;
	height: 30px;
	border-top: 1px solid #ffffff;
	background-color: #0083D7;
}

#starfooter {
	position: absolute;
	margin-top: -45px;
	margin-left: -14px;
}

#footertext {
	float: left;
	width: 315px;
	position: absolute;
	margin-top: 10px;
	margin-left: 100px;
	color: #fff;
	font-weight: bold;
	
}

#footerscroll {
	float: left;
	width: 400px;
	position: absolute;
	margin-top: 10px;
	margin-left: 410px;
	color: #fff;
}


H1 
{
	font-size: 14px;
	font-weight: bold;
}

H2
{
	font-size: 12px;
	font-weight: bold;
}

INPUT, TEXTAREA, SELECT 
{
	font-family: arial;
	font-size: 11px;
}

#featureblue {
	border: 1px solid #00ADEF;
}

#featureblue h1 {
	background-color: #00ADEF;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
}

#featurebluecopy {
	padding: 1px;
	color: #2E3092;
}

.space {
	height: 10px;
	font-size: 1px;
}

