@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imgDesign/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#0f526b;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
.fix{clear:both;}


.ctn{
	width:876px;
	margin:auto;
	
}

.ctn-header{
	height:326px;
	background-image:url(imgDesign/header.jpg);
	background-repeat:no-repeat;
	padding-top:32px;
}
.ctn-header-logo{
	margin:51px 0px 0px 28px;	
}

.ctn-header-menu{
	width:730px;
	height:63px;
	margin:auto;
}

.ctn-header-menu-item{
	height:62px;
	float:left;
	background-image:url(imgDesign/ctn-menu-items.jpg);
	background-repeat:no-repeat;
	margin-left:2px;
	cursor:pointer;
}

.ctn-boxes{
	height:267px;
	margin-top:8px;
}

.ctn-box-autoskola_hadela{
	width:287px;
	height:267px;
	overflow:hidden;
	background-image:url(imgDesign/box-autoskola-hadela.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:7px;
}

.ctn-box-autoskola_hadela-text{
	height:195px;
	margin:40px 10px 5px 15px;
	line-height:1.4em;
}

.ctn-box-autoskola_hadela-button{
	height:25px;
	float:right;
	width:120px;
	margin:0px 9px 0px 0px;
	text-align:right;
	color:#074a68;
	line-height:22px;
	cursor:pointer;
}

.ctn-box-vozni_park{
	width:277px;
	height:267px;
	overflow:hidden;
	background-image:url(imgDesign/box-vozni-park.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:7px;
}

.ctn-box-vozni_park-text{
	height:195px;
	margin:40px 9px 5px 7px;
	line-height:1.4em;
}

.ctn-box-vozni_park-button{
	height:25px;
	width:105px;
	margin:auto;
	line-height:23px;
	color:#354e12;
	cursor:pointer;
	text-align:center;
}

.ctn-box-kontakt_informacije{
		width:284px;
		height:267px;
		overflow:hidden;
		background-image:url(imgDesign/box-kontakt-informacije.jpg);
		background-repeat:no-repeat;
		float:left;
		margin-left:7px;
}

.ctn-box-kontakt_informacije-text{
	height:195px;
	margin:40px 18px 5px 9px;
	line-height:1.4em;
	
}

.ctn-box-kontakt_informacije_button{
	height:25px;
	width:110px;
	line-height:23px;
	margin-left:12px;
	color:#553b01;
	cursor:pointer;
}

.ctn-content-index{
	width:838px;
	background-image:url(imgDesign/index-bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px auto 20px auto;
	color:#50abcb;
}

.ctn-column-left{
	width:240px;
	padding:5px 15px 75px 15px;
	float:left;
}

.ctn-column-right{
	float:right;
	width:540px;
	padding:5px;
}

.ctn-footer{
	height:67px;
	padding:15px 0px 0px 320px;
	line-height:23px;
	color:#4e740c;
}




h1{
	font-size:15px;
	color:#b1d0db;
}

.separator-horizontal{
	height:1px;
	border-bottom:#b1d0db 1px dotted;
}

.ctn-news{
	margin:10px -3px 10px 0px;
}

.ctn-news-footer{
	height:20px;
	background-image:url(imgDesign/img-readmore.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:right;
	border-bottom:#5194ac 1px dotted;
	padding-right:10px;
	color:#8c641d;
	font-weight:bold;
	padding-top:8px;
	margin-top:-20px;
}

.ctn-news-img{
	float:left;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	width:130px;
}

.ctn-news-text{
	width:390px;
	padding:0px 10px;	
	float:right;
}

.morelink:link, .morelink:visited{
	color:#8c641d;
	font-weight:bold;
	text-decoration:none;
}

.morelink:hover{
	text-decoration:underline;	
}

.link-footer:link, .link-footer:visited{
	color:#7c7c7c;
	text-decoration:none;
}

.link-footer:hover{
	text-decoration:underline;	
}

input[type=text], textarea{
	width:300px;
	background-color:#075470;
	padding:3px 8px;
	color:#dff6ff;
	border:#5194ac 1px solid;
	margin:6px 0px;
	
}
input[type=text]:focus, textarea:focus{
	border:#9a9556 1px solid;	
}

a img{border:none;}