@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	background-color: #969696;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image:url(images/baggrund.jpg);
	background-repeat:repeat-x;
}

#logo {
	float: left;
	margin: 2px;
	margin-left: 20px;
	width: 250px;
	height: 20px;
	margin-top: 10px;
}

#contactinfo {
	float: right;
	margin: 10px;
	margin-top: 4px;
	width: 400px;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 400;
	width: 220px;
	height: 42px;
	padding-left: 46px;
	padding-top: 10px;
	background-image:url(images/contact_bg.png);
	backgorund-repeat: no-repeat;
}

.top {
	background-color:#221973;
	height: 60px;
	padding-top: 6px;
	background-image:url(images/bg_top.png);
	background-repeat:repeat-x;
}

.gfx {
	background-color: #221973;
	height: 198px;
}

.menu {
	height: 37px;
}

.topmenu {
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 22px;
	margin-left: 20px;
	padding-left: 0px;
	color: #FFFFFF;
	background-repeat:no-repeat;
	background-position: left center;
	cursor:pointer;
}

.menulink, a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.content {
	background-color:#969696;
	padding: 10px;
	background-image: url(images/bg-content.jpg);
	background-repeat:repeat-x;
}

.bottom {
	color: #666666;
	font-size:10px;
	padding-left: 10px;
	height: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.situs {
	color: #666666;
	text-decoration:none;
}

h1 {
	font-size: 20px;
	margin-bottom: -5px;
	margin-top: -5px;
	font-weight: bold;
}

p {
}

a {
	color: #211873;
	text-decoration:underline;
}