* {
	font-family:Verdana, Arial, sans-serif;
}


body {
	font-size:76%;
}

h1 { 
	font-family:Verdana, Arial, sans-serif;
	font-size:20px; 
	color:#000000; 
	text-decoration:none;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
	}

h2 { 
	font-family:Verdana, Arial, sans-serif;
	font-size:18px; 
	color:#000000; 
	text-decoration:none;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
	}

h3 { 
	font-family:Verdana, Arial, sans-serif;
	font-size:16px; 
	color:#000000; 
	text-decoration:none;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
}

h4 { 
	font-family:Verdana, Arial, sans-serif;
	font-size:14px; 
	color:#000000; 
	text-decoration:none; 
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
	}

h5 { 
	font-family:Verdana, Arial, sans-serif;
	font-size:12px; 
	color:#000000; 
	text-decoration:none; 
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
	}

h6 { 
	font-family:Verdana, Arial, sans-serif;
	font-size:10px; 
	color:#000000; 
	text-decoration:none; 
	margin-top:0px;
	margin-bottom:5px;
	font-weight:400;
	}



/* områden */
#body {
	background:#dadada;
	text-align:center;
	
}


#layout {
	margin:0px auto 0 auto;
	width:766px;
	height:100%;
	text-align:left;
	background: url('/images/common/body_background.gif') center repeat-y
}

	#layout_header {
		clear:both;
		text-align:center;
		background-color:#ffffff;
		padding:0;
	}
	
	#layout_content {
		clear:both;
		padding:0 15px;
	}
	
		#layout_content_left {
			width:165px;
			clear:left;
			float:left;
			margin-right:20px;
		}

			#layout_content_left_placeholder {
				padding:0;
			}
				
		#layout_content_right {
			width:531px;
			clear:right;
			float:left;
		}
			#layout_content_right_placeholder {
				padding:0;
			}
		
		
		
#PublicMenuTable {
	width:100%;
}
	#PublicMenuTable .link {
		padding:0 0 4px 0;
	}
	
	#PublicMenuTable .link a {
		color:#2b1e0b;
		text-decoration:none;
		font-weight:700;
	}
	
	#PublicMenuTable .link a:hover {
	}
	
	#PublicMenuTable .ruler {
		 background: url('/images/common/ruler_hor.gif') repeat-x;
		 padding:0 0 2px 0;
	}
