body {
	
	background-image: url("baggrund.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}

h1 {
	color: cc0000;
	
	font-family: calibri, arial;
	
	font-size: 40;
	
}

h2 {
	color: black;
	font-family: calibri, arial;
	font-size: 40;
	
}

h3 {
	color: black;
	font-family: calibri, arial;
	font-size: 15;
}

h4 {
	color: white;
	font-size: 105%;
	font-family: calibri, arial;
}	


h5 {
	color: white;
	font-family: calibri, arial;
	font-size: 15;
}


h6 {
	color: black;	
	font-family: calibri, arial;	
	font-size: 40;
}


div.banner {
	height: 120;
	width: 1010;
	background-image: url(banner.jpg);

	margin-left: 100;
margin-top: 30;

}

div.menu {
	height: 800;
	width: 150;

	background: gray;
	margin-left: 100;
	margin-right: 100;
	margin-top: 10;
	background-image: url("menu.jpg");
	background-repeat: no-repeat
	background-attachment: fixed;
	background-position: center;
}


div.tekst {
	height: 800;
	width: 845;
	margin-left: 260;
	margin-bottom: 10;
	margin-top: -800;
	background-color: white;
    text-align: left;

}

div.login {
	height: 800;
	width: 170;
	background-image: url(login.jpg);

	margin-left: 940;
margin-top: -800;
	color: white;
	font-size: 105%;
	font-family: calibri, arial;

}

div.tekstc {

	width: 845;

	margin-left: 260;
	margin-bottom: 10;
	margin-top: -800;
	background-color: white;
    text-align: center;

}

div.kol0 {
	height: 50;
	width: 670;
	border: 3px solid black;
	margin-left: 230;
	margin-top: -900;
	background-color: white;
    text-align: center;

}

div.kol1 {
	height: 700;
	width: 335;
	border: 3px solid black;
	margin-left: 230;
	margin-bottom: 100;
	margin-top: -800;
	background-color: white;
    text-align: left;

}

div.kol2 {
	height: 700;
	width: 335;
	border: 3px solid black;
	margin-left: 565;
	margin-bottom: 100;
	margin-top: -800;
	background-color: white;
    text-align: left;

}

div.bund {
	Height: 20;
	width: 845;
	margin-left: 260;
margin-top: 10;
	background-image: url("bund.jpg");
	background-repeat: no-repeat
	background-attachment: fixed;
	background-position: center;
 text-align: center;
	color: white;
	font-size: 105%;
	font-family: calibri, arial;
font-weight: bold;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a.red:link {
color: #ff0000;
font-weight: bold;

}

a.red:visited {
color: #ff0000;
font-weight: bold;
}


//Copyright by René Knudsen
