
	body {
		background-color: #d1dddd;
	}
	
	.privat_bg {
		background-color: #e7e7e7;
	}
	
	body, td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #636363;
	}

	input {
		font-size: 11px;
		color: #000000;
	}

	select {
		width: 230px;
		font-size: 11px;
		color: #000000;
	}

	a:link {
		color:#707070;
		font-size: 11px;
		text-decoration:underline;
	}
	a:active {
		color:#707070;
		font-size: 11px;
		text-decoration:underline;
	}
	a:visited {
		color:#707070;
		font-size: 11px;
		text-decoration:underline;
	}
	a:hover {
		color:#444444;
		font-size: 11px;
		text-decoration:underline;
	}

	.submenu:link {
		color:#707070;
		font-size: 11px;
		text-decoration:none;
	}
	.submenu:active {
		color:#707070;
		font-size: 11px;
		text-decoration:none;
	}
	.submenu:visited {
		color:#707070;
		font-size: 11px;
		text-decoration:none;
	}
	.submenu:hover {
		color:#000000;
		font-size: 11px;
		text-decoration:none;
	}

	.submenu_active:link {
		color:#8f9f38;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
	}
	.submenu_active:active {
		color:#8f9f38;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
	}
	.submenu_active:visited {
		color:#8f9f38;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
	}
	.submenu_active:hover {
		color:#8f9f38;
		font-weight: bold;
		font-size: 11px;
		text-decoration:none;
	}

	.bottom {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #636363;
	}

	.bottom_link:link {
		color:#636363;
		font-weight: regular;
		font-size: 10px;
		text-decoration:none;
	}
	.bottom_link:active {
		color:#636363;
		font-weight: regular;
		font-size: 10px;
		text-decoration:none;
	}
	.bottom_link:visited {
		color:#636363;
		font-weight: regular;
		font-size: 10px;
		text-decoration:none;
	}
	.bottom_link:hover {
		color:#444444;
		font-weight: regular;
		font-size: 10px;
		text-decoration:none;
	}

	.header_privat {
		background-image: url(../_img/header_privat.jpg);
		background-position: top center;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	
	.header_erhverv {
		background-image: url(../_img/header_erhverv.jpg);
		background-position: top center;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

	.title {
		font-size: 16px;
		font-weight: bold;
		color: #636363;
	}
	
	.headline {
		font-size: 19px;
		color: #636363;
	}
	
	.newtxt {
		color: red;
	}
