/*----------------------------------------------------
		TAGS		
----------------------------------------------------*/

body {
	padding:0px;
	margin:0px;
	background: #ffffff url(gfx/bg.jpg) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3062A5;
}
table
{
	border-collapse: collapse;
}
td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #95C940;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:18px;
	color: #95C940;
}
h2 {
	font-size:16px;
	color: #95C940;
}
h3 {
	font-size:14px;
	color: #95C940;
}

/*----------------------------------------------------
		STRUCTURE		
----------------------------------------------------*/
#BlueLine {
	position: absolute;
	background: #6489BC;
	height: 1px;
	bottom: 0px;
	left: 0px;
	width: 530px;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
}
#corner {
	right: 0px;
	top: 0px;
	background: transparent url(gfx/corner_bg.jpg) no-repeat 100% 0;
	height: 88px;
	margin: 0px;
	padding: 0px;
}

#introLogos {
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.introText {
}
.footer, .footer A {
	background: #ffffff;
	color: #6489BC;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer A {
	color: #6489BC;
	font-size: 11px;
}
#lang {
	position: absolute;
	right: 5px;
	top: 0px;
	padding: 5px;
}
#lang A {
	margin-left: 10px;
}
.leftColumn {
	background: #95C940 url(gfx/lc_bg.jpg) repeat-y;
	background-position: right;
	width: 258px;
	vertical-align: top;
}
.leftColumn ul {
	padding: 0px;
	margin: 0px;
}
.leftColumn li {
	/*list-style: none;*/
}
#leftColumn_top {
	position: absolute;
	top: 0px;
	right: 0px;
}
#leftColumn_bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
}
#leftColumn_line {
	background: transparent url(gfx/lc_hr.jpg) repeat-x;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 258px;
	height: 12px;
}
#leftColumn_bline {
	background: transparent url(gfx/lc_b_hr.jpg) repeat-x;
	position: absolute;
	bottom: 16px;
	left: 0px;
	width: 246px;
	height: 12px;
}
#leftColumn_bline2 {
	background: transparent url(gfx/lc_b_hr2.jpg) no-repeat;
	position: absolute;
	bottom: 16px;
	right: 0px;
	width: 11px;
	height: 12px;
}
#location{
	position: absolute;
	top: 60px;
	color: #95C940;
}
#location A {
	color: #3062A5;
}
#logo {
	margin-left: 30px;
	margin-top: 15px;
}
.Main{
	background: #ffffff url(gfx/text_bg.jpg) right repeat-y;
	vertical-align: top;
}
#printFunc {
	position: absolute;
	top: 30px;
	right: 40px;
}
.Search A
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.Search Input 
{
	border: #7A3216 1px solid;
	height: 15px;
	width: 100px;
}
#Space {
	background: #ffffff url(gfx/space.jpg) repeat-x;
	height: 13px;
	width: 768px;
}
#text {
	position: relative;
	padding: 0 0 0 0px;
	margin: 0px;
}
#textH {
	position: absolute;
	background: #fff;
	top: 0px !important; top: 12px; 
	font-weight: normal;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mapIntro{ padding: 0px 20px 10px 20px; clear: both; }
	#mapIntro h1{
		font-weight: normal;
		font-size: 20px;
		padding-top: 2px;
		padding-bottom: 8px;
		margin-bottom: 0;
	}
	#mapIntro img{
		cursor: pointer;
	}
#newsIntro{ padding: 20px 20px 10px 20px; clear: both; }
	#newsIntro h1{
		font-weight: normal;
		font-size: 20px;
		padding-top: 2px;
		padding-bottom: 8px;
		margin-bottom: 0;
	}
	#newsIntro span{
		padding-left: 5px;
		padding-right: 5px;
	}
	#newsIntro p{
		margin: 0;
		padding: 5px;
	}
#introExtBanners{ padding: 40px 20px 50px 20px; clear: both; }


#TextHeader {
	position: absolute;
	top: 20px;
	left: 0px;
}
#TextFooter {
	position: absolute;
	background: transparent url(gfx/b_hr.jpg) repeat-x;
	bottom: 16px;
	left: 258px;
	width: 520px;
}
.leftMenuH {
	position: absolute;
	top: 0px !important; 
	top: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background:#95C940;
	color:#ffffff;
	font-weight: bold;
	font-size: 18px;
	margin-left: 16px;	
}

/*----------------------------------------------------
		MENU		
----------------------------------------------------*/
/*
.Menu {
	background:#00DA00 url(gfx/menu_bg.jpg) repeat-x;
	height: 27px;
	color:#ffffff;
	font-weight: bold;
}
.Menu A {
	color: #ffffff;
}*/
.MenuLevel2, .MenuLevel2Active {
	font-weight:bold;
	font-size: 12px;
	list-style-position: inside;
}
.MenuLevel2Active, .MenuLevel2 {
	margin: 0;
	list-style: none;
	background: url(gfx/li.jpg) 20px 50% no-repeat;
	padding-left: 45px;
	display: inline;
}

.MenuLevel2 A {
	padding-left: 0;
	color: #4D5A11;
}
.MenuLevel2Active {
	font-weight: bold;
	color: white;
	background-image: url(gfx/li_a.jpg);
}
.MenuLevel2Active A {
/*	padding-left: 10px; */
	color: #4D5A11;
}
.MenuLevel3, .MenuLevel3Active {
	list-style:none;
	margin-left:5px;
	color:#ffffff;
}
.MenuLevel3 A {
	padding-left: 40px;
	color: #4D5A11;
}
.MenuLevel3Active  A {
	padding-left: 40px;
	color:#ffffff;
}
.MenuDiv {
	border-top: #84AE3F 1px solid;
	margin-top: 10px;
	list-style:none;
	margin-left: 20px;
	margin-right: 20px;
}
#topMenu {
	padding-top: 7px;
	padding-left: 20px;
	background:#00DA00 url(gfx/menu_bg.jpg) repeat-x;
	height: 26px;
}
#topMenu ul{
	padding:0;
	margin:0;
}
#topMenu li {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 10px;
	list-style: none;
}
#topMenu A {
	color: #ffffff;
	display: block;
	float: left;
	padding: 4px 0;
}
.topMenuActive a {
	text-decoration: underline;
}
#topMenu .topMenuBron a{
	padding: 3px 5px;
	background: #FEE46B;
	border: 1px solid white;
	color: #f00;
}

/*----------------------------------------------------
		MICS		
----------------------------------------------------*/

.TechLink {
	color: #FFFFFF;
	font-size: 11px;
}
.Box {
	padding: 20px;
}

/* old styles kristian*/

.hdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #95C940;
	font-weight: bold;
}

#search{ padding: 50px 0 10px 20px; }
#search input{ width: 140px; border: 2px solid #6E9926; margin-right: 3px; }


#mailinglist{ color: #000; font-size: 11px; font-weight: normal;  float: left; text-align: left; padding-top: 15px; padding-left: 20px; }
#mailinglist input{ width: 140px; border: 1px solid #95C940; margin-right: 6px;  margin-top: 4px; font-size: 11px; width: 80px; background: url('../gfx/newsletter.gif') no-repeat 0 50%; padding-left: 20px; }
#mailinglist a{ color: #6E9926; font-size: 11px; font-weight: bold; }

#ilm{ padding-top: 20px; padding-left: 10px; font-weight: bold; font-size: 105%;  text-align: center; } 
