body {
	background-color: #FCF;
	font-family: Century Gothic, Arial, sans-serif;
	color: #666;
	width: 100%;
}

a { 
	color: #666;
}
p, h1, h2, h3 {
	margin: 7px 0 0 0;
	padding: 0;
}

.top {
	margin: -4px;
	padding-bottom: -10px;
	float: left;
	font-size: small;	
}

#content {
	width: 860px;
	margin: auto;
	padding: 5px;
	/*border-top: 8px solid #fcf;*/
	background-color: #fcf /*#FCBAFA*/;
	/*border: 5px solid #fff;*/
}

#indhold li {
	list-style: none;
}

#indhold li ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px dotted #fcf;
}

.nr1 {
	border-left: 1px dotted #fcf;
}

#indhold li a {
	text-decoration: none;
}

/*HEAD*/
#head {
	/*background: #000 /*#FEE7FD;*/
	padding: 0 5px 0 5px;
	float: right;
	margin-right: 1em;
	margin-bottom: -2.5em;
}

/*MENU*/
#menu {
	position: relativ;
	top: 0;
	left: 0;
	clear: right;
	padding-top: 10px;
	margin-left: 10px;
	
}

/*menu horisontal del*/
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 800px;*/
}

#menu ul li {
	position: relative;
	display: inline;
}

#menu ul li a {
	display: inline;
	text-decoration: none;
	background: #fcf /* #FCBAFA*/;
	padding: 3px;
	padding-bottom: 3px;
	border: 1px dotted /*#FCE0FB*/ #F301F3;
	border-bottom: 0;
}

/*menu DROPDOWN del*/
#menu ul li ul {
	position: absolute;
	left: 0;
	top: 35px;
	margin: 0;
	padding: 0;
	margin-left: -250px;
	list-style: none;
	width: 700px;
	display: none;
	}

#menu ul li ul li a {
	display: inline;
	text-decoration: none;
	color: #666;
	background: #fcf;
	padding: 1px;
	padding-bottom: 5px;
	border: 1px dotted #FCBAFA;
	/*border-bottom: 0;*/
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 2%; }
/* End */


#menu li:hover ul { 
	display: block; 
}
/*MENU STYLES SLUT*/


.adresse {color: #F301F3;}

h2	{font-family: corier, "Courier New", serif;
	padding-top: 30px;
}

p	{
	font-size: large;
	clear: right;
}

.margen { padding-left: 10px;
}	

.tid { 
	position: relativ;
	left: 30px;
}
	


#menu a:link {
	color: /*#F301F3*/ #666;
	background-color: #fcf;
}

#menu .aktiv a:link : {
	background-color: #FCBAFA;
}

#menu a:visited {
	color: /*#F301F3*/ #666;
	background-color: #fcf;
}

#menu a:hover {
	background-color: #FCBAFA;
}


#indhold span.aktiv a, #menu span.aktiv a {
	font-weight: bold;
	background-color: #FCBAFA;
	padding: 7px 10px 10px 10px;
	border-width: 1px;
	border-color: #F301F3;
	border-bottom: none;
}
/*MENU STYLE SLUT*/

/*indhold*/
#indhold {
	background: /*#000*/ #FCBAFA;
	margin-top: 4px;
	border: 1px dotted /*#FCE0FB*/ #F301F3;
	padding: 10px;
	/*position: relative;*/
}


#kontakt {
	text-align: center;
	padding-bottom: 20px;
}

.style2 {color: #666;}

.adresse {
	font-weight: bold;
	color: #666;
}

.img {
	clear: bouth;
	/*height: 300px;*/
	padding: 10px; 
	margin: 5px 0;
	border-bottom: dotted 1px #F301F3;
}

#indhold .img_front {
	float: right;
	/*padding: -20px 0 5px 5px;*/
	margin: -2em 0 0 0;

}
.relative {
	width: 860px;
	position: relative;
}

.absolute {
	position: absolute;
	top: 5%;
	right: 2%;
}

img {
	height: 280px;
	padding: 0 5px;
}
