/* body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: silver;
	font-weight: bolder;
	background-color: rgb(0,0,0);
	background-image: url(background.gif);
	background-repeat: repeat;
	margin: 0px;
}

img {
  border: 0px solid rgb(30,30,30);
  }
  
.stranka {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: none;
}


.stranka a:link, .stranka a:visited {
	color: red;
	font-weight: bold;
	text-decoration: none;
	}

.stranka a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
  } 

.strankabgindex {
	text-align: justify;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.left {
	width: 200px;
	line-height: 170%;
	color: red;
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
}

.left a:link, .left a:visited {
	color: silver;
	font-weight: bold;
	text-decoration: none;
  display: block;	
  background-color: rgb(0,0,0);
  background-image: url(b1.jpg);
}

.left a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
  display: block;	
  background-color: red;
  background-image: url(b2.jpg);
}

ul {
	width: 180px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
  padding-bottom: 10px;
  margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

li {
  list-style-type: none;
  border-left: 0px solid rgb(50,50,50);
  border-top: 1px solid rgb(50,50,50);
  border-right: 0px solid rgb(50,50,50);
  border-bottom: 0px solid rgb(150,150,150);
  padding-top: 1px;
  padding-left: 0px;
  padding-bottom: 1px;
  padding-right: 0px;
  margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu a {
  padding-left: 10px;
}

.right {
	width: 600px;
	float: left;
}

.cards {
  padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}  

.point {
  float: right;
  padding: 0px;
	margin-top: 3px;
	margin-right:  3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.top {
  padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}    

