*img {
	margin:0px;
	padding: 0px;
}
body {
	position: relative;
	color: #005187 ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height:100%;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #005187;
}

p {}

a {
	color: #005187;
}

#wrapper {
	background-image: url("/Static/Images/Default/ContainerBackground.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	
	width: 997px;
	min-height: 100% !important;
	position: relative;
	margin: auto auto;
}



/* header styles
============================== */

#wrapper #header {
	width: 996px;
	position: relative;
}
#wrapper #header #logo {
	width: 996px;
	height: 220px;
}

#wrapper #header #menuholder {
	height: 15px;
	border-left: 1px solid #efebe6;
	background: #efebe6;
	padding: 10px 0;
}

#wrapper #header #menuholder #menu {
	height: 15px;
	float: right;
}

#wrapper #header #menuholder #menu a {
	text-decoration: none;
	display: block;
	margin: 0px 15px;
	float: left;
}
#wrapper #header #menuholder #LangFlags {
	float: right;
}

#wrapper #header #real_maintitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #005187;
	
	position: absolute;
	bottom: 5px;
	left: 270px;
	padding: 0px;
	margin: 0px;
}
.menutekst {
	font-weight: bold;
}
.menutekst_active {
	font-weight: bolder;
	color: #f6a924;
}
#wrapper #header #h_1 {
	float: left;
	height: 120px;
	width: 246px;
}
#wrapper #header #h_2 {
	float: left;
	height: 120px;
	width: 226px;
}
#wrapper #header #h_3 {
	float: left;
	height: 120px;
	width: 256px;
}

#wrapper #container {
	width: 100%;
	height: auto !important;
	padding: 0px;
	position: relative;
	margin: 0px;
}

/* left menu styles
============================== */

#wrapper #container #left_menu {
	vertical-align: top;
	background-image: url("/Static/Images/Default/Menu_Top.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	
	float: left;
	width: 207px;
	padding: 25px 0px 0px 29px;
}
#wrapper #container #left_menu ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 0px;
}
#wrapper #container #left_menu ul ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#wrapper #container #left_menu ul ul br
{
	line-height: 10px;
}
#wrapper #container #left_menu a {
	text-decoration: none;
	text-transform: lowercase;
	color: #005187;
	
	display: block;
}

#wrapper #container #left_menu a.menutekst_active {
	text-decoration: none;
	text-transform: lowercase;
	color: #f6a924;
	
	display: block;
}

#wrapper #container #left_menu a.submenuactive {
	color: #f6a924;
}

/* content styles
============================== */

#wrapper #container #content {
	vertical-align: top;
	background-color: #d7d3cd;
	background-image: url("/Static/Images/Default/Content_Background.jpg");
	background-repeat: no-repeat;
	float: left;
	position: relative;
	min-height: 427px;
	width: 701px;
	height: auto;
	padding: 10px 10px 10px 50px;
}
#wrapper #container #content h1 {
	color: #4a7bde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: normal;
}
#wrapper #container #content p {
	/*
	color: #2e3f5d;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 25px;
	*/
}

/* right menu styles
============================== */

#wrapper #container #right_menu {
	float: left;
}

/* menu styles
============================== */
/*
#wrapper #container #left_menu ul {
	text-decoration: none;
	list-style: none;
	
	width: 238px;
	padding: 0px;
	margin: 0px;
}

#wrapper #container #left_menu ul li {
	font-size: 11px;
	text-align: left;
	
	padding: 0px;
	margin: 0px;
}
#wrapper #container #left_menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	color: #005187;
	background-image: url("/Static/Images/Default/MenuButton.gif");
	background-repeat: no-repeat;
	
	width: 198px;
	height: 20px;
	padding: 0px 20px;
	display: block;
}

#wrapper #container #left_menu ul li.home>a {
	background-image: url("/Static/Images/Default/MenuButtonHome.gif");
}

#wrapper #container #left_menu ul li.active>a {
	color: #FFFFFF;
	background-image: url("/Static/Images/Default/MenuButton_active.gif");
}

#wrapper #container #left_menu ul li.homeactive>a {
	background-image: url("/Static/Images/Default/MenuButtonHome_active.gif");
}


#wrapper #container #left_menu ul li ul {
	background-image: url("/Static/Images/Default/SubMenuBackground.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D1D1D1;
	
	padding: 15px 0px 10px 0px;
	margin: 0px;
}
#wrapper #container #left_menu ul li ul li {
	background: none;
}
#wrapper #container #left_menu ul li ul li a {
	text-decoration: none;
	text-transform: capitalize;
	line-height: 15px;
	color: #005187;
	background-image: url("/Static/Images/Default/SubMenuButton.gif");
	background-repeat: repeat-y;
	background-position: right;
	
	width: 166px;
	height: 15px;
	padding: 0px 30px;
	display: block;
}
#wrapper #container #left_menu ul li ul li.active a,
#wrapper #container #left_menu ul li.active ul li.active a {
	color: #000000;
	background: none;
	
	padding: 0px 30px 0px 17px;
}

#wrapper #container #left_menu #menuFooter {
	background-image: url("/Static/Images/Default/MenuFooter.gif");
	background-repeat: no-repeat;
	
	width: 238px;
	height: 8px;
}
*/
/* footer styles
============================== */

