body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CCCCCC;
}

.hlavni{
	width:100%;
	height:100%;
}

.vetsi{
	width:820px;
	height:580px;
	text-align:center;
}

.pozadi1{
	background: #ccc url("images/pozadi_01.gif") no-repeat;
	height:11px;
}
.pozadi2{
	background: #ccc url("images/pozadi_05.gif") no-repeat;
	height:25px;
}

.pozadi3{
	background: #ccc url("images/pozadi_03.gif") repeat-y;
}

.mala{
	width: 800px;
	height: 560px;
}

.horni{
	text-align:left;
	background-color:#211919;
	border-right:1px solid #000;
	border-left:1px solid #000;
	height: 85px;
	max-height:85px;

}
.main{
	padding: 10px;
	vertical-align:top;
	border-right:1px solid #000;
	background-color:#FFFFFF;
	text-align:justify;
	width:650px;
	height:455px;
}

.menu{
	text-align:left;
	vertical-align:top;
	border-left:1px solid #000;
	background-color:#EF8C19;
	width: 150px;
}

.paticka{
	text-align:center;
	background-color:#211919;
	color:#EF8C19;
	font-weight:bold;
	border-right:1px solid #000;
	border-left:1px solid #000;
	height: 20px;
}

.hlaska{
	margin-top:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
	background-color:#CCCCCC;
	font-size:12px;
	color:#666666;
	text-align:left;
	padding-left:5px;
}

.kontakt_nadp{
	font-weight:bold;
	padding:2px;
	padding-top:10px;
	padding-bottom:0px;
	border-bottom:0px solid #000;
	
}

.kontakt_detail{
	background-color:#CCCCCC;
	padding:2px;
	vertical-align:top;
	text-align:left;
}

.kontakt_prvni{
	background-color: #fff;
}

.pristroje{
	width: 450px;
}

.main a{
		color:#0033FF;
		text-decoration:underline;
		font-size:12px;
	}
	
	.main a:hover{
		color:#FF0000;
	}