body {
	margin: 0;
	background-color: #202020;
  color: black;
	font-size: .75em;
	font-family: arial, verdana, sans-serif;
	line-height: 120%;
}

h1,h2,h3,h4,h5,h6 {	margin: 1.5em 0;}
h1 {font-size: 2em;}
h2 {color: #4d4d4d; font-weight: normal; font-size: 3em;}
h3 {font-size: 1.2em; margin: 2em 0 .1em 0;}
h4 {font-size: 1em;}
h5 {font-size: .8em;}
h6 {font-size: .7em;}
h2 span {
	color: #494949;	
}
a.gallery {
    color: #4d4d4d;
    padding-right: 20px;
    font-family: "trebuchet ms", sans-serif;
    background-image: url(../img/sipka.gif);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;

}
a.gallery:hover {
    text-decoration: none;
    color: #ff8200;
}
div.mainFrame {
  margin: 50px 200px;
}
div.menu {
  color: #4d4d4d;
}
p.footer {
  text-align: center;
  font-size: .9em;
  color: #434343;
  margin-top: 80px;
}
.pruhlednost {   
    opacity: 0.7;   
    filter: alpha(opacity=70);
}    
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-top: 140px;
	padding-left: 15px;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 110%;
	color: #005486;
}
ul span {
  font-weight: normal;
  font-size: .8em;
}
li {
  padding-bottom: 15px;
}
div.clear {
	clear: left;	
}
table {
	font-size: 1em;	
	border: 1px solid #848484;
	margin-top: 1.5em;
}
td {
	background-color: #f5f5f5;
	border-collapse: collapse;
	padding: 5px 8px;
}
.center {
  text-align: center;
}

