body {

	FONT-WEIGHT: normal;
	FONT-SIZE: x-small;
	COLOR: #000000;
	background-image: url(squares.gif);
	background-position: right top;
	BACKGROUND-REPEAT: repeat-y;
	FONT-STYLE: normal;
	FONT-FAMILY: verdana, arial, sans-serif;
	text-align: center;
	
}
	
#topbar {
	height: 12%;
	border-collapse: collapse;
	border: 0;
	background-color: white;
	width: 65%;
	left: 152px;

			
}

#indhold {
	position: absolute;	
	padding: 10px;
	TOP: 12%;
	left: 152px;
	width: 70%;
	border-collapse: collapse;
	border: 0;
	overflow: auto;
	background-color: white;
}


#lefttop {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(squares.gif);
	width: 180px;
	height:180px;
	background-repeat: repeat-y;
}

#minbox {
	position: absolute;
	top: 0%;
	height: 100%;
	width: 100%;
	left: 0%;
	border-collapse: collapse;
	border: 0;

	
}
h1 {
	FONT-SIZE: x-large;
	COLOR: #184210;
	FONT-STYLE: italic;
	FONT-FAMILY: verdana, tahoma, sans-serif;
	TEXT-ALIGN: center;
	
	
}
h2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
	font-style: italic;
	COLOR: black;
	FONT-FAMILY: verdana, arial, sans-serif
}
a {
	FONT-WEIGHT: bold;
	COLOR: #8CD67B;
	TEXT-DECORATION: none
}
a:active {
	COLOR: #3963D6;
	TEXT-DECORATION: none
}
a:hover {
	COLOR: white;
	FONT-STYLE: italic;
	TEXT-DECORATION: none;
	background-color: #8CD67B;
}
a:visited {
	COLOR: #000000;
	FONT-weight: bold;
	TEXT-DECORATION: none
}

#menu {
	
	FONT-SIZE: x-small;
	position: absolute;
	FLOAT: left;
	top: 179px;
	left: 0;
	WIDTH: 152px;
	height: 200%;
	FONT-FAMILY: verdana, arial, sans-serif;
	text-align: left;
	overflow: auto;
	border-right: 1px solid black;
	background-color: #296B21;
}
