/**********************************************
	Layout Stylesheet for isk.is
		
	Haukur Már Böđvarsson
	08.03.2004
**********************************************/
html, body{
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	background: url(../images/bg_main.gif) repeat-x;
	background-color: #C7C9C7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img{
	border: none;
}
div#MainContainer{
	position: absolute;
	left: 170px;
	top: 40px;
}

div#Logo{
	position: absolute;
}

div#Left{
	position: absolute;
	left: -141px;
	top: 65px;
}
div#Left div.BannerContainer{
	margin: 10px 0;
}
div#ContentContainer{
	position : relative;
	top: 65px;
	background: #FFF;
	width: 750px;
	border: 1px solid #BAC2BD;
	height: 430px;
	line-height: 1.3em;
}
div#RightShadow{
	position: absolute;
	top: 65px;
	left: 752px;
	background: url(../images/bg_right_shadow.gif) no-repeat;
	width: 6px;
	height: 390px;
}

html>body div#ContentContainer{
	/*height: auto;*/
	min-height: 430px;
}

div#LangBar{
	position: absolute;
	top: 44px;
	left: 637px;
	height: 22px;
	width: 113px;
	background: #FFF;
	border: 1px solid #BAC2BD;
	border-bottom : 1px solid #FFF;
	z-index: 11;
}
div#LangBar a.LangLink1{
	float: left;
	padding: 3px 10px 2px 7px;
	color: #000;
	height: 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}
div#LangBar a.LangLink2{
	float: right;
	height: 16px;
	padding: 2px 10px 2px 8px;
	border: 1px dotted #BAC2BD;
	border-width: 0 0 1px 1px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	cursor: default;
}

div#ContentLeft{
	width: 295px;
	
}
div#ContentRight{
	position: absolute;
	top: 10px;
	left: 305px;
}

div#FooterContainer{
	position: relative;
	top: 65px;
	margin: 0 0 60px 0;
	text-align: right;
	width: 752px;
}
.Print{
	display : none;
}

/*CSS hacks*/
div#LangBar{
	voice-family:"\"}\"";
   voice-family:inherit;	
	height: 20px;
}

