body, html{
	font-family: "Georgia", Geneva, sans-serif;
	font-size: 0.95em;
	line-height: 1.1em;
  background-color: #000000;
	color: #ffffff;
	border: 0px none;
	margin: 0px;
	padding: 0px; 
}
h2{
	font-size: 20px;
	font-weight: normal;
}
#all{
	width: 100%;
	margin: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#top{
	height: 35px;
	text-align: center;
	
}
#top_left{
	float: left;
	width: 25%;
}
#top_right{
	float: left;
	width: 20%;
}
#top_center{
	float: left;
	width: 50%;
	text-align: center;
}
#middle{
	
}
#middle select{
	font-size: 11px;
	text-align: left; 
	color:  #C80000;
	background-color: #000;
	border: solid 1px #fff;
	font-weight:bold;
	width: 150px;
	padding: 2px;
	margin: 5px;
}
#middle select option{
	padding: 2px;
}
#banner{
	height: 80px;
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#content{
	margin-top: 30px;
}
#left{
	float: left;
	width: 20%;
}
#text{
	float: left;
	width: 55%;
}
#text a: link{
	color: red;
}
#text a: visited{
	color: white;
}
#right{
	width: 20%;
	float: right;
	text-align: left;
}
#text fieldset{
	width: 530px;
	padding: 10px;
	margin: 20px 0 10px 0;
	border: solid 1px black;
	text-align: left;
}
#text fieldset a:link{
	color: red;
}
#text fieldset a:visited{
	color: grey;
}
#text fieldset legend{
	width: 135px;
	background: #fff;
	padding: 5px;
	color: #000;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#left ul li, #right ul li a {
	padding: 1px;
	text-align: left;
	list-style-type: square;
}
#left ul li a:link, #right ul li a:link{
		color: red;
}
#left ul li a:visited, #right ul li a:visited{
		color: grey;
}

img.vlajka{
	border: none;
}
table.interpret_basic{
	width: 500px;
}
table.interpret_basic tr td{
	text-align: left;
	vertical-align: top;
}
a.more{
	padding: 7px;
	
}
a:link{
	color: Red;
	text-decoration: none;
}
a:visited{
	color: White;
	text-decoration: none;
}
a:hover{
		text-decoration: underline;
}

