/*
www.3manager.com
2010-01-27
EDIT: 2012-01-20

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

* {
	margin: 0;
	padding: 0;
}
body {
	background: #374852 url(../img/bg_pattern.jpg) repeat left top;
	border-top: 3px solid #1e282f;
	color: #000;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, sans-serif;
}
input, textarea, select {
	font: 11px/13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Tahoma, sans-serif;
}
h1, h2, h3, h4, h5, h6, address, strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Tahoma, sans-serif;
}
hr {
	display: none;
}
fieldset {
	border: none;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #0091b0;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
fieldset {
	border: none;
}
.clearboth {
	clear: both;
}
.and {
	font-family: "Baskerville","Goudy Old Style","Palatino","Book Antiqua","Georgia", serif;
}
a.pdf {
	background: url(../img/icon_pdf.gif) no-repeat right center;
	padding-right: 20px;
}
.date {
	color: #ccc;
	font-size: 11px;
}
/* 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: url(../img/bg_watermark.png) no-repeat 180px -42px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#top {
	height: 112px;
}
#login {
	position: absolute;
	right: 20px;
	top: 0;
	width: 300px;
	text-align: right;
}
#login li {
	display: inline;
	font-size: 10px;
	list-style: none;
	margin: 0 0 0 10px;
}
#login a {
	color: #91a1ab;
	text-decoration: none;
}
#login .login {
	background: #1e282f;
	color: #0091b0;
	padding: 6px 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-bottom-radius: 5px;
	-webkit-border-top-bottom-radius: 5px;	
}
#login a:hover {
	text-decoration: underline;
}
/*
#login li.lock a {
	background: url(../img/icon_lock_grey.png) no-repeat right center;
	padding: 1px 20px 1px 0;
}
*/
#logo {
	color: #fff;
	float: left;
	padding: 14px 0 0 20px;
	width: 242px;
}
#logo h1, #logo h3 {
	margin: 0;
	overflow: hidden;
	text-indent: -100em; 
}
#logo #headline {
	background: url(../img/logo_3manager_cmyk.png) no-repeat left center;
	font-size: 1px;
	height: 47px;
	width: 167px;
}
#logo #headline a {
	display: block;
	height: 47px;
}
#global {
	float: right;
	font-size: 11px;
	padding: 0 20px 0 0;
	text-align: right;
}
#global ul {
	margin: 45px 0 0 0;
}
#global li {
	display: inline;
	list-style: none;
	margin: 0 0 0 15px;
}
#global a {
	color: #ddd;
	text-decoration: none;
}
#global a:hover {
	text-decoration: underline;
}
#global li.current a {
	color: #000;
	cursor: default;
	text-decoration: none;
}
#global a.da {
	background: url(../img/icon_dk.gif) no-repeat right center;
	padding-right: 20px;
}
#global a.fr {
	background: url(../img/icon_fr.gif) no-repeat right center;
	padding-right: 20px;
}
#global a.en {
	background: url(../img/icon_uk.gif) no-repeat right center;
	padding-right: 20px;
}
#global a.nl {
	background: url(../img/icon_nl.gif) no-repeat right center;
	padding-right: 20px;
}
#global a.de {
	background: url(../img/icon_de.gif) no-repeat right center;
	padding-right: 20px;
}
#navi {	
	background: #fff url(../img/bg_navi.png) repeat-x left bottom;
	border: 4px solid #fff;
	border-bottom: none;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 75px;
	left: 0;
	width: 952px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
}
#trial {
	position: absolute;
	right: -18px;
	top: 80px;
	z-index: 50;
}
#trial a {
	background: url(../img/button_trial_en.png) no-repeat left top;
	display: block;
	font-size: 0;
	height: 53px;
	width: 200px;
}
#navi ul {
	padding: 6px 10px 9px 6px;
}
#navi li {
	display: inline;
	list-style: none;
	margin: 0 0 0 2px;
}
#navi li a {
	color: #000;
	border: transparent;
	padding: 4px 8px 5px 8px;
	text-decoration: none;
}
#navi li a:hover {
	text-decoration: underline;
}
#navi li.current a {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	cursor: default;
	padding: 3px 7px 4px 7px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;	
}
#navi li a.lock {
	background-image: url(../img/icon_lock.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 25px;
}
#navi .movie {
	float: right;
	font-size: 11px;
	margin: 5px 190px 0 0;
}
#navi .movie a {
	background: url(../img/icon_movie.png) no-repeat left center;
	padding-left: 22px;
}
#info {
	background: #f0f4f4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0ebed;
	clear: both;
	color: #888;
	font-size: 10px;
	padding: 11px 16px 9px 16px;
	margin: 0 4px 20px 4px;
}
#info a {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
#info li {
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
}
#info ul.right {
	float: none;
	2margin-top: 3px;
	z-index: 60;
	position: absolute;
	right: 16px;
}
#side {
	float: left;
	font-size: 11px;
	margin: 0 0 0 0;
	width: 250px;
}
#sub ul {
	margin: 0 0 20px 0;
}
#sub ul ul {
	margin: 0;
}
#sub li {
	list-style: none;
}
#sub a {
	color: #000;
	display: block;
	padding: 0px 0 5px 20px;
	text-decoration: none;
}
#sub a:hover {
	text-decoration: underline;
}
#sub li ul a {
	padding-left: 40px !important;
	width: 240px !important;
}
#sub li.current a, #sub li.current a:hover {
	background: url(../img/bg_subnavi_current.gif) no-repeat left top;
	color: #2d5960;
	cursor: default;
	height: 26px;
	margin-left: -12px;
	padding-left: 32px;
	padding-top: 3px;
	text-decoration: none;
}
#sub li.current ul li a, #sub li.current ul li a:hover {
	background: none;
	color: #000;
	cursor: pointer;
	height: auto;
	margin-left: 0;
	padding-top: 0;
}
#sub li.current ul li a:hover {
	text-decoration: underline;
}
#sub li li.current a, #sub li li.current a:hover {
	cursor: default !important;
	font-weight: bold;
	text-decoration: none !important;
}
#content {
	background: #fff;
}
#main {
	display: inline;
	float: left;
	margin: 0 20px 10px 20px;
	width: 580px;
}
.wide {
	width: 900px !important;
	margin-left: 20px !important;
}
#main h1 {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 10px 0;
}
#main h2 {
	font-size: 13px;
}
#main h2.border {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
#main h2 a {
	color: #000;
}
#main p.intro {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #555;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	padding: 10px 0;
}
#main ul {
	margin: 0 0 15px 30px;
}
#main img {
	float: right;
	margin: 20px 0 20px 30px;
}
#main img.left {
	margin: 0 20px 20px 0;
}
#main img.right {
	margin: 0 0 20px 20px;
}
#main p.date {
	color: #666;
	font-size: 11px;
	margin: 0;
}
#main .ajaxSearch_resultsInfo {
	font-size: 14px;
	font-weight: bold;
}
#main .ajaxSearch_result {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
#main .textinput {
	padding: 2px 3px;
	width: 260px;
}
#main .textarea {
	height: 100px;
	padding: 2px 3px;
	width: 300px;
}
#main .button {
	cursor: pointer;
	font-weight: bold;
}
#main img.justifyleft {
	float: left;
	margin: 0;
}

