﻿body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:19px;
	color:#444;
}

input{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444;
}

i, em{ 
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-weight: normal; 
font-style: italic;
}

b, strong{
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-weight: 700;
}

a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cd9c42;
	font-weight: normal;
	text-decoration: none;
}

select
{
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444;
    
}


a:link {  }
a:hover {  }
a:visited { }
a:visited:hover { }

a:focus
{
outline: none;
-moz-outline-style: none;
} 

h1 {
	font-size: 30px;
	margin:0px;
	margin-bottom:20px;
	color:#222;
}

h2 {
	font-size: 16px;
	margin:0px;
	margin-bottom:30px;
	color:#666;
	font-weight:bold;
}

#tekstContentLeft h1{
	margin-bottom:6px;
}

h3{
	font-size: 14px;
	line-height:22px;
	margin-bottom:20px;	
	color:#444;
}


#tekstContentRight h1{
	font-size: 22px;
	color: #444;
	margin:0px;
	font-weight:bold;
}
#tekstContentRight h2{
	font-size: 14px;
	line-height:22px;
	color: #444;
	font-weight:bold;
	margin:0px;
}

#textContentFront, #textContentFront td
{
	font-size: 14px;
	line-height:22px;
    
    }

/*****************************************
M A I N   M E N U
*****************************************/
/*Se også grundside.css*/
.topMenuPunkt a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#666;
	text-decoration: none;
	text-transform: uppercase;
}

.topMenuPunkt a.selected{
	color:#000;
}


/*****************************************
D R O P   D O W N   M E N U E R
*****************************************/
.dropDownPunkt{
	position:relative;
	width:auto;
}
.dropDownPunkt a	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333;
	text-decoration: none;
	line-height:30px;
}

.dropDownPunkt a:hover,.category-container a:hover{
	background-color:#333;
	color:#999;
}

.dropDownPunkt a.selected{
	
}