/** HLAVNI LAYOUT **/

body {
  background:url(./bb.jpg);
  background-repeat: no-repeat;
  background-color: black;
  font-family: Verdana;
  text-align:center;
  font-size: 10px;
  color: #9a9579;
}

div#overall {
	position:relative;
	margin: auto auto;
	width: 862px;
	text-align:left;
} 

#head {
	position: relative;
	margin-bottom:20px;
}

#head .totalCount {
	position:absolute;
	bottom:6px;
	right:10px;
	color:#9a9579;
	font-size:11px;
	font-weight:800;
}

#main  {
	position:relative;
	background-color: #433933;
	border:1px solid #a3907c;
	width: 860px;
}

#left {
	float:left;
	width:150px;
}


#right {
	float:right;
	width:710px;
}


/** MENU & LEFT **/

#menu {
	padding:5px;
}

#menu a {
	color: #9a9579; 
	display:block; 
	font-family: Verdana; 
	font-size: 9px; 
	font-weight: bold;
	background:url(../../graphic/tlacitko.jpg);
	position: relative;
	margin-top: 3px;
	height: 30px;
	width: 140px;
}

#menu a img {
	border:2px solid #000;
}

/** BOXES **/
.bbox {
	position:relative;
	margin:5px;
	text-align:center;
	background-color:#38302b;
	border:1px solid #000
}

.bbox h3 {
	font-size:13px;
	font-weight:800;
	background-color: #a3907c;
	margin:0px 0px 10px 0px;
	padding:5px;
	color:#fff
}

.box, .random_box {
	position:relative;
	width:215px;
	height:100px;
	float:left;
	border:1px solid #000;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#555;
	text-align:left;
}

.box img {
	float:left;
	margin-right:5px;
}

.random_box {
	float:none;
	width:100px;
	height:130px;
	margin-left:15px
}

.random_box h2 {
	text-align:center !important;
}

.random_items {
	width:250px;
	margin-left:20px;
	
}

/** FOOTER **/
#bottom {
	position: relative;
	background-color: #38302b;		
	border:1px solid #a3907c;
	height: 85px;
	width: 860px;	
}

#footer {
	position: relative;
	background-color: #a3907c;
	color: black;
	border:1px solid #a3907c;
	height: 18px;
	width: 860px;
}

div#footer2 {
	text-align:center; 
	font-family: "New York"; 
	font-size: 12px;
}

/*** DEFAULTNI PRVKY **/

h1 {
	font-size:20px;
	margin:10px 0px 10px 0px;
}

h2 {
	font-size: 10px; 
	margin:5px 0px 2px 2px; 
	padding:0px;
}

h2 a {
	font-weight: 800; 
	color:#ddd !important
}

a img {
	border:0px
}

.inbox {
	padding:20px;
}

a:link, a:visited {
	text-decoration: none; 
	color:black;
}

a:hover {
	color: #e95d0f !important;
}


