* {
	margin: 0px;
	padding: 0px;	
}

body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#999;
	
}

h1{
	font-weight:bold;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

h2{
	font-weight:bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

h3{
	font-size: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a79267;
}

h4{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}	

/*<-------------------------------------------------------------*menu links*----------------*/

	ul.menulink li {
	font-size:14px;
	list-style:none;
		}
	
ul.menulink li a{
	text-decoration: none;
	color:#000;
	}
	
ul.menulink li a:hover{
	text-decoration: none;
	color:#a79267;
	}
	
ul.menulink li a:visited{
	text-decoration: none;
	color:000;
	}
	
	
	
	ul.undermenulink li {
	font-size:12px;
	list-style:none;
		}
	
ul.undermenulink li a{
	text-decoration: none;
	color:#000;
	}
	
ul.undermenulink li a:hover{
	text-decoration: none;
	color:#a79267;
	}
	
ul.undermenulink li a:visited{
	text-decoration: none;
	color:000;
	}
	

/*<-------------------------------------------------------------*brun links*----------------*/

 a{
	text-decoration: none;
	color:#666;
	}
	
a:hover{
	text-decoration: none;
	color:#a79267;
	}
	
a:visited{
	text-decoration: none;
	color:#666;
	}



/*<-------------------------------------------------------------*indhold*----------------*/

.master {
	width: 950px;
	background-color:#FFF;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
-moz-box-shadow: 0px 0px 4px #666; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 4px #666; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #666; /* Opera 10.5, IE 9 */

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-image:url(grafik/viljen_sol.jpg);
	background-position: left bottom;
background-repeat:no-repeat; 
  

}


.top_grafik {
	width: 920px;
	height: 185px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #a79267;	
}


.top_txt {
	width: 700px;
	height: 150px;
	margin-left:200px;
	margin-top:-160px;
}

.kontakt {
	width: 200px;
	height:75px;
	margin-top: -55px;
	float:right;
	color:#000;
	text-align:right;
}

.menu {
	width: 155px;
	min-height:210px;
	margin-top:15px;
	margin-left: 15px;
	padding:10px;
	padding-bottom:20px;
	background:#fde0ab;
	
-moz-box-shadow: 0px 0px 4px #666; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 4px #666; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #666; /* Opera 10.5, IE 9 */

	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;


}



.txt {
	width: 740px;
	min-height:270px;
	margin-top: -240px;
	padding-left:205px;
	overflow:hidden;
}

.txtleft {
	width: 350px;
	float:left;
	background-position:top;
	padding-left: 10px;
}

.txtright {
	width: 345px;
	float:right;

	background-position: right top;
	padding-left:10px;
	padding-right:10px;
}

.fod {
	width: 950px;
	height: 10px;
	padding-bottom:10px;
	padding-top: 70px;
	text-align:center;
	font-size:10px;
	color:#666;
}

