body {
	margin: 0;
	padding: 0;
	background: #333 url(/img/bg_body.png) repeat-y center top;
	color: #ccc;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://soustruh.info/img/bg_body.png', sizingMethod=image);
	-background-image: url();
}

/************************************** ZAKLADNI ROZVRZENI PRVKU NA STRANCE *************************************/

div.kontejner {
	width: 960px;
	margin: -40px auto 0 auto;
	border: 1px solid #eee;
	background: #666 url(/img/bg_kontejner.png) repeat-y left top;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://soustruh.info/img/bg_kontejner.png', sizingMethod=image);
	-background-image: url();
}

a.hlavicka {
	display: block;
	clear: both;
	height: 128px;
	margin: 0;
	border: 0;
	padding: 0;
	background: url(/img/bg_hlavicka.png) no-repeat center top;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://soustruh.info/img/bg_hlavicka.png', sizingMethod=image);
	-background-image: url();
}

div.menu {
	float: left;
	width: 180px;
	margin: 0;
	border: 0;
	padding: 10px 10px;
}

div#hodiny {
	float: right;
	width: 300px;
	margin: 0;
	border: 0;
	padding: 10px 20px;
	color: #999;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
}

div.aktualizace {
	float: left;
	width: 300px;
	margin: 0;
	border: 0;
	padding: 10px 20px;
	color: #999;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

div.text {
	float: right;
	width: 660px;
	min-height: 50em;
	margin: 0;
	border: 0;
	padding: 10px 50px;
}

div.paticka {
	clear: both;
	float: right;
	width: 700px;
	margin: 0;
	border: 0;
	padding: 30px;
	color: #999;
	font-size: 11px;
	line-height: 1.6em;
	text-align: center;
}

/* odkaz v paticce */
div.paticka a {
	color: #999;
}

div.pozadi_paticka {
	clear: both;
	width: 1050px;
	height: 95px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: url(/img/bg_paticka.png) no-repeat center bottom;
}

/********** NABIDKA*********/

div.menu {
	font-size: 11px;
}

div.menu h2 {
	width: auto;
	margin: 30px 0px 10px 3px;
	padding: 0;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;
	text-align: left;
}

div.menu li {
/*  puntik v nabidce - neaktivni */
	line-height: 2;
	list-style: none;
}

div.menu li:hover {
/* puntik v nabidce - zvyrazneny */
	color: #fff;
	list-style: disc;
}

div.menu li.active {
/* puntik v nabidce - aktivni */
	color: #f93;
	font-weight: bold;
	list-style: disc;
}

div.menu a {
	color: #ccc;
	text-decoration: none;
}

div.menu a:hover {
	color: #fff;
}

div.cleaner {
	clear: both;
}

/********** NADPISY *********/

h1 {
	clear: both;
	width: 50%;
	margin: 3px auto 10px auto;
	border: 0;
	border-bottom: 1px solid #fff;
	padding: 16px 10px 14px 10px;
	color: #fff;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h2 {
	clear: both;
	width: 60%;
	margin: 30px auto 10px auto;
	border: 0;
	padding: 5px;
	color: #fff;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

h3 {
	clear: both;
	margin: 12px auto 12px 0;
	color: #eee;
	font-size: 14px;
	font-weight: bold;
}

strong {
	color: #fff;
}

a strong {
	color: #f93;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5;
}

/********* SLOUPCE ********/

div.sloupce_2 {
	float: left;
	width: 48%;
	margin: 0px 6px 10px 6px;
	border: 0;
	padding: 0;
}

div.sloupce_3 {
	float: left;
	width: 32%;
	margin: 0 6px 10px 0;
	border: 0;
	padding: 0;
}

div.sloupce_4 {
	float: left;
	width: 24%;
	margin: 0 7px 10px 0;
	border: 0;
	padding: 0;
}

div.sloupce_5 {
	float: left;
	width: 19%;
	margin: 0 6px 10px 0;
	border: 0;
	padding: 0;
}

/********* ODKAZY ********/

a, a strong {
	color: #f93;
}

a:hover, a:hover strong {
	color: #fff;
}

a.inv {
	text-decoration: none;
}

a.inv:hover {
	text-decoration: underline;
}

a.cerny, th a {
	color: #000;
}

/********** OBRAZKY *********/

img {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: text-bottom;
}

img.lnk {
	margin: 2px 0;
}

img.ram {
	border: 1px solid #ccc;
	padding: 3px;
}

/*************** STYL TABULEK **************/

table {
	margin: 0px auto 10px auto;
	border: 0px;
	border-collapse: collapse;
}

tr.alt {
	background: #fafafa;
}

td.alt {
	background: #f4f4f4;
}

th, td {
	margin: 0px;
	border: 1px solid #e0e0e0;
	padding: 4px 6px;
	font-size: 11px;
	text-align: center;
}

th, td.separator {
	font-weight: bold;
	background: url(/img/bg_tab.png) repeat-x bottom center;
}

table.big td {
	font-size: 12px;
}

td.left, table.left td {
	text-align: left;
}

td.aktuality {
	padding: 8px 4px;
	font-size: 12px;
	vertical-align: top;
}

table.cerviada td {
	width: 37px;
}

/******************** DÁRKY - REZERVACE *******************/

a.free {
	color: #3c3;
	font-size: 11px;
}

span.block {
	color: #933;
	font-size: 11px;
}

.vysledek {
    width: 30%;
    margin: 1em auto;
    border-radius: 0.5em;
    padding: 1em;
    background: #dff0d8;
    color: #333;
}

/*************************** DISKUZE NA STRANCE TRIDY **************************/

form.prispevek {
	margin: 10px auto;
	text-align: center;
}

div.zprava_zahlavi {
	margin: 0 10px;
	border: 0;
	border-bottom: 1px solid #999;
	padding: 2px 8px;
	background: url(/img/bg_tab.png) repeat-x bottom center;
}

div.zprava_telo {
	margin: 0 10px 5px 10px;
	padding: 2px 8px;
}

input#name, textarea {
	display: block;
	margin: 1px auto;
	border: 1px #e0e0e0 solid;
}

input.odeslat {
	display: block;
	margin: 2px auto;
}

ol {
	margin: 6px 0 6px 18px;
	padding: 0;
	list-style: outside decimal;
}

ul {
	margin: 6px 0 12px 18px;
	padding: 0;
	list-style: outside disc;
}

li > ul {
	margin: 6px 0 6px 18px;
	list-style: outside circle;
}

ul.nic {
	margin: 6px 0;
	list-style: none;
}

ul.nic ul {
	margin: 0px;
	list-style: none;
	color: #999;
}

li {
	margin: 0 0 6px 0;
	line-height: 1.5;
}

div.menu li {
	margin: 0;
}

li.oddelovac {
	width: 75%;
	margin: 0 auto 4px auto;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}

ul.navodyimg {
	margin: 0 1em 0 0;
	vertical-align: middle;
}

/*************** OBECNE TRIDY **************/

.skryty {
	display: none;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vlevo {
	float: left;
	margin: 0 10px 5px 0;
}

.vpravo {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}

.pozn {
	color: #999;
}

.noborder, .noborder td, input.noborder {
	border: 0;
}

.dvojity {
	line-height: 2;
}

small, .small {
	font-size: 11px;
}

.normal {
	font-size: 12px;
}

big, .big {
	font-size: 15px;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

.norm {
	font-style: normal;
	font-weight: normal;
}

del, .del, tr.del td {
	color: #999;
	text-decoration: line-through;
}

/************ VKLADANA TAPETA VLADSTUDIA ***************/

div.vladstudio td {
	border: 0 !important;
}

div.vladstudio div {
	border: 0 !important;
}

div.vladstudio a:hover {
	color: #fff !important;
}
