body {
	margin: 0 auto;
	padding: 0 auto;
	font-family: sans-serif;
	background: url(/design/1.png);
	background-repeat: repeat-x;
}

div:after{
	content: '';
	display: block;
	clear: both;
}

#content {
	width: 750px;
	height: auto;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -375px;
	text-align: left;
	border-left: 2px dotted #eee;
	border-right: 2px dotted #eee;
	background: #ffffff
}

#meni {
	width: 750px;
	height: 50px;
	float: left;
}

div.meniLink {
	width: auto;
	height: 40px;
	background: url(/design/meni.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	float: right;
}

div.meniLink a {
	text-decoration: none;
	font-size: 12px;
	color: #555;
}
div.meniLink a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #cc3700;
}

#topBg {
	width: 750px;
	height: 270px;
	background: url(/design/top_bg2.png);
	background-repeat: repeat-x;
	float: left;
}

#topLogo {
	width: 365px;
	height: 270px;
	float: left;
	padding-top: 5px;
	padding-left: 30px;
}

#topPredstavitevIme {
	width: 375px;
	height: 270px;
	float: right;
}

#topIme {
	width: 300px;
	height: 50px;
	margin-top: -240px;
	margin-left: -80px;
}

#topPredstavitev {
	width: 300px;
	height: 220px;
	padding-left: -20px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #555;
	font-style: oblique;
}

h1 span {
	color: #cc3700;
}

p,td {
	margin: 0px;
	padding: 0px;
	color: #555;
	font-size: 12px;
}

p span, td span {
	color: #9ea91c;
	font-weight: bold;
	font-size: 12px;
}

div.tretjina {
	width: 240px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

div.dveTretjini {
	width: 490px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

div.tretjina img, div.dvetretjini img {
	border: 1px solid #cc3700;
}

ul, li {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
	padding-left: 5px;
}

#noga {
	width: 750px;
	height: 80px;
	background: url(/design/top_bg2.png);
	background-repeat: repeat-x;
	float: left;
}

#noga p {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	margin-top: 40px;
	margin-left: 15px;
}

#noga a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}