	
	html, body 
	{
		height: 100%;
		overflow: hidden;
		background-color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
		
	body {
		background-color:#FFFFFF;
		font: 10px Arial, sans-serif;
		margin: 0; 
	            
	}
	#content {
		height: 100%;
	}
	
	#WebsiteHolder
	{
		position: absolute;
		left: 50%;
		top: 50%;
		width:736px;
		height:597px;
		border:0px solid #CCCCCC;
		margin-top: -298px; /* make this half your image/element height */
		margin-left: -368px; /* make this half your image/element width */
		z-index:10;
	}
			
			
	#HeaderBig
	{
		height:411px;
		width:736px;
		background-image:url(../Images/HeaderScreen.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	
	}
	
			
	#HeaderSmall
	{
		height:209px;
		width:736px;
		background-image:url(../Images/HeaderSmall.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	
	}
	
	#Content
	{
		width:736px;
		height:185px;
		background-image:url(../Images/ContentBackground.jpg);
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#686868;
	
	}
	
	
	#ContentBig
	{
		width:736px;
		height:389px;
		background-image:url(../Images/ContentBackgroundBig.jpg);
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#686868;
	
	}
	
	
	.ContentTextBig ul
	{
		padding:0px;
		margin:0px;
		padding-left:16px;
		padding-top:10px;
	
	}
	
	.ContentTextBig ul a
	{
		color:#f9a921;
		text-decoration:underline;
	
	}
	
	
	.ContentTextBig ul a:hover
	{
		color:#fd7218;
		text-decoration:underline;
	
	}
	
	
	.ContentText
	{
		padding-left:44px;
		padding-top:20px;
		padding-right:44px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:130%;
		color:#FFFFFF;
	
	}
	.ContentTextBig
	{
		padding-left:44px;
		padding-top:20px;
		padding-right:30px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:130%;
		color:#FFFFFF;
	
	}
	
	
	.BtnEnter a
	{
		display:block;
		text-align:center;
		width:225px;
		height:44px;
		background-image:url(../Images/Btn_click_n.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.BtnEnter a:hover
	{
		display:block;
		text-align:center;
		width:225px;
		height:44px;
		background-image:url(../Images/Btn_click_o.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	
	.MoreButton
	{
		display:block;
		text-align:center;
		width:131px;
		height:45px;
		position:absolute;
		left:570px;
		top:540px;
	
	}
	
	.MoreButton a
	{
		display:block;
		text-align:center;
		width:131px;
		height:45px;
		background-image:url(../Images/Btn_More_Off.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	.MoreButton a:hover
	{
		display:block;
		text-align:center;
		width:131px;
		height:45px;
		background-image:url(../Images/Btn_More_On.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#CheckBoxBar
	{
		float:left;
		width:600px;
		padding-top:10px;
	
	}
	
	.CheckBox
	{
		float:left;
		display:block;
	
	}
	
	.CheckBox a
	{
		display:block;
		float:left;
		background-image:url(../Images/Icon_Off.jpg);
		padding-left:20px;
		background-repeat:no-repeat;
		background-position:left;
		width:80px;
		height:20px;
		padding-top:4px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#FFFFFF;
	
	}
	
	.CheckBox a:hover
	{
		display:block;
		float:left;
		background-image:url(../Images/Icon_On.jpg);
		padding-left:20px;
		background-repeat:no-repeat;
		background-position:left;
		width:80px;
	
	}
	
	.KeyFacts
	{
		float:left;
		padding-right:20px;
		width:300px;
		border:0px solid #FF0000;
	
	}
	
	.KeyFactsSummary
	{
		float:none;
		padding-top:14px;
	
	}
	
	.KeyFactsSummary ul
	{
		padding-top:10px;
	
	}
	
	
	
	

/*
Formular Styles
*/


.SubmitButton
{
	width:131px;
	height:45px;
	background-image:url(../Images/Btn_Submit_Off.jpg);
	border:0px solid #333333;

}



.SubmitButton:hover
{
	width:131px;
	height:45px;
	background-image:url(../Images/Btn_Submit_On.jpg);
	border:0px solid #333333;

}



.err_inputform
{
	width:270px;
	padding:2px;
	border:1px solid  #0f1013;
	background-color:#f9a921;
	color:#0f1013;
	background-image:url(../Images/Warning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;


}

.err_inputformRadio
{
	width:270px;
	padding:2px;
	border:1px solid  #0f1013;
	background-color:#f9a921;
	color:#0f1013;
	background-image:url(../Images/Warning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;


}


.err_inputformsmall
{
	width:90px;
	padding:2px;
	border:1px solid  #0f1013;
	background-color:#f9a921;
	color:#0f1013;
	background-image:url(../Images/Warning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;

}


.err_inputformmedium
{
	width:150px;
	padding:2px;
	border:1px solid  #0f1013;
	background-color:#f9a921;
	color:#0f1013;
	background-image:url(../Images/Warning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;

}

.inputform
{
	width:290px;
	padding:2px;
	border:1px solid  #424652;

}

.inputformRadio
{
	width:290px;
	padding:2px;
	border:0px solid  #424652;

}

.inputformActive
{
	width:290px;
	padding:2px;
	border:1px solid  #424652;

}


.inputformsmall
{
	width:110px;
	padding:2px;
	border:1px solid  #424652;
}

.inputformsmallActive
{
	width:110px;
	padding:2px;
	border:1px solid  #424652;
}



.inputformmedium
{
	width:168px;
	padding:2px;
	border:1px solid  #424652;
}

.inputformmediumActive
{
	width:168px;
	padding:2px;
	border:1px solid  #424652;
}


.dropdownHolder
{
	width:266px;
	background-color:#FFFFFF;
	border:1px solid  #424652;
}


.ErrorMessage
{
	color:#fd7218;
	font-weight:bold;
	font-size:11px;

}


.disclaimer
{
	padding-left:40px;

}

.disclaimer a
	{
		color:#f9a921;
		text-decoration:underline;
	
	}
	
	