body {
	background-image: url(../pics/bg.png);
	background-attachment: fixed;
	font-family: verdana, tahoma, sans-serif;
	font-size: large;
	color: #BBBBFF;
	text-align: center;
}
#google {
       position: absolute;
       left: 20px;
       top: 20px;
	   z-index: -4;
}
#box {
	width: 750px;
	border: 1px solid #D5D5FF;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	
	
	
}
#head {
	height: 100px;
	background-color: #84C1FF;
	border-bottom: 1px solid #000099;
}
.indhold {
	text-align: left;
	padding: 25px;
}
table {
	border-collapse: collapse;
	border: 1px solid #000080;
	margin-left: auto;
	margin-right: auto;
}
td {
	border: 1px solid #000080;
}
td a {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

td a.r {
	background-image: url(../pics/check.png);
	background-repeat: no-repeat;
	background-position: top right;
}
	
a img {
	border: none;
}
td a:hover {
	color: #ff0000;
}

#footer  {
	background-color: #000099;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}

h1 {
	color: #000080;
	text-align: left;
	
}
h1 a {
	text-decoration: none;
        font-size: 2em;
	color: #5B8DE1;
	background-color: #ffffff;
}
h1 a:hover {
	color: #D7006B;
}
h2 {
	color: #000080;
	font-weight: normal;
}
h2 a {
	color: #000080;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #D7006B;
}
h2 a:hover {
	color: #D7006B;
}
h2 a:visited {
	color: #A817FF;
}
	
h3 {	color: #000080;
	font-weight: normal;
}	

h3 a {	
	color: #000080;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: 2px solid #D7006B;
}
h3 a:hover {
	color: #D7006B;
}
h4 {
	color: #000080;
}
h5 {
	color: #ffffff;
	background-color: #6684EC;
	border: 2px outset #BBBBFF;
	display: inline;
	padding: 5px;
	margin: 7px;
	
}
h5 a {
	color: #ffffff;
	text-decoration: none;
}
h5 a:hover {
	color: #D7006B;
}
h6 {
	color: #000080;
	text-align: left;
}
	
