/*************** RESETS ****************/
* { 
	margin: 0; 
	padding: 0; 
}

html { 
	overflow-y: scroll; 
}

body { 
	font-size: 62.5%;  /* nulstiller skriftstørrelse, så 1em=10px, 1.1em = 11px osv*/
	font-family:calibri, corbel, trebuchet, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}


/*************** LAYOUT ****************/


p {
	margin: 0px;
	padding: 0px;
	font-size:1.2em;
	line-height:1.6em;
}

.menu{
	width:488px;
	height:63px;
	margin: 225px 0px 0px 178px;
}



.textbox{
	width:450px;
	height:auto;
	margin: 20px 0px 0px 205px;
	_margin: 20px 0px 0px 178px;
	float:left;
	padding-bottom:25px;
}

.footer{
	width:600px;
	height:30px;
	font-size:0.9em;
	line-height:1.4em;
	float:left;
	margin: 20px 0px 0px 205px;
	_margin: 20px 0px 0px 100px;
}

.footer p{
	color:#979089;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:1.1em;
}

table, td, tr {
	margin: 0px;
	padding: 0px;
	font-size:1.1em;
	line-height:1.4em;
	border:none;
}


.textbox img a{
	padding:1px;
	margin: 0 15px 0 15px 0;
	border:1 px #fff solid;
}

.textbox img a:visited{
	padding:1px;
	margin: 0 5px 0 5px 0;
	border:1 px #fff solid;
}

.textbox img a:hover{
	padding:1px;
	margin: 0 5px 0 5px 0;
	border:1 px #fff solid;
}

.textbox img a:active{
	padding:1px;
	margin: 0 5px 0 5px 0;
	border:1 px #fff solid;
}

/*************** TYPOGRAFI ****************/


.titel{

}

.nyheder{

}

.nyheder_brodtekst{

}

.dato{
	font-size:1.2px;
	color:#4e4339;

}


h1{
	font-size:1.8em;
	font-weight:normal;
	text-transform:uppercase;
	margin:15px 0px 2px 0px;
	color:#4e4339;
	letter-spacing:1px;
}

h2, #td.guestbook_date{
	font-size:1.0em;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#726961;
	margin:0px 0px 7px 0px;
}

.kursiv{

}

p a:link, a{
	text-decoration:underline;
	color:#d0414c;
}

p a:visited, a:visited{
	text-decoration:underline;
	color:#8a7355;
}

p a:hover, a:hover{
	text-decoration:underline;
	color:#57761f;
}

p a:active, a:active{
	text-decoration:underline;
	color:#57761f;
}

/************** MENU DIVS **********************/

a.her { 
    display: block; 
    width: 57px; 
    height: 63px; 
    background-image: url(images/her_op.jpg); 
	float:left;
     }
	 
a.her:hover  { 
    background-image: url(images/her_hover.jpg); 
     } 

a.moed{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/moed_op.jpg);
	width:58px;
	height:63px;
	float:left;
}

a.moed:hover {
	background-image:url(images/moed_hover.jpg);
}

a.oplev {
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/oplev_op.jpg);
	width:65px;
	height:63px;
	float:left;
}

a.oplev:hover{
	background-image:url(images/oplev_hover.jpg);
}

a.lyt{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/lyt_op.jpg);
	width:43px;
	height:63px;
	float:left;
}

a.lyt:hover{
	background-image:url(images/lyt_hover.jpg);
}

a.se{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/se_op.jpg);
	width:37px;
	height:63px;
	float:left;
}

a.se:hover{
	background-image:url(images/se_hover.jpg);
}

a.book{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/book_op.jpg);
	width:51px;
	height:63px;
	float:left;
}

a.book:hover{
	background-image:url(images/book_hover.jpg);
}

a.laes{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/laes_op.jpg);
	width:48px;
	height:63px;
	float:left;
}

a.laes:hover{
	background-image:url(images/laes_hover.jpg);
}

a.hent{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/hent_op.jpg);
	width:58px;
	height:63px;
	float:left;
}

a.hent:hover{
	background-image:url(images/hent_hover.jpg);
}

a.skriv{
    display: block; 
    background-repeat: no-repeat;
	background-image:url(images/skriv_op.jpg);
	width:71px;
	height:63px;
	float:left;
}

a.skriv:hover{
	background-image:url(images/skriv_hover.jpg);
}
