/* -----------------------------------------------------------
			Frame 
----------------------------------------------------------- */
#bg { 
	background-image: url("grafik/Background.jpg"); 
	background-color: #507190; 
	background-repeat: repeat-x; 
} 

#header { 
	background-image: url("grafik/header.gif"); 
} 

#topbjaelke { 
	background-image: url("grafik/Topbjaelke.gif"); 
	background-position: center; 
	background-repeat: no-repeat; 
} 

#midterbjaelke { 
	background-image: url("grafik/Midterbjaelke.gif"); 
	background-repeat: no-repeat; 
	background-position: center; 
	text-align: center; 
	text-valign: center; 
}

#bundbjaelke { 
	background-image: url("grafik/Bundbjaelke.gif"); 
	background-repeat: no-repeat; 
	background-position: center; 
}

#foregroundvenstre { 
	background-image: url("grafik/Foreground venstre.gif"); 
	background-color: #ffffff; 
	background-repeat: repeat-y; 
	background-position: left; 
} 

#foregroundhoejre { 
	background-image: url("grafik/Foreground hoejre.gif"); 
	background-color: #ffffff; 
	background-repeat: repeat-y; 
	background-position: right; 
} 

#skyggevenstre { 
	background-image: url(""); 
	background-repeat: no-repeat; 
	background-position: right; 
} 

#skyggehøjre { 
	background-image: url(""); 
	background-repeat: no-repeat; 
	background-position: left; 
} 


/* -----------------------------------------------------------
			Billedfelt 
----------------------------------------------------------- */

#billede { 
	border-color: #004fa1; 
	width: 144px; 
	height: 90px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
} 

/* -----------------------------------------------------------
			Menu 
----------------------------------------------------------- */

a.menu { 
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none; 
} 

a:link.menu {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; 
}

a:visited.menu {
	color: #ffffff;
	font-weight: bold; 
	text-decoration: none; 
}

a:hover.menu {
	color: #ffffff;
	font-weight: bold; 
	text-decoration: none; 
} 

a:active.menu {
	color: #ffffff;
	font-weight: bold; 
	font-style: italic; 
	text-decoration: none; 
} 


/* -----------------------------------------------------------
			Tekstfelt 
----------------------------------------------------------- */

#tekstfelt { 
	background-color: #ffffff; 
} 

#overskrift { 
	font-size: 17; 
	font-family: Verdana; 
	font-weight: bold; 
	font-style: italic; 
	text-align: center; 
	text-valign: top; 
	color: #004fa1; 
	margin-top: 0; 
} 

#overskrift2 { 
	font-size: 16px; 
	font-family: eurostile, arial; 
	font-weight: bold; 
	font-style: italic; 
	text-align: left; 
	text-valign: top; 
	color: #004fa1; 
} 

p {
	font-family: verdana; 
	font-size: 11px;
	color: #164670;
	font-weight: normal; 
	line-height: 1.4em;
	margin-top: 5px; 
	text-align: justify; 
	text-valign: top; 
} 

p.arbejdsområder { 
	font-family: verdana; 
	font-size: 13px; 
	color: #004fa1; 
	font-weight: normal; 
	line-height: 1.5em; 
	margin-top: 5px; 
	text-align: center; 
} 

p.referencer { 
	font-family: verdana; 
	font-size: 11px;
	color: #164670;
	font-weight: normal; 
	line-height: 1.4em;
	margin-top: 5px; 
	text-align: left; 
	text-valign: top; 
} 

p.kontaktinfo1 { 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 11px; 
	color: #164670; 
	text-align: right; 
} 

p.kontaktinfo2 { 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 11px; 
	color: #164670; 
	text-align: left; 
} 

#cv {
	font-family: verdana; 
	font-size: 11px;
	color: #164670;
	font-weight: normal; 
	line-height: 1.4em;
	text-align: left; 
	text-valign: top; 
} 

a.kontaktinfo2 { 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 11px; 
	color: #164670; 
	text-decoration: none; 
	text-align: left; 
} 

#billedeb { 
	border-color: #004fa1; 
} 

#billedec { 
	border-color: #004fa1; 
	width: ; 
	height: 60; 
} 

.partners { 
	float: right; 
	margin-left: 15px; 
} 

/* -----------------------------------------------------------
			Bundbjælke 
----------------------------------------------------------- */

#bundtext { 
	text-align: center; 
	text-valign: bottom; 
	font-family: verdana; 
	font-weight: bold; 
	font-size: 10px; 
	color: #ffffff; 
} 

a.bund {
	font-family: verdana;
	font-size: 10px; 
	text-decoration: none; 
	font-weight: bold; 
}

a:link.bund {
	color: #ffffff;
	font-weight: bold;
}

a:visited.bund {
	color: #ffffff;
	font-weight: bold;
}

a:hover.bund {
	color: #ffffff;
	font-weight: bold;
} 

