*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%;
}

p {}

a {
	color: #005187;
}

#wrapper {
	background-image: url("/Static/Images/Default/ContainerBackground.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	
	width: 996px;
	height: 575px;
	margin: auto auto;
	position: relative;
}

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

#wrapper #header {
	width: 996px;
}
#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;
}
.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 {
	background-image: url("/Static/Images/Default/HomePage_Background.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	
	width: 100%;
	height: 427px;
	padding: 0px;
	position: relative;
	float: left;
/*	margin: 20px 0px 10px 0px; */
}

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

#wrapper #container #left_menu {
	float: left;
	width: 238px;
	padding-left: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #container #left_menu {
	background-image: url("/Static/Images/Default/HomePage_Image.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	
	float: left;
	width: 407px;
	height: 427px;
	margin: 0px;
	padding: 0px;
}

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

#wrapper #container #content {
	float: left;
	height: auto;
	width: 360px;
	padding: 10px 0px;
}
#wrapper #container #content h1 {
	color: #005187;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: normal;
}
#wrapper #container #content p {
	/*
	color: #005187;
	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;
	width: 209px;
	padding-left: 20px;
}

/* 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 #footer {
	height: 20px;
	padding: 0px 10px;
	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 {
	background-image: url("/Static/Images/Default/Component_Background.png");
	background-repeat: repeat-y;
	
	width: 184px;
	padding: 5px;
	margin: 44px 0px 0px 0px;
	position: relative;
}
.component .componenthead, .component .componentfoot {
	background-repeat: no-repeat;
	
	height: 44px;
	display: block;
}
.component .componenthead {
	background-image: url("/Static/Images/Default/Component_Head.png");
	
	margin: -49px -5px 0px -5px;
}
.component .componentfoot {
	background-image: url("/Static/Images/Default/Component_Foot.png");
	
	margin: 0px -5px -49px -5px;
}
.component .componentcontent {
	padding: 0px 15px;
}
.component h3 {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	background-image: url("/Static/Images/Default/ComponentHeader.gif");
	background-repeat: no-repeat;
	
	height: 33px;
	padding: 0px 15px;
	margin: 0px;
}
.component h4 {
	font-weight: bold;
	font-size: 10px;
	color: #005187;
	
	margin: 0px;
}
.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: -39px;
	right: 5px;
}

.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;
}