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

body {
	font-family: Trebuchet MS, Helvetica;
	color: #767676;
}

h2 {
	color: #209d07;

}

span.red {
	color: #ed202a;
	font-size:14px;
	font-weight:bold;
	line-height: 30px;

}

span {
	font-size:13px;
	margin-top:15px;
	line-height: 30px;
}

span a {
	color: #767676;
}

td {
	vertical-align: top;
}

p {
	font-size: 14px;
	text-align:justify;
}

/*celý web*/
#public {
	width: 968px;
	margin-left:auto;
	margin-right:auto;
	
}

#top {
	position:relative;
	top: 0px;
	margin-bottom:50px;
}


#search {
	float:right;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	width: 464px;
	height:185px;
	margin-top: -155px;
	top: 0px;
}

#formular {
	margin-top: 20px;
	margin-left:85px;
}

#formular input {
	width: 200px;
	height: 44px;
	color: #ed202a;
	font-style:italic;
	padding-left: 10px;
}

#kontakty {
	margin-top: 20px;
	margin-left:85px;
	color: #ed202a;
}

#kontakty #kontakt {
	float: left;
}

#kontakty #kontakt span.call {
	line-height: 30px;
	padding-left:7px;
}
#kontakty #kontakt span.tel {
	line-height: 10px;
	font-size:25px;
	font-weight:bold;
}


#mail {
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	width: 137px;
	height: 56px;
	text-align:center;
	padding-top: 18px;
	float:right;
	margin-right: 15px;
	margin-top: -5px;
}

#mail a {
	color: white;
	text-decoration:none;
}

#mail:hover {
	background-image:url(../images/button-hover.png);
}

#search #formular .hledat {
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	width: 137px;
	height: 56px;
	float: right;
	font-style: normal;
	margin-right: 15px;
	margin-top: -5px;
	border: 0px;
	color: white;
	
}

#search #formular .hledat:hover {
	background-image:url(../images/button-hover.png);
	

}

#carusel {
	margin-top: 50px;
	background-image:url(../slider/carusel-bg.png);
	height:255px;
}

#menu {
	background-image:url(../images/submenu-shine.png);
	background-position:center;
	background-repeat:no-repeat;

	height: 70px;

}

#h-link {
	margin-top: 50px;
	font-size:22px;
	font-weight:bold;
	
	clear:both;
	height:45px;
}

#h-link #link-aktual {
	background-image:url(../images/h-link-malir.png);
	background-repeat:no-repeat;
	text-align:center;
	width:187px;
	height:45px;
	color:white;
	padding-top: 8px;
	float:left;
	

}

#h-link #link-wait {
	text-align:center;
	padding-left: 15px;
	padding-right: 15px;
	height:45px;
	padding-top: 8px;
	float:left;
	

}

#h-link a {
	text-decoration:none;
	color: #767676;

}

#menu #line {
	background-image: url(../images/line-malir.png);
	height: 50px;
	background-repeat:repeat-x;
	margin-left: -10px;
	margin-right: -10px;
	padding-top:13px;
	margin-top:0px;
	
}

#line #line-center {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
}

#line-center a {
	color: #767676;
	text-decoration:none;
}

#line-center a:hover {
	text-decoration:underline;
}



#content {
	min-height: 400px;
	height:auto;
}

#content #foto {
	float: left;
	width: 250px;
}

#content #text {
	float: right;
	width: 650px;
}

#content a {
	color: #209d07;
}

#main {
	float:left;
	width: 430px;
	margin-right: 10px;

}

#intersection {
	float: right;
	width: 522px;
	height: 250px;


}
#intersection a{
	color: white;
	text-decoration:none;
}

#intersection #job1{
	float: left;
	width: 161px;
	height: 225px;
	background-image:url(../images/menu-1.png);
	background-repeat:no-repeat;
	margin-right: 20px;
	text-align:center;
	color:white;
	font-size:22px;
	padding-top: 168px;
	
}

#intersection #job2 {
	float: left;
	width: 161px;
	height: 225px;
	background-image:url(../images/menu-2.png);
	background-repeat:no-repeat;
	text-align:center;
	color:white;
	font-size:22px;
	padding-top: 168px;
}

#intersection #job3 {
	float: right;
	width: 161px;
	height: 225px;
	background-image:url(../images/menu-3.png);	
	background-repeat:no-repeat;
	text-align:center;
	color:white;
	font-size:22px;
	padding-top: 156px;
}

#intersection #job1:hover{
	float: left;
	width: 161px;
	height: 225px;
	background-image:url(../images/menu-1-hover.png);
	background-repeat:no-repeat;
}

#intersection #job2:hover {
	float: left;
	width: 161px;
	height: 225px;
	background-image:url(../images/menu-2-hover.png);	
	background-repeat:no-repeat;
}

#intersection #job3:hover {
	float: right;
	width: 161px;
	height: 225px;
	background-image:url(../images/menu-3-hover.png);	
	background-repeat:no-repeat;
}

/*patička*/
#footer {

	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
	height:206px;
	margin-left: -10px;
	margin-right: -10px;
}

#footer-text {
	width: 968px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
}



