@charset "windows-1250";
/* CSS Document */

body {
	background-color: #1E1E1E;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}
	
a {
	font-size: 12px;
	color: #db2020;
	text-decoration: none;	
	}

a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
	}

#subtable {
	background-color: #0F0F0F;
	width: 720px;
	height: auto;
	border: 1px;
	border-style: solid;
	border-color: #323232;
	left: 50%;
	margin-left: -360px; 
	position: absolute;
	}
	

#head {
	width: auto;
	height: 45px;
	background-image: url(img/logo06.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	}
	
#flash {
	width: 700px;
	height: 130px;
	background-image: url(img/flash.jpg);
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/*---MENU---*/	

#menu {
	width: 703px;
	margin-left: 10px;
	margin-right: 10px;
	}

#menu a {
	line-height: 20px;
	width: 98px;
	height: 20px;
	display: block;
	background-color: #191919;
	border: 1px;
	border-color: #323232;
	border-style: solid;
	color: #9B9B9B;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
        font-weight: bold;
	float: left;
	}
	
#menu a:hover {
	text-decoration: none;
	color: #EBEBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #db2020;
	border-bottom-color: #323232;
	border-left-color: #db2020;
	}

#blok01 {
	padding-left: 10px;
	margin-top: 10px;
	width: 200px;
	height: auto;
	float: left;
	border-right: 1px;
	border-color: #5A5A5A;
	border-right-style: dashed;
	}
	
#blok02 {
	margin-left: 10px;
	margin-top: 10px;
	width: 499px;
	height: auto;
	float: left;
	position: relative;
	}
	
#blok03 {
	padding-left: 10px;
	margin-top: 10px;
	width: 710px;
	height: auto;
	float: left;
	}
	
#blok_nadpis {
	margin-right: 10px;
	width: auto;
	height: 20px;
	line-height: 20px;
	background-image: url(img/nadpis.gif);
	font-size: 13px;
    font-weight: bold;
	}
	
#obsah01 {
	margin-top: 5px;
	margin-right: 10px;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #9B9B9B;
	line-height: 15px;
	}

/*===ANKETA---*/	
.nadpis {
	font-size : 13px;
	text-align : center;
	}
/*===ANKETA---*/	

#bottom {
	margin: 0px;
	margin-left: 0px;
	width: 700px;
	height: 20px;
	font-size: 12px;
	color: #9B9B9B;
	text-align: center;
	float: left;
	}
	
form {
  margin: 2px;
  padding: 2px;
}

input, textarea, select, button {
  color: #C8C8C8;
  background-color: #141414;
  font-size: 11px;
  border: 1px solid #666666;
}