#wrapper #container #clearfooter {
	height: 10px;
	clear: both;
}

#wrapper #container #footer {
	width: 236px;
	height: 20px;
	padding: 0px 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both;
}

#wrapper #footer #sponsors {
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: 238px;
}
#wrapper #footer #address {
	position: absolute;
	right: 14px;
	bottom: 0px;
	width: 707px;
	height: 90px;
	background-image: url("/Static/Images/Default/FooterBackground.gif");
	background-repeat: repeat-x;
}
#wrapper #footer #address div.address {
	font-style: normal;
	font-size: 0.9em;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #FFFFFF;
	
	float: left;
	width: 210px;
	margin-top: 5px;
	padding: 0px 10px;
	position: relative;
}
#wrapper #footer #address div.noborder {
	border: none;
}
#wrapper #footer #address div h3 {
	font-style: normal;
	font-size: 1em;
	color: #FFFFFF;
	
	margin: 0px 0px 10px 0px;
}
#wrapper #footer #address div img {
	border: solid 1px #FFFFFF;
	
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#wrapper #footer #components {
	position: absolute;
	right: 11px;
	bottom: 90px;
}


/* component styles
============================== */
	.component * {
		/*width: auto;*/
		height: auto;
		padding: 0px;
		margin: 0px;
	}
	.component img, .component a {
		padding: 0px;
		margin: 0px;
		border: solid #FFFFFF 0px;
		/*width: 150px;*/
		height: 96px;
	}
	.component {
		width: 194px;
		margin: 0px 20px 0px 0px;
		position: relative;
	}
	
	.component .componentcontent {
		text-align: center;
		background-image: url("/Static/Images/Default/Component_Background.png");
		
		height: auto;
		padding: 0px 10px;
	}
	
	.component .componenthead, .component .componentfoot {
		font-size: 0em;
		
		height: 44px;
	}
	.component .componenthead {
		background-image: url("/Static/Images/Default/Component_Head.png");
	}
	.component .componentfoot {
		background-image: url("/Static/Images/Default/Component_Foot.png");
	}
	.component a.readMore {
		font-size: 0em;
		text-decoration: none;
		text-align: center;
		color: #FFFFFF;
		background-color: #005187;
		background-image: url("/Static/Images/Default/Info.gif");
		background-repeat: no-repeat;
		line-height: 20px;
		
		font-size: 9px;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: 5px;
		right: 5px;
	}
	.component a.readMore:hover {
		background-image: url("/Static/Images/Default/Info_Hover.gif");
	}
	.component div.readMore2 {
		line-height: 0px;
		font-size: 0em;
		height: 0px;
	}
/* END component styles
============================== */

.clear {
	clear: both;
}

/* Form styles
============================== */
input {
	font-size: 10px;
	border: solid 1px #005187;
	margin-top: 0px;
	padding: 0px 3px;
	height: 15px;
}
textarea {
	width: 200px;;
}
.buttoncall {
	border: none;
	height: 15px;
}

/* RTE styles
============================== */

.RTESmall {
	font-size:10px;
	font-weight:normal;
	color: #005187;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.RTEDefault {
	font-size:12px;
	font-weight:normal;
	color: #005187;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.RTETitle {
	color:#005187;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-top:8px;
	text-decoration:none;
}

.RTESubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #005187;
	text-decoration:none;
}


.form_input {
	font-weight:normal;
	color: #005187;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	border:1px solid #005187;
}

.form_button {
	font-weight:normal;
	color: #ffffff;
	background: #f6a924;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	text-decoration:none;
	border:0px solid #005187;
}