
/********************************/
/* stylování blokových elementů */
/********************************/
#centrovac {
  margin: auto; 
  text-align: left; 
  width: 930px; 
  padding: 0px;
  position: relative; 
}

#top{
	left: 0px;
	top: 0px;
	width: 930px;
	height: 456px;
	padding: 0px;
	margin: 0px;
}

#main{
	left: 0px;
	top: 0px;	
	float: left;	
	width: 540px;
  padding-left: 15px;  
  line-height: 140%;
}

#anketa{
  float:right;  
  width: 120px;  
  margin-left: 8px; 
}

#bottom{
	background-image: url('/images/bottom.gif');
	height: 40px;
  width: 885px;
  padding-top: 40px;  
  padding-left: 20px;
}

#pravysloupec{
	float: right; 
	width: 340px;
  line-height: 140%; 
}

body{
	background: #ffffff url('/images/bg_lebka.gif') no-repeat top center;
	padding: 0px;
	margin: 0px;
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 12pt;
	text-align: center;
	color: black;
}

.correct{
	height: 0px;
	clear: both;
}
.thumbnail{
  border: 2px solid #EEEEEE;
  background: #F0F0F0;
  display: block;
}
.thumbnail:Hover{
  border: 2px solid #c21d23;
  background: #EEEEEE;
  display: block;
}

/********************************/
/* stylování odkazů             */
/********************************/
a:link {
	color: #c50302;
	font-weight: bold;
	text-decoration: none;
}
A:Visited  {
	color: #c50302;
	font-weight: bold;
	text-decoration: none;
}

A:Hover {
	color: #f8182f;
	font-weight: bold;
	text-decoration: none;
}

A:Active{
	color: #f8182f;
	font-weight: bold;
	text-decoration: none;
}




/********************************/
/* stylování textu              */
/********************************/
table#koncerty td{
  font-size: 14px;
}
ul.cervena_brambora{
  list-style-image: url('/images/brambora_cervena.gif');  
  padding-left: 20px;  
  margin-left: 0px;
}

td{
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 12pt;
}

p{
  margin-top: 0px;
}

.minihead{
	font-weight: bold;
}

.midihead,h2{
	font-size: 14pt;
	color: #c50302;
  margin-bottom: 5px;  
  display: inline;  
  font-weight: bold;
}


sup{
  color :  #c50302;
  font: 9pt arial;
}

.zvyraznit{
	font-weight: bold;
}
.skrtnout {
	text-decoration: line-through;
}
.odehrano{
color: #908d7c;
}

/********************************/
/* stylování formulářů          */
/********************************/
.bordered{
	border: 1px dashed gray;
	background: #EEEEEE;
	font-family: 'Times New Roman', 'Times', serif; font-size: 12pt;
	padding-left: 3px;
}

.bordered:Hover{
	border: 1px solid #c21d23;
	background: #EEEEEE;
	font-family: 'Times New Roman', 'Times', serif; font-size: 12pt;
	padding-left: 3px;
}
.button{
	background: #EEEEEE;
	font-weight: bold;
  padding: 1px;
	font-family: arial; 
  font-size: 10pt;
  color: grey;
	cursor: pointer;
  border: 2px solid #c50302;
}

.noborder{
	border: none;
}

.prispevekgb{
	border-top: 1px dashed #9f957a;
	width: 470px;
}
.prispevekgbauth{
	border-top: 1px dashed #9f957a;
	width: 470px;
	background: url('/images/check2.gif') no-repeat right;
}
.autorizovan{
	white-space: nowrap;
	color: red;
	font-weight: bold;
	background: url('/images/check.gif') no-repeat right;
	padding-right: 15px;
}
.readonly{
	border: none;
	background: #ffffff;
	cursor: default;
}


/* tabmenu */
#tablist{
  padding: 3px 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0.1em;
}

#tablist li{
  list-style: none;
  
  margin: 0;
}

#tablist li a{
	font-size: 14pt;
	color: #c21d23;
  font-weight: bold;
  line-height: 150%;  
  cursor: pointer;
}

#tablist li a.current{
	font-size: 14pt;
	color: #c21d23;  
  font-weight: bold;  
  padding-left: 35px;  
  background: url('/images/sipka_tlusta_doprava.gif') no-repeat;  
  line-height: 150%;  
  cursor: pointer;
}

#tabcontentcontainer{
  
}

.tabcontent{
  display:none;
  padding-top: 15px;
  text-align: left;
}
