/* **************************************************************** */
/* Browser reset via Eric Meyer:                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/     */
/* **************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  color: black;
  background: white;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* **************************************************************** */
/* Layout Definitions (Grid)                                        */
/* **************************************************************** */
		
/**** Subpage three columns template ****/
#three-col-sub #block_1	{
  float: left;
  width: 337px;
  _width: 337px;
  margin-left: 508px;  
  background: url(/portaldata/17/images/center-col-bg.png) repeat-y 0% 0%;
  margin-top:30px;
  
}

#three-col-sub #block_2	{
  float: left;
  width: 508px;
  margin-left: -845px;
  margin-top:30px;
}

#three-col-sub #block_3 {
  float: left;
  width: 167px;
  background: url(/portaldata/17/images/center-col-bg.png) repeat-y 0% 0%;
  margin-top:30px;
}

/**** Subpage two columns template ****/
#two-col-sub #block_1	{
  float: left;
  width: 660px;
  margin-left: 330px;
  margin-top:30px;
  background: url(/portaldata/17/images/center-col-bg.png) repeat-y 0% 0%;
}

#two-col-sub #block_2	{
  float: left;
  width: 330px;
  margin-left: -990px;
  margin-top:30px;
}


/* **************************************************************** */
/* Padding definitions in templates blocks                          */
/* **************************************************************** */

#three-col-sub #block_1 .padding { padding: 10px 0px 10px 15px; }
#three-col-sub #block_2 .padding { padding: 0px 10px 10px 10px;}
#three-col-sub #block_3 .padding { padding: 5px 10px 10px 10px;}

#two-col-sub #block_1 .padding { padding: 0px 0px 10px 15px; }
#two-col-sub #block_2 .padding { padding: 5px 10px 10px 10px; }

/**** Special definitions for main content subpages ****/
#three-col-sub #block_1 .border
{
  min-height: 490px; 
  _height: 490px; 	  
  background: url(/portaldata/17/images/dotted-line-vertical.png) repeat-y top right;
  padding-right:20px;
}

#three-col-sub #block_3 .border,
#two-col-sub #block_1 
{
  min-height: 490px; 
  _height: 490px; 	   
}

#two-col-sub #block_1 .left 
{
	width:470px;
	float:left;
	padding:10px 10px 10px 0px;
}

#two-col-sub #block_1 .right 
{
	width:147px;
	float:right;	
  background: url(/portaldata/17/images/center-col-bg.png) repeat-y 0% 0%;
}

/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper	{
  width: 990px;
  position: relative;
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

#wrapper {
  float: left;
  float/**/: none;
}

/* easy clearing */
#wrapper	{
  display: inline-block;
}
/*\*/
#wrapper	{
  display: block;
}
/* end easy clearing */

#footer,
#bottom-boxes {
  clear: both;
}

#header, #footer {
  width: 990px;
}

/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output {
  /*position: relative;*//* TEKIÐ ÚT VEGNA ÞESS AÐ MODULE POPUP MENUINN DETTUR ALLTAF TIL HÆGRI */
  z-index: 1000;
}

.clear { clear: both; display: block; font-size: 1px; margin: 0px; line-height: 0px; height: 0px; }

* html #block_1 {	display: inline; }
