/********** body a celkove stylovani stranky **********/

body {
	background-color: #FFFFFF;
	padding-top: 10px;
	margin: 0;
}

body,a,p,b {
	font-family: Tahoma;
	color: black;
	font-size: 12px;
}

a:hover,a:visited {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body img,body a img {
	border: 0;
}

/********** main + main table **********/

.main {
	width: 988px;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	text-align: left;
}

.main_table {
	border-collapse: collapse;
	padding: 0;
	border: 0;
}

/********** pavucina **********/

.pavucina {
	background-image: url('img/pavucina.png');
	background-repeat: no-repeat;
	background-position: middle center;
	padding: 12px 130px 10px 10px;
        line-height: 18px;
	text-align: justify;
}

.pavucina_h1 {
	margin: 110px 10px 10px 0px;
	font-size: 10px;
	color: #999999;
	float: right;
}

/********** left_box **********/

.left_box {
	padding: 0;
	vertical-align: top;
}

.aktuality {
	width: 172px;
	height: 247px;
	background-image: url('img/aktuality.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	font-size: 12px;
	overflow: auto;
	line-height: 14px;
	padding: 26px 5px 0px 5px;
}

.aktuality p {
	margin: 0px 0px 4px 0px;
	font-weight: bold;
}

.aktuality a:link,.aktuality a:visited {
	text-decoration: none;
}

.aktuality a:hover {
	text-decoration: underline;
}

.kontakty {
	/*width: 172px;*/
	height: 141px;
	background-image: url('img/kontakty.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-size: 12px;
	padding: 4px 5px 0px 5px;
	
}

.kontakty table {
	border-collapse: collapse;
	text-align: left;
	margin-top: 8px;
}

.kontakty table td {
	vertical-align: middle;
	height: 28px;
}

.kontakty img {
	margin-right: 20px;
}

.kontakty span a:link,.kontakty span a:visited,.kontakty span a:hover {
	text-decoration: none;
}

.navstevy {
	/*width: 182px;*/
	height: 91px;
	background-image: url('img/navstevy.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 54px 5px 0px 5px;
}

/********** menu na hlavni strance **********/

.menu {
	background-image: url('img/boxy.jpg');
	background-repeat: no-repeat;
	background-position: middle center;
	border-collapse: collapse;
	width: 100%;
	height: 355px;
}

.menu td {
	text-align: left;
	vertical-align: top;
	padding: 0px 14px;
	font-size: 12px;
	width: 33%;
	height: 50%;
	line-height: 20px;
}

.menu a:link,.menu a:visited,.menu a:hover {
	text-decoration: none;
	font-size: 11px;
	display: block;
	width: 100%;
}

/********** patka **********/

.patka img {
	margin-top: 1px;
}

/********** pod carou **********/

.pod_carou td {
	vertical-align: top;
	text-align: left;
}

.pod_carou td div {
	text-align: right;
	margin: 0;
	padding: 0;
}

/********** obsah_box, obsah a globalni stylovani button,input,select,textarea **********/

.obsah_box {
	padding: 0;
	vertical-align: top;
	border-left: 1px solid #0066CC;
	text-align: left;
}

.obsah {
	padding: 10px 20px;
}

.obsah_box h1 {
	margin: 10px 0px 0px 20px;
	font-size: 18px;
	color: #999999;
}

.obsah ul {
	list-style-type: none;
}

.obsah_box hr {
	color: #999999;
}

.obsah_box input {
	width: auto;
	margin-left: 4px;
}

.obsah_box span input,.obsah_box span select,.obsah_box span textarea {
	border: 1px solid #AAAAAA;
	background-color: transparent;
	color: black;
	width: 100%;
	font-size: 12px;
	margin-left: 4px;
}

.obsah_box td.btn input {
	border: 1px outset #AAAAAA;
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 10px;
	color: black;
	width: auto;
	margin: 0;
}

.obsah_box td.btn {
	vertical-align: middle;
	text-align: center;
}

.chyba {
	font-size: 10px;
	color: red;
	padding-left: 4px;
}

/********** webhosting, objednavka, potvrzeni objednavky + mail() + tech_info **********/

.webhosting {
	width: 100%;
	border-collapse: collapse;
}

.webhosting td {
	width: 25%;
	height: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
	border: 1px solid #AAAAAA;
}

.webhosting h2,.objednavka td .tarif_form h2 {
	background-color: #EEEEEE;
}

.webhosting td span,.objednavka td .tarif_form td span {
	color: red;
	font-weight: bold;
	font-size: 17px;
}

.webhosting td span span,.objednavka td .tarif_form td span span {
	color: green;
	font-weight: bold;
	font-size: 10px;
}

.objednavka td .tarif_form td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px;
	border: 1px solid #AAAAAA;
}


.objednavka td .tarif_form td div {
	text-align: left;
	padding: 0px 6px;
}

.objednavka {
	width: 100%;
	border-collapse: separate;
}

.objednavka td,.poptavka td {
	vertical-align: top;
	text-align: left;
}

.registrace {
	font-size: 11px;
}

.registrace b {
	font-size: 12px;
	color: red;
}

.registrace span {
	font-size: 11px;
	color: green;
	border: 0;
}

.prehled_udaju {
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	font-size: 12px;
}

.prehled_udaju td {
	border: 1px solid #AAAAAA;
	padding: 10px;
}

.tech_info {
	width: 100%; 
}

.tech_info td {
	vertical-align: top;
}

.tech_info ul {
	margin: 0;
	line-height: 18px;
}

.tech_info p {
	margin-bottom: 10px;
}

/********** kontakt **********/

.kontakt {
	width: 50%;
	border-collapse: collapse;
	line-height: 20px;
}

.kontakt td {
	text-align: left;
}

/********** reference weby **********/

.reference_weby td {
    vertical-align: top;
    padding-left: 20px;
}

.reference_weby a {
    font-weight: bold;
}

.reference_weby img {
    border: 0;
}

/********** odkazy pata **********/

.odkazy_pata,.odkazy_pata a {
	color: #777777;
	font-size: 8pt;
	text-decoration: none;
}

.odkazy_pata {
	padding: 4px 0px;
}
