

BODY {
	margin: 15px;
	font-family: verdana, arial, sans-serif;
	color: #4B4B4B;
	background: White;
}

 /* Index formatering */
 
.indhold {
	width: 600px;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: Black;

}

.header {
	background-image: url('images/site/index_01.jpg');
	height: 30px;
	width: 900px;
}

.topMenu {
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.menu {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}

.menuIndex {
	height: 437px;
	width: 150px;
}


/* Text formatering */

.hovedOverskrift {
	font-family: Tahoma;
	font-size: 24px;
	color: Brown;
}

.underOverskrift {
	font-family: Lucida Sans;
	font-size: 18px;
	font-weight: bold;
	color: #876E16;

}

.link {
	color: black;
	text-decoration: underline;
}
.link:visited {
	color: #660033
	text-decoration: underline;
}

/* Link formatering */

a#link2 { color: black; 
		text-decoration: underline; }
a#link2:visisted { color: black; 

		text-decoration: underline; }

#link a {
	color: White;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: Black;
}

a:active {
	text-decoration: none;
	color: Black;
}

a:hover {
	text-decoration: underline;
	color: red;
}

a:visited {
	text-decoration: none;
	color: black;
}

img {
	border : 0px solid #000000;
}