body, html {
	margin: 0;
	padding: 0;
	font-family: tahoma;
}

#main {
	width: 900px;
	margin: 0 auto;
}

a {
	color: #000000;
	font-weight: bold;
}


/** HEADER **/
#header {
	height: 136px;
	width: 900px;
	background: url('../img/header_bg.gif') repeat-y top left;
	float: left;
}

#header #logo {
	width: 75px;
	height: 96px;
	margin-left: 10px;
	float: left;
}

#header #header_right {
	float: right;
	height: 20px;
	width: 180px;
}

#header #phone_container {
	margin-top: 50px;
	float: right;
	margin-right: 15px;
	width: 170px;
}

#header #flags {
	text-align:  right;
	width: 170px;
	margin: 5px 5px 0 0 ;
}

#header span.phone_number {
	color: #737373;
	font-weight: bold;
	font-size: 12px;
}

#header #header_menu {
	width: 900px;
	height: 40px;
	background-color: #BBD406;
	float: left;
}

#header #header_menu_left_side {
	float: left;
	width: 650px;
	height: 38px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#header #header_menu_left_side ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

#header #header_menu_left_side ul li {
	 display: inline;
	 margin-left: 1px;
	 float: left;
}

#header #header_menu_left_side ul li .button_left {
	width: 9px;
	height: 32px;
	background: url('../img/button_header_left.gif') no-repeat bottom left;
	float: left;
}

#header #header_menu_left_side ul li .button_right {
	width: 9px;
	height: 32px;
	background: url('../img/button_header_right.gif') no-repeat bottom left;
	float: left;
}

#header #header_menu_left_side ul li .button_middle {
	height: 32px;
	padding: 0 10px 0 10px;
	background: url('../img/button_header_bg.gif') repeat-x bottom left;
	float: left;
}

#header #header_menu_left_side ul li .button_middle div {
	margin-top:  9px;
}

#header #header_menu_left_side ul li .button_middle a {
	color: #ffffff;
	text-decoration: none;
}

#header_center_image {
	/*border: 1px solid black;*/
	width: 380px;
	height: 80px;
	float: left;
	margin-left: 93px;
	margin-top: 16px;
}

/** active gumbi **/

#header #header_menu_left_side ul li .button_left_active {
	width: 9px;
	height: 32px;
	background: url('../img/button_header_active_left.gif') no-repeat bottom left;
	float: left;
}

#header #header_menu_left_side ul li .button_right_active {
	width: 9px;
	height: 32px;
	background: url('../img/button_header_active_right.gif') no-repeat bottom left;
	float: left;
}

#header #header_menu_left_side ul li .button_middle_active {
	height: 32px;
	padding: 0 10px 0 10px;
	background: url('../img/button_header_active_bg.gif') repeat-x bottom left;
	float: left;
}

#header #header_menu_left_side ul li .button_middle_active div {
	margin-top:  9px;
}

#header #header_menu_left_side ul li .button_middle_active a {
	color: #ffffff;
	text-decoration: none;
}

#header #header_menu_right_side {
	float: right;
	width: 190px;
	margin-right: 9px;
}

#header #header_menu_right_side #header_form {
	padding-top: 10px;
	float: right;
	height: 25px;
	/*visibility: hidden;*/
}

#header #header_menu_right_side #header_form form {
	padding: 0;
	margin: 0;
}

#header #header_menu_right_side #header_form form input {
	color: #939393;
}


/** VSEBINA - LEVA IN DESNA STRAN **/
#content_container {
	width: 900px;
	float: left;
	margin-top: 30px;
}

#content_container .padding_content {
	padding-left: 10px;
}
#content_container #content_left {
	width: 645px;
	float: left;
}

#content_container #content_right {
	width: 240px;
	float: left;
}

#main #news_container {
	width: 600px;
}

#main_content {
	width: 645px;
	float: left;
}

#main_content p {
	padding-top: 0;
	margin-top: 0;
}

#main_content table {
	margin-top: 10px;
	float: left;
}

#main_content table td img {
	border: 2px solid #BAD306;
}

#main_content table td {
	font-size: 13px;
}

#main_content table tr {
	padding-top: 10px;
}

#main_content table td a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#main_content table td p {
	font-size: 13px;
	padding-left: 10px;
}

.projects_archive {
	float: right;
	font-size: 12px;
}
.projects_archive a {
	color: #000000;
	font-size: 12px;
}

#right_padding {
	float: right;
	margin-right: 10px;
	width: 190px;
}

