html,body {
font-family: Trebuchet MS, Lucida sans, arial;
font-size: 12px;
color: #666666;
text-align: center;
background-color: white;
height: 100%;
margin: 0;
padding: 0;
}

#main {
	position: relative;
	width:800px;
	margin: 0 auto;
	min-height:570px;
	height:auto;
	padding: 0;
}
* html #main { 
	height:100%; 
}

#top {
background-image:  url(../images/bg_top.gif);
background-repeat: no-repeat;
position: relative;
height: 126px;
width: 800px;
left: 0px;
top: 0px;
}

#menu {
	position: absolute;
	top: 103px;
	right: 25px;
	text-align: right;
	height: 27px;
	left: 432px;
}

#logo {
position: relative;
float: left;
height: 77px;
width: 161px;
left: 35px;
top: 48px;
}

#flags {
position: relative;
float: right;
height: 30px;
width: 126px;
top: 10px;
text-align: right;
right: 35px;
z-index: 100;
}

img {
border-style: none;
}

#banner {
position: absolute;
height: 153px;
width: 800px;
left: 0px;
top: 126px;
}

#wrapper {
	position: absolute;
	height: auto;
	width: 800px;
	left: -2px;
	top: 308px;
	text-align: center;
	margin: 0px 0px 10px;
}

#content {
	position: absolute;
	height: 100%;
	width: 746px;
	top: 275px;
	text-align: left;
	left: 2px;
}

#twocolumns1, #twocolumns2 {
	float: left;
	width: 345px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#startcolumns1, #startcolumns2 {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#startcolumns1 {
	width: 250px;
}

#startcolumns2 {
	width: 440px;
}

#threecolumns1, #threecolumns2, #threecolumns3 {
	float: left;
	width: 217px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#contentclicktag {
	position: absolute;
	height: auto;
	width: 800px;
	top: 162px;
	left: 0px;
}

#mainclicktag {
	position: relative;
	font-family: Trebuchet MS, Lucida sans, arial;
	font-size: 12px;
	color: #666666;
	height: auto;
	width: 728px;
	top: 0px;
	left: 0px;
	text-align: left;
}

#footer {
	height: 50px;
	width: 800px;
	text-align: center;
	background-image:  url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 20px;
	clear: left;
	float: left;
}

#footertekst {
	top: 20px;
	clear: both;
	padding: 10px;
}

#footer a {
font-size: 11px;
color: #666666;
text-decoration: none;
}

#footer a:hover {
color: #7DB52B;
text-decoration: underline;
}

#header1 {
font-size: 24px;
color: #93d136;
line-height: 38px;
}

#header2 {
font-size: 14px;
color: #333333;
font-style: bold;
}

#header3 {
font-size: 12px;
color: #333333;
font-style: bold;
}

a {
color: #666666;
text-decoration: none;
}

a:hover {
color: #7DB52B;
text-decoration: underline;
}

a:visited {
color: #7DB52B;
text-decoration: none;
}

#box {
	width: 728px;
	background-color: #E2E2E2;
	border: 1px solid #ace;
	text-indent: 10px;
	padding-bottom:10px;
	padding-top: 10px;
	text-align: left;
}	
#box p {
	font-size: 16px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

#statusbox {
	width: 728px;
	background-color: #E2E2E2;
	border: 1px solid #ace;
	text-indent: 10px;
	padding-bottom:10px;
	padding-top: 10px;
	text-align: left;
}	

#statusbox p {
	font-size: 16px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

#status {
	color:#333333;
	font-weight:bold;
	font-size:16px;
	background: url(../images/check.gif) no-repeat 0 50%;
	padding-left: 30px;
}
 

