html {font-size: 100.1%;}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #353535 url(../images/bg-body.gif) repeat-x;
	color: #cdcdcd;
}

body#tip-a-friend{background:none; color:#000000;}

.main-column dd,.main-column  dt, .main-column li, .main-column ol li{font-size:1.2em;}
.main-column li li {font-size: 1em;}
.main-column dt{font-weight:bold;}
.inner {background: #353535 url(../images/bg-body2.gif) repeat-x;}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	display: block;
}
a {
	text-decoration: underline;
	color: #e9b301;
}
a:hover {text-decoration: none;}
img {border-style: none;}

table th{font-weight:normal;}
/*text to image replacment*/
/*.hidden-text, .btn-tilmeld,{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}*/
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 954px;
	padding-top: 227px;
	position: relative;
}
/*HEADER*/
#header {
	height: 227px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
/*logo*/
.logo {margin: 0;}
.logo a {
	width: 181px;
	height: 98px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	top: 46px;
	left: -7px;
	cursor:pointer;
}
/*main-nav*/
.main-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 190px;
}
.main-nav li {
	float: left;
	padding-left: 4px;
}
.main-nav a {
	float: left;
	padding: 0 20px;
	background: #000;
	font-size: 140%;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
}
.main-nav a:hover, .main-nav li.active a{
	color: #000;
	background: #e9b301;
}
/*top-menu*/
.top-menu {
	position: absolute;
	top: 5px;
	right: 0;
}
.top-menu ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 23px;
}
.top-menu li {
	display: inline;
	padding-right: 33px;
}
.top-menu li a {
	color: #000;
	font-size: 110%;
}
.top-menu fieldset {float: right;}
.top-menu .i-text {
	float: left;
	width: 240px;
	padding: 0;
	margin-right: 3px;
	height: 20px;
}
.btn-search {
	width: 50px;
	height: 23px;
	background: #000;
	color: #fff;
	text-decoration: none !important;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	border:0;
	padding-bottom:3px;
}
/*header-banner*/
.header-banner {
	position: absolute;
	top: 32px;
	right: 0;
}
/*btn-header*/
.btn-header {
	position: absolute;
	left: -10px;
	top: 0;
	/*background: url(../images/btn-header.png) no-repeat;*/
	width: 59px;
	height: 34px;
}
/*CONTAINER*/
#container {
	width: 100%;
	/*display: table;*/
	display:block;
	background:transparent;
	/*padding-top: 30px;*/
}
#container p {
	margin: 0 0 17px;
	font-size: 120%;
	line-height: 16px;
}
#container h1 {
	color: #fff;
	font-size: 17px;
	margin: 0 0 2px;
	/*background: #000;*/
	line-height: 40px;
	padding-left: 250px;
	height: 1%;
}
/*content*/
.content {
	float: left;
	width: 717px;
	overflow: hidden;
	padding-top: 30px;
}
/*info-box*/
.info-box {
	margin: 0 0 35px 10px;
	position: relative;
	height: 1%;
}
/*info-box img*/
.info-box img{
	position: absolute;
	left: -14px;
	top: -20px;
}
/*info-box-text*/
.info-box-text img{position:relative;}
.info-box-text {
	overflow: hidden;
	height: 1%;
	padding: 15px 20px 0 260px;
	background: #000;
}
/*sub-nav-holder*/
.sub-nav-holder {
	width: 100%;
	overflow: hidden;
	line-height: 27px;
	margin-bottom: 18px;
}
.sub-nav-holder ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.sub-nav-holder li {
	float: left;
	padding-left: 4px;
}
.sub-nav-holder a, .sub-nav-holder strong {
	float: left;
	background: #000;
	padding: 0 7px;
	font-size: 120%;
	text-decoration: none;
}
.sub-nav-holder a:hover {
	background: #fac001;
	color: #000;
}
.sub-nav-holder strong {
	font-size: 140%;
	color: #fff;
	float: right;
}
/*box-row*/
.box-row {
	width: 110%;
	overflow: hidden;
	margin-bottom: 15px;
	/*float:left;
	clear:none;*/

}
/*content-box*/
.content-box {
	float: left;
	width: 232px;
	margin-right: 11px;
}
.content-box h3 {
	background: #000;
	font-size: 140%;
	line-height: 30px;
	color: #fff;
	margin: 0 0 1px;
	padding: 0 14px;
	letter-spacing: -1px;
}
/*content-box-text*/
.content-box-text {
	background: #000;
	overflow: hidden;
	height: 1%;
	padding: 14px;
/*	min-height: 157px;*/
	height: 180px;
	margin-bottom: 1px;
}
.content-box-text h4 {
	font-size: 13px;
	color: #fac001;
	margin: 0 0 10px;
}
/*.content-box-text p {line-height: normal !important;letter-spacing: -1px;}
*/
.content-box-text strong {font-size: 12px;}
.content-box .more-link {
	line-height: 31px;
	padding-left: 14px;
	font-size: 120%;
	background: #000;
	display: block;
}



