/*@import url("./printer.css");*/
@import url("./allmedia.css");

@media screen,projection,tv {
/* Mainstyles ---------------------------------------------------------------*/
body {
	color: #1E1E1E;
	font: 0.8em Verdana, "Geneva CE", lucida, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center; /* IE hack */
	background: white;
}

img {
	margin: 0;
	border: none;
}

a {
  color: black;
}

a:visited {
	color: #1E1E1E;
}

a:hover {
	color: #010D84;
}

address {
  font-style: normal;
}

fieldset {
	padding: 0;
	border: none;
}

input {
	font-size: 90%;
	vertical-align: middle;
}

textarea {
	font: 100% sans-serif;
}

table {
	font-size: 100%;
}

dt {
	font-size: 110%;
	font-weight: bold;
}

dd {
	padding-left: 15px;
}

#inzrules {
  text-align: left;
  padding: 20px;
}

.invisible {
	visibility: hidden;
}

/*
#gotop {
  clear: both;
  margin: 0 15px 0 215px;
}

#gotop img {
  border-top: 2px solid #EDEBE8;
  border-left: 2px solid #EDEBE8;
  border-bottom: 2px solid #86847E;
  border-right: 2px solid #86847E;
}
*/
/* Layout ------------------------------------------------------------------*/

#container {
	width: 772px;
	margin: 20px auto;
	text-align: left;
}

#body {
  background: white url("../img/design/bg_body.gif") repeat-y;
}

#body .margin {
  background: url("../img/design/bg_body_top.jpg") no-repeat left top;
}

#bottommenu {
  display: none;
}

#footer {
	clear: both;
	padding: 40px 0 0 10px;
	font: 80% sans-serif; 
	color: #010D84;
  background: url("../img/design/bg_body_bottom.jpg") no-repeat left top;
}

#footer p {
  width: 269px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Leftbar -----------------------------------------------------------------*/

#leftbar {
  float: left;
  width: 269px;
  color: white;
}

#leftbar .margin {
  margin: 130px 20px 0 40px;
  text-align: center;
  background: none;
}

#leftbar a {
  color: white;
}

#leftbar a:hover {
  color: #F4DCB8;
}

#leftbar h2 {
  margin: 0;
  padding: 10px;
  font: italic 1em Georgia, "New York CE", utopia, serif;
  background: url("../img/design/bg_actualitem.gif") no-repeat center bottom;
}

#mainmenu {
  list-style-type: none;
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0 15px;
  padding: 0;
}

#mainmenu li ul {
	list-style-type: none;
	font-size: 80%;
	padding: 0;
	font-weight: normal;
}

#mainmenu li {
  margin: 3px 0; 
}

#mainmenu ul {
  margin: 5px 0;
  font-size: 100%;
}

#mainmenu ul li {
  margin: 1px 0; 
}

#mainmenu a {
  color: #F4DCB8;
} 

#mainmenu a:hover {
  color: #FFD800;
} 

.actualitem, .articlelist {
  margin: 15px 0;
  padding: 0 0 20px;
  background: url("../img/design/bg_actualitem.gif") no-repeat center bottom;
}

.actualitem h3 {
  margin: 0;
  font-size: 110%;
}

.articlelist h3 {
  margin: 0;
  font-size: 90%;
  font-weight: normal;
}

.actualitem .datum {
  margin: 5px 0;
  font-style: italic;
  font-size: 80%;
}

.actualitem p {
  margin: 0;
}

/* Rightbar ----------------------------------------------------------------*/

#rightbar {
  margin: 0 5px 0 267px;
}

* html #rightbar {
  margin: 0 0 0 264px;
} 

#rightbar .margin {
  margin: 0 15px;
  background: none;
}

#header {
  position: relative;
  height: 65px;
  margin-bottom: 30px;
}

h1, #logo {
	position: absolute;
	margin: 0;
	font-size: 8px;
	width: 473px;
	height: 65px;
	top: 9px;
	left: 0;
	overflow: hidden;
}


#logo {
  top: 0;
	background: url("../img/design/bg_logo.gif") no-repeat center top;
}

h1 {
  padding: 0 5px;
}

h1 a {
	cursor: pointer;
}

#mainimg {
  position: relative;
  background: #8E8E8E;
  width: 465px;
  height: 193px;
  padding: 0;
}

#mainimg img {
  position: absolute;
  border: 4px solid white;
  top: 1px;
  left: 1px;
}

#rightbar h2 {
  font: italic 1em Georgia, "New York CE", utopia, serif;
  font-size: 160%;
  color: #000351;
  text-align: center;
  padding: 0 0 15px;
  margin: 10px 0;
  background: url("../img/design/bg_h2_rightbar.gif") no-repeat center bottom;  
}

#navbarbox {
  margin-top: 10px;
  font-style: italic;
}
.blue {
	color: blue;
}

h3 {
  color: #8E8E8E;
}

h4 {
  margin: 15px 0 5px;
  font-size: 130%;
  color: #00074D;
}

h5 {
  margin: 5px 0;
  font-size: 120%;
}

h6 {
  margin: 2px 0;
  font-size: 110%;
}

.item h4 {
  font-size: 110%;
}

.item h4 a {
  color: #00074D;
}

.item h4 a:hover {
  color: #79A6E1;
}

.item p {
  margin: 5px 0;
}

