body{
font-family:andalus;
font-size:1em;
padding:0;
margin:0;
text-align:center;
}

p{
font-weight:normal;
font-family:andalus;
font-size:1em;
padding:0;
margin:0;
text-align:center;
}

#baggrundsbillede{
position:absolute;
top:0;
left:0;
bottom:0px;
overflow:hidden;
}

#baggrundsbillede img{
width:100%;
}

#indhold{
position:relative;
width:1000px;
text-align:center;
margin:20px auto 20px auto;
padding:10px;
color:#000;
border:solid 2px #ddd;
background-color:#FFFFFF;
}

h1{
font-weight:bold;
color:#000;
background:none;
font-size:4em;
font-family:Andalus;
letter-spacing:0em;
padding:1px;
}

h2{
font-weight:normal;
color:#000;
background:none;
font-size:1em;
text-align:left;
font-family:andalus;
letter-spacing:0em;
padding:10px;
margin:15px;
}

h3{
font-weight:bold;
color:#000;
background:none;
font-size:1.5em;
text-align:left;
font-family:andalus;
letter-spacing:0em;
padding:10px;
margin:15px;
}

h4{
font-weight:bold;
color:#000;
background:none;
font-size:1.5em;
text-align:center;
font-family:andalus;
letter-spacing:0em;
padding:0px;
margin:0px;
}
 a:link {color:#000;}      /* unvisited link */
	a:visited {color:#000;}  /* visited link */
		a:hover {color:#000;}  /* mouse over link */
			a:active {color:#000;}  /* selected link */ 
				a:link {text-decoration:none;}
					a:visited {text-decoration:none;}
						a:hover {text-decoration:underline;}	