
/* LAYOUT */

.body{
	background: white url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	width: 821px;	/* Page width */
	margin: 0px auto;	/* Center (other browsers) */
	
	text-align: left;
}


	/* TOP */

div#top{
	min-height: 188px;
	height:		auto !important;
	height: 	188px;
	padding-bottom: 7px;
	padding-top: 44px;
}

	div#header{
		height: 150px;
		position: relative;
	}
		div#logo{
				background: transparent url(../img/logo.png) no-repeat scroll left top;
				position: absolute;
				height: 117px;
				width: 242px;
				top: 75px;
				left: 0px;
			}
		a#logo_link{
			position: absolute;
			z-index: 2;
			display: block;
			width: 242px;
			height: 117px;
			top: 75px;
			left: 0px;
		}
		div#flashtop{}
	
	div#top-bar{
		min-height: 50px;
		height:		auto !important;
		height: 	50px;
	}
		div#date{}
		div#generic-links{
			height: 70px;
			background: transparent url(/_layout1/img/menu_bar_right.gif) no-repeat right top;
			padding-top: 20px;
			color: #2e503c;
		}
			div#language{
				padding-left: 10px;
				margin-right: 15px;
			}
			div#language span{
				font-size: 10px;
				float: left;
				line-height: 12px;
			}
			div#language a.flag-is, div#language a.flag-en{
				display: block;
				float: right;
				text-decoration: none;
				width: 20px;
				height: 12px;				
				text-decoration: none;
				font-size: 10px;
			}
			
			div#language a.flag-is{
				background: transparent url(/_layout1/img/flag_is.gif) no-repeat right center;
			}
			div#language a.flag-en{
				background: transparent url(../img/flag_uk.gif) no-repeat right center;
			}
			div#generic-links a.home,
			div#generic-links a.mail {
				display: block;
				float: left;
				margin-left: 10px;
				padding: 0px 8px 0px 18px;
				height: 30px;
				line-height: 30px;
				text-decoration: none;
				font-size: 10px;
				 
			}
				div#generic-links a.home{
					background: transparent url(../img/home.gif) no-repeat scroll left center;
				}
				div#generic-links a.mail{
					background: transparent url(../img/mail.gif) no-repeat scroll left center;
				}
				
				div#generic-links a.visited{
					color: #2e503c;
				}
		div#menu-top{}


	/* MIDDLE */
div#middle-wrapper{
	background: transparent url(../img/jardaber.gif) no-repeat scroll left bottom;
	float: left;
}
div#middle{
	clear: both;
	float: left;
	background: transparent url(../img/middle_background.gif) repeat-y left bottom;
	width: 821px;
}

	div#left-column{
		float: left;
		width: 193px;
	}
		div#menu{
				background: transparent url(/_layout1/img/menu_bar.gif) no-repeat left top;
				padding-top: 15px;
				width: 193px;
		}
		div#mailing-list{}
	
	div#middle_right{
		float: right;
		width: 615px; /* 10px margin left */
		min-height: 500px;
		height:		auto !important;
		height: 	500px; 
	}
		
	div#right-column{
		float: right;
		width: 191px;
	}
		div#search-box{
			padding-left: 10px;
			padding-right: 10px;
		}
		div#search{
			padding-top: 15px;

		}
		div#search-lagg{
			height: 92px;
			background: transparent url(/_layout1/img/menu_bar_right.gif) no-repeat right top;
		}
		div#news{
			background: transparent url(/_layout1/img/menu_bar_right.gif) no-repeat right top;
			padding-top: 10px;
		}
		div#extra-content{
			padding-top: 18px;
			background: transparent url(/_layout1/img/menu_bar_right.gif) no-repeat right top;
			min-height: 100px;
			height:		auto !important;
			height: 	100px; 
		}
		div#extra-content p.lagg{
			background: transparent url(../img/samstarf_bullet.gif) no-repeat left center;
			margin-left: 14px;
			padding-left: 18px;
			padding-top: 5px;
			text-decoration: underline;
			font-weight: bold;
		}
		
		div#extra-content2{
			width: 193px;
		}
	
		div#main-column{
			float: left;
			width: 420px; /* 10px margin right */
			padding: 15px 0px;
		}
			div#content{
				height: 	1%;
				width: 410px;
			}

	/* BOTTOM */

div#bottom{
	padding-top: 20px;
	clear: both;
	text-align: center;
	background: transparent url(/_layout1/img/dots_down.gif) repeat-x left top;
}

	div#footer{}
		div#footer a {}
		div#footer a:hover{}
	div#copyright{}

