body {
	margin: 0px;
	height: 100%;
	text-align: center;
	background-image:url('/grafik/bg.png');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}


p {
	font-size: small;
}

h1 {
	font-size: large;
	margin-top: 0px;
	margin-bottom: 8px;
}

h3 {
	font-size: medium;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 6px;
}

A {
	color: #494949;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: none;	
}

/* Design */

.divCenter {
	width: 990px;
	height: 300px;
	margin: auto;
	padding-top: 20px;
}

.divPageContainer {
	width: 980px;
	background-color:#FFF;
}

.divTop {
	width: 980px;
}

#imgPageTop {
	width: 970px;
	height: 140px;
	display:block;
	border: 5px solid #731112;
}

.divMenu {
	background-color:#FFF;
	margin-top:25px;
}

.divBund {
	width:980px;
	height:6px;
	background-color:#731112;
	color:#FFF;
}

.divBund p {
	margin:0px;
	padding:0px;
	padding-top:5px;
}

.divMenuContainer {
	width: 160px;
	float:left;
	text-align:left;
}

.divIndhold {
	padding: 10px;	
	text-align:left;
}

.divIndholdContainer {
	position: relative;
	width: 760px;
	min-height: 250px;
	text-align: center;
	display:inline-block;
	margin-top:20px;
}


/* SimpelService */
.divSimpelService {
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: xx-small;
	color: #686351;
}

.divSimpelService A {
	color: #686351;
	text-decoration: none;
}

.divSimpelService A:hover {
	color: #686351;
	text-decoration: underline;
}

/*Menuen */
#menu a {
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 34px;
	/*font-weight: bold;*/
	/*color: white;*/
	color:#731112;
	font-size: 12px;
	text-decoration: none;
	/*background-color:#000;*/
}

#menu a.valgt  {
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	line-height: 34px;
	font-weight: bold;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background-color:#731112;
}

#menu a:hover {
	text-decoration: none;
	background-color:#731112;
	color: white;
}

#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}