/*
www.ejlskov.com 2.0
2008-10-21

nam nam design webbureau v. Lasse Gejl
www.namnamdesign.dk
*/

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	height: auto;
}
body {
	background: #354e61 url(../img/bg_body.gif) repeat-x left bottom;
	border-top: 2px solid #2a4052;
	color: #000;
	font: 13px/19px Arial, sans-serif;
	margin: 0 0 50px 0;
}
input, textarea, select {
	font: 10px/12px Arial, sans-serif;
	font-weight: bold;
}
hr {
	display: none;
}
fieldset {
	border: none;
}
p {
	margin: 15px 0;
}
a {
	color: #510b18;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: none;
}
.clearboth {
	clear: both;
}
/* self clearing - start */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: inline-block;
}
.clear { 
	display: block;
}
/* self clearing - end */

#container {
	background: #fff;
	margin: 0 auto;
	width: 920px;
}
#header {
	background: #354e61 url(../img/bg_header.gif) no-repeat left bottom;
	height: 89px;
	overflow: hidden;
	position: relative;
}
#logo {
	float: left;
	padding: 28px 0 0 20px;
	width: 200px;
}
#logo h1, #logo h3 {
	margin: 0;
	overflow: hidden;
	text-indent: -100em; 
}
#logo #headline {
	background: url(../img/logo_ejlskov.gif) no-repeat;
	font-size: 1px;
	height: 51px;
	width: 166px;
}
#logo #headline a {
	display: block;
	height: 51px;
}
#search {
	position: absolute;
	left: 616px;
	top: 0;
	height: 30px;
	text-align: right;
}
#search .textfield {
	background: url(../img/bg_searchfield.gif) no-repeat left top;
	border: none;
	color: #d1e1ec;
	float: left;
	height: 12px;
	padding: 5px 8px 8px 8px;
	width: 252px;
}
#search .button {
	float: left;
}
#global {
	height: 18px;
	font-size: 10px;
	position: absolute;
	right: 322px;
	top: 3px;
	text-align: right;
	text-transform: uppercase;
}
#global a {
	color: #fff;
	text-decoration: none;
}
#global a:hover {
	text-decoration: underline;
}
#global span {
	background: url(../img/icon_dk.gif) no-repeat left center;
	padding-left: 23px;
}
#global span.dk, #language a.dk {
	background: url(../img/icon_dk.gif) no-repeat left center;
}
#global span.en, #language a.en {
	background: url(../img/icon_en.gif) no-repeat left center;
}
#global span.se, #language a.se {
	background: url(../img/icon_se.gif) no-repeat left center;
}
#global span.no, #language a.no {
	background: url(../img/icon_no.gif) no-repeat left center;
}
#global a.arrow {
	background: url(../img/icon_arrow.gif) no-repeat right 2px;
	padding-right: 10px
}
#language {
	background: #fff;
	border: 2px solid #2a4052;
	right: 0;
	top: 0px;
	padding: 7px 10px;
	position: absolute;
	text-align: left;
}
#language a {
	color: #000;
	padding-left: 23px;
}
#language li {
	list-style: none;	
}
#navi {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 52px 12px 9px 0;
	text-align: right;
	text-transform: uppercase;
	width: 650px;
}
#navi ul {
	padding-bottom: 9px;
}
#navi a, #navi a#navi_front {
	color: #fff;
	padding: 10px 10px 15px 10px;
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navi a { padding-bottom: 16px; }
}
#navi a:hover, #navi a#navi_front:hover {
	text-decoration: underline;
}
#navi a#navi_front {
	background-image: none;
}
#navi a.current, #navi a.current:hover, #navi a#navi_front.self {
	background: url(../img/navi_current.gif) no-repeat center bottom;
	color: #aed135;
	cursor: default;
	text-decoration: none;
}
#navi li {
	display: inline;
	list-style: none;
}
#top {
	background: #f4fbdd url(../img/bg_top.gif) repeat-x left top;
	border-bottom: 1px solid #e5eec4;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 20px 5px 20px;
}
#top img {
	border: 2px solid #c6d494;
	margin: 16px 0 0 0;
}
#top a {
	color: #000;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#top a.print {
	background: url(../img/icon_print.gif) no-repeat right center;
	padding-right: 16px;
}
#top .breadcrumb {
	color: #383838;
}
#top .breadcrumb a {
	color: #383838;
}
#content {
	border-left: 1px solid #d3d3d3;
	float: right;
	margin-bottom: 20px;
	padding: 0 20px 0 19px;
	width: 580px;
}
#content a {
	font-weight: bold;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
