/*Definerer egenskaber for body*/
body {
		font-family:"Times New Roman", Times, serif;
		background-color:#FFFFFF;		
		font-size : 12px;
		color : black;
		font-style : normal;
		text-decoration : none;
		text-align : left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;	
		 
	}
/*SLUT på Definerer egenskaber for body*/

TABLE.outerframe {
	border-collapse:collapse;
	border: 0px solid #000000;
		
}

TD.upperframe {
	display:none;
}

DIV.mainMenu {
	display:none;
}

TD.greyBox {
	display:block;
	background-color:#CCCCCC;
}

TD.lowerframe {
	background-color:#FFFFFF;
	text-align:center;
	font-size: 9px;
	width: 100%;
	height: 40px;
	color: #000000;
}

TABLE.main {
	font-size: 12px;
	color: #000000;
	border: 0px solid #000000;
	margin-top: 30px;
	margin-bottom: 30px;	
}

TABLE.index {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	border: 0px solid #000000;
}


TABLE.details {
	font-size: 12px;
	color: #000000;
	width: 600px;
	border: 0px solid #000000;
	border-collapse:collapse;
	margin-top: 30px;
	margin-bottom: 20px;	
}

TD.details {
	border-bottom:1px solid #DBD7BB;
	height:25px;
}

TD.details_header {
	height:20px;
	font-weight:bold;
	vertical-align:top;
}

TD.slogan {
	font-size: 11px;
}

TABLE{
	font-size: 12px;
}

.searchform{
	height:20px;
	background-color:#E3E1CF;
	width: 120px;
	font-size: 12px;
	border : 1px solid #000000;
}

H2 {
}

H3 {
	font-size: 14px;
}

.hide{
	display:none;
}

/*Definerer farver på links*/
    A:link { color: #000000;text-decoration : none;}    
    A:visited { color: #000000;text-decoration : none;}    
    A:hover {color: #676652;text-decoration:none;}    
    A:active {color : #676652;text-decoration : none;}
/* SLUT-Definerer farver på links*/

/*Definerer farver på links billeder*/
    A:link.special IMG { border: groove 1px #000000;}    
    A:visited.special IMG { border: groove 1px #000000;}    
    A:hover.special IMG {border: groove 1px #000000;}    
    A:active.special IMG {border: groove 1px #000000;}
/* SLUT-Definerer farver på links*/


/*Definerer farver på ALTERNATIVE links*/
	A.menu:link         {color:#000000; text-decoration:none;}
	A.menu:visited      {color:#000000; text-decoration:none;}
	A.menu:active       {color:#676652; text-decoration:none;}
	A.menu:hover        {color:#676652; text-decoration:underline;}
/*SLUT-Definerer farver på ALTERNATIVE links*/
