* {
	font-family: "Times New Roman", Times, Arial, Arial CE, serif;
}
body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: Black;
	background-image: url(img/bg_bg.jpg);
	background-repeat: repeat-x;
	color: #424242;
}
.bg_mid {
	background: url(img/bg_mid.jpg) repeat-y center;
}
.bg_top {
	background: url(img/bg.jpg) no-repeat top center;
	height: 574;
}
.bg_down {
	background: url(img/bg_down.jpg) no-repeat top center;
	height: 226;
}
.doprava {
	text-align: right;
}
a.dsg {
	text-decoration: none;
	font-size: 11px;
	color: #A19273;
}
a.dsg:hover {
	text-decoration: underline;
	font-size: 11px;
	color: Yellow;
}
.design {
	font-size: 12px;
	text-align: right;
	color: #BEAF9A;
}
h1, .nadpis {
	color: #D61C0F;
	font-weight: normal;
	font-size: 22px;
}
h2, .nadpis2 {
	color: #35302A;
	font-weight: bold;
	font-size: 16px;
}
.menu {
	font-size: 11px;
	color: White;
	text-align: left;
}
.menu_hlavni {
	font-size: 14px;
	color: White;
	height: 46px;
}
a.menu_hl {
	font-size: 14px;
	color: #35302C;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
a.menu_hl:hover {
	text-decoration: underline;
	color: White;
	text-align: left;
}
.motto {
	text-align: right;
	margin-top: 8;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	color: #584D3B;
}
.view {
	font-size: 14;
	color: #273940;
	line-height: 22px;
}
.down_text {
	font-size: 11;
	color: #217DCA;
	height: 51px;
}
.down_lista {
	font-size: 10;
	color: #8ac7cd;
	height: 50;
}
a.down_menu {
	font-size: 12px;
	color: #584D3B;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
a.down_menu:hover {
	text-decoration: underline;
	color: Red;
}
.poznamka {
	font-size: 9;
}
a.up {
	color: Yellow;
	text-decoration: none;
	font-size: 12px;
}
a.up:hover {
	text-decoration: underline;
	color: Red;
}
a {
	text-decoration: underline;
	color: #D71A16;
}
a:hover {
	text-decoration: none;
	color: #A49D8D;
}
input {
	background-color: #CBBCA7;
	border: 1px solid #D71A16;
	font-size: 12px;
	color: #35302A;
	font-weight: bold;
}
textarea {
	background-color: #CBBCA7;
	border: 1px solid #D71A16;
	font-size: 12px;
	color: #35302A;
	font-weight: bold;
}
select
{
	background-color: #CBBCA7;
	border: 1px solid #D71A16;
	font-size: 12px;
	color: #35302A;
	font-weight: bold;
}
option {
	background-color: #CBBCA7;
	border: 1px solid #D71A16;
	font-size: 12px;
	color: #35302A;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
	width: 188px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color: transparent;
	color: #C01F17;
}

* html #blueblock{ /*IE 6 only */
w\idth: 188px; /*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: 10px 5px 10px 30px;
	background-color: transparent;
	color: #C01F17;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #8F8878;
	color: #fff;
}

