@charset "utf-8";
body {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #00cc01 url(../slike/mamino-priroda.jpg) no-repeat left top;
	text-align: left;
	margin: 0px auto auto;
	}


#container {
	display: block;
	margin: 0px auto auto;
	height: 1450px;
	width: 960px;
	position: relative;
	background: url(../slike/white-container.png);
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	top: 30px;
}

#header {
	background: url(../slike/mamino-header.png) no-repeat center top;
	margin: 0px auto auto;
	height: 200px;
	width: 960px;
	position: relative;
	text-align: right;
}
#topmenu {
	display: block;
	margin: 0px auto auto;
	height: 50px;
	width: 960px;
	position: relative;
	border-top: #00FF00;
	border-right: #00FF00;
	border-bottom: #00FF00;
	border-left: #00FF00;
	text-align: right;
	float: left;
}
#maincontent {
	display: block;
	margin: 0px auto auto;
	float: left;
	height: 1000px;
	width: 700px;
	position: relative;
	left: 10px;
	padding: 20px;
	font-size: 16px;
	overflow: auto;
	background: no-repeat right top;
}
#rightcontent {
	display: block;
	padding: 10px;
	float: left;
	height: 1050px;
	width: 150px;
	position: relative;
	left: 20px;
}
.large {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #0066FF;
}

#footer {
	margin: 0px auto auto;
	float: left;
	height: 80px;
	width: 920px;
	position: relative;
	top: 10px;
	padding: 10px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	display: block;
	left: 10px;
	border-top: thin dotted #FFFFFF;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
.h {
	color: #990066;
}

a:link {
	color: #0066ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #0066ff;
}
