﻿/* CSS Document  - www.jyttehammer.dk
---------------------------
	
	Modified by Bjørn Kantsø
	www.kantsoe.net
	bjoern@kantsoe.net
--------------------------------*/
body {
	
	font-family: arial, helvetica, serif;
	font-size: 80%;
	background-image: url("../images/back.gif");  
/*	background-color: #EACA7D;	*/
	_padding: 2em;
	margin: 0;

	
/*Farven på scroll barenne*/	
	scrollbar-3dlight-color:#60; 
	scrollbar-arrow-color:green;
	scrollbar-base-color:#EACA7D;
	scrollbar-darkshadow-color:#f4ecd9;
	scrollbar-face-color:#EACA7D;
	scrollbar-highlight-color:#7d6340;
	scrollbar-shadow-color:#7d6340; 
}

#content {

/*	position : absolute; */
/*	top:20px;	*/	
/*	left: 200px;	*/
/*	width:500px;  */
	height: 50em;  
/*	overflow: scroll; */
	background-image: url("../images/back.gif");  
/*	background-color: #f4ecd9;  */  
	_padding: 0em ;
/*	border: 6px outset #00FF33; */
	border: 6px outset #080;
	_margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 62em;               
	/* border : 2px outset;  */
	display: block;

}



#text{
/*	position : fixed;*/
	position : auto;
	width: 59em;
/*	_Width: 55em; */
	height: 37.5em;
	overflow: auto;
	padding: 1.5em;
/*	background-color: #666666; */
	
}


#bottom{
	background-color: #f4ecd9;
	Width: 59em;
	_margin: 1em;
	text-align: center;
}

html>body #text{
	position : absolute;
	Width: 59em;
	height: 37em;
	overflow: auto;
	padding: 1.5em;
	display: block;
	left: 0px;
	
}


html>body #content {
	width: 62em;
	height: 50em;
/*	_overflow: scroll; */
	position : absolute;    
	top: 20px;  
	left: 120px; 
	display: block;
} 

html>body #bottom{
	background-color: #f4ecd9;
	Width: 59em;
	_margin: 1em;
	text-align: center;
	display: block;
}



a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-valign: bottom;
	
}

h3 {
	font-size: 8pt;
	font-weight: bold;

}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
	
}

#nav a {
	text-decoration: none;
}


/* tekst i lag der kommer ned */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #060; 
	padding: 0.2em 10px; 
}

/*  Del i siden af links der er fremhævet ved links akivering  */
#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;  
	border-width: 0 5px;
}


/* Menu */
li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
/*	background-image: url("../images/back.gif"); */
	background-color: #EACA7D;   
	border: 1px solid #7d6340;
	border-width: 1px 0;
		z-index: 1;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}
/* menuen der hænger ned */

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
/*	Background: white;  */
	border-right: solid 1px #7d6340;
	border-left: solid 1px #7d6340;
	border-bottom: solid 1px #7d6340;
    background: url("../images/back.gif") ;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: 0px;
}


li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	background: url(images/back.png) center left no-repeat;
	padding: 1em 1em 0 0;
	margin: 0;
}

P.text {
	font-size: 16pt;
	font-weight: bold;

}
P.textA {
	font-size: 8pt;
	font-weight: bold;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;  
	display: block;
}

p.imageL {
	float: center;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;  

}
p.imageL img {
	display: block;
	border: 1px solid #7d6340;
}



p.image img {
	display: block;
	border: 1px solid #7d6340;
}




