/*
	COLORA
	pozadi-cerna: 272727;
	payadi-menu-vienove cervena: cb0202;
	
*/

* {margin:0px;padding:0px;}

body {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #272727;
	background: url('../img_des/bcgr.jpg') top repeat;
}
.clear{clear: both; height: 20px;}

#page {
	text-align: center;
}

#header {
	background-image: url('../img_des/header.jpg');
	width: 900px;
	height: 210px;
	margin: 0 auto;
}

#header #logoclick {
  position:relative; 
  top:40px; 
  left:40px; 
  z-index:5; 
  display:inline; 
  width:510px; 
  height:90px; 
  float:left; 
  clear:both; 
  z-index:10;
}

/* skryje text, ktery se ale nachazi na obrazku */
#header h1.headtext {
	visibility: hidden;
}

#menu {
	background-image: url('../img_des/menu.jpg');
	width: 800px;
	height: 78px;
	margin: 0 auto;
}

#menu .item {
	text-align: center;
	width: 200px;
	height: 30px;
	float: left;
	color: #ffffff;
}

#menu .item a {
	color: #ffffff;
	font-size: 14px;
	padding-top: 25px;
	display: block;
	width: 200px;
	height: 30px;
}

#content {
	background-color: #ffffff;
	background: url('../img_des/bcgr-content.jpg') top repeat;
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
}

#content .text {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #272727;
}

#footer {
	background-color: #ffffff;
	background-image: url('../img_des/footer.jpg');
	width: 800px;
	height: 24px;
	margin: 0 auto;
}

#footer .text {
	color: #272727;
	
}

#footer #text a {
	color: #272727;
}