#flash {
	width: 188px;
	height: 100px;
	border: 1px solid #737373;
	margin-top: 27px;
}

.box {
	width: 188px;
	margin-top: 20px;
}

.box .box_top {
	width: 188px;
	height: 13px;
	background: url('../img/box_top.gif') no-repeat bottom left;
}

.box .box_middle {
	width: 188px;
	background: url('../img/box_bg.gif') repeat-y top left;
	height: 70px;
}
.auto_height {
	height: auto !important;
}

.enews_form {
	height: auto !important;
	padding: 0 !important;
	padding-left: 8px !important;
}

#enews_form_wrap {
	height: auto !important;
	padding: 0 !important;
	padding-left: 8px !important;
	padding-top: 10px !important;
}

.box .box_middle div {
	width: 170px;
	padding-left: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	padding-top: 25px;
	font-weight: bold;
}

.box .box_middle div form {
	padding: 0;
	margin: 0;
}

.box .box_middle a {
	color: #ffffff;
	text-decoration: none;
}

.box .box_bottom {
	width: 188px;
	height: 13px;
	background: url('../img/box_bottom.gif') no-repeat top left;
}

#default_content {
	font-size: 13px;
	padding-top: 10px;
	float: left;
}

#default_content img {
	/*padding: 0 10px 3px 0;*/
}

#default_content_left {
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
}

#default_content_left ul {
	width: 170px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-right: 1px solid #737373;
}

#default_content_left ul li {
	padding-bottom: 5px;
}

#default_content_right {
	width: 450px;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

#default_content_right table td img {
	border: 0;
}

#default_content_right h1 {
	color: #737373;
	font-size: 14px;
	padding-top: 0;
	margin-top: 0;
}

.product_categories td {
	padding-top: 10px;
}

.product_categories {
	 border-right: 1px solid #737373;
	 margin: 0;
}

#default_content_left table {
	border-right: 1px solid #737373;
	text-align: left;
	padding: 0;
	margin-left: -10px;
}

#default_content_left table td p {
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
}



/** NOVICE PRVA STRAN **/
#news_content {
	margin-top: 10px;
	width: 645px;
	float: left;
}

.news_date {
	color: #BAD306;
	font-size: 12px;
	font-weight: bold;
}

.news_flash {
	font-size: 13px;
}

.news_more {
	
}

.news_more a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.news_archive {
	width:  645px;
	text-align: right;
	font-size: 12px;
}

.news_archive a {
	font-size: 12px;
	color: #000000;
}

#news_content p.bodytext {
	margin: 0;
	padding: 0;
	float: left;
}

/** TAB ZA NASLOV **/
.tab {
	width: 645px;
	border-bottom: 1px solid #737373;
	float: left;
}

.tab .tab_left {
	width: 9px;
	height: 28px;
	background: url('../img/content_tab_left.gif') no-repeat top left;
	float: left;
}

.tab .tab_middle {
	color: #ffffff;
	background-color: #737373;
	height: 28px;
	float: left;
	padding: 0 100px 0px 5px;
	font-size: 13pt;
	
}
.tab .tab_middle div {
	padding-top: 5px;
}

.tab .tab_right {
	width: 9px;
	height: 28px;
	float: left;
	background: url('../img/content_tab_right.gif') no-repeat top left;
}


/** FOOTER **/

#footer {
	width: 900px;
	height: 40px;
	background-color: #737373;
	float: left;
	margin-top: 20px;
}

#footer .footer_content {
	font-size: 11px;
	color: #ffffff;
	padding-top: 15px;
	padding-left: 15px;
}

#footer .footer_content .author {
	font-size: 11px;
	margin-left: 60px;
}

#footer .footer_content a {
	color: #ffffff;
	font-size: 12px;
}

#footer .footer_content .author a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

/** OSTALO **/
h1 {
	color: #737373;
	font-size: 14px;
	padding-top: 0;
	margin-top: 0;
}

.spacer {
	width: 645px;
	float: left;
	height: 60px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.news-amenu-item-year {
	background-color: transparent;
	border: 0;
	color: #000000;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news-amenu-item-year li {
	list-style-type: circle;
	margin: 0;
	padding: 0;
}

.csc-textpic-imagerow dl dt img {
	border: 1px solid black !important;
}

.csc-textpic-image dt img {
	border: 1px solid black !important;
}

.bodytext img {
	border: 1px solid black !important;
}

.internal-link img {
	border: 1px solid black !important;
}

.news-single p.bodytext img {
	border: 0px !important;
	padding: 0px !important;
}









