
body { 
 /*background: #595959 url(../myndir/bggrad2.jpg) repeat;*/
 background: #464646 url(../myndir/bggrad2.jpg) repeat-x;
 margin: 0px;
 margin-top: 20px; 
 padding: 0; 
 font-size: 1.1em; 
 font-family: Georgia, verdana, arial, helvetica, sans-serif; 
 text-align:center;	
 height:100%;
 overflow: scroll !important;
 overflow: none;
}


#main {
position:relative;
margin: 0 auto 0 auto;
width: 900px;
background: #E2E2E2;
border: 2px solid #888888;
overflow: hidden /* Stops background becomming invisible in Firefox */
}

#header {
width: 900px;
height: 200px;
background: url('../myndir/top.jpg') no-repeat bottom right #000
}

/* set the navigation div */
#navigation{
    float: left;
    width: 200px;
    /* include the IE5.x/Win box model hack */
    \width: 210px;
    w\idth: 200px;
    margin: 0px;
    margin-right: 5px;
    padding: 0px;
    background-color: #E2E2E2;
}

/* set the content div */
/*#content{
    float: left;
    padding: 0px;
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    background-color: #FFFFFF;
    width: 675px;
    \width: 675px;
    w\idth: 675px;
}
*/
#content{
    font-size: 12px; 
    font-weight: normal;
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: normal;
    word-spacing: 0px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #414141;
    border-left: 0px solid #A8A8A8;
    border-right: 0px solid #A8A8A8;
	border-bottom: 0px solid #A8A8A8;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 5px;
    text-align: left;
    background-color: #E2E2E2;
	height:80%;
    width: 688px;  /*683*/
    \width: 688px;
    w\idth: 688px;
   }

   #content_thumbs{
    float: left;
    background-color: #ddd;
   }

   #content hr{
   color:red;
   }

   #content a, #content a:link, #content a:active, #content a:visited {
   color: #336699;
   }

   #content a:hover {
   color: #DD8500;
   }



/* set the right div */
#right{
    float: right;
    width: 195px !important;
    width: 195px;
    \width: 215px;
    w\idth: 195px;
    margin: 0px;
    padding-top: 10px;
    background-color: #E2E2E2;

}

/* set the footer div */
#footer{
    text-align: center;
    border: 1px solid #ffffff;
    padding: 0px;
    margin: 0px;
    background-color: #444444;
	color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-style: normal;
    clear: both;
}


#footer p{
	height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Arial;
    font-style: normal;
    color: #FFFFFF;
}

#content img {
	border:5px solid #888888;
	padding:0
}


#maincontainer{
width: 470px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -470px; /*Set margin to that of -(MainContainerWidth)*/
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}


.borderit img{
border: 1px solid #ccc;
}
.borderit a img{
border: 1px solid #ccc;
}
.borderit:hover img{
border: 1px solid navy;
}
.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}


#heading{
	font-size: 10pt; 
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #414141;
	height:20px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	background: #ba945b;
	background:  url(../myndir/white-content-bg.gif) repeat-x 100% 0px;
	border-top: 1px solid #DDDDDD;
	text-align: left;
	clear: both;
	overflow: hidden;
}



#yfirskrift{
	font-size: 11px; 
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	letter-spacing: 1px;
	color: #414141;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #DDDDDD;
	text-align: right;
	clear: both;
}

#meginmal{
	font-size: 12px; 
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #414141;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-bottom: 25px;
	border-top: 0px solid #DDDDDD;
	text-align: left;
	float: left;
	clear: both;
}


#meginmal img{
  border:5px solid #888888;
  padding:0;
  /*float:left;*/
  margin:5px 10px 10px 5px
}
#meginmal a img{
	float:left;
	border: 5px solid #888888;
	padding:0;
	margin:0px 10px 10px 0px
}
#meginmal a:hover img{
	float:left;
	border: 5px solid #888888;
	padding:0;
	margin:0px 10px 10px 0px
}



#content .tengill a {
	font-size: 12px; 
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	padding-right: 10px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #414141;
	text-decoration: underline;	
}
#content .tengill a:hover {
	color: #DD8500;
	text-decoration: none;	
}

#meginmal .link {
	color: #414141;
	text-decoration: underline;	
}
#meginmal .link:hover {
	color: #336699;
	text-decoration: none;	
}

