/* Hlavni stylova stranka.
 *
 * @author   -pj-  <pj.ripper@centrum.cz>
 * @version  2006-09-24
 */
 
body {
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}
h2 {
	margin-top: 0;
	padding-top: 0.5em;
	color: #DEB887;
	font-size: 13pt;
}
h3 {
	color: #DEB887;
	font-size: 10pt;
}
table {
	font-size: 8pt;
}
a {
	color: #B0C4DE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
  margin-left: 185px;
  width: 600px;
}
#download strong {
  margin-right: 0.4em;
}

/*-------------[ MENU LEVE ]------------------*/
#menu_left {
	width: 180px;
	float: left;
	position: fixed;
}
#menu_left a {
	display: block;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	width: 100px;
}
#menu_left a.active {
	color: #DEB887;
}
#menu_left a:hover {
	color: #DEB887;
}
#menu_left_top {
  padding: 95px 0 0 5px;
  height: 500px;
  background: url(../images/menu.jpg) top left no-repeat;
}
#menu_left_bottom {
  margin-top: 110px;
}
#menu_left_bottom img {
  border: none;
}

/*-------------[ NOVINKY ]------------------*/
.news {
	margin-bottom: 2em;
}
.news_header {
	text-align: right;
	background-color: #3F3F3F;
	padding: 4px 5px 4px 5px;
}
.news_header h3 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	color: #DEB887;
}
.news_header em {
	color: red;
	font-weight: bold;
}
.news_author {

}
news_text {
	clear: both;
}

/*-------------[ MEMBERS ]------------------*/
#member th {
	text-align: right;
}
#member td {
	padding-left: 0.5em;
}

/*-------------[ FORMULARE ]------------------*/
input, textarea {
	background-color: #3F3F3F;
	color: white;
	border: 1px solid silver;
	font-size: 10pt;
}

/*-------------[ LINKS ]------------------*/
#links ul {
	margin: 10px 0 10px 0;
  padding: 0 0 0 25px;	
}
#links ul {	
  list-style: square outside;  
}
#links li {	
  margin: 0 0 0.5em 0;	        
}

/*-------------[ ZAPATI ]------------------*/
#footer {
	text-align: right;
	width: 600px;
	margin-left: 185px;
	padding-bottom: 2em;
	margin-top: 3em;
	color: silver;
}
#footer a {
	color: silver;
}
#footer a:hover {
	text-decoration: underline;
}
