*{
	margin: 0;
	padding: 0;
}
	
body {
	color: #676767;
	font-family: Verdana, Sans-Serif;
	font-size: 80%;
	background: url("./images/design/bg.gif") left 100px repeat-x;
}
	
img{
	border: 0;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
	
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
	
h2,h3,h4{
	color: #CB1111;
	margin: 5px 0 0;
}
h2{
	margin-bottom: 15px;
}
	
a{
	color: #CB1111;
}
a:hover{
	text-decoration: none;
}
	
th,td{
	text-align: left;
	padding: 2px;
	vertical-align: top;
}
	
	
	
/*     vycentrovani     */
#holder {
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 400px;
	min-width: 756px;
}
	
#supplemental {
	width: 756px;
	height: 400px;
	visibility: hidden;
}
	
#page {
	position: absolute;
	top: 0;
	left: 50%;
	width: 756px;
	min-height: 400px;
	margin: 0 0 0 -378px;
	background: #fff url("./images/design/bg-page.gif") top left repeat-y;
}
	
	
	
/*     hlavicka     */
#top{
	width: 756px;
	height: 219px;
	background:url("./images/design/hlavicka.gif") top left repeat-y;
}
	
#top-text{
	position: absolute;
	left: 30px;
	top: 115px;
	width: 240px;
	color: #fff;
	font-size: 90%;
}
#top-text a{
	color: #fff;
}
	
/*  logo  */
#logo {
	position: absolute;
	left: 52px;
	top: 44px;
	width: 219px;
	height: 48px;
	overflow: hidden;
	z-index: 2
}
#logo span {
	display:block;
	width: 219px;
	height: 48px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: url("./images/design/logo.gif") top left no-repeat;
	cursor: pointer;
}
	
/*  menu  */
#menu{
	padding: 68px 8px 0 0;
	list-style: none;
}
#menu li{
	float: right;
	width: 143px;
	height: 32px;
	margin-left: 1px;
}
#menu li a,#menu li span{
	width: 83px;
	height: 26px;
	display: block;
	padding: 6px 30px 0 30px;
	font-size: 120%;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background: #5A5A5A url("./images/design/bg-menu.gif") top left no-repeat;
}
#menu li span{
	background: #AC3838 url("./images/design/bg-menu-active.gif") top left no-repeat;
}
#menu li a:hover{
	background: #5A5A5A url("./images/design/bg-menu-hover.gif") top left no-repeat;
}
	
	
	
/*     levy pruh     */
#left{
	float: left;
	width: 200px;
	margin: 20px 0 0 31px;
}
#left .h{
	color: #C2C2C2;
	border-bottom: 1px #C2C2C2 solid;
}
#left .banner{
	margin: 15px 0;
	text-align: center;
}
	
	
	
/*     obsah     */
#content{
	float: right;
	width: 413px;
	min-height: 387px;
	margin:-80px 22px 0;
	padding: 5px 15px;
	background: url("./images/design/bg-content.gif") left 80px no-repeat;
}
	
	
#content p,#content ul,#content ol,#content table,#content fieldset,#content blockquote{
	margin: 10px 0 20px;
}
#content ol{
	margin-left: 15px;
}
#content blockquote{
	font-style: italic;
}
#content li{
	margin: 5px 0 5px 15px;
}
#content fieldset{
	border: 1px #aaa solid;
	padding: 5px;
}
#content fieldset legend{
	padding: 0 5px;
	margin-left: 5px;
	font-weight: bold;
	color: #CB1111;
}
#content fieldset p{
	padding: 0 5px;
}
#content fieldset table{
	margin: 0;
}
	
	
#content a img{
	border: 1px #CB1111 solid;
}
#content a:hover img{
	border: 1px #000 solid;
}
	
#content input.tlac{
	width: 200px;
	height: 36px;
	background: #DFDFDF url("./images/design/tlacitko-m.gif") top left no-repeat;
	border: 0;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
#content input.tlac:hover{
	color: #CB1111;
}
	
	
	
#reg-link{
	text-align: center;
}
#reg-link a{
	display: block;
	width: 300px;
	height: 36px;
	margin-left: 60px;
	padding-top: 18px;
	background: #DFDFDF url("./images/design/tlacitko.gif") top left no-repeat;
	font-size: 110%;
	font-weight: bold;
	color: #111;
	text-decoration: none;
}
#reg-link a:hover{
	color: #CB1111;
}
	

em.error{
	display: block;
	font-size: 85%;
	color: red;
}
	
	
	
/*    paticka     */
#bottom{
	clear: both;
	width: 756px;
	height: 50px;
	background: #fff url("./images/design/bottom.gif") top left no-repeat;
	margin-bottom: -20px;
}
	
#bottom p{
	padding-top: 20px;
	text-align: center;
	font-size: 90%;
	color: #8F8F8F;
}
#bottom p a{
	color: #676767;
}
	
	
	
div.gal{
	width: 200px;
	height: 150px;
	float: left;
	text-align: center;
}
