body { 
	font-family: Verdana; 
	font-size: 76%;
	font-weight: normal;
	color: #000000;
	
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #505050;
}

p, td {
	font-family: Verdana; 
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
}

#box {
	margin: 0px auto;
	width: 900px;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

	#top {
		float: left;
		width: 900px;
		height: 100px;
		background-color: #fff;
	}
	
		#logo {
			float: left;
			margin: 0px 0px 0px 20px;
			width: 280px;
		}
		
		#top_menu {
			float: right;
			margin: 80px 0px 0px 0px;
			width: 500px;			
		}
		
			#top_menu ul {
				float: right;
				margin: 0px 40px 0px 0px;
				padding: 0px;
				list-style-type: none;
			}
			
			#top_menu ul li.first {
				float: left;
				padding: 0px 16px 0px 16px;
			}

			#top_menu ul li.menu {
				float: left;
				padding: 0px 16px 0px 16px;
				border-left: 1px solid #666;
			}
			
			#top_menu ul li a {
				color: #666;
				font-weight: bold;
				font-size: 11px;
				text-decoration: none;
			}

			#top_menu ul li a:hover {
				color: #000;
				font-weight: bold;
				font-size: 11px;
				text-decoration: none;
			}

	
	#content {
		float: left;
		padding: 30px 20px 30px 20px;
		width: 860px;
		background-color: #fff;
	}
	
		#content p, #content li, #content form {
			color: #333;
			font-family: Verdana; 
			font-size: 90%;
			font-weight: normal;
			line-height: 120%;
		}
		
		#content fieldset {
			color: #779bd2;
			font-family: Verdana; 
			font-size: 90%;
			font-weight: bold;
			border: 1px solid #779bd2;
			background-color: #dedede;
			padding: 4px;
			margin: 0px;
		}
		
		#content ol.code {
			padding: 4px;
			margin: 0px 0px 0px 30px;
		}
		
		#content ol.code li {
			color: #000;
			font-size: 11px;
			font-family: Courier New; 
			font-weight: normal;
			line-height: 120%;
			background-color: #eee;
			padding: 2px;
			border-bottom: 1px solid #333;
		}
		
		#content input.tekst {
			border: 1px solid #779bd2;
			color: #666;
			font-size: 90%;
			padding: 2px;
			width: 260px;
		}
		
		#content textarea.tekst {
			border: 1px solid #779bd2;
			color: #666;
			padding: 2px;
			width: 260px;
		}

		#content a {
			color: #666;
			text-decoration: none;
		}
		
		#content a:hover {
			color: #000;
			text-decoration: underline;
		}

	#foot {
		border-top: 1px solid #000;
		float: left;
		padding: 30px 20px 30px 20px;
		background-color: #ccc;
		width: 860px;
		height: 190px;
	}

		#foot ul.menul1 {
			float: left;
			margin: 0px;
			padding: 0px;
			font-size: 90%;
			list-style-type: none;
		}
		
		#foot ul.menul1 li.normal {
			float: left;
			width: 180px;
			margin: 0px 40px 0px 0px;
		}
		
		#foot ul.menul1 li.last {
			float: left;
			width: 180px;
			margin: 0px 0px 0px 0px;
		}

		#foot ul.menul1 li a {
			display: block;
			color: #666;
			padding: 0px 8px 6px 8px;
			border-bottom: 1px solid #666;
			text-decoration: none;
		}
		
		#foot ul.menul1 li a:hover {
			display: block;
			color: #000;
			padding: 0px 8px 6px 8px;
			border-bottom: 1px solid #000;
			text-decoration: none;
		}
		
		#foot ul.menul2 {
			float: left;
			margin: 6px 0px 0px 0px;
			padding: 0px;
			list-style-type: none;
		}
		
		#foot ul.menul2 li {
			padding: 2px 0px 2px 0px;
		}
		
		#foot ul.menul2 li a {
			color: #666;
			border: 0px;
			text-decoration: none;
		}
		
		#foot ul.menul2 li a:hover {
			color: #000;
			border: 0px;
			text-decoration: none;
		}
		
		#foot p {
			color: #666;
			text-align: center;
			font-size: 10px;
		}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #779bd2;
}

h1 span {
	color: #666;
}
