﻿body{
	background-image:url('images/baggrund2.jpg');
	background-repeat:repeat-x; 
	background-color:#F47D21;
}

.grund{
	width: 80%;	
	height: 540px; 
}

p{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color:black;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	color:black;
	font-weight:bold;
	text-align:left;
}
h2{	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
	text-align:left;
}
.topet{
	width: 175px; 
	height: 70px; 
}
.topto{
	height: 70px;
	background-position:right;
	background-repeat:no-repeat; 
}

.infoleft{
	padding:20px 70px 20px 70px; 
	vertical-align:top;
	height: 400px;
	width:60%;
	text-align:left;
	background-image:url('images/Untitled-grey.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
.inforight{
	padding:20px 70px 20px 70px; 
	vertical-align:top;
	height: 400px;
	width:40%;
	text-align:left;
}


.footet{
	width: 150px; 
}
.footto{
	width: 100%; 
	text-align:right;
	vertical-align:top;
}
.foottre{
	 width:35px;
}


.navi{
	width: 150px;
	height: 400px;
	padding:5px;
}
.menufelt{
	width:150px;
	height:35px;
	text-align:left;
	}

a:link {color:black;}    /* unvisited link */
a:visited {color:black;} /* visited link */
a:hover {color:red}   /* mouse over link */
a:active {color:red}  /* selected link */
