/*
background: #c8001a
*/

body {
	margin:0px; padding:0px;
	background-color: white;
	background-color: #c8001a;
  background-position: center;
	text-align:center;
	font-family: verdana, sans-serif;
	color: black;
	font-size: small;
}

a {
  color: black;
  text-decoration: underline;
}

#hlavicka {
	padding-top: 5px;
	margin: 0px;
	text-align: center;
	background-image: url(images/hlavicka_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #c8001a;
}

#obsah {
	width: 980px;
	margin:0em auto;
	text-align:left;
	background-color: #c8001a;
}

#lavypanel {
	float: left;
	width: 180px;
	margin:0px; padding:0px;
}

#lavypanel-obsah {
	margin:0px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: tahoma, sans-serif;
	text-align: right;
}

#hlavnypanel {
	padding: 10px 25px 0px 25px;
	margin: 10px 10px 0px 10px;
	background-color: #c8001a;
	float: left;
	padding: margin:	0px 10px 10px 10px;
	width: 520px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	background-repeat: no-repeat;
	background-position: top;
}

#hlavnypanel-obsah {
	font-family: verdana ! important, sans-serif;
	_height: 600px;
	min-height: 600px;
	background-color: #c8001a;
}

#hlavnypanel.obrazok {
  padding: 410px 10px 0px 10px;
 	background-image: url(images/obrazok_1.jpg);
  background-repeat: no-repeat;
  background-position: top;	
}

#hlavnypanel.white-bg, #hlavnypanel.white-bg #hlavnypanel-obsah {
  background-color: white;	
}

#hlavnypanel.white-bg a, #hlavnypanel.white-bg #hlavnypanel-obsah a {
  color: #c8001a;
}

#hlavnypanel.white-bg h1, #hlavnypanel.white-bg #hlavnypanel-obsah h1 {
  color: #c8001a;
}

#hlavnypanel.white-bg #hlavnypanel-obsah .datumClanku {
  border-top: 1px solid #c8001a;
  background-image: url(images/cee-odrazka-red.gif);
}


#hlavnypanel.black-bg, #hlavnypanel.black-bg #hlavnypanel-obsah {
  background-color: black;
  color: white;
}

#hlavnypanel.black-bg a, #hlavnypanel.black-bg #hlavnypanel-obsah a {
  color: black;
}

#hlavnypanel.black-bg h1, #hlavnypanel.black-bg #hlavnypanel-obsah h1 {
  color: black;
}

#hlavnypanel.black-bg #hlavnypanel-obsah .datumClanku {
  border-top: 1px solid white;
  background-image: url(images/cee-odrazka-red.gif);
}


#pravypanel {
	width: 200px;
	margin:0px; padding:0px;
	float: right;
}

#pravypanel-obsah {
	margin:0px;
	padding-top: 10px;
	padding-right: 15px;
	font-family: tahoma, sans-serif;
}

#paticka {
	padding: 5px;
	margin-top: 0px;
	text-align: center;
	font-size: 11px;
	background-color: white;
	clear: both;
  border-top: #E7E7E7 1px solid;
}

#paticka a {
  color: #c8001a;
}

hr.cleaner {
	clear:both;
	display: none
}
h1 {
	font-family: Georgia;
  font-size: 160%;
	color: black;
	font-weight: normal;
	margin-top:0px; 
}
h2 {
	font-size: 132%;
	font-family: Georgia;
	font-weight: normal;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 85%;
}

/* definicie stylov v lavom panely */
#lavypanel-obsah h2 {
	padding: 3px;
	margin: 0px;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

#lavypanel-obsah ul {
	padding: 7px;
	margin: 0px;
	text-align: left;
}

#lavypanel-obsah li {
	list-style-type: none;
	padding-left: 0px;
}

#lavypanel-obsah a {
	color: #ce141d;
	text-decoration: none;
	color: black;
}
#lavypanel-obsah a:hover {
	color: #ce141d;
	color: black;
	text-decoration: underline;
}

