* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", "Verdana", "Sans-serif";
	font-size: 10pt;
	color: #000;
}

h1, h2, h3 {
	color: #616769;
	font-style: normal;
	text-decoration: none;
}

img {
	border: none;
}
#wrapper {
	width: 950px;
	text-align: left;
	margin: auto;
}
#content {
	width: 950px;
	margin: auto;
}
#top {
	height: 180px;
	background-image: url(../images/topbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header {
	margin-top: 8px;
	height: 170px;
	width: 160px;
	background-image: url(../images/ekomedveten_logo.png);
	background-repeat: no-repeat;
	float: left;
}
#menu {
	margin-top: 70px;
	float: right;
}
#menu .menuitem {
	display: inline;
}
#menu .menuitem a {
	font-size: 11pt;
	margin-left: 25px;
	text-decoration:none;
	color:#99cc00;
}
#menu .menuitem a:hover {
	border-bottom: 1px dotted #99cc00;
}
#footer {
	width: 950px;
	height: 20px;
	margin: auto;
	clear: both;
}
.inputlabel {
	display: inline-block;
	width: 160px;
	text-align: right;
	margin: 10px 10px 5px 0px;
	font-size: 10pt;
}
.input {
	font-size: 11pt;
	width: 210px;
}
.message {
	font-family: "Lucida Grande", "Verdana", "Sans-serif";
	border: 1px solid #EEEEEE;
	margin: 25px 40px 45px 40px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
}
.error {
	font-family: "Lucida Grande", "Verdana", "Sans-serif";
	border: 1px solid #EEEEEE;
	margin: 25px 40px 45px 40px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #F88;
	font-size: 12pt;
}