﻿/***** RESET *****/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{ 
	margin: 0px; 
	padding: 0px; 
}


/***** BASIC *****/

body{
	font-family: Century Gothic;
	background-color:  #ffffff;
	font-size: 12px;
	color: #606060;
	line-height: 130%;
}

a{
	outline: none;
	cursor: pointer;
	color: #005FFF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

img{
	border: 0px;
}



h2 {
     
}

/***** TOP *****/

#top{
	height: 20px;
	background-color: #eaeeef;
	border-bottom: 1px solid #d3d7d8;
	width: 100%;
}

#top .content{
	color: #B1B6BA;
	font-size: 11px;
	line-height: 20px;
	margin: 0 auto;
	text-transform: uppercase;
	width: 960px;
}


/**** WRAPPER ****/

#wrapper{
	margin: 0px auto;
	width: 950px;
}

/**** HEADER ****/

#header{
	height: 160px;
	padding: 0px;
	
}

#header #logo{
	float: left;
	width: 250px;
	margin: 25px 0px 0px;
}

#header .box{
	float: left; 
	width: 165px; 
	margin: 25px 0px 0;
	color: #005FFF;
    font-size: 13px;
}

/**** TOP - MENU ****/
#menu-top{
	width: 100%;
	margin: 0px 0px;
}

#menu-top ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/*background-color: #2eb0f4;*/
	background-color: #005FFF;
	width: 100%;
	height: 50px;
}

#menu-top li{
	float: left;
	height: 50px;
	min-width: 70px;
	
}

#menu-top li.home-button{
	background: transparent url('/images/home-button1.png') no-repeat 0px 0px;
}
#menu-top li.home-button a, #menu-top li.home-button-active a{
	border-right: 0px ;
	line-height:25px;
	display: inline-block;
}

#menu-top li.home-button:hover, li.home-button-active{
	background: transparent url('/images/home-button1.png') no-repeat 0px -50px;
}

#menu-top li.contact-button{
	background: transparent url('/images/contact-button1.png') no-repeat 0px 0px;
	float: right;
	width: 140px;
}
#menu-top li.contact-button a, #menu-top li.contact-button-active a{
	border-right: 0px ;
	line-height:45px;
}

#menu-top li.contact-button:hover, #menu-top li.contact-button-active{
	background: transparent url('/images/contact-button1.png') no-repeat 0px -50px;
	float: right;
	width: 140px;
}

#menu-top li:hover, #menu-top li.active{
	background-color: #0000ff;
}

#menu-top li:nth-child(2) a{
	border-left: 1px solid #fff;
}

#menu-top li a, #menu-top li.active a{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bolder;
	line-height:45px;
	padding:0 30px;
	border-right: 1px solid #fff;
	text-decoration: none;
	
}

/**** MAIN ****/

#main{
	margin: 10px 0px;
	padding: 0px;
}

/**** PAGE - HOME ****/
.image-box{
	float: left;
	width: 260px;
	height: 180px;
	background: transparent url('/images/image-box.png') no-repeat;
	margin: 0px 40px 10px 0px;
	padding: 10px 0 0 10px;
}
.text-box{
	float: right;
	width: 640px;
	height: 180px;
	background: transparent url('/images/text-box.png') no-repeat;
}

.text-box-content{
	padding: 15px;
}




/**** SLIDE_SHOW ****/
.slideshow-container { 
	
	
}
.slideshow { 
	margin: auto;
	width: 170px; 
	height: 150px; 
}
.slideshow img { 
	padding: 5px; 
	/*border: 1px solid #ccc; 
	background-color: #eee; */
}

/**** OTHER PAGES ****/
.box-top{
	width: 950px;
	height: 25px;
	background: transparent url('/images/box-top.png') no-repeat;
}

.box-bottom{
	width: 950px;
	height: 25px;
	background: transparent url('/images/box-bottom.png') no-repeat;
}

.box-middle-content{
	padding: 20px;
	text-align: center;
	font-size:14px;
}

.box-middle-content-left{
	padding: 20px;
	text-align: left;
	font-size:14px;
}

.box-middle{
	width: 950px;
	min-height: 500px;
	background: transparent url('/images/box-middle.png') repeat-y;
}

.title{
	/*border-bottom:1px solid #005FFF;*/
	color:#005FFF;
	font-size:22px;
	margin:10px 0 20px;
	padding:5px 0;
}

.titleBold{
	/*border-bottom:1px solid #005FFF;*/
	color:#005FFF;
	font-size:22px;
	margin:10px 0 20px;
	padding:5px 0;
	font-weight: bold;
}

.title2{
	color:#005FFF;
	font-size:16px;
	margin: 5px 0 10px;
	padding: 5px 0;
}


/***** KONTAKT *****/

#kontakt p{
	position: relative;
}

#kontakt label{
	display:inline-block;
	text-align:left;
	width:140px;
}

#kontakt label.error{
	position: absolute;
	z-index: 1;
	right: -5px;
	top: -5px;
	color: red;
}

#kontakt input[type='text']{
	border: 1px solid #d0d3d8;
	height: 20px;
	padding: 2px 4px;
	margin: 4px 0px;
	width: 200px;
}

#kontakt input[type='submit']{
	background-color: #ffffff;
	border: 1px solid #d0d3d8;
	color: #606060;
	padding: 2px 5px;
	outline: none;
	cursor: pointer;
	height: 27px;
}

#kontakt input[type='submit']:focus, 
#kontakt input[type='submit']:hover{
	background-color: #606060;
	border: 1px solid #606060;
	color: #d0d3d8;
}


#kontakt textarea{
	border: 1px solid #d0d3d8;
	padding: 2px 4px;
}

#kontakt input[type='text']:focus, #kontakt textarea:focus,
#kontakt input[type='text']:hover, #kontakt textarea:hover{
	border: 1px solid #606060;
}


/**** FOOTER ****/

#footer{
	width: 100%;
	border-top: 1px solid #d0d3d8;
	margin: 10px 0px;
	height: 40px;
	padding: 10px 0px;
}

#footer .left{
	float: left;
	width: 500px;
}

#footer .right{
	float: right;
	width: 300px;
	text-align: right;
}


/* popup window */
#shadow-window{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	bottom: 0px; 
	right: 0px;  
	background: #000000; 
	opacity: 0.8; 
	z-index: 5;
}

#load-window{
	position: fixed; 
	width: 350px; 
	right: 0px; 
	left: 0px;
	height: 300px;
	overflow:auto;
	margin: 50px auto; 
	border: 2px solid #ccc; 
	background: #ffffff;
	opacity: 1;
	z-index: 100;
	padding: 20px;
}

.close-pop-window{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/**** OTHER ****/
.clear{
	clear : both;
}

.error{
	display:inline-block;
	margin:0 0 0 5px;
}

#textarea_error{
	display:inline-block;
}
/****** Styles for 'Ponudba' page *****/
.style1 {

}
.style2 {
	font-weight: normal;
	color:#005FFF;
	text-decoration:underline;
	margin: 1em 0 1em 40px;
}
 
.style3 {
	color:#005FFF;
	margin: 0.67em 0;
}
.style4 {
	font-weight: normal;
	color:#005FFF;
	margin: 0.83em 0 0.83em 40px;
}
p.style5 {
	margin: 1em 0 1em 40px;
}
.style6 {
	margin-left: 40px;
	text-align: center;
}
.style7 {
	color: #005FFF;
    display: block;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    margin: 1em 0;
}

.box-middle-content-left ul li{
	margin-left: 70px;
}

.box-middle-content-left ul ul li {
	margin-left: 100px; 
}
/***************************************/


