body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 20px 0px;
	padding: 0;
	line-height: 18px;
}
h2 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #fff;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #fff;
	font-size: 12px;
}
#container {
	width: 768px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}
#logo {
	float: left;
	margin: 27px 0px 16px 22px;
	width: 156px;
	height: 41px;
}
#menu {
	clear: left;
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	float: left;
	height: 26px;
	width: 108px;
	margin-right: 4px;
}
#menu li a {
	font-size: 11px;
	text-align: center;
	display: block;
	width: 108px;
	height: 26px;
	background: url(../gfx/bg_menuitem.gif);
	font-weight: normal;
	line-height: 26px;
}
#menu li a:hover {
	background: url(../gfx/bg_menuitem.gif) 0px -26px;
	text-decoration: none;
}
#menu li a.active {
	background: url(../gfx/bg_menuitem.gif) 0px -52px;
	text-decoration: none;
}
#content-top {
	float: left;
	width: 768px;
	height: 8px;
	background: url(../gfx/bg_contenttop.gif);
}
#content {
	float: left;
	width: 720px;
	background: url(../gfx/bg_content.gif) left top no-repeat #97c1d5;
	padding: 24px 24px 0px 24px;
}
#content-bottom {
	float: left;
	width: 768px;
	height: 29px;
	background: url(../gfx/bg_contentbottom.gif);
	text-align: center;
	font-size: 11px;
}
#content-bottom p {
	margin: 0;
	padding: 0;
	line-height: 29px;
}
#img-front {
	float: right; 
	margin: 0px 0px 0px 50px;	
}
.mere {
	display: none;	
}
hr {
	margin: 20px 0px 20px 0px;
	border: 1px solid #ABCDDD;
}
form {
	margin: 0;
	padding: 0;
}
form .textbox {
	height: 21px;
	border: 0;
	font-size: 12px;
	color: #333;
	width: 250px;
	margin: 5px 0px 10px 0px;
}
form .checkbox {
	margin-left: 0;	
}
form .sendbtn {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background: #ABCDDD;
	width: 60px;
	height: 25px;
	margin: 5px 0px 30px 0px;
}
.error {
	margin: 0px 0px 0px 7px;
}
#sprog {
	float: right;
	font-size: 10px;
	color: #6d6e71;
	margin-top: 5px;
}
#sprog a {
	color: #97c1d5;
	font-weight: normal;
	margin-right: 1px;
}
