/**
 * MAIN
 */

html, body{
	background-color: #595441;
	margin:0;
}

html, body, input, select, textarea{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color:#5B0503;
}

a img {
	border: 0;
}

a{
	color:#3A3A3A;
	text-decoration:underline;
}

/**
 * OUTER CONTAINERS
 */

div#site_container {
	position: relative;
	top: 25px;
	width: 780px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	border: 25px solid #B9B09D;
	background: #FFF url('graphics/content_filler_bg.gif') repeat-y;
}

div#site_container_content {
	position: relative;
	width: 100%;
	height: auto;
}

/**
 * INNER CONTAINERS
 */

div#breadcrumbs{
	font-size:11px;
	padding-bottom:10px;
}

div#container_body {
	position: relative;
	width: 100%;
	height: auto;
}

div#container_header {
	position: relative;
	width: 100%;
	height: 145px;
	background-color: #4A8797;
}

div#container_content {
	position: relative;
	width: 774px;
	height: auto;
}

div#column_left {
	position: relative;
	float: left;
	width: 210px;
}

div#column_right {
	position: relative;
	float: left;
	width: 520px;
	min-height: 200px;
	margin-left: 5px;
	padding: 10px 19px;
	line-height: 1.5em;
	color: #3A3A3A;
}

div#address {
	position: absolute;
	left: 15px;
	bottom: 10px;
	width: 180px;
	line-height: 1.2em;
	color: #5B0503;
}

div#address a{
	color:#5B0503;
}

div#copyright {
	position: relative;
	width: 774px;
	height: 25px;
	margin: 0 auto;
	text-align: right;
	margin-top: 30px;
	color: #5B0503;
	font-size: 11px;
}

div#copyright a {
	text-decoration: none;
	color: #5B0503;
	font-size: 11px;
}

div#container_content_columns {
	position: relative;
	width: 100%;
	height: auto;
	background: transparent url('graphics/dots_vertical.gif') repeat-y;
	background-position: center;
	color: #3A3A3A;
}

div#container_article_top {
	margin-bottom: 10px;
	color: #3A3A3A;
}

div.content_column {
	position: relative;
	width: 47%;
	height: auto;
	overflow: hidden;
	float: left;
}

div.article_header {
	font-family: "Courier New", verdana, arial, helvetica;
	font-size: 14px;
	color: #4A8797;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div.article_subheader {
	font-size: 13px;
	color: #3A3A3A;
	font-style: italic;
}

span.article_date {
	font-size: 11px;
	font-style: italic;
}

span.page_header {
	font-family: "Courier New", verdana, arial, helvetica;
	font-size: 16px;
	color: #4A8797;
	font-weight: bold;
	text-transform: uppercase;
}

span.article_read_more a {
	font-family: "Courier New", verdana, arial, helvetica;
	font-size: 14px;
	color: #4A8797;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/**
 * TEKST
 */

.strong{
	font-weight:bold;
}

/**
 * FORM ITEMS
 */

div#searchForm{
	padding-left:15px;
	padding-top:16px;
}

div.search_header{
	font-weight:bold;
	padding-bottom:5px;
}

form{
	margin:0;
}

input.error, textarea.error, select.error{
	border:1px solid #ff0000;
}

label.error{
	color:#FF0000;
}

.inputfield{
	border:1px solid #B9B09D;
}

.inputdiversen{
	width:200px;
}

.inputdiversen2{
	width:130px;
}

.btn{
	cursor:pointer;
	border:1px solid #B9B09D;
	background-color:#B9B09D;
}

/**
 * MENU
 */

div#topmenu {
	background-color:#4A8797;
	color:#FFFFFF;
	font-family:"Courier New",verdana,arial,helvetica;
	font-size:14px;
	height:30px;
	letter-spacing:0.1em;
	line-height:30px;
	margin-top:20px;
	position:relative;
	text-align:right;
	text-transform:uppercase;
	padding:0 7px;
	width:766px;
}

ul.menuList{
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.menuList li{
	float:left;
}

ul.menuList li.separator{
	padding:0 5px;
}

ul.menuList li a{
	font-family: "Courier New", verdana, arial, helvetica;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}

ul.menuList li.selected a{
	color: #CCC8C0;
}

/*ul.menuList li.lastnode a{
	border-right:none;
}*/

/**
 * SUBMENU
 */

div#submenu {
	position: relative;
	margin: 15px 0 100px 0;
	width:  215px;
}

ul.submenuList{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.submenuList li{
	border-bottom: 1px solid #ffffff;
	padding:5px 0 5px 15px;
}

ul.submenuList li a{
	font-family: "Courier New", verdana, arial, helvetica;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}

ul.submenuList li.selected a{
	color: #FFF;
	font-weight: bold;
	margin-left:15px;
}

ul.submenuList li.lastnode{
	border-bottom:none;
}

/**
 * OTHERS
 */

img#img_header {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

hr.page_divider {
	margin: 6px 0;
	height: 1px;
	border: 0;
	background-color: #5B0503;
}

div.divider_horizontal {
	position: relative;
	width: 100%;
	height: 7px;
	background: transparent url('graphics/dots_horizontal.gif') repeat-x;
	font-size: 1px;
	line-height: 1px;
	margin: 8px 0;
}

.clear{
	clear:both;
}

.pointer{
	cursor:pointer;
}

div#parsetimer{
	position: absolute;
	width: 100%;
	bottom:0;
	color:white;
}

/* CONTENT REACTIES */

div.reaction_even {
    background-color: #EDECEC;
    padding: 5px;
}

div.reaction_odd {
    background-color: #F5F4F4;
    padding: 5px;
}

.reaction_default {
    color: #CCCCCD;
}

p.reaction_message {
    margin-bottom: 0;
}

div#content h1 {
    font-size: 16px;
    line-height: 18px;
}

div#content h2 {
    font-size: 14px;
}

div#quick_movies div {
    margin: 5px;
}

div.left_hitlist {
    width: 65%;
}

div.right_hitlist {
    width: 32%;
    float: right;
}

span.pagenav-found {
    float: right;
}

div.right_hitlist h1 a {
    font-size: 16px;
}

div.left_hitlist h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

div.hitlist_even {
    background-color: #EDECEC;
    padding: 5px;
}

div.hitlist_odd {
    background-color: #F5F4F4;
    padding: 5px;
}
/*
div.pagenav {
    margin-top: 10px;
}
*/
span.hitlist_date {
    font-size: 12px;
    font-weight: normal;
}

/**
 * Disable new design elements
 */

div.box_big_top, div.box_big_bottom, div.box_special_top, div.box_special_bottom{
	display:none;
}

div.box_big_middle{
	background-image:none;
}

div.box_special_middle_inner ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.box_special_middle_inner ul li{
	float:left;
	width:134px;
	height:auto;
	margin-top:10px;
	text-align:center;
}

div.box_special_middle_inner ul li a{
	font-weight:normal;
}