/* CONTENTS */
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 70%;
	line-height: 16px;
	color: #534343;
	margin: 0px;
	background-color: #e4d8c0;
}

#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#content_index {
	width: 960px;
	margin-bottom: 20px;
}

#content {
	width: 920px;
	margin: 20px;
}

#content img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid 0px; }
	a { color: #534343; }
	a:hover { color : #7ca009; }

/* TABLES */
#content table {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	text-align: center;
	color: #534343;
	width: 100%;
	border-style: none;
	border-width: 1px;
	border-color: #534343;
	border-collapse: collapse;
}

#content table th { /* Table Header*/
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #c8b997;
	padding: 10px;
}

#content table td {
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #e4d8c0;
	padding: 10px;
}

/* HEADER */
#header {
	position: relative;
	width: 960px;
	height: 100px;
	padding: 0px;
	z-index: 0;
}

#logo {
	position: absolute;
	float: left;
	padding-left: 20px;
	z-index: 9999;
}

#languages {
	position: relative;
	width: 960px;
	text-align: right;
	padding-top: 20px;
}

.language {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #7ca009;
	text-decoration: none;
}

.language_povezava {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #534343;
	text-decoration: none;
}

.language_povezava:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #7ca009;
	text-decoration: none;
}

/* NAVIGATION */

#navigation {
	position: relative;
	width: 960px;
	text-align: right;
	padding-top: 40px;
}

.nav {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #7ca009;
	margin-left: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav_povezava {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #534343;
	margin-left: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

.nav_povezava:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #7ca009;
	margin-left: 40px;
	text-transform: uppercase;
	text-decoration: none;
}

/* BREADCRUMBS */

#breadcrumbs {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #534343;
}

#breadcrumbs img {
	border: none;
	margin: 0px;
}

.breadcrumb_link {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #534343;
	text-decoration: underline;
}

.breadcrumb_link:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #7ca009;
	text-decoration: none;
}

/* BLOCKS */
.blocks {
	position: relative;
	width:450px;
	float:left;
	margin-left:20px;
	text-align:justify;
}
.blocks img {
	margin-right:10px;
	float: left;
}

.blocks_naslov {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	line-height: normal;
	text-decoration:none;
	color: #534343;
}

.blocks_naslov:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	line-height: normal;
	text-decoration:none;
	color: #7ca009;
}

/* FOOTER */
#footer {
	position: absolute;
	width: 960px;
	padding: 20px 0px 20px 0px;
	background-color: #534343;
}

.column {
	position: relative;
	width:215px;
	float:left;
	margin-left: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: left;
	color: #ccc7c7;
}

.copyright {
	width:960px;
	padding-left: 20px;
	padding-top: 200px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: left;
	color: #ccc7c7;
}

.footer_naslov {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #ffffff;
}

.footer_povezava {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #ccc7c7;
	text-decoration: underline;
}

.footer_povezava:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #ccc7c7;
	text-decoration: none;
}

.footer_povezava_2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #ccc7c7;
	line-height: 20px;
	text-decoration: none;
	background-image: url(images/arrow_footer_1.png);
	background-repeat:no-repeat;
	padding-left: 20px;
}

.footer_povezava_2:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	background-image: url(images/arrow_footer_2.png);
	background-repeat:no-repeat;
	padding-left: 20px;
}

/* FORMS */

.input {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #534343;
	border-style: solid;
	border-color: #534343;
	border-width: 1px;
	text-transform: uppercase;
	padding: 2px;
	background-color: #ffffff;
}

.input_textarea {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #534343;
	border-style: solid;
	border-color: #534343;
	border-width: 1px;
	text-transform: uppercase;
	padding: 2px;
	background-color: #ffffff;
}

#form img {
	border: none;
	margin: 0px;
}

#form table {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	text-align: left;
	color: #534343;
	border-style: none;
	border-width: 1px;
	border-color: #534343;
	border-collapse: collapse;
}

#form table th { /* Table Header*/
	font-weight: bold;
	border-style: none;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #ffffff;
	padding: 5px;
}

#form table td {
	font-weight: normal;
	border-style: none;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #ffffff;
	padding: 5px;
}

/* FONTS */

/* Headings */
h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 28px;
	font-style:normal;
	font-weight: normal;
	line-height: 32px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #534343;
}

h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 22px;
	font-style:normal;
	font-weight: normal;
	line-height: normal;
	padding-top: 10px;
	text-transform: uppercase;
	color: #7ca009;
}

h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-style:normal;
	font-weight: normal;
	line-height: normal;
	padding-top: 10px;
	color: #534343;
}

/* Text */

.besedilo {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #534343;
}

.besedilo_16 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	padding-left: 20px;
	color: #534343;
}

.telefon {
	margin: 0px;
	background-image: url(images/icon_telephone.png);
	background-repeat:no-repeat;
	padding-left: 37px;
	margin-right: 20px;
}

.e_posta {
	margin: 0px;
	background-image: url(images/icon_mail.png);
	background-repeat:no-repeat;
	padding-left: 37px;
	margin-right: 20px;
}

.besedilo_12 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: normal;
	color: #534343;
}

.besedilo_11 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: normal;
	color: #534343;
}

.besedilo_10 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	line-height: normal;
	color: #534343;
}

.utility {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #534343;
	text-decoration: none;
}

.utility:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #7ca009;
	text-decoration: none;
}

/* Links */
.povezava {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #534343;
	text-decoration: underline;
}

.povezava:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #7ca009;
	text-decoration: none;
}

.povezava_11 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #534343;
	text-decoration: underline;
}

.povezava_11:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #7ca009;
	text-decoration: none;
}

.povezava_10 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #534343;
	text-decoration: underline;
}

.povezava_10:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #7ca009;
	text-decoration: none;
}