/* css */
/* basic style */
body {
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
	font: 13px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, p, ul, li, a, img{
	margin: 0;
	padding: 0;
	border: 0; }

/* FORMATOVANI STRANKY */
#page {
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#content {
	width:570px;
	float:right;}

#leftmenu {
	width:230px;
	float:left;}
	

/* ==HEAD ===== */
#headleft {
	display:  block;
	position: relative;
	width:    190px;
	height:   168px;
	overflow: hidden ;
	float: left;
	}

#headleft span  {
	background:url(../images/headleft.jpg) no-repeat left top;
	display:     block;
	position:    absolute;
	z-index:     1;
	top:         0;
	left:        0;
	width:       190px;
	height:      168px ;
	cursor: pointer;}	

#headright {
	display:  block;
	position: relative;
	width:    610px;
	height:   168px;
	overflow: hidden ;
	float: right;
	}

#headright span  {
	background:url(../images/headright.jpg) no-repeat left top;
	display:     block;
	position:    absolute;
	z-index:     1;
	top:         0;
	left:        0;
	width:       610px;
	height:      168px ;
	}	


/* LEVE MENU */
#leftbox {padding-left: 15px;}

#leftmenu ul {
	list-style-type: none;
}

#leftmenu ul li  {
	display:block;
	height:40px;
	overflow:hidden;
}
	
#leftmenu ul li a  {
	display:block;
	width: 192px;
	height: 32px;
	font-weight: bold;
	color: #ffba3f;
	text-decoration: none;
	background: url(../images/bgmenu.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
}

#leftmenu ul li a span {
	padding-left: 15px;
	line-height: 30px;	
}

#leftmenu ul li a:hover {
		background-position: 0 -64px;
	}

#leftmenu ul li a.aktiv {
		background-position: 0 -32px;
		cursor:default;
	}
	

/* === OBSAH ===== */
#contbox { padding-right: 20px;

}

#contbox h2{
	color:#ffba3f;
	font-size: 28px;
	font-style: italic;
	margin-bottom: 20px;
}

#contbox p{ font-style: italic;	 }

#contbox p span{ font-size: 14px; }

#contbox ul{
	list-style: none;
	padding-left:5px;
	margin-bottom: 20px;
	}

#contbox ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}

#contbox {}

#contbox {}

#contbox {}

/* === PATICKA =====  */
#footer {
	display:  block;
	position: relative;
	width:    800px;
	height:   390px;
	overflow: hidden ;
	float: left;}

#footer span{
	background:url(../images/bgfooter.jpg) no-repeat left top;
	display:     block;
	position:    absolute;
	z-index:     1;
	top:         0;
	left:        0;
	width:       800px;
	height:      390px ;
	}
.paticka{
	font-size: 10px;
	width : 790px;
}

/* == POMOCNE === */
.cleaner {clear: both}

/* ======= end ========*/
/* =================== */
