/* CSS Document */

html, body {
	margin: 0px auto;
	padding: 0px;
	background-color: #003374;
	background-image: url(../images/intro-bg.png);
	background-repeat: repeat-x;
	background-position: 0 400px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #0D3347; 
}

#content {
	margin: 0px auto;
	width: 100%;
	height: 400px;
	background-color: #F2F2F2;
}

#container {
	margin: 0px auto;
	padding-top: 60px;
	width: 876px;
}

#logo {
	width: 428px;
	float: left;
}

#menu {
	float: left;
	width: 428px;
	margin-left: 20px;
}

#menu ul {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 428px;
}

#menu ul li {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;	
	border-bottom: 1px solid #88B30F;
}

#menu ul li a {
	color: #88B30F;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #0D3347; 
}

#bottom {
	background-image: url(../images/koptekst-bg.png); 
	width: 100%;
	height: 5px;
	margin: -1px;
}

h1 {
	font-weight: bold;	
	font-size: 18pt; 
	background-image: url(../images/koptekst-bg.png); 
	background-repeat: repeat-x;	
	background-position: bottom; 
	padding-bottom: 10px;
	margin: 0px;
}