/*content-box2*/
.content-box2 {
	float: left;
	width: 203px;
	margin-right: 10px;
	background: #000;
	padding: 0 15px;
/*	min-height:235px;*/
	height: 238px;
}
.yellow {background: #f2bd06;}
.yellow p, .yellow a, .yellow h3, .yellowbox a {color: #1e1e1e !important;}
#container .content-box2 p {
	color: #dbdbdb;
	font-size: 120%;
	margin: 0 0 15px;
}
#container .content-box2 h3 {
	color: #fff;
	font-size: 240%;
	margin: 8px 0;
}
/*sidebar*/
.sidebar {
	float: right;
	width: 213px;
	padding-top: 30px;

}
.sidebar h2 {
	background: #212121;/*url(../images/bg-transparent.png);*/
	overflow: hidden;
	height: 1%;
	font-size: 160%;
	margin: 0 0 2px;
	/*padding: 6px 12px;*/
	padding: 6px 10px;
}
.sidebar h2 span {
	font-size: 120%;
	display: block;
	font-style: normal;
}
/*sidebox*/
.sidebox, .tx-vgetagcloud-pi1 {
	/*background: url(../images/bg-transparent.png);*/
	background:#212121;
	height: 1%;
	/*padding: 8px 12px;*/
	padding:6px 9px;
	margin-bottom: 15px;
}
.sidebox a {position: relative;}
.sidebox h3{margin: 0 2px; font-size: 2.4em; color: #fff;}
/*lists*/
.lists {
	width: 100%;
	overflow: hidden;
}
.lists .links {
	float: left;
	width: 90px;
}
.lists .left, .lists .right{float:left; width:90px;}

/*links*/
.links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.links li {
	margin-bottom: 6px;
	font-size: 120%;
}


/*FOOTER*/
.footer-holder {background: #000; clear:both;}
#footer {
	width: 954px;
	margin: 0 auto;
	font-size: 110%;
	color: #828282;
	line-height: 40px;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#footer li {
	display: inline;
	padding-left: 20px;
	background: url(../images/img-footer-separator.gif) no-repeat 8px 50%;
}
#footer li:first-child {background: none;}
#footer a {color: #828282;}
#footer p {margin: 0;}
/*banner*/
.banner {padding: 9px;}
.banner img {display: block;}
/*breadcrumb*/
.breadcrumb {
	line-height: 24px;
	font-size: 100%;
	color: #fff;
}
.breadcrumb strong {margin-right: 5px;}
.breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.breadcrumb li {
	display: inline;
	padding-left: 12px;
	background: url(../images/img-bread-crumb-separator.gif) no-repeat 5px 50%;
	color: #a7a7a7;
}
.breadcrumb li:first-child {
	padding-left: 0;
	background: none;
}
/*sub-nav*/
.sub-nav {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 120%;
	line-height: 16px;
}
.sub-nav li{
	width: 100%;
	vertical-align: top;
	margin-bottom: 2px;
}
.sub-nav li ul{display:none;}
.sub-nav li.act ul{display:block;}
.sub-nav li li a, .sub-nav li.act li a{
	/*background: url(../images/img-yellow-right-arrow.gif) no-repeat 0 50% !important;*/
	background:#000000;
	color: #fac001;
	text-decoration: underline;
	padding: 5px 0 4px 15px;
}

.sub-nav li li a:hover {text-decoration: none;}
.sub-nav a {
	padding: 4px 9px;
	background: #000;
	display: block;
	text-decoration: none;
}
.sub-nav li.act a, .sub-nav li.act li.act a{
	background: #fac001 url(../images/img-black-down-arrow.gif) no-repeat 200px 50%;
	color: #000;
	font-weight: bold;
}
.sub-nav li.act li a{font-weight:normal;}

/* menu lvl 3-4 */
.sub-nav li li.act a, .sub-nav li.act li.act a{
	font-weight: bold;
	text-decoration: none;
	/*background-image: url(../images/img-yellow-right-arrow.gif) !important;*/
	background:#000000;
	color:#FAC001;
}
.sub-nav li li a{text-decoration:underline;}
.sub-nav li li li a, .sub-nav li.act li.act li a{font-weight:normal; text-decoration:underline;}
.sub-nav li li li.act a, .sub-nav li.act li.act li.act a{font-weight:bold; text-decoration:none;}
.sub-nav ul {
	padding: 3px 0 3px 9px;
	margin: 0;
	list-style: none;
}
.sub-nav li li ul {padding-left: 15px;}
/*main column*/
.main-column {
	float: right;
	width: 470px;
}
/*title-holder*/
.title-holder {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
}
.title-holder a {
	font-size: 120%;
	margin-left:7px;
	float:right;
}
.title-holder span.services{width:155px; float:right;}

#container .title-holder h1{
	/*font-size: 190%;*/
	font-size:2em;
	color: #E6E6E6;
	line-height: 32px;
	background: none;
	margin: 0;
	padding-left: 0;
	/*add */
	/*display:inline;
	background:#E9B301;*/
}