.item .details {
  font-size: 90%;
  font-weight: bold;
  color: #79A6E1;
  text-decoration: none;
}

.item .details span {
  color: #00074D;
}

.details:hover {
  color: #00074D;
}

.imagebox {
  float: left;
  margin: 5px 10px;
}

.imagemargin {
  width: 100px;
  height: 160px;
  background: #D8D8D8;
  text-align: center;
  overflow: hidden;
}

.imagemargin a img {
  border: 3px solid #D8D8D8;
}

.imagemargin a:hover img {
  border-color: #79A6E1;
}

.imagemargin img {
  margin: 10px 0;
}

.imagemargin h5 {
  margin: 0;
  font-size: 100%;
}

.imagemargin h5 a {
  color: #00074D;
}

.imagemargin h5 a:hover {
  border: none;
  color: #79A6E1;
}

.imagemargin div {
  margin: 5px 0;
  font-size: 90%;
  font-style: italic;
  color: #777;
}

.imprint {
  margin: 10px 0;
  font-size: 90%;
  font-style: italic;
  color: #777;
}

.articlebox .centerimg {
  display: block;
  text-align: center;
}

.articlebox .centerimg img {
	border: 3px solid #8E8E8E;
}

.articlebox .rightimg, .detailakce .rightimg {
	float: right;
	margin: 0 0 5px 10px;
	border: 3px solid #8E8E8E;
}

.articlebox .leftimg {
	float: left;
	margin: 0 10px 5px 0;
	border: 3px solid #8E8E8E;
}

.ikona {
  margin: 25px 0;
}

/* Foto styles ------------------------------------------------------------*/

#fotobody {
  background: white;
  text-align: center;
}

#photocontainer {
  margin: 30px auto;
  width: 772px;
}

.photomargin {
  padding: 20px;
}

.control {
  margin: 10px 0;
  font-weight: bold;
}

.back2list {
  margin: 10px 0;
}

.imgmargin img {
  border: 5px solid #79A6E1;
}

.photomargin h5 {
  margin: 10px 0;
  font-size: 140%;
}

.photoinfo {
  font-style: italic;
}

/* Form styles ------------------------------------------------------------*/

.publicform {
	margin: 10px 0;
}

.publicform fieldset {
	padding: 10px;
	background: white;
}

.publicform label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

.publicform .noblock {
  display: inline;
}

.txtinput {
	border: 1px solid #8E8E8E;
	background: #F0F0F0;
	font: 100% sans-serif;
}

.subinput {
	color: white;
	font-weight: bold;
	font-size: 90%;
	padding: 0 5px;
	background: #00074D;
}

.publicform .subinput {
	margin-top: 10px;
}

.publicform .required {
	color: #00499B;
}

.error {
	color: red;
	font-weight: bold;
}

.important {
  font-weight: bold;
  color: #00499B;
}

/* Styles for lists -------------------------------------------------------*/

.lstdisc {
	list-style-type: disc;	
}

.lstsquare {
	list-style-type: square;	
}

.lstcircle {
	list-style-type: circle;	
}

.lstdec {
	list-style-type: decimal;	
}

.lstrom {
	list-style-type: upper-roman;	
}

.lstlalfa {
	list-style-type: lower-alpha;	
}

.lstualfa {
	list-style-type: upper-alpha;	
}

.inzcat {
	list-style-type: square;
  color: #75A5E3;	
}

.inzcat span {
  color: #1E1E1E;
}

/* Styles for tables -------------------------------------------------------*/

.tblakce {
  width: 470px;
  border-collapse: collapsed;
  font-size: 100%;
  margin: 5px 0;
}

.tblakce td {
  padding: 2px 3px;
}

.tblakce .datum, .tblakce .misto {
  font-size: 80%;
}

.tblakce .sl1 {
  width: 100px;
}

.tblakce .sl3 {
  width: 100px;
}

.tblakce .akce {
  font-weight: bold;
}

.inztable {
  width: 470px;
  border-collapse: collapsed;
  font-size: 100%;
  margin: 5px 0;
}

.inztable .sl1, .inztable .sl3 {
  width: 80px;
}

.inztable td {
  padding: 2px 3px;
}

.inztable .datum {
  background: #E0E0E0;
  font-size: 90%;
  text-align: center;
}

.inztable .nazev {
  font-weight: bold;
  font-size: 120%;
  background: #79A6E1;
  color: white;
}

.inztable .text {
  background: white;
}

.inztable .upravit, .inztable .odpovedet {
  text-align: center;
}

.inztable .upravit {
  background: #79A6E1;
}

.inztable .upravit a {
  color: white;
}

.inztable .odpovedet {
  background: #E0E0E0;
}

.inztable .odpovedet a {
  font-weight: bold;
}


.tablestyle1 {
	margin: 15px 0;
	font-size: 90%;
	width: 464px;
	border: none;
  background: #B6B6B6;
}

.tablestyle1 .zapissl1 {
  width: 200px;
}

.tablestyle1 th, .tablestyle1 td {
	padding: 3px 5px;
}

.tablestyle1 th {
	color: white;
	background: #00074D;
}

.bg0 {
	background: white;
}

.bg1 {
	background: #DFDFDF;
}

/* Diskuse ---*/

.zapis, .odpoved {
  margin: 10px 0;
  padding: 5px;
  background: white;
}

.odpoved {
  background: #DFDFDF;
}

.post {
  font-style: italic;
}

}

