* {
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", lucida, monospaced;
}
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: White;
	background-image: url(img/bg_bg.jpg);
	background-repeat: repeat-x;
	color: White;
}
a {
	text-decoration: underline;
	color: #D1D1D1;
}
a:hover {
	text-decoration: none;
	color: #FC2022;
}
a.download {
	text-decoration: underline;
	color: #8A0300;
}
a.download:hover {
	text-decoration: none;
	color: Gray;
}
a.up {
	text-decoration: none;
	color: Black;
	font-size: 10px;
}
a.up:hover {
	text-decoration: underline;
	color: #FF1A24;
}
.nadpis {
	color: #FC2022;
	font-size: 18px;
}
.bg_mid {
	background: url(img/bg_mid.jpg) repeat-y center;
}
.bg_top {
	background: url(img/bg.jpg) no-repeat top center;
	height: 662;
}
.bg_down {
	background: url(img/bg_down.jpg) no-repeat top center;
	height: 110;
}
.doprava {
	text-align: right;
}
a.dsg {
	text-decoration: none;
	font-size: 10px;
	color: #717171;
}
a.dsg:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #8A0300;
}
.design {
	font-size: 10px;
	text-align: right;
}
h1 {
	color: #FC2022;
	font-weight: normal;
	font-size: 18px;
}
h2 {
	color: #FFD700;
	font-weight: bold;
	font-size: 14px;
}
.menu {
	font-size: 11px;
	color: White;
	text-align: left;
}
.menu_hlavni {
	font-size: 14px;
	color: White;
	height: 40px;
}
a.menu_hl {
	font-size: 11px;
	color: White;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
a.menu_hl:hover {
	text-decoration: underline;
	color: #FC2022;
	text-align: left;
}
.view {
	font-size: 12;
	color: White;
	line-height: 22px;
	text-align: justify;
}
.zprava {
	font-size: 11;
	color: White;
	line-height: 18px;
	text-align: left;
}
.levy {
	font-size: 10px;
	color: #E2E5EA;
	line-height: 14px;
}
.pravy {
	font-size: 10px;
	color: #5F5F5F;
	line-height: 14px;
}
.down_text {
	font-size: 11;
	color: #217DCA;
	height: 51px;
}
.down_lista {
	font-size: 10;
	color: White;
	height: 50;
}
a.down_menu {
	font-size: 12px;
	color: White;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
a.down_menu:hover {
	text-decoration: underline;
	color: #BD3415;
}
.poznamka {
	font-size: 9;
}
input {
	background-color: #E9F2FB;
	border: 1px solid #FC2022;
	font-size: 12px;
	color: #8A0300;
	font-weight: bold;
}
textarea {
	background-color: #E9F2FB;
	border: 1px solid #FC2022;
	font-size: 12px;
	color: #8A0300;
	font-weight: bold;
}
select
{
	background-color: #E9F2FB;
	border: 1px solid #FC2022;
	font-size: 12px;
	color: #8A0300;
	font-weight: bold;
}
option {
	background-color: #E9F2FB;
	border: 1px solid #FC2022;
	font-size: 12px;
	color: #8A0300;
	font-weight: bold;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	width: 350px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: transparent;
	color: White;
	text-transform: uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 350px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
	border-bottom: 0px solid White;
	margin: 0;
}

#blueblock li a{
	display: block;
	padding: 4px 5px 5px 20px;
	background-color: transparent;
	color: White;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #F7271D;
	color: #fff;
}