#meginmal .link1 {
	padding-right:2;
	padding-left:2;
	color: #414141;
	text-decoration: underline;	
}
#meginmal .link1:hover {
	padding-right:2;
	padding-left:2;
	background-color:#336699;
	color: #ffffff;
	text-decoration: none;	
}

#meginmal .link2 {
	padding:5;
	background-color:#FFFFFF;
	border: 1px #336699 solid;
	color: #000000;
	text-decoration: none;	
}
#meginmal .link2:hover {
	padding:5;
	background-color:#336699;
	border: 1px #000000 solid;
	color: #FFFFFF;
	text-decoration: none;	
}






#myndasafn{
	font-size: 12px; 
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #414141;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #DDDDDD;
	text-align: justify;
}

td{
	font-size: 12px; 
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #414141;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #DDDDDD;
	text-align: justify;
}

#myndasafn img{
  float: left;
  clear: left;
  margin: 0px 5px 5px 0px;
  border:5px solid #DADADA;
}


#myndasafn a img{
    margin: 0px 5px 5px 0px;
	border: 5px solid #DADADA;
}

#myndasafn a:hover img{
    margin: 0px 5px 5px 0px;
	border: 5px solid #DADADA;
}

#myndasafn_heading{
	font-size: 10t; 
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	word-spacing: 0px;
	line-height: 20px;
	padding-left: 5px;
	letter-spacing: 0px;
	color: #414141;
	height:20px;
	background:  url(../myndir/white-content-bg.gif) repeat-x 100% 1px;
	border-top: 1px solid #DDDDDD;
}

#myndasafn_heading a{
	color: #414141;
	text-decoration: none;
}
#myndasafn_heading a:hover{
	color: #414141;
	text-decoration: underline;
}

.skjalasafn li { 
display:inline;
_display: inline;
background-color:none;
border:none;
border-color:#f3f3f3 #FF0000 #FF0000 #f3f3f3;
margin: 0 0 0 0px;
padding:5px;
text-align:left;
} 
.skjalasafn li p { 
background-color:#eeeeee;
border:1px solid #747474;
margin:0;
padding:2px;
margin-top:5px;
margin-right:20px;
padding:5px;
}


.floatright { 
float:right; 
margin:0 0 7px 7px; /* Give it a left margin */ 
} 
.floatleft { 
float:left; 
margin:0 7px 7px 0; /* Give it a right margin */ 
} 
.clear { 
clear:both; 
width:100%; 
font-size:1px; 
} 

#clear { 
clear:both; 
} 

 
#content hr {
border: 0;
color: #ddd;
background-color: #ddd;
height: 1px;
width: 100%;
text-align: left;
}

div.hr {
  height: 34px;
  background: url(../myndir/butterfly.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}


div#minipics ul{list-style-type: none;margin:0 15px;padding:0}
div#minipics li{float:left;width:100px;margin: 10px 10px 10px 0;background-color: none}
div#minipics li img{display: block;width: 80px;height: 80px;margin:5px 10px;border: 0px}




	dl {
		margin-left: auto;
		margin-right: auto;		
		width: 180px;		
		padding: 0;
		background: #ccc url(../myndir/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 5px 0;
		padding: 5px;
		font-size: 90%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(../myndir/box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		text-align: left;
		background: url(../myndir/arrow.gif) no-repeat 0 3px;
		}
		
	#blue dt {
		background-color: #69c;
		}
	
	#blue {
		background-color: #9cf;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */



    .floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }


#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}



label
{
font-family: Arial, Verdana;
font-size:0.9em;
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
color: #800000;
display: block
}

.submit input
{
margin-left: 4.5em;
} 
input
{
color: #000000;
background: #F7F7F7;
border: 1px solid #CCCCCC
}
textarea
{
color: #000000;
background: #F7F7F7;
border: 1px solid #CCCCCC
}
select
{
color: #000000;
background: #F7F7F7;
border: 1px solid #CCCCCC
}

.submit input
{
color: #800000;
background: #F7F7F7;
border: 2px outset #404040
} 
fieldset
{
border: 1px solid #CCCCCC;
width: 30em;
padding: 5px;
}

legend
{
color: #800000;
background: #F7F7F7;
border: 1px solid #CCCCCC;
padding: 2px 6px
} 