﻿@import url(navigation.css);
@import url(EditorTextClass.css);

body{
	margin:0px;
	padding:0px;
	background-color:#f3f3f3;
	font-size: 11px;
	font-family: Verdana;
	color:#404040;
}

form {
	padding:0;
	margin:0;
}
/*************** blocks  ********************/
#top_block {
	background:transparent url('/img/top_bakgr.gif') repeat-x ;
	height:71px;
	width:100%;
	margin:0;
	padding:0;
}
#middle_block{
	background-color: #FFFFFF;
	width:100%;
}


#bottom_block{
	background: transparent url('/img/bakgr_bottom.gif')  repeat-x ;
	clear:both;
	width:100%;
	height:50px;
}

/*************** Constrains  ********************/
#top_constrain{
	height:71px;
	width:650px;
	margin:auto;
	padding:0;
	

}
#center_constain{
	width:650px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding:0;
	height:438px;
	min-height:438px;
}
html>body #center_constain{height:auto;}

/***************** top content *******************/
.logo{
	float:left;
	height:71px;
	width: 100px;
	margin:0;
	padding:0;
	font-size:0;
}
.top_links{
	float:left;
	width:710px;
	height:42px;
	color: #7e7e7e;
	text-align:right;
	padding:5px 0px 0 0;
	display:none;
}
#center_constain .top_links a{
	color: #7e7e7e;
	text-decoration:none;	
}
#center_constain .top_links a:hover{
	text-decoration:underline;
}
.top_search{
	float:left;
	width:710px;
	height:24px;
	text-align:right;
	display:none;
}
.banner{
	float:left;
	width:810px;
	height:140px;
	font-size:0;
	display:none;
}

/************** search form **************/
.search{
	float:right;
	margin:0;
	padding:0;
	display:none;
}
.search_title{
	float:left;
	color:#7e7e7e;
	padding: 3px 5px 0 0;
}
.search_txt_box{
	float:left;
	width:134px;
	height:16px;
	padding:0;
	margin:0;
}
.search_btn{
	float:left;
	background: transparent url('/img/search_btn.gif') no-repeat 3px 5px;
	height:25px;
	width:15px;
	border:0px;
	cursor:pointer;
	
}





/***************** content front page*******************/
.upper_content{
	float:left;
	width:810px;
	height:235px;
	min-height:235px;
	padding:0;
	margin:0;
}
html>body #center_constain .upper_content{
	height:auto;
}

#center_constain .lower_content{
	float:left;
	min-height:252px;
	width:802px;
	padding:6px 0 0 8px;
	background: transparent url('/img/front_low_bakgr.gif') repeat-x ;
	margin:0;
}
html>body #center_constain .lower_content{
	height:auto;
}

.front_box_hdr{
	float:left;
	width:246px;
	height:20px;
	background:transparent url('/img/front_box_hdr.gif') no-repeat  1px 3px ;
	padding: 0 0 12px 20px;
	margin:0;
	color:#002750;
	font-size:12px;
	font-weight: bold;
	letter-spacing:1px;
}
.front_box_left{
	float:left;
	width:250px;
	height:200px;
	min-height:200px;
	padding:0 15px 0 0px;
	margin:0;
	background: #FFFFFF url('/img/front_box_line.gif') no-repeat  right top;
}
html>body .front_box_left{
	height:auto;
}

.front_box_center{
	float:left;
	width:240px;
	height:200px;
	min-height:200px;
	padding:0 10px 0 15px;
	margin:0;
	background: #FFFFFF url('/img/front_box_line.gif') no-repeat  right top;
}
html>body .front_box{
	height:auto;
}

.front_box_right{
	float:left;
	width:240px;
	height:200px;
	min-height:200px;
	padding:0 10px 0 15px;
	margin:0;
}
html>body .front_box_right{
	height:auto;
}
.disclaimer{
	width: 810px;
	height:5px;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	color:#78797b;
	display:none;
}

.footer{
	width:650px;
	color:#78797b;
	padding:5px 0 0 0;
	margin:auto;
	text-align:center;
}

