body {
	background: black;
}

#titel
{
    overflow: inherit;
    position: fixed;
    left: 0px;
    top: 0px;
    margin-left: 60px;
    width: 100%;
    height: 123px;
    background: black url( "Default/hvid_maske.gif" ) no-repeat fixed;
}

#spalte1 {
	overflow: inherit;
	position: fixed;
	left: 60px;
	top: 80px;
	float: left;
	width: 100px;
}

#spalte2 {
	overflow: inherit;
	position: fixed;
	left: 130px;
	top: 80px;
	float: left;
	width: 140px;
}

#spalte3 {
	overflow: inherit;
	position: fixed;
	left: 250px;
	top: 80px;
	float: left;
	width: 75px;
}

#spalte4 {
	overflow: inherit;
	position: fixed;
	left: 317px;
	top: 80px;
	float: left;
	width: 85px;
}

#spalte5 {
	overflow: inherit;
	position: fixed;
	left: 395px;
	top: 80px;
	float: left;
	width: 120px;
}

#spalte6
{
    overflow: inherit;
    position: fixed;
    left: 440px;
    top: 80px;
    float: left;
    width: 65px;
}

#spalte7 {
	overflow: inherit;
	position: fixed;
	left: 495px;
	top: 80px;
	float: left;
	width: 80px;
}

#spalte8 {
	overflow: inherit;
	position: fixed;
	left: 550px;
	top: 80px;
	float: left;
	width: 80px;
}

#spalte9 {
	overflow: inherit;
	position: fixed;
	left: 620px;
	top: 80px;
	float: left;
	width: 80px;
}
#spalte10 {
	overflow: inherit;
	position: fixed;
	left: 690px;
	top: 80px;
	float: left;
	width: 80px;
}

#indhold {
	overflow: hidden;
	text-align: justify;
	font-size: 90%;
	margin-left: 90px;
    padding-top: 122px;
}

#bund
{
    position: fixed;
    overflow: inherit;
    left: 0px;
    top: 470px;
    height: 100%;
    margin-left: 60px;     
    margin-bottom: 70px;
    font-family: arial;
    font-size: 60%;
    background: black;
}

p {
	font-family: arial;
	line-height: 1.5;
}

a
{
    font-family: arial;
	font-size: 100%;
	line-height: 1.5;
    font-weight: bolder;
}

h1,h2,h4 {
	font-family: 'Book Antiqua' , Serif;
}

h3 { 
	font-family: arial, Sans-Serif;
 }

table,li {
	font: 'Book Antiqua' , Serif; 
}

ul {
	list-style: none; 
}

ol {
	list-style: decimal; 
}

a,p,h1,h2,h3,h4,h5,hr {
	color: white;
	width: 600px;
}

a:link    {color: gray; text-decoration: none;}
a:visited {color: gray; text-decoration: none;}
a:active  {color: red;}
a:hover   {color: red; font-size: 100%; text-decoration: underline;}
