/* MAIN CSS */
/* Redefined HTML */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #dcdcdc;
	height:100%;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

h3{
	font-size:12px;
	}

td{
	font-size:10px;
}
	
/* Layers */
#wrapper{
	position: absolute;
	top: 5 px;
	left: 5 px;
	height:100%;
	display: block;
	float: left;
	}

#top{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/top_bg.jpg);
	width: 967px;
	height: 107px;
	}

#middle_section{
	/*position: relative;*/
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg_tile.jpg);
	width: 967px;
	height: 100%;
	float: left;
	display:table;/*display: block;*/
	}

#bottom{
	clear:both;
	display:block;
	}

#left{
	position: relative;
	top: 0px;
	left: 15px;
	float:left;
	/*margin: 0px 10px 10px 20px;*/
	background-color: #c8c8c8;
	width: 175px;
	height:100%;
	display: block;
	}

#left a{
	top: 10px;
	color: #000000;
	text-decoration: none;
	margin: 10px 5px 0px 5px;
	}
	
#center{
	position: relative;
	float: left;
	top: 0px;
	left: 30px;
	width: 740px;
	height:100%;
	display: block;
	}
	
#secondLevel{
	position: relative;
	float: left;
	margin: 0px;
	background-color: #EEEEEE;
	display: block;
	width: 100%;
}
	
#article_text, #divided_text{
	position: relative;
	float: left;
	width: 320px;
	margin: 10px;
	background-color: #EEEEEE;
	display: block;
	height:95%;
	}

#article_text, #divided_text a{
	color: #000000;
	}

#divided_text{
	width: 150px;
}

#article_picture{
	position: relative;
	float: left;
	width: 376px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #EEEEEE;
	}
	
#thirdLevel{
	float: left;
	background-color: #EEEEEE;
	width: 175px;
	bottom: 0px;
	height:100%;
	display:block;
}

#divided_article{
	float: left;
	display:block;
	background-color: #EEEEEE;
	width: 563px;
	margin-left: 1px;
	height:100%;
}

#article_thumb{
	float:left;
	display:block;
	margin-bottom: 20px;
}

#listed_article{
	float:left;
	width: 300px;
	margin-bottom: 20px;
	display: block;
}

#colored_field{
	float: left;
	display:block;
	width: 376px;
	margin: 5px;
	color: #FFFFFF;
}

#colored_field a{
	color: #FFFFFF;
}

#picViewer{
	margin-top: 20px;
}

#searchInput{
	position: absolute;
	left: 825px;
	top: 53px;
}
	
/* Classes */
.headerImg{
	margin:15px;
	}
		
.ingress{
	font-weight: bold;
	}
	
.submenu{
	color: #000000;
    display:inline-block; 
}

.sub_submenu{
	color: #000000;
	text-decoration: none;
	margin: 10px 5px 0px 15px;
	display:inline-block;
}

.frontpageThumbs{
	float:left;
	margin: 3px;
	width: 99px;
}

.hvitTekst{
	margin: 20px;
	color: #FFFFFF;
}

.hvitTekst a{
	color: #FFFFFF;
}

.hvitTekst a:hover{
	color: #FFFFFF;
	font-weight: bold;
}
	
/* ADMIN CSS */
/* Redefined HTML */
input,textarea,select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
/* Layers */
#contentWrapper{
	background-color:#FFFFFF;
	}
	
#admin_content{
	position: relative;
	top: 20px;
	left: 200px;
	}
	
#admin_left{
	position: absolute;
	top: 20px;
	left: 10px;
	}

/* Classes */
.pub_body{
	width: 500px;
	height: 350px;
	}
	
.pub_ingress{
	width: 500px;
	height: 70px;
	font-weight: bold;
	}
	
.pub_heading{
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	}
	
.listHeader{
	background-color:#CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	}
		
/* CLEAR FLOAT FIX as seen on http://www.positioniseverything.net/easyclearing.html */
	
.clearfix:after {
    content: "."; 
    display: block; 
    clear: both;
	background-color: #FF00FF;
	font-size:0px;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CLEAR FLOAT HACK END as seen on http://www.positioniseverything.net/easyclearing.html */