/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

img{border: 0;}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
a{cursor: pointer;}
a span{display: none;}
em { font-style:italic;}
/* BASIC */
body {
	background: white url("../images/bg.gif") top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
a {
	color: #c80000;
	/*text-decoration:none;*/
}
a span {
	display: none;
}
a:hover {
	text-decoration:underline;
}

#container {
	width: 978px;
	margin: 0 auto;
}

#container #top a{
	display: block;
	height: 170px;
	background-image: url("../images/logo.gif");
}

#container #content{
	background: white url("../images/content-bg.jpg") top left no-repeat;
}

#container #rightColumn{
	width: 250px;
	float: right;
	margin-right: 9px;
	background-color: white;
	min-height: 400px;
}
#container #rightColumn #banner_divider{
	height: 15px;
	margin-top: 15px;
	border-top: 2px solid #c86f6f;
}
#container #rightColumn #press h2{
	height: 44px;
	background-image: url("../images/h-napsali.gif");	
	margin-bottom: 20px;
}
#container #rightColumn #press p{
	margin: 0 20px;
	margin-bottom: 10px;
}
#container #rightColumn #press h2 span{
	display: none;
}
#container #rightColumn #press a.next,
#container #rightColumn #press a.previous{
	display: block;
	width: 104px;
	height: 28px;
}
#container #rightColumn #press a.next:hover,
#container #rightColumn #press a.previous:hover{
	background-position: 0 -28px;
}
#container #rightColumn #press a.next{
	background-image: url("../images/btn-next.gif");	
	float: right;
}
#container #rightColumn #press a.previous{
	background-image: url("../images/btn-prev.gif");	
	float: left;
}

#container #mainContent{
	width: 680px;
	margin-left: 9px;
	background-color: white;
	min-height: 400px;
}
#container #mainContent h1{
	margin: 15px 20px 10px 20px;
	color: #c80000;
	font-size: 24px;
}
#container #mainContent h2{
	margin: 0px 10px 20px 20px;
	color: #c80000;
	font-size: 18px;
}
#container #mainContent h1 span{
	/*font-weight: bold;*/
}
#container #mainContent .important{
	font-weight: bold;
	color: #c80000;
}
#container #mainContent h4.autor{
	margin: 0 20px;
	color: #c80000;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}

#container #mainContent table {
	margin: 0 20px;
	margin-bottom: 10px;
}
#container #mainContent table tr th {
	margin: 0 20px;
	margin-bottom: 10px;
	color: #c80000;
	font-weight: bold;
}
#container #mainContent table tr td.first_col {
	width:150px;
}


#container #mainContent p,
#container #mainContent .partner,
#container #mainContent .reg_form{
	margin: 0 20px;
	margin-bottom: 10px;
}

#container #mainContent form label.text{
	display: block;
	font-weight: bold;
}
#container #mainContent form input.text{
	display: block;
	margin-bottom: 10px;
}
#container #mainContent form input.checkbox{
	float: left;
	clear: left;
	display: block;
	margin-bottom: 5px;
}
#container #mainContent form label.checkbox{
	display: block;
	padding-top: 2px;
	padding-left: 25px;
	margin-bottom: 5px;
}
#container #mainContent form input.submit{
	display: block;
	margin: 10px 5px;
	padding: 3px 8px;
	clear: both;
}

#container #mainContent .partner .logo{
	float: left;
	width: 220px;
}
#container #mainContent .partner .text{
	margin-left: 220px;
}
#container #mainContent .partner{
	clear: left;
	padding-top: 15px;
}

#container #mainContent #menu{
	height: 44px;
}
#container #mainContent #menu ul,
#container #mainContent #menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#container #mainContent #menu ul li a{
	display: block;
	float: left;
	height: 44px;	
}
#container #mainContent #menu ul li a:hover{
	background-position: 0 -88px;
}
#container #mainContent #menu ul li a.active{
	background-position: 0 -44px;
}
#container #mainContent #menu ul li a.edice{
	width: 117px;
	background-image: url("../images/menu1.gif");	
}
#container #mainContent #menu ul li a.registrace{
	width: 147px;
	background-image: url("../images/menu2.gif");	
}
#container #mainContent #menu ul li a.o-autorech{
	width: 151px;
	background-image: url("../images/menu3.gif");	
}
#container #mainContent #menu ul li a.partneri{
	width: 130px;
	background-image: url("../images/menu4.gif");	
}
#container #mainContent #menu ul li a.kontakty{
	width: 134px;
	background-image: url("../images/menu5.gif");	
}

#container #mainContent .cd_box{
	height: 212px;
	background: url("../images/cd-bg.gif") no-repeat top right;	
	position: relative;
	margin-bottom: 15px;
}
#container #mainContent .cd_box .cd{
	width: 211px;
	height: 212px;
	position: absolute;
	top: 0;
	left: 0;
}
#container #mainContent .cd_box .text{
	width: 320px;
	position: absolute;
	top: 35px;
	left: 217px;
	font-size: 10px;
}
#container #mainContent .cd_box .text h4{
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
}
#container #mainContent .cd_box .text p{
	margin: 0;
	margin-bottom: 5px;
}
#container #mainContent .cd_box .text .status{
	font-weight: bold;
	color: #c80000;
}
#container #mainContent .cd_box .btnz{
	width: 141px;
	position: absolute;
	top: 73px;
	left: 539px;
}
#container #mainContent .cd_box .btnz a{
	display: block;
}
#container #mainContent .cd_box .btnz a.shop{
	background-image: url("../images/btn-buy.gif");
	height: 46px;
}
#container #mainContent .cd_box .btnz a.shop:hover{
	background-position: 0 -46px;
}
#container #mainContent .cd_box .btnz a.show{
	background-image: url("../images/btn-ukazka.gif");
	height: 48px;
}
#container #mainContent .cd_box .btnz a.show:hover{
	background-position: 0 -48px;
}

#footer{
	background-image: url("../images/footer-bg.gif");	
	height: 93px;
	color: #c80000;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	clear: both;
}
#footer #shadow{
	background-image: url("../images/footer-shadow.gif");	
	width: 978px;
	height: 93px;
	margin: 0 auto;
}
#footer p{
	padding-top: 50px;
}