#lavypanel div{
  margin-bottom: 5px;
}
#lavypanel div#menu {
  font-weight: bold;
  line-height: 20px;
}

#lavypanel span a {
  font-weight: normal;
}

#lavypanel img {
  margin: 8px;
}

/* definicie stylov v hlavom panely */

#hlavnypanel h1 a {
  text-decoration: none;
  color: black;
}

/* definicie stylov v pravom panely */

#pravypanel-obsah h2 {
	padding: 5px;
	margin: 0px;
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#pravypanel-obsah ul {
	padding: 7px;
	margin: 0px;
}

#pravypanel-obsah li {
	list-style-type: none;
	padding-left: 0px;
}

#pravypanel-obsah a {
	color: black;
	text-decoration: none;
}
#pravypanel-obsah a:hover {
	text-decoration: underline;
}

#pravypanel div#jazyky {
  background-color: ;
  line-height: 30px;
  color: black;
  padding: 3px;
  text-align: center; 
  font-size: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#pravypanel div#jazyky a {
  color: black;
  text-decoration: underline;
}

#pravypanel div#jazyky a.active {
  font-weight: bold;
}

/* definicie vseobecne platnych stylov class */
hr {
	color: #999;
	border: none;
	border-top: 1px solid #999;
	height: 1px;
}
img {
  border: none;
}
.text-align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
a {
	color: #ce141d;
	color: white;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: red;
}
form {
	margin: 0px;
}
fieldset {
	border: 1px solid #e0e0e0;
	padding: 1em;

}
.transparent {
	color: #F8F1E6;
}

table#border1 {
	font-family: verdana;
  background-color: silver;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 1%;
	font-size: 11px;
}
table#border1 td {
	background-color: white;
}
table#border1 th {
	background-color: #F5F5F5;
}

div#adresaPrint {
	display: none;
}

p {
	margin: 0px;
	padding:0px;
	margin-top: 1em;
}

.skryt {
	display: none;
}

div#strankovanie {
  padding-top: 10px;
  border-top: 1px solid black;
  font-size: 85%;
}

div.abeceda {
  text-align: center;
}

div.abeceda a {
  
}

div.clanok {
  margin-bottom: 20px;
}
div.clanok p {
  line-height: 1.5;
}

.datumClanku {
  border-top: 1px solid black;
  background-image: url(images/cee-odrazka-black.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 85%;
  display: block;
  padding-left: 35px;
  padding-top: 13px;
  _height: 20px;
  min-height: 20px;
}

input.button
{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(bg_but_off.gif);
    background-repeat: repeat-x;
    -x-background-x-position: left;
    -x-background-y-position: top;
    background-color: rgb(240, 243, 243);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(204, 204, 204);
    padding-top: 3px;
    padding-right-value: 0px;
    padding-bottom: 3px;
    padding-left-value: 0px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    margin-top: 0px;
    margin-right-value: 2px;
    margin-bottom: 0px;
    margin-left-value: 2px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    cursor: pointer;
}

input.button:hover
{
    background-image: url(bg_but_on.gif);
    cursor: pointer;
}

/* zalozky */

ul.zalozky {
  margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ce141d;
}
ul.zalozky li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
}
ul.zalozky li a {
	font-size: 100%;
  display: inline;
	padding: 2px 5px;
	text-decoration: none;
	background-color: white;
	border: 1px solid #ce141d;
	color: #ce141d;
	color: white;
}
ul.zalozky li a:hover {
	background: #ce141d;
	text-decoration: none;
	color: white ! important;
}
ul.zalozky li a.active {
	background-color: #ce141d;
	text-decoration: none;
	color: white ! important;
	font-weight: bold;
}
div.patickaClanku {
  margin-top: 10px;
  border-top: #dcdbdb solid 1px;
  font-size: 85%;
}

