/* css styles */

<!--

/* base */


body {font-family: arial, verdana, tahoma; font-size: 11px; margin: 0px; color: #333333;}

form { padding: 0px; margin: 0px; }

.h {font-family: arial, verdana, tahoma; font-size: 13px; color: #FFFFFF; font-weight: bold;}

.hm {font-family: arial, verdana, tahoma; font-size: 11px; color: #FFFFFF; font-weight: bold;}
.hm2 {font-family: arial, verdana, tahoma; font-size: 12px; color: #333333; font-weight: bold;}

a {text-decoration: none; color: #FFFFFF;}
	
a:hover {color: #FF9622;}

a.ho {font-size: 13px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
	
a:hover.ho {font-size: 13px; font-weight: bold; color: #000000;}

.menu {margin-right: 20px;}

.bg {background-image: url("../images/bg.jpg"); background-repeat: repeat-x;}

.ref {background-color: #333333; width: 70px; height: 70px; }
.ref2 {background-color: #333333; padding: 4px; }

input { border: 1px solid white; background-color: white; font-family: verdana; font-size:10px;}

input.hand { cursor: pointer; cursor: hand; }

input.objednat { border: 0px solid black; background-color: #FFFFFF; height: 16px;}



.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}

.jak_pracujeme{
	background-image: url('../images/jakpracujeme.jpg');
	background-repeat: no-repeat;
	padding-top: 33px;
}

.nabidka_sluzeb{
	background-image: url('../images/nabidkasluzeb.jpg');
	background-repeat: no-repeat;
	padding-top: 33px;
}

.nabidka_prace{
	background-image: url('../images/nabidkaprace.jpg');
	background-repeat: no-repeat;
	padding-top: 33px;
}

.kontakt{
	background-image: url('../images/kontakt.jpg');
	background-repeat: no-repeat;
	padding-top: 33px;
}

#action-box{
	height: 200px;
}

.dalsi{
	text-align: right;
	margin-right: 17px;
}

.reference_nazev{
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
}

.reference_text{
	padding-left: 2px;
	margin-bottom: 20px;
}

.reference_odkaz{
	padding-left: 2px;
}
-->