body {
	background: url("../images/bg.png") repeat;
	font-family: Vernada, Arial, Tahoma;
	margin: 0;
	padding: 0;
}
	
#container {
	margin: 0 auto;
	width: 1250px;
}

#topmenu {
	background: url("../images/fonmn.png") repeat-x;
	height: 110px;
	padding-top:40px;
	font-size: 24pt;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	float: left;
}

#topmenu a {
	color: #fff;
	display: block;
	margin: 0 20px;
	
	text-decoration: none;
	
}

#topmenu ul li img {
	margin-top: -40px;
}

#topmenu a:hover {
	color: #ccd3d0;
	text-decoration: underline;
}

#header {
	margin-top: -40px;
}

#header img {
	margin-top: -10px;
}

#menu1 {
	background: url("../images/fonmn1.png") repeat-x;
	height: 90px;
	padding-top:20px;
	font-size: 20pt;
}

#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu1 ul li {
	float: left;
}

#menu1 a {
	color: #fff;
	display: block;
	margin: 0 20px;
	text-decoration: none;
	
}

#menu1 a:hover {
	color: #ccd3d0;
	text-decoration: underline;
}

#zapisi {
	margin-top:-30px;
		width:1250px;
		height:40px;
		background-color: #adadad;
		font-display:block;
		color: #eeee;
		font-size:22pt;
		text-align: center;
}

#content { 
		margin-top:20px;
		width:870px;
		height:300px;
		background-color: #adadad;
}

#right {
	margin-left: 890px;
	margin-top:-300px;
	width:360px;
		height:300px;
		background-color: #adadad;
}