#content h2 {
	font-size: 14px;
	margin-bottom: -14px;
}
#content ul {
	margin-left: 15px;
}
#content ol {
	margin-left: 35px;
}
#content ul li {
	background: url(../img/icon_li.gif) no-repeat 0 6px;
	list-style: none;
	padding-left: 20px;
}
#content img {
	border: 2px solid #e4e4e4;
}
#content img.left {
	margin: 0 20px 20px 0;
}
#content img.right {
	margin: 0 0 20px 20px;
}
#content p.date {
	color: #666;
	font-size: 11px;
	margin-bottom: -15px;
}
#content .ajaxSearch_result {
	border-top: 1px solid #eee;
	padding-top: 5px;
}
#content .ajaxSearch_extract p {
	margin: 0 0 5px 0;
}
#content .ajaxSearch_resultsInfo {
	font-size: 15px;
}
#content .ajaxSearch_highlight {
	font-weight: bold;
}
#content ul.worker {
	margin: 0 !important;
}
#content ul.worker li {
	background: none;
	list-style: none;
	padding: 0;
}
#content ul.worker em {
	color: #666;
	display: block;
	float: left;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	width: 80px;
}
#content table img {
	margin-left: 20px;
}
#wide #content {
	border: none;
	padding-right: 320px;
	width: 580px;
}
#wide #side {
	display: none;
}
#list #content h1 {
	margin-bottom: 20px;
}
#list #content h2 {
	border-top: 1px solid #d3d3d3;
	padding-top: 10px;
	clear: both;
}
#list #content h2 a {
	color: #000;
	text-decoration: none;
}
#list #content h2 a:hover {
	text-decoration: underline;
}
#list #content img {
	float: right;
	margin-bottom: 10px;
}
#side {
	float: left;
	margin-bottom: 15px;
	padding-left: 20px;
	width: 260px;
}
.subnavi {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
.subnavi a {
	color: #000;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	width: 260px;
}
.subnavi a:hover {
	text-decoration: underline;
}
.subnavi li {
	list-style: none;
/*	text-transform: uppercase;*/
}
.subnavi li ul {
	background: url(../img/bg_dotline.gif) repeat-x left bottom;
	margin: 7px 0;
}
.subnavi li ul li {
	background: url(../img/bg_dotline.gif) repeat-x left top;
	text-transform: none;
	font-weight: normal;
}
.subnavi li ul li a {
	padding: 6px 10px;
	width: 240px;
}
.subnavi li a.current, .subnavi li a.current:hover {
	background: url(../img/icon_arrow_black.gif) no-repeat right center;
}
.subnavi li ul li a.current, .subnavi li ul li a.current:hover {
	background: #e4e4e4;
	cursor: default;
	text-decoration: none;
}
#person {
	background: #f4fbdd url(../img/bg_top.gif) repeat-x -10px top;
	border: 1px solid #e5eec4;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 15px 0 0 0;
	padding: 12px;
}
#person h3 {
	font-size: 11px;
}
#person img {
	border: 2px solid #c6d494;
	float: right;
	float: left;
	margin: 0 12px 0 0;
	width: 60px;
	height: 60px;
}
#person p {
	height: 43px;
	margin: 5px 0 0 0;
}
#person ul {
	display: inline;
	margin: 5px 20px 0 0;
	float: right;
}
#person li {
	background: none !important;
	font-size: 11px;
	list-style: none;
	padding: 0 !important;
}
#person li em {
	color: #666;
	display: block;
	float: left;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	width: 76px;
}
#footer {
	background: #f5f5f5 url(../img/bg_footer.gif) no-repeat left bottom;
	border-top: 1px solid #d3d3d3;
	clear: both;
	color: #303030;
	font-size: 11px;
	height: 80px;
	line-height: 16px;
	padding: 17px 20px 0 0;
}
#footer a {
	color: #303030;
}
#footer li {
	float: left;
	list-style: none;
}
#footer li ul li {
	float: none;
	margin-left: 20px;
}
#footer em {
	display: block;
	float: left;
	font-style: normal;
	width: 45px;
}
#newsletter {
	border-left: 1px solid #d3d3d3;
	color: #303030;
	float: right;
	padding: 0 0 15px 20px;
	width: 579px;
}
#newsletter h4 {
	font-size: 13px;
	padding-bottom: 8px;
}
#newsletter .textfield {
	background: url(../img/bg_textfield.gif) no-repeat left top;
	border: none;
	height: 12px;
	margin-right: 8px;
	padding: 5px 6px;
	width: 164px;
}
#newsletter .button {
	background: url(../img/bg_button.gif) no-repeat left top;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 4px 6px;
	width: 60px;
	text-transform: uppercase;
}

#newsletter .rsk {
background: #fff;
border: 1px solid #d4d4d4;
float: right;
padding: 3px;
}

/* Frontpage */

#intro {
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 10px 0;
	width: 260px;
}
#intro h1 {
	font-size: 20px;
}
#intro ul li {
	background: url(../img/icon_li.gif) no-repeat left center;
	list-style: none;
	padding-left: 20px;
}
#services {
	border-left: 1px solid #c6d494;
	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 15px 0 10px 0;
	width: 599px;
}
#services a:hover {
	text-decoration: none;
}
#services li {
	display: inline;
	float: left;
	height: 81px;
	list-style: none;
	margin: 0 0 10px 20px;
	overflow: hidden;
	width: 279px;
}
#services img {
	float: right;
	margin: 20px 0 0 15px;
}
#services strong {
	font-size: 13px;
}
.cases {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
/*.cases img {
	float: left;
	margin: 0 10px 10px 0;
}*/
#slideshow {
	width: 260px;
	height: 80px;
	overflow: hidden;
}
.latest {
	font-size: 11px;
}
.cases h2 a {
	color: #000;
	text-decoration: none;
}
.cases h2 a:hover {
	text-decoration: underline;
}
.cases h2, .latest h2 {
	font-size: 16px !important;
	font-weight: normal;
}
.cases .case_block {
	width: 260px;
}
.cases .case_block img {
	float: right;
	margin: 0 0 10px 10px;
}
.cases .case_block p {
	margin: 10px 0;
}
.latest a {
	color: #000;
	font-size: 11px;
	font-weight: normal !important;
	text-decoration: none;
}
.latest a:hover {
	text-decoration: underline;
}
.latest ul {
	margin: 20px 0 0 0 !important;
}
.latest li {
	background: none !important;
	list-style: none;
	padding: 0 !important;
}
.latest em {
	color: #a5a5a5;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1px;
	margin-right: 20px
}