/* extranet */
body#extranet #main {
	width: 100%;
}
body#extranet #footer div.line {
	display: none;
}
#main table.download {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}
#main .download th {
	background: #f0f4f4;
	border-bottom: 1px solid #d9e1e2;
	font-size: 12px;
	padding: 3px 4px;
	text-align: left;
}
#main .download td {
	border-bottom: 1px solid #d9e1e2;
	padding: 4px 4px;
}
#main .download td.time {
	color: #666;
	font-size: 10px;
	vertical-align: top;
	width: 90px;
}
#main .download td.fetch {
	text-align: right;
	width: 80px;
}
#main .download .fetch a {
	background: #fe831c;
	border: 1px solid #d34a14;
	border-left-color: #f17f1f;
	border-top-color: #f17f1f;
	color: #fff;
	padding: 2px 4px;
	text-shadow: 1px 1px 1px #ca3f16;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#footer {
	background: #fff url(../img/bg_footer.png) repeat-x left bottom;;
	border: 4px solid #fff;
	clear: both;
	color: #000;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 0 0 16px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}
#footer a {
	font-weight: normal;
}
#footer div.line {
	background: url(../img/bg_footer_li.png) no-repeat left bottom;
	float: left;
	height: 75px;
	list-style: none;
	padding: 0 20px 0 20px;
	width: 190px;
}
#footer div.line strong {
	display: block;
	font-size: 11px;
	margin-bottom: -5px;
}
#legal {
	color: #ddd;
	font-size: 10px;
	margin: 10px 0 0 20px;
}
#legal a {
	color: #ddd;
}
#legal li {
	display: inline;
	margin: 0 15px 0 0;
}

