/* Linki */
a:link {
	color: #B64C16;
	text-decoration: none;
}
a:visited {
	color: #B64C16;
	text-decoration: none;
}
a:hover {
	color: #D2561A;
	text-decoration: underline;
}
a:active {
	color: #B64C16;
	text-decoration: none;
}

/* Base template */
body {
	font-family: "Helvetica", noserif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 600px;
}
#head {
	background-image: url(../images/background_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	min-height: 268px;
}
#hor_menu {
	width: 874px;
	height: 35px;
	background-image: url(../images/background_menu.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
	text-indent: 15px;
}
#left_column {
	float: left;
	width: 200px;
	min-height: 300px;
	position:relative;
	left: 33px;
}
#maincontent {
	float: right;
	width: 630px;
	min-height: 300px;
	position:relative;
	right: 33px;
}
#maincontent_left, #maincontent_right {
	float: left;
	width: 310px;
}
#maincontent_left_ponudnik {
	float: left;
	width: 340px;
}
#maincontent_right_ponudnik {
	float: left;
	width: 280px;
}
#footer {
	width: 940px;
	min-height: 100px;
	background-color:#FFFFFF;
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.clear {
	clear:both;
}
/* Fonts */
h1 {
	font-family: "Helvetica", sans-serif;
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 20px;
}
.h1_main {
	color: #333333;
	font-size: 22px;
	margin: 0px;
	margin-bottom: 10px;	
}
.predstavljamo {
	font-size: 14px;
	color: #B64C16;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	color: #B64C16;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	margin-bottom: 5px;
}
h3 {
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 5px;
}
p {
	margin: 0px;
	margin-bottom: 20px;
}
/* Head */
#logo {
	float: left;
	position: relative;
	left: 33px;
	top: 30px;
}
#photo_head {
	float: right;
	position: relative;
	right: 33px;
	top: 30px;
}
/* Menu */
#hor_menu li {
	float: left;
	height: 35px;
	list-style-type: none;
	line-height: 35px;
	margin-left: 0px;
	margin-right: 15px;
}
#hor_menu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#hor_menu a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
/* Left column */
.left_column_module {
	margin-bottom: 17px;
}
/* List */
.seznam {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 13px;
}
.nobullet {
	list-style-type: none;
}
.list_main {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #EEEEEE;
	width: 180px;
	padding: 10px;
}
.list_main ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	padding-left: 10px;
	list-style-type: circle;
	margin-bottom: 0px;
}