#container .title-holder h1 span{font-size:90%;}
#container .title-holder h1 span.date{font-size:55%;}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{margin:0;}
.left{float:left;}
.right{float:right;}
.main-content-footer{margin: 3px 0; width:100%; float:left; clear:both;}

/*--- news ---*/
.news-box {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-bottom-border.gif) repeat-x;
	padding-top: 17px;
	margin-bottom:5px;
}
.news-box-single {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-bottom-border.gif) repeat-x;
	padding-top: 17px;
	margin-bottom:5px;
}
.news-box img {
	float: left;
	margin-right: 18px;
}

.news-box h2 {color: #000;font-size: 160%;margin: 0 0 10px;}
.news-box h3 {color: #fff;font-size:140%;margin: 0;}
.news-box h3 span{font-size:90%;}
.news-box p {color: #fff;}

.news-single-img{float:right; margin:10px 0 10px 10px;}
.news-single-img p{text-align:right; margin-right:3px;}
#container p.news-single-author{margin-bottom:2px;}


.sidebox .news-related dt{font-weight:bold; font-size:110%;}
.sidebox .news-related dl{margin:0 0 10px 0; padding:0;}
.sidebox .news-related dd{margin:0; padding:0;}
.sidebox .news-related dl.news-single-links{margin:0;}

#container p.news_kilde{margin-bottom:2px;}
.news-single-links{margin-top:0;}
.news-single-links dt{font-weight:normal; float:left; margin-right:3px;}
.news-single-links dd{margin:0; font-size:95%;}

/*--- nyhedsbrev formularer ---*/
.content-box #tx-sremailsubscribe-pi1-tt_address_form{margin-top: -5px;}
.content-box .tx-sremailsubscribe-pi1 dd{margin:0;}
.content-box input.tx-sremailsubscribe-pi1-first_name, .content-box input.tx-sremailsubscribe-pi1-text{width:180px;padding: 2px 10px; height: 15px; margin-bottom: 10px; display: block;}
.btn-tilmeld {
	width: 56px;
	height: 17px;
	background: url(../images/btn-tilmeld.gif) no-repeat;
	border:none;
	margin:5px 0;
}
.tx-sremailsubscribe-pi1{display:block; float:left; width:100%; margin:0; padding:0;}
.content-box .tx-sremailsubscribe-pi1{margin: 3px 0 33px;}
#container .content-box p.tx-sremailsubscribe-pi1-click-to-edit{margin: 8px 0 0 0;}

.inner input.tx-sremailsubscribe-pi1-first_name, .inner input.tx-sremailsubscribe-pi1-text{width:250px;padding: 2px 10px; height: 15px; margin-bottom: 10px; display: block; clear:both;}

/* comments */
.tx-srfreecap-pi2-cant-read{color:#FFFFFF;}
.tx-comments-comments .tx-comments-comment-1, .tx-comments-comments .tx-comments-comment-2{border: 1px solid #434343;}
.tx-comments-comments .tx-comments-comment-1 hr, .tx-comments-comments .tx-comments-comment-2 hr{border:none; background-color:#434343; height:1px;}

.csc-sitemap ul{font-size:12px;}

.tx-srfeuserregister-pi1 legend{font-size:120%; color:#CDCDCD; padding:0; margin:0;}
.tx-srfeuserregister-pi1 p{padding:0;}


/* tagcloud */
.tx-vgetagcloud-pi1 ul{list-style:none; margin:0; padding:0;}
.tx-vgetagcloud-pi1 ul li{float:left; margin-left:3px;}


/* indexed search */
.tx-indexedsearch-browsebox{float:left; width:100%; clear:both;}
.tx-indexedsearch-browsebox ul{list-style:none; margin:0; padding:0;}
.tx-indexedsearch-browsebox ul li{float:left; margin-right:3px;}

.yellowbox{ background:#E9B301; color:#212121; padding:1px 15px;}

.yellow-box2 {
	width: 470px;
	background: #f2bd06;
	}
.yellow-box2 p, .yellow-box2 a, .yellow-box2 h3 {color: #1e1e1e !important;}
#container .content-box2 p {
	color: #dbdbdb;
	font-size: 120%;
	margin: 0 0 15px;
}

.box-row .yellow ul{color:#1E1E1E; font-size:120%;}
#container p.align-center{text-align:center;}
.tx-sremailsubscribe-pi1 legend{font-size:120%; color:#CDCDCD;}






/** LIV CONTEST **/
.tx-livcontest-pi1 ul.contest-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tx-livcontest-pi1 ul.contest-list li {
	margin: 0 30px 20px 0;
	padding: 0;
	display: block;
	width: 190px;
	float: left;
}

.tx-livcontest-pi1 ul.contest-list li div.contest-box {
	background-color: white;
	color: black;
/*	width: 175px;
	height: 87px;
	*/
	border: solid 8px black;
}

#container .tx-livcontest-pi1 ul.contest-list li p {
	margin: 0 0 5px 0;
	font-size: 12px;
}

#container .tx-livcontest-pi1 ul.contest-list li p.contest-image-text {
	margin: 3px 0 0 0;
	font-size: 10px;
}

#container .tx-livcontest-pi1 ul.contest-list li div.contest-box p {
	margin: 0;
	padding: 10px;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Arial;
}

.tx-livcontest-pi1 #tx_livcontest_pi1_message {
	width: 200px;
	height: 45px;
	color: black;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
	display: block;
	float: left;
	padding: 3px;
}


.tx-livcontest-pi1 ul.contest-form {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tx-livcontest-pi1 ul.contest-form li {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

.tx-livcontest-pi1 ul.contest-form li label {
	display: block;
	width: 100px;
	float: left;
}

.tx-livcontest-pi1 .livcontest-required-mark {
	color: red;
}

.tx-livcontest-pi1 .livcontest-error-field {
	padding: 0 0 0 10px;
	font-weight: bold;
}

.tx-livcontest-pi1 .tx_livcontest_input_field {
	width: 200px;
}

.tx-livcontest-pi1 .livcontest-must-be-filled {
	text-align: right;
}

.tx-livcontest-pi1 #livcontest-submit {
	margin: 10px 0 0 100px;
}

.contest-clearer {
	clear: both;
}

.contest-page-browser {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

.contest-page-browser li {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
}

.contest-page-browser li a {
	text-decoration: none;
}

.contest-page-browser li.act a {
	text-decoration: underline;
}

.contest-teaser-image {
	text-align: center;
}

.contest-single-image {
	margin: 0 0 15px 0;
}

.contest-text-single-link {
	text-align: right;
	font-size: 10px;
	margin: 3px 7px 0 0;
}