/************* main content ********************/
#left{
	float:left;
	width:196px;	
	height:200px;
	display:none;
}
.main_content{
	float:left;
	width:614px;
	height:430px;
	min-height:430px;
}
html>body .main_content{height:auto;}
.white_bar{
	width:810px;
	float:left;
	height:28px;
	background:transparent url('/img/white_bar_bg.gif') no-repeat;
	display:none;
}
.bread_crumbs{
display:none;
	float:left;
	height:20px;
	width:609px;
	padding:3px 0 0 5px;
	margin:0;
	color:#d3d3d3;
	font-size:10px;
}
#center_constain .bread_crumbs a{
	color:#d3d3d3;
	text-decoration:none;
	font-size:10px;
}
#center_constain .bread_crumbs a:hover{
	text-decoration:underline;
}
.content{
	float:left;
	padding:5px;
}
.home{
	float:left;
	padding:6px 0 0 5px;
}
#center_constain .home a{
	padding:0 0 0 0x;
	color:#7e7e7e;
	text-decoration:none;
	font-size:10px;
}
#center_constain .home a:hover{
	text-decoration:underline;
}

.tools{
	float:right;
	padding:6px 5px 0 0;
}
#center_constain .tools a{
	width:300px;
	padding:0 0 0 0x;
	color:#7e7e7e;
	text-decoration:none;
	font-size:10px;
}
#center_constain .tools a:hover{
	text-decoration:underline;
}

#hdr_menu{
	display:none;
}

/************* main content ********************/
.side_box_hdr{
	float:left;
	padding:3px 0 0 10px;
	margin:10px 0 0 0;
	width:186px;
	height:18px;
	background: transparent url('/img/side_box_header.gif') no-repeat ;
	font-weight:bold;
	color: #0a4575;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif; 
}
.side_box{
	float:left;
	width:171px;
	height: 60px;
	min-height:60px;
	padding:2px 15px 2px 10px;
	margin:0 0 10px  0;
	color:#424242;
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif; 
	background: transparent url('/img/side_box_bgr.gif')  repeat-x top ;

}
html>body .side_box{
	height:auto;
}

/**************************/
/*  news list      */
/**************************/
.newsList_title{
	padding:0 0 0 0px;
	margin:0px;
	color:#005499;
	font-size:11px;
	font-weight:bold;
	
}
.newsList_date{
	padding: 0 0 0 15px;
	margin:0px;
	color:#a4a4a4;
	font-size:9px;
	background: url('/img/newsList_icon.gif') no-repeat left;
}
.newsList_entry{
	padding:0 0 0 15px;
	margin:0px;
	color:#747474;
	
	}
.newsList_more{
	padding:0 0 0 17px;
	background: transparent url('/img/more_or.gif') no-repeat 1px 2px;

}
.newsList_back{
	padding:0 0 0 17px;
	background: transparent url('/img/back_or.gif') no-repeat 1px 2px;

}

#center_constain .newsList_more a{
	font-size:10px;
}
.newsList_seperator{
	width:100%;
	border-bottom: 1px #f1f1f1 solid;
	padding-top:4px;
	clear:both;
}


/************** site stuff ************/


 /*************************/
 /*  síðu skilgreiningar         */
 /*************************/
a:link  {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: #0a4575; text-decoration: none;}
a:visited {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color : #0a4575;  text-decoration: none; }
a:active {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color : #0a4575; }
a:hover {font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color : #0a4575; text-decoration: underline;}



.red{color:Red;}

h1 {	font-family: Verdana, Helvetica, sans-serif;
	color: #777777;
	font-size: 18px;
	font-weight: bold; 
	line-height:1.2em;
	}

h2 {	font-family: Verdana, Helvetica, sans-serif;
	color: #777777;
	font-size: 16px;
	font-weight: bold; 
	line-height:1.2em;
	}

h3 {	font-family: Verdana, Helvetica, sans-serif;
	color: #0a4575;
	font-size: 14px;
	font-weight: bold;
	line-height:1.2em;
	}

h4 {	font-family: Verdana, Helvetica, sans-serif;
	color: #0a4575;
	font-size: 12px;
	font-weight: bold; 
	line-height:1.2em;
	}
h5 {	font-family: Verdana, Helvetica, sans-serif;
	color: #777777;
	font-size: 9px;
	font-weight: normal; 
	line-height:1.2em;
	}
	
hr {
	background : #D1CDCD;
	color: #D1CDCD ;
	height: 1.2px;
/*border-style: dotted;*/
}

 blockquote, h1,h2,h3,h4,h5 {
	margin-top: 0em;
	margin-bottom: 0.3em; }
p	{
	margin-top: 0em;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0em; 
	}

form{margin:0px;
	padding:0px;}


ul{
	margin:0;
	padding-left:25px;
}

div{
	margin:0;
	padding:0;
}
/* -- Veftré -- */
.popUpDemo{
list-style: none;
}

.popUpMenu{
list-style: none;
}
/*-- Veftré -- */

