body{
	/*background:#00ff00;*/
	margin:auto;
	text-align:center;
	font-size:10px;
	font-family: Arial, Verdana, Calibri;
}
p {
	margin:0;
}

img {
border:none;
}

#container{ /*inniheldur öll önnur div*/
 	border:solid 1px #000000;
 	margin:5px auto 0 auto;
	text-align:center;
 	/*background:#ff0000;*/
	width:900px;	
}

#header{ /*inniheldur linkimg*/
	/*background: url(Images/head_blue.gif);*/
	background-image: url(Images/vsn.gif); 
	background-repeat: no-repeat;			
 	text-align:left; 	
	height:85px;
	padding: 0;
}

	#linkimg{ /*Skilgreiningar fyrir myndir međ linkum*/
	 	float:right;	 
		width:300px;		
		text-align: right;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	
#nav{/*inniheldur navigatiom system*/
 	text-align:left;
	background-color: #ACC1D1;	
	border-bottom:solid 1px #000000;
	border-top:solid 1px #000000;
}

#mainText{/*main inniheldur left og right div*/
	text-align:left;
 	min-height: 600px;
	
}
	*html #mainText{/* html IE 6.0 les bara, FireFox og IE 7.0 ignore*/	 	
 		height: 600px;	
	}

	#mainTextTitle{
		text-align: center;
		font-size: 150%;
		padding-top: 5px;
	}
	
	#mainTextContent{
		text-align: left;
		padding: 10px 10px 10px 10px;		
	}
	
	#left{ /*inniheldur frétta kerfi*/
	 	padding-top:10px;	 	
	 	padding-left:8px;
		width:260px;
		min-height:580px;
		vertical-align: top;
	}
	html > body #left {	/*for firefox to get auto height*/
			height:auto !important;
			min-height:400px;
			}
		
		#frett{/*liggur inni í left*/
			
			padding:8px 8px 0 8px;
			/*height:100px;*/
			width: 240px;			
		}
			html > body #frett {	/*for firefox to get auto height*/
			height:auto !important;
			/*min-height:100px;*/
			}
			
		#newsNavButtons{
			text-align: center;
			border-bottom: solid 1px #000000;
		}

		
		#fyrirsogn{/*liggur inni í frett og inniheldur fyrirsögn fréttar*/
			font-size:90%;
		}	
		#efni{/*liggur inni í frett og inniheldur efni fréttar*/
			font-size:100%;			
			overflow: auto;
		}	
		#meira{/*liggur inni í frett*/
			text-align:right;
			border-bottom: dotted 1px #000000;
		}

#right{
 	padding: 10px;
	
	width:605px;
	min-height:580px;
	float:right;
}
html > body #right {	/*for firefox to get auto height*/
	height:auto !important;
	min-height:400px;
}


#footer{
 	clear:both;
	padding-top: 1px;
	height:30px;
	border-top:solid 1px #000000;
	background-color: #ACC1D1;
	font-size: 80%;	
}

/*********************** SEARCH ********************************/

#searchText
{
	padding: 10px 10px 5px 10px;	
}

#searchTxtBox
{
	padding: 10px 10px 5px 10px;	
}

#searchResult
{
	padding: 10px 10px 5px 10px;	
}


/*********************** ADMIN *********************************/

#container_admin{ /*inniheldur öll önnur div*/
 	border:solid 1px #000000;
 	margin:5px auto 0 auto;
	text-align:center;
 	/*background:#ff0000;*/
	width:1000px;
}

#header_admin{ /*inniheldur linkimg*/
	background: url(Images/admin_head_blue.gif);			
 	text-align:left; 	
	height:85px;
	border-bottom: solid 1px #000000; 
}

	#linkimg_admin{ /*Skilgreiningar fyrir myndir međ linkum*/
	 	float:right;
	 	/*background:pink;*/
		width:300px;
		/*height:85px;*/
		text-align: right;
		padding-right: 10px;
		padding-top: 15px;
	}
	
#mainText_Admin{/*main inniheldur left og right div*/	
 	text-align:left;
 	min-height: 600px;	
}

	*html #mainText_Admin{/* html IE 6.0 les bara, FireFox og IE 7.0 ignore*/	 	
 		height: 600px;	
	}
	
	#left_admin{ /*inniheldur frétta kerfi*/
	 	padding-top:10px;	 	
	 	/*background: pink;*/
		width:270px;
		min-height:580px;
	}
	html > body #left_admin {	/*for firefox to get auto height*/
			height:auto !important;
			min-height:400px;
			}
		
		
		#newsNavButtons_admin{
			text-align: center;
			border-bottom: solid 1px #000000;
		}

#right_admin{
 	padding: 10px;
	/*background: yellow;*/
	width:680px;
	min-height:580px;
	float:right;
}
html > body #right_admin {	/*for firefox to get auto height*/
	height:auto !important;
	min-height:400px;
}


#footer_admin{
 	clear:both;
	padding-top: 3px;
	height:30px;
	border-top:solid 1px #000000;
	background-color: #ACC1D1;
	font-size: 80%;	
}


/*********************** MENU *********************************/

/*TopLevelHoverItemStyle*/
.MenuTopLevelHoverItem{
	/*background-color: Navy;*/
	color: #FFFFFF;	
}

/*HoverItemStyle*/
.MenuHoverItem{
	/*background-color: Navy;*/
	color: #FFFFFF;
}

/**/
.MenuLeafHoverItem{
	background-color: #CCCCCC;	
	color: #000000;
}

/*TopLevelHoverItemStyle*/
.MenuLeafItem{
	background-color: #ACC1D1;
	border: none;
	color: #000000;
	text-align: left;	
	font-size: 100%;
}

/*TopLevelHoverItemStyle*/
.MenuDefaultStyle{
	background-color: #ACC1D1;
	border: none;
	color: #000000;
	text-align: left;
	font-size: 105%;
}

/*TopLevelLeafItemStyle*/
.MenuTopLeafItem{
	background-color: #ACC1D1;
	/*color: #FFFFFF;*/
}

/*TopLevelParentItemStyle*/


/*ParentItemStyle*/
.MenuParentItem{
	text-align: left;
}

.HoverClass
{
	background-color: #556666;
	color: #FFFFFF;	
}

.HoverClassTop
{	
	color: #FFFFFF;	
}
	

