body {
    color: black;
    background-color: white;
    font-family: sans-serif;
    text-align: center;
}

a {
    text-decoration: none;
}

.body {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

#csrfToken {
	display: none;
}

#horniPruh {
    width: 1000px;
    border: 1px solid silver;
    background-color: #e6e6e6;
	border-radius: 8px 8px 0px 0px;
}

#horniPruh h1 {
    margin-left: 10px;
}

#nabidka {
    width: 980px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('grafika/pozadi-nabidky.png');
    height: 23px;
    display: block;
}

#nabidka li {
    display: inline;
    font-size: 14px;
    margin-left: 12px;
}

#nabidka li a {
    color: black;
    text-decoration: none;
}
#nabidka li a:hover {
    color: orange;
}

#prihlasenyUzivatel {
    color: gray;
}

#prepinaniJazyku {
    position: relative;
    left: 910px;
    top: -25px;
    width: 90px;
    margin: 0px;
    padding: 0px;
}

#prepinaniJazyku a {
    margin-left: 4px;
}

#prepinaniJazyku img {
    border: none;
}

#obsah {
    width: 980px;
    border: 1px solid silver;
    border-bottom: none;
    margin-top: -28px;
    margin-bottom: -16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#paticka {
    width: 1000px;
    border: 1px solid silver;
    background-color: #e6e6e6;
    font-size: smaller;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
	border-radius: 0px 0px 8px 8px;
}

table {
    border: 1px solid gray;
    border-collapse: collapse;
}

td {
    border: 1px solid gray;
    padding: 2px 4px;
}

thead {
    background-color: silver;
    font-weight: bold;
}

#horniPruh h1 a {
    color: black;
}

.podnik h2 a {
    color: black;
}

fieldset {
	border: none;
}

form {
	text-align: right;
	max-width: 400px;
}

#chat form {
	max-width: 666px;
}

input.chatOd {
    width: 120px;
}

input.chatText {
    width: 410px;
}

button {
	background-color: #eee;
	border: 1px solid silver;
	border-radius: 6px;
	margin-top: 4px;
	margin-left: 4px;
}

button:hover {
	background-color: #ddd;
}

button.chatOdeslat {
    width: 80px;
}

#vypisZprav {
    width: 960px;
    height: 320px;
    overflow: auto;
}

#vypisZprav ul {
    list-style: none;
}

#chat .zprava h2 {
    font-size: medium;
    font-weight: bolder;
    display: inline;
}

#chat .autorDatum {
    font-size: smaller;
    color: gray;
    margin-left: 4px;
}

input, textarea, select	{
	width:200px;
	margin-left: 2px;
	margin-top: 4px;
	background-color: #eee;
	border: 1px solid silver;
}

#formularKomentuj input, #formularKomentuj textarea, #formularKomentuj select {
	width:300px;
}

#formularKomentuj form {
    float: left;
}

#formularKomentuj .vystup {
    margin-left: 400px;
}

.chybovaHlaska {
    background-image: url('grafika/chyba.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
    min-height: 33px;
    padding-top: 15px;
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid orange;
    background-color: #ffc65e;
	border-radius: 6px;
}

.informacniHlaska {
    background-image: url('grafika/info.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
    min-height: 33px;
    padding-top: 15px;
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #99ccff;
    background-color: #bfdfff;
	border-radius: 6px;
}

.registraceKontrolaUdaju {
    color: gray;
}

.podnik .adresa {
    float: left;
    width: 555px;
}
.podnik .hlasovani {
    float: left;
    width: 200px;
    height: 280px;
    padding-top: 16px;
    margin-right: 20px;
}

.podnik .hlasovani object {
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.podnik .fotky {
    float: left;
    width: 200px;
    height: 280px;
}

.podnik .fotky img {
    border: none;
}

.podnik {
    clear: both;
}

.cistic {
    clear: both;
}

.oddelovac {
	border-top: 1px dashed silver;
}

.slider_prev  {
    background-image: url('grafika/fotkyPodnikuPredchozi.png');
    width: 32px;
    height: 32px;
    text-indent: 1000px;
}

.slider_next {
    background-image: url('grafika/fotkyPodnikuDalsi.png');
    width: 32px;
    height: 32px;
    text-indent: 1000px;
}

div.náhledKomentáře div {
	border: 2px solid #eee; 
	border-radius: 6px; 
	padding: 8px; 
	margin-bottom: 8px;
}

.komentare {
    margin-bottom: 8px;
}

.komentar {
    border-top: 1px solid #e7e6e6;
}

.komentar h4 {
    font-size: medium;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0px;
}

.komentar div {
    max-height: 200px;
	overflow: auto;
}

.komentar p {
    margin-top: 8px;
    margin-bottom: 8px;
}

blockquote {
	background-color: #eee;
	font-style: italic;
	padding: 2px 20px;
	margin: 10px 32px;
	border-left: 3px solid silver;
}


ul.stitky {
	margin: 0;
	padding: 0 0 32px 0;
	list-style: none;
	width: 680px;
}

ul.stitky li, ul.stitky a {
	float: left;
	height: 20px;
	line-height: 20px;
	position: relative;
	font-size: 11px;
	margin-bottom: 4px;
}

ul.stitky a {
	margin-left: 20px;
	padding: 0 10px 0 12px;
	text-decoration: none;
	-moz-border-radius-bottomright:		4px;
	-webkit-border-bottom-right-radius:	4px;
	border-bottom-right-radius:			4px;
	-moz-border-radius-topright:		4px;
	-webkit-border-top-right-radius:	4px;
	border-top-right-radius:			4px;
}

ul.stitky a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
}

ul.stitky a:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	float: left;
	width: 4px;
	height: 4px;
	background: #fff;
	-moz-border-radius:		2px;
	-webkit-border-radius:	2px;
	border-radius:			2px;
	-moz-box-shadow:	-1px -1px 2px grey;
	-webkit-box-shadow: -1px -1px 2px grey;
	box-shadow:			-1px -1px 2px grey;
}

/** Noromální štítek */
ul.stitky li.normalni a { background: silver; color: #444 }
ul.stitky li.normalni a:before{ border-color: transparent silver transparent transparent; }
ul.stitky li.normalni a:hover { background: #555; color: #ccc; }
ul.stitky li.normalni a:hover:before{ border-color:transparent #555 transparent transparent; }

/** Nevýrazný štítek – negativní nebo neutrální */
ul.stitky li.nevyrazny a { background: #eee; color: #444 }
ul.stitky li.nevyrazny a:before{ border-color: transparent #eee transparent transparent; }
ul.stitky li.nevyrazny a:hover { background: #555; color: #ccc; }
ul.stitky li.nevyrazny a:hover:before{ border-color:transparent #555 transparent transparent; }

/** Kladný štítek */
ul.stitky li.kladny a { background: #4d4; color: #444 }
ul.stitky li.kladny a:before{ border-color: transparent #4d4 transparent transparent; }
ul.stitky li.kladny a:hover { background: #555; color: #ccc; }
ul.stitky li.kladny a:hover:before{ border-color:transparent #555 transparent transparent; }
