/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

body {
	text-align: center;
	font: 75%/1.5 sans-serif;
	color: #000;
	background: #818A93 url('../images/bg.jpg') top left repeat-y;
}
h2 { font-size: 140%; }
h3 { font-size: 120%; }
address { font-style: normal; }
a:hover , a:focus { text-decoration: none; }
label , table { font-size: 100%; }

/*	---------------------------------------------------------------------------------------
	Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#maincontent { width: 100%; }
#main {
	float: left;
	width: 900px;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
/*	background: url('../images/headlines.jpg') left top no-repeat; */
}
#maintext { visibility: hidden; font-size: 1px; color: #EEEEEE; cursor: default; float: right; }
/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

* { margin: 0; padding: 0; border: 0; }
hr { display: none; }

/*	---------------------------------------------------------------------------------------
	Classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.cl { clear: both; visibility: hidden; overflow: hidden; width: 1px; height: 1px; margin-bottom: -1px; font-size: 1px; line-height: 1px; }
.ac { position: absolute; left: -9999px; z-index: -1; }
#main .left { float: left; }
#main .right { float: right; }
.ir , .ir a { position: relative; overflow: hidden; display: block; }
.ir a , .ir span , .plus .ir { width: 100%; height: 100%; }
.ir span {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/logo.jpg);
}
.ir a span { cursor: pointer; }
/*	---------------------------------------------------------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#header { position: relative; z-index:1; overflow: hidden; width: 900px; height: 100px; }
#logo { z-index:1; width: 326px; height: 100px; float: left; clear: right; padding: 0 0 0 0; display: inline; }
#logo a { z-index:1; font-size: 200%; color: #333333; }
#logo span { z-index:1;width: 326px; height: 100px; background: url('../images/logo.png') left top no-repeat; }
#logo2 { z-index:1; width: 280px; height: 40px; float: left; clear: right; padding: 0 0 0 0; }
#logo2 span.asc { z-index:1; background: url('../images/asc.jpg') left top no-repeat; }
#navi{
	z-index: 2;
	position: absolute;
	top: 72px;
	right: 0px;
	margin-right: 0px;
	height:28px;
	width: 620px;
	font-size:10px;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
}
#navi ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
}
#navi ul li{
	display:block;
	float:left;
	margin:0 0 0 0;
}
#navi ul li a{
	display:block;
	float:left;
	background:transparent url("../images/menu_bg.gif") repeat-x top left;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #333333;
}
#navi ul li a.menu-first{
	display:block;
	float:left;
	background:transparent url("../images/menu_left.gif") repeat-x top left;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #333333;
}
#navi ul li a.menu-first:hover {
	display:block;
	float:left;
	background:transparent url("../images/menu_left_on.gif") repeat-x top left;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #009f94;
}
#navi ul li a.menu-first.menu-current {
	display:block;
	float:left;
	background:transparent url("../images/menu_left_on.gif") repeat-x top left;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #000000;
}
#navi ul li a.menu-last{
	display:block;
	float:left;
	background:transparent url("../images/menu_right.gif") repeat-x top right;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #333333;
}
#navi ul li a.menu-last:hover {
	display:block;
	float:left;
	background:transparent url("../images/menu_right_on.gif") repeat-x top right;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #009f94;
}
#navi ul li a.menu-current.menu-last {
	display:block;
	float:left;
	background:transparent url("../images/menu_right_on.gif") repeat-x top right;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #000000;
}
#navi ul li a.menu-last span{
	padding:0 25px 0 0;
	height:28px;
	width:auto;
	border: none;
}
#navi ul li a span{
	height: 28px;
	padding: 7px 25px 10px 0;
	border-right: 1px solid #757575; 
	width:auto;
}
#navi ul li a:hover{
	float:left;
	background:transparent url("../images/menu_on.gif") repeat-x top left;
	text-decoration:none;
	padding:0 0 0 25px;
	height:28px;
	line-height:28px;
	color: #009f94;
}
#navi ul li a:hover span{ 
	cursor: pointer;
}
#navi ul li a.menu-current, menu-current:hover{
	display:block;
	height:28px;
	color:#000000;
	background:transparent url("../images/menu_on.gif") repeat-x top left;
	line-height:28px;
}
#headlines { position: relative; width: 900px; height: 180px; margin: 0 0 0 0; padding: 0 0 0 0; }
.prva { background: url('../images/headerbg.jpg') no-repeat top left }
.druga { background: url('../images/headerbg2.jpg') no-repeat top left }
.tretja { background: url('../images/headerbg3.jpg') no-repeat top left }
#headlines p {
	position: absolute;
	top: 157px;
	color: #333333;
	font-size: 85%;
	color: #666666;
	margin: 0 0 0 15px;
	clear: left;
}
#headlines a { color: #333333; text-decoration: none; }
#headlines a:hover { color: #333333; text-decoration: underline; }
#main #headlines h1 { line-height: 1.2; text-transform: none ; font-size: 250%; font-weight: normal; color: #333;
						float: left; width: 338px; height: 120px; margin: 40px 0 0 14px; display: inline;  }
h1 em { text-align: right; text-transform: none; font-weight: normal; font-style: normal; color: #57757b;
		display: block;  }
h1 span.nb { background: url('../images/nebojte_se.jpg') left top no-repeat; }
h1 span.nb2 { background: url('../images/nebojte_se2.jpg') left top no-repeat; }
h1 span.nb3 { background: url('../images/nebojte_se3.jpg') left top no-repeat; }
#main #headlines h2 { text-align: center; font-size: 200%; color: #292929; 
						float: right; width: 416px; height: 180px; margin: 0 0 0 0; display: inline; line-height: 258px; }
h2 span.uvod { background: url('../images/bmwm3.jpg') left top no-repeat; }
h2 span.mm { background: url('../images/bmwm3a.jpg') left top no-repeat; }
h2 span.opod { background: url('../images/mc.jpg') left top no-repeat; }
h2 span.kontakt { background: url('../images/s5.jpg') left top no-repeat; }
h2 span.pnv { background: url('../images/tlc.jpg') left top no-repeat; }

/*	---------------------------------------------------------------------------------------
	Content layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.column , #content { margin-top: 8px; }
.column { float: left; width: 200px; padding: 3px 25px 0; }
.column img { margin-right: -10px; }
.column address { margin-top: 35px; }
.column address strong { display: block; margin-bottom: -.9em; }
#content {
	overflow: hidden;
	float: left;
	width: 590px;
	padding: 3px 25px 0px 25px;
	border-left: 1px solid #d6dee1;
}
.column .ir , #content .ir { width: 150px; height: 30px; margin-bottom: 20px; line-height: 30px; }

/*	---------------------------------------------------------------------------------------
	Content design
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#maincontent { background: #ffffff url('../images/bg.jpg') top left no-repeat; }
#maincontent a { color: #009f94; background-color: #fff; }
.column , #content { background-color: #fff; }
#content { line-height: 1.7; }
.column address { font-size: 90%; font-weight: bold; }
.column address strong { font-size: 130%; color: #009f94; }
h4, #main h2 { font-size: 180%; color: #009f94; }
#content em.imp { padding: 4px 2px; font-style: normal; color: #1d3338; background-color: #dcecef; }
#content ul li {
	list-style: none;
	margin-bottom: 4px;
	background: url('../images/li.gif') left 7px no-repeat;
	padding-right: 10px;
	padding-left: 15px;
	margin-left: 20px;
}
#content h2 { 
	text-transform: uppercase;
	padding-bottom: 5px;
 }
#content h3 { 
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px; }

/*	---------------------------------------------------------------------------------------
	PAGE NEWS DESIGN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.novinky #main , .portfolio #main, .storitve #main { background: url('../images/headlines_sub.jpg') left top no-repeat; }

.novinky #main #headlines h1 span { background: url('../images/novinky.png') top left no-repeat; }
#sub #headlines p { color: #3e3e3e; }

#sub #maincontent { background: #fff url('../images/maincontent.gif') top left repeat-y; }
#search {
	color: #009f94;
	font-weight: bold;
	background: #828b94 url('../images/bg.jpg') top left repeat-y;
}
#search label { text-transform: uppercase; font-size: 90%; }
#search input { color: #fff; background-color: #009f94; border: 1px solid #525658; }
#content-head { font-size: 120%; background: url('../images/h_sub.gif') left bottom repeat-x; }
#content-head .out { font-size: 105%; color: #009f94; }
#content-head .out a { text-transform: uppercase; font-size: 70%; color: #333; }
#sub .news-item h3 { font-size: 150%; font-weight: normal; color: #009f94; background-color: #fff; }
#sub .news-item p a { font-weight: bold; }
#sub .news-item h2 { text-transform: uppercase; font-size: 100%; }
#sub .news-item h2 span { text-transform: none; }

/*	---------------------------------------------------------------------------------------
	PAGE NEWS LAYOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#sub #headlines { height: 208px; margin: 0 -20px; padding: 0 20px; }
.novinky #main #headlines h1 { width: 166px; height: 32px; margin: 64px 0 0 26px; }
#sub #headlines p { clear: left; width: 330px; padding: 15px 0 0 26px; }

#sub #maincontent { padding-top: 8px; }
#sub .column , #sub #content {  }
#sub #content { width: 614px; padding-right: 35px; border-right: 0; }
#search , #submenu { margin: 0 -25px; }
div[class] #search { position: relative; }
#search { margin-top: -3px; padding: 10px 10px 15px 15px; }
#search label, #search input { vertical-align: middle; }
#search label { margin-right: 3px; line-height: 22px; }
#search input#text { width: 100px; height: 16px; line-height: 16px; margin-right: 3px; padding: 3px 5px; }
#search input.img { width: 22px; height: 22px; }

#submenu { background: url('../images/column.png') right 1px no-repeat; }
#submenu { min-height: 226px; height: 226px; padding: 15px 12px; }
div[class] #submenu { background-position: right top; }
div[class] #submenu { height: auto; }
#submenu ul li { display: block; background: url('../images/column_li.gif') 2px 15px no-repeat; font-weight: bold; color: #009f94; }
#submenu ul li {
	display: block;
	list-style: none;
	padding: 2px 10px;
	border-bottom: 1px solid #d2d5d5;
}
#kontaktni ul li {
	list-style: none;
	margin-bottom: 4px;
	background: url('../images/li.gif') left 7px no-repeat;
	padding-right: 10px;
	padding-left: 15px;;
	margin-left: 20px;
}
#submenu ul li a { display: block; text-decoration: none; color: #333; }
#submenu ul li a:hover , #submenu li a:focus , #submenu li.active a { color: #009f94; background: url('../images/column_li-a.gif') -3px 13px no-repeat; }
#submenu ul li a {
	text-decoration: none;
	padding: 8px;
}
#submenu li.menu-current a { color: #999999;  }
#submenu ul li.last { border: none; }
#submenu ul li ul li {
	display: block;
	list-style: none;
	padding: 2px 10px;
	border-bottom: none;
}
#submenu .vse { margin: 10px 0 0 0; height: 500px; background: url('../images/zavarovalnice.gif') left top no-repeat; }
#submenu .on { margin: 10px 0 0 0; height: 211px; background: url('../images/znamkeon.jpg') left top no-repeat; }

#content-head { padding-bottom: 0px; }
#main #maincontent h2 , #main #maincontent h3.ir , #main #maincontent h4.ir {  }
#main #maincontent h2.ir { float: left; margin: 25px 0 5px; width: auto; height: auto; }
#content-head .out { float: right; margin-top: 20px; vertical-align: middle; line-height: 1.5; }
#content-head .out a { margin: 0 5px; padding: 2px 0; }
#main .news-item h3 { margin: 0; padding: 0; line-height: 1; }
#main .news-item p , #sub .news-item h2 { padding-left: 20px; border-left: 1px solid #d2d5d5; }
#maincontent .news-item h2 { float: none; margin: 5px 0 0 100px; color: #000; }
#main .news-item p { padding-top: 8px; }

/*	---------------------------------------------------------------------------------------
	PAGE SERVICES LAYOUT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	
.storitve #main #headlines h1 span { background: url('../images/storitve.png') top left no-repeat; }
.storitve #content-head { background: none; }
.storitve #content p.first { font-size: 120%; color: #828b94; }
.storitve #content p em { font-style: normal; background-color: #dfebed; }
.storitve #content h3, .col h3 { font-size: 110%; color: #009f94; }
.storitve #content h2, .col h2 { font-size: 130%; color: #009f94; }
.storitve #content h1, .col h1 { font-size: 150%; color: #009f94; }
.storitve #content input {
	text-transform: none;
	font-size: 10px;
	margin: 2px;
	padding: 3px;
	border: 1px solid #D0D0D0;
}
.storitve #content textarea {
	text-transform: none;
	font-size: 10px;
	margin: 2px;
	padding: 3px;
	width: 350px;
	border: 1px solid #D0D0D0;
}
#content ol {
	margin-bottom: 4px;
	padding-right: 10px;
	padding-left: 15px;
	margin-left: 20px;
}
/*	---------------------------------------------------------------------------------------
	PAGE SERVICES DESIGN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.storitve #main #headlines h1 { width: 178px; height: 42px; margin: 54px 0 0 26px; }
.storitve #content p { margin-bottom: 13px; }
.storitve #content p.first { margin-bottom: 35px; padding: 0 3px 10px; border-bottom: 1px solid #d2d5d5; }
.login_table {
	border: 1px dashed #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #009f94;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 17px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
	border: 1px solid #D0D0D0;
}

.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.copyright {
	height: 30px;
	text-align: center;
	font-size: 10px;
	color: #F5F5F5;
	padding-top: 2px;
}
.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}