/* GENERAL */

* {
	font-family: Verdana, Helvetica, arial, sans-serif;
}

form {
	margin:0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(/images/layout/pagebg_grey.gif) repeat-y 0 0;
	color: #000;
}

a {
	text-decoration: none;
	font-size:11px;
	color: #a72122;
}

a:hover {
	text-decoration: underline;
	font-size:11px;
	color: #a72122;
}

a.small {
	text-decoration: none;
	font-size:10px;
	color: #a72122;
}

a.small:hover {
	text-decoration: underline;
	font-size:10px;
	color: #a72122;
}

.bold {
	font-weight: bold;
	font-size:11px;
}

p {
	font-size:11px;
}

hr {
	color: #e0e1e2;
	clear: both;
	border: 0;
	height: 1px;
	background-color: #e0e1e2;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0 0 8px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0 0 8px 0;
}

.listarts {
	border-top:1px #EEE solid;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:10px;
}

img, a img {
	border-color: #000000; 
}
/* HEADER STYLES */

div#header {
	width: 100%;
	background: #FE9B00;
	border: none;
	border-bottom: solid 1px #000000;
	padding: 0px;
	margin: 0px;
}

div#innerheader {
	width: 994px;
	background: url("/images/layout/headerbg.gif") no-repeat scroll top right;
	border: none;
	padding: 0px;
	margin: 0px;
}

div#header img {
	border: 0px;
	width: 150px;
	margin-left: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 74px;
}

div#search {
	height: 40px;
	width: 350px;	/* change to 300px if English link is removed */
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 645px;
	top: 0;
	padding: 15px 20px 0 0;
}

input#searchbutton {
	height: 17px;
	width: 40px;
	font-size: 9px;
	font-weight: bold;
	position: absolute;
	background: transparent;
	padding: 0px;
	border: 0px none;
	cursor: hand;
}

input.search {
	border: 1px solid #a12122;
	font-size:10px;
}

a.searchfield {
	text-decoration: none;
	font-family: Verdana, Helvetica;
	font-size:10px;
	color: #000000;
	font-weight: bold
}

a.searchfield:hover {
	text-decoration: none;
	font-family: Verdana, Helvetica;
	font-size:10px;
	color: #ffffff;
	font-weight: bold;
}

div#mainmenu {
	height: 16px;
	width: 100%;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	background: url("/images/layout/menubg.gif") repeat-x 0 0;
	border-top: solid 1px #e07a00;
}

/* LEFTMENU STYLES */

div#wrapper {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top: 5px #FFF solid;
}

div#leftmenu {
	width: 174px;
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}
	div#leftmenu a {
		font-size: 10px;
	}

div#dankortlogo {
	position: absolute;
	left: 120px;
	top: 166px;
	z-index: -1;
}

.frontbox {
	display: block;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

.frontbox_banner {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

div.maincontent {
	width: 590px;
	min-height: 100%;
	height: 100%;
    float: left;
    font-size: 11px;
    padding: 0px 8px 14px 15px;
}

p.page_headline {
	font-size:16px;
	font-weight: bold;
	color: #000;
	margin-top: 4px;
}

.byline {
	font-size: 11px;
	color: #333;
}

.leftbox {
	width: 180px;
	border: 1px #000 solid;
	padding:5px;
	margin-bottom: 15px;
	background: #F0F1F3;
}

.rightcolumn {
	position: absolute;
	left: 784px;
	top: 118px;
	width: 180px;
	height: 100%;
	margin-left: 15px;
	margin-bottom: 15px;
}

.rightbox {
	width: 180px;
	border: 1px #CCC solid;
	padding:5px;
	margin-bottom: 15px;
	background: #F0F1F3;
}
	.rightbox span {
		display:block;
		font-size: 9px;
		margin-top: 5px;
	}	

	.rightbox a {
		font-size: 9px;
	}

	.rightbox a:hover {
		font-size: 9px;
	}	

.printsektion {
	margin-top:10px;
	padding-top:3px;
	height: 18px;
	background: #F0F1F3;
	border-top: 1px #CCC dashed;
	border-bottom: 1px #CCC dashed;
	text-align:right;
	padding-right: 5px;
}
	.printsektion a {
		font-size:10px;
		color:#666;
	}
	
	.printsektion a.printlink {
	}

	.printsektion a:hover {
		font-size:10px;
		color:#333;
		text-decoration: none;
	}

	.printsektion img, .printsektion div  {
		margin-left: 15px;
	}
	
	
div.imgtext {
		font-family: verdana, helvetica, arial, sans-serif; 
		font-size:10px;
		margin: 5px;
		color: #666666;
}

P.imgtext {
		float: right;
		font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size:9px;
		color: #000000;
}

.result {
	display:block;
	margin-top: 5px;
}
	.result a.url {
		color: #666666;
	}

/* DEBAT */

div.list_debatbox {
	border-top: 1px #333 solid;
	border-bottom: 1px #CCC solid;
	margin-bottom: 10px;
}

div.list_comment {
	background-color: #F0F1F3;
	padding: 3px;
}

.list_reply {
	border-top: 1px #CCC dashed;
	background-color: #FFF;
	padding: 3px;
	padding-left: 10px;
}

.comment_options {
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #DDD;
	padding-bottom: 1px;
	padding-right: 3px;
	text-indent: 5px;
	margin-bottom: 10px;
	text-align: right;
}

.comment_header {
	border-bottom: 1px #CCC dashed;
	background-color: #F0F1F3;
	padding-bottom: 1px;
	padding-right: 3px;
	text-indent: 5px;
}

div.read_prime_comment {
	border-top: 0px none;
	background-color: #F9F9F9;
	border: 1px #CCC solid;
	margin-bottom: 5px;
}

div.comment_text {
	padding: 5px;
}

.reply_header {
	border-bottom: 1px #CCC dashed;
	background-color: #F6EEDB;
	padding-bottom: 1px;
	padding-right: 3px;
	text-indent: 5px;
}

.read_reply {
	border-top: 0px none;
	background-color: #FAF6EB;
	border: 1px #CCC solid;
	margin-bottom: 5px;
}

.reply_showhide {
	display: none;
	margin-top: 5px;
	background-color: #FFF;
	padding-top: 3px;
}

.reply {
	background-color: #FFF;
	padding-left: 10px;
	margin-bottom: 10px;
}

.close_link {
	display:block;
 	margin-top:5px;
 	cursor:hand;
}

a.debat_option {
	text-transform: uppercase;
	font-size: 10px;
}

a.debat_option:hover {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration:none;
}

/* FORMS */
select {
	font-size: 11px;
}

input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

/* FOOTER */
div.footer {
	font-size: 9px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0 0 8px 0;
}

/* CSR STYLES */

.csr_menu {
	border-top: 1px #0d728f solid; 
	width: 173px;
	padding-bottom:8px;
}

.csr_submenu_box {
	position: absolute;
	width: 220px;
	visibility: hidden;
	left: 173px;
	margin-top: -26px;
	background-color: #efefef;
	border: 1px #0d728f solid; 
	border-left: 1px #cccccc solid; 
	border-bottom: 0 none; 
}

.csr_submenu {
	width: 220px;
	height: 25px;
	text-indent: 10px;
	border-bottom: 1px #0d728f solid; 
}

a.csr_menulink, a.csr_menulink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #a72122;
	display: block;
	text-decoration: none;
	margin-top:5px;
	padding-left:10px;
}

a.csr_submenulink, a.csr_submenulink:hover {
	font-size: 10px;
	color: #a72122;
	margin-top: 5px;
	display: block;
	text-decoration: none;
}
