/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/back_green.gif);
	background-repeat: repeat;
}
	
#wrapper {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
	background-color: #DED8C2;
	position: relative;
}

#header {
	height: 148px;
	background-image: url(/images/header_tile.gif);
	background-repeat: repeat-x;	
	margin: 0;
	padding: 0;
	background-color: #DED8C2;
	text-align: center;
}

#mainarea {
	margin: -96px 0 0 0;
	padding: 0;
	width: 698px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B2AC9B;
	border-left-color: #B2AC9B;
}

#mainarea img {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu {
	float: left;
	margin: 0;
	padding: 0;
}


#menu dl {
	margin: 0 0 0 12px;
	padding: 11px 0 12px 0;
	width: 152px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9AF93;
	border-bottom-color: #B9AF93;
	background-image: url(/images/menu_back.gif);
	background-repeat: repeat-y;
}

#menu dd {
	margin: 0;
	padding: 0;
}



#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}


#menu ul li {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2BCA9;
	background-image: url(/images/menu_arrows.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}


#menu ul li a {
	list-style-type: none;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	line-height: 25px;
	width: 132px;
	font-weight: bold;
}

#menu ul li a:hover {
	margin: 0 0 0 3px;
	background-color: #EEE6CF;
	background-image: url(/images/menu_arrows.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	width: 129px;
	padding-left: 17px;
	color: #000000;
}


#menu ul li ul {
	margin: 0 -10px 0 5px;
}

#menu ul li ul li {
	margin: 0;
	background-image: none;
	border: none;
}


#menu ul li ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	width: 120px;
}

#menu ul li ul li a:hover {
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BC270F;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	margin: 0 -20px 0 20px;
	padding: 0px;
}

#menu ul li .navigation_active {
	color: #C02512;
}

#menu ul li .navigation_open {
	color: #C02512;
}

#menu ul li ul li .navigation_active {
	color: #C02512;
}


#content {
	float: left;
	margin: 0 0 0 14px;
	width: 300px;
	background-color: #EFEBE1;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AFAA9C;
	border-bottom-color: #AFAA9C;
	padding: 0 25px 0 25px;
	text-align: center;
	min-height: 400px;
	_height: 400px;
}

#content a {
	text-decoration: underline;
	color: #BC270F;
}

#content a:hover {
	text-decoration: none;
	color: #333333;
}

#content img {
	margin: 0 0 0 0;
}


#content_front {
	float: left;
	margin: 0 0 0 12px;
	width: 510px;
	background-color: #EFEBE1;
	padding: 0;
	text-align: center;
}


body#index #content {
	width: 510px;
	margin: 0 0 0 12px;
	border: none;
}


#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	padding-top: 12px;
	margin: 0 20px 10px 0;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 12px;
	margin: 0 20px 10px 0;
	color: #333333;
	text-align: left;
	font-weight: normal;
}

#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

#content h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 12px;
	margin: 0;
	color: #333333;
	text-align: left;
	font-weight: normal;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 10px 20px 10px 0;
	line-height: 15px;
	text-align: left;
}

#content ul {
	margin: 0 15px 0 12px;
	padding: 0;
	float: left;	
	text-align: left;
}

#content li {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;	
	text-align: left;
}

#content li a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

#content li a:hover {
	text-decoration: underline;
}


#content td, #content label {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	margin-left: 25px;
}

#content td input, #content input {
	border: none;
	background-color: #FFFFFF;
	width: 200px;
}


#content td textarea, #content textarea {
	border: none;
	background-color: #FFFFFF;
	width: 300px;
}

#right {
	float: left;
	width: 150px;
}

#right blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	width: 140px;
	margin: 50px 0 0 15px;
}


#focus {
	clear: both;
	margin: 0 -10px 0 12px;
	padding: 0;
	width: 690px;
}

#focus h3 {
	margin: 20px 0 0 0;
	padding: 0;
}

#focus h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C02512;
	font-weight: normal;
	margin: 0;
	padding: 8px 0 0 10px;
}

#focus p {
	margin: 0;
	padding: 8px 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


html>body #focus .col {
	margin: 0 58px 0 0;
}

#focus .col {
	float: left;
	width: 187px;
	margin: 0 55px 0 0;
	background-image: url(/images/focus_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 55px;
}

html>body #focus .colright {
	margin: 0 15px 0 -5px;
}


#focus .colright {
	float: right;
	width: 187px;
	margin: 0 9px 0 -5px;
	background-image: url(/images/focus_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 55px;
}

#focus .imgmarg {
	margin: 10px 0 0 15px;
}


#footer {
	clear: both;
}

.language {
	position: absolute;
	top: 70px;
	margin-left: 510px;
	z-index: 2;
}

.language img {
	margin-right: 8px;
	border: 0;
}

.ieheight {
	width: 0; 
	height: 166px; 
	background: #000; 
	float: left;
}

#contact {
	text-align: left;
}

#contact label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 10px 20px 10px 0;
	line-height: 15px;
	text-align: left;
}


#contact .sendForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	width: 50px;
	background-color: #AFAA9C;
}

.coloring {
	position: relative;
	left: 0;
	top: -15px;
}



.tmp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	background-color: #ffffff;
}


#alc {
		width: 100%;
}

.alcDK, .alcUK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 100%;text-align: center;
	margin: 0 0 50px 0;
}

.alcDK h2, .alcUK h2 {
	font-weight: bold;
	font-size: 18px;
}

.alcDK a, .alcUK a {
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

.disclaimer {margin-bottom:40px; position:relative; text-align:center; top:30px; width:100%;}
.disclaimerUK {width: 100%; text-align: center; position: absolute; bottom: -40px;}

.disclaimer a {
	margin-right: 40px; 
	text-decoration: none; 
	font-weight: bold;
	color: #000; 
	font-family: arial; 
	font-size: 10px; 
	text-transform: uppercase; 
	background-color: #fff; 
	height: 20px;
	border: 1px solid #666;
	padding: 1px 4px 1px 4px;

}

.disclaimerUK a {
	margin-right: 15px; 
	text-decoration: none; 
	font-weight: bold;
	color: #000; 
	font-family: arial; 
	font-size: 10px; 
	text-transform: uppercase; 
	background-color: #fff; 
	height: 20px;
	border: 1px solid #666;
	padding: 1px 4px 1px 4px;

}