/* frontpage */

#overview {
	margin: 0 0 0 20px;
}
#overview a {
	color: #000;
	display: block;
	text-decoration: none;
}
#overview a:hover strong {
	text-decoration: underline;
}
#overview li {
	float: left;
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	margin: 0 20px 20px 0;
	width: 210px;
}
#overview li strong {
	display: block;
	font-size: 12px;
}
#overview li img {
	float: left;
	margin: 0 10px 45px 0;
}
#news {
	background: url(../img/bg_news.png) no-repeat left top;
	padding: 0 0 0 32px;
	margin: -10px 0 0 -12px;
}
#news h3 {
	color: #fff !important;
	padding: 3px 0 0 0;
}
#news li {
	font-size: 11px;
	list-style: none;
}
#news em {
	color: #888;
	display: block;
	font-size: 10px;
	font-style: normal;
	float: left;
	letter-spacing: 0.5px;
	width: 70px;
}
#news .date {
	color: #bebcb9;
	font-weight: bold;
	margin-top: 15px;
}

/* slider */

#loopedSlider {
	background: #f0f4f4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0ebed;
	clear: both;
	position: relative;
	margin: 0 4px;
	padding-left: 16px;
}
/* * Required */
.container { width:920px; height:225px; overflow:hidden; position:relative; cursor:pointer;}
div.slides { position:absolute; top:0; left:0; }
div.slides div { position:absolute; top:0; width:920px; display:none; padding:0; margin:0; }
.slides div h3, #overview h3, #news h3 {
	color: #7ea8af;
	font-size: 11px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
}
.slides strong a {
	color: #000;
	text-decoration: none;
}
.slides strong a:hover {
	text-decoration: underline;
}
.slides .intro img {
	position: absolute;
	left: 460px;
}
.slides .intro p {
	margin-right: 580px;
}
.slides .intro strong {
	font-size: 18px;
}
/* * Optional */
ul.pagination { list-style-type:none; width: 170px; position: absolute; top: 20px; text-align: left; left: 455px;
}
ul.pagination li  { float: left; display: inline; margin-right: 5px; }
ul.pagination li a { width: 11px; height: 11px; display: block; overflow:hidden; background-image:url(../img/icon_pagination.png); background-position:0 0; background-repeat:no-repeat;}
ul.pagination li.active a {background-position:0 -11px}
#loopedSlider a.previous { 
	position: absolute; 
	top: 80px; 
	left: -22px;
}
#loopedSlider a.next { 
	position: absolute; 
	top: 80px; 
	right: -22px; 
}

/* lightbox */

.popup h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.popup form {
	font-size: 12px;
}
.popup .link {
	font-size: 11px;
	line-height: 14px;
	color: #666;
}
.popup p.success {
	background: url(../img/icon_yes.gif) no-repeat left center;
	padding-left: 20px;
}
#tellafriend label {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	width: 120px;
}
#tellafriend .text-input {
	padding: 2px;
	margin: 0 0 5px 0;
	width: 220px;
}
#tellafriend .button {
	cursor: pointer;
	margin: 5px 0 0 120px;
}

/* IE6 warning */

#iewarn {
	background: #ffffcc;
	border-bottom: 1px solid #000;
	display: block;
	height: 25px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	padding-top: 5px;
	text-align: center;
	top: 0;
	width: 100%;
}
