body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #ACA696;
	background-color: #000;
	margin: 0px; padding: 0px;
}

	
a {color: #ACA696; font-weight: bold; text-decoration: none;}
a:hover{	text-decoration: underline; color:#FFFFFF;}

p{
	margin: 3px 10px;
	padding: 0px;
	color:#777046;
	font-weight: bolder;
}
strong {
	color:#FFFFFF;
}

input, textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 70px;
	height: 12px;
	margin: 1px;
	color: white;
	background-color: #373737;
	border: 1px solid #8F8F8F;	
	font-weight: normal;
	padding:2px 3px;
	margin: 0px;
}

input.wide {
	width: 115px;
}



/*   ZAKLADNi LAYOUT   */
#page{
	width: 795px;
	margin: auto;
	text-align: left;
	position: relative;
}
#header{
	display: block;
	width: 795px;
	height: 250px;
	background: url('../img/bg_header.png') no-repeat center;	
	text-align: center;

}
#main_menu{
	position: relative;
	display: block;
	height: 35px;
	width: 795px;
	padding-left: 0px;
	left: 2px;
}
#col_left{
	display: block;
	position: relative;
	float: left; 
	width: 139px;
	padding-top: 5px;
}
#col_right{
	display: block;
	width: 152px;
	float: left;
	position: relative;
	padding-top: 5px;
}
#col_middle{
	display: block;
	width: 480px;
	position: relative;
	float: left;
	color: #D9D5C9;
	text-align: left;
	border-left: 1px solid #75797E;
	border-right: 1px solid #75797E;
	padding-bottom: 15px;
	padding-top: 15px;
	padding:11px;
	min-height:450px;
	_height:450px;
	line-height: 14px;
}
#col_middle.all{
	width: 630px;
	border-right: none;
}
#footer{
	display: block;
	clear: both;
	background-color: #2E2E2E;
	text-align: center;
	padding-bottom: 15px;
	line-height:150%;
}
.footer_top{
	display: block;
	height: 5px;
	font-size: 1px;
	background: url('../img/bg_footer_top_border.png') red;
	margin-bottom: 10px;
	line-height:100%;
}

/*  MAIN_MENU   */

#main_menu a{
	display: block;
	height: 35px;
	width: 158px;
	float: left;
}

.button1{	background: url('../img/bg_button1.png') left top;}
.button2{	background: url('../img/bg_button2.png') left top;}
.button3{	background: url('../img/bg_button3.png') left top;}
.button4{	background: url('../img/bg_button4.png') left top;}
.button5{	background: url('../img/bg_button5.png') left top;}
#main_menu a:hover,
#main_menu a.active {background-position: 0px -35px;}

.decor {
	display:block;
	position:absolute;	
}

.decor.quickmenu {
	background: url(../img/decor_quickmenu.png);
	height: 102px;
	width:12px;
	top:250px;
	right:0px;
}
/*   ZAOBLENI DIVU   */
#main_menu .decor{
	height:5px;
	width:5px;
	font-size:1px;
	background: url(../img/bg_decor.gif) no-repeat;
	z-index: 5;
}
#main_menu .lt{left:	0px;	top: 0px;	background-position:left top;}
#main_menu .rt{right: 	5px;	top: 0px; _right:4px; background-position:right top;}
#main_menu .lb{left:	0px;	bottom:0px; _bottom:-1px;	background-position:left bottom;}
#main_menu .rb{right: 	5px;	bottom:0px; _bottom:-1px; _right:4px;	background-position:right bottom;}


/*   BLOCK   */
.block{
	display: block;
}
form{
	margin: 0px;
	padding:0px;
}
.block_title{
	text-align: center;
	display: block;
	letter-spacing: -1px;
	font-size: 10px;
	text-transform: uppercase;
	height: 25px;
	padding-top: 10px;
	font-weight: bold;
	color: #FFF5DA;
	background: url(../img/bg_block_title.png) no-repeat center top;	
}
.block_content{
	position: relative;
	top: -5px;
	margin: 0px 10px;
}

.menu a{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #ACA696;
	text-decoration: none;
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../img/bg_bullet_square.png) no-repeat left top;	
	background-position: 5px 4px;
}
.menu a:hover,
.menu a.active{
	color: #FFF5DA;
	text-decoration: none;
}


.separator_star{
	display: block;
	height: 32px;
	background: url(../img/bg_separator_star.png) no-repeat center top;	
}

.MrBM{
	clear: both;
	font-size: 1px;
}

.orange{
	color: #D8A94C;
}
.center{
	text-align: center;
}
.hr{
	display: block;
	font-size: 1px;
	height: 1px;
	border-bottom: 1px dotted #D6A817;
	margin: 2px 0px;
}


h1{
	display: block;
	height: 76px;
	background:no-repeat left top;	
}
h1.download{background-image: url(../img/txt_download_title.png);}


.submenu {
	position:absolute;
	_margin-top: -45px;
	margin-top: -37px;
	right:10px;
	display: block;
	height: 56px;
}
.submenu a {
	display:block;
	float:right;
	text-align:center;
	width: 37px;
	height:37px;
	margin:1px 5px;
	line-height:37px;
	background: url(../img/star_back.gif) no-repeat left bottom;
	color:#f1c074;
}
.submenu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.submenu a.active:hover,
.submenu a.active {
	color: #FFFFFF;
}

h2 {
	background:url(../img/h2_back.png) no-repeat;
	height:45px;
	margin: 0px;
	padding-left:60px;
}

.graph {
	display:block;
	width:130px;
	background: url(../img/anketa_back.png);
	height: 5px;
	font-size: 1px;
	margin:5px 0px;
}
.graph .value{
	background: url(../img/anketa_active.png);
	height: 5px;
	font-size: 1px;
}

.green1{font-size:11px; color:#777046;}

.red{font-size:12px;color:#FFDCA6;text-decoration:none}
.item {
	color: #A5A07F;
	margin:10px 35px;
	font-weight: bold;
	margin-bottom:20px;
}
.item p {
	font-size:10px;
	text-align: justify;
}
.item .anot_img {
	margin-right:20px;
}
label {	
	font-weight:bold;
	line-height:16px;
	color:#5C3800;font-size:11px;
}
.title {
	line-height:5px;
	font-weight:bold;
	font-size:12px;color:#5C3800;text-decoration:none;
	background: url(../img/arrow_small.gif) left no-repeat;
	padding-left:7px;
	line-height:16px;
}
.item a.title:hover {
	color: #FFFFFF;
}


.butt {
	display: block;
	background: no-repeat left top;
	width: 53px;
	height: 20px;
	margin:3px;
	float:left;
}
.butt:hover {
	background-position: 0px -20px;
}
.butt.mp3 {background-image: url(../img/button_mp3.png);}
.butt.video {background-image: url(../img/button_video.png);}
.butt.foto {background-image: url(../img/button_foto.png);}
.butt.tisk {background-image: url(../img/button_tiskovky.png); width:73px;}

.butt.prev {background-image: url(../img/button_prev.png);}
.butt.prev2 {background-image: url(../img/button_prev2.png);}
.butt.next {background-image: url(../img/button_next.png);}
.butt.next2 {background-image: url(../img/button_next2.png);}

.page_nav{margin:0px 20px;}
.page_nav a.active {
	font-size: 16px;
}
.page_nav a {
	float:left;
	margin:4px;
}
.page_nav a.butt {
	width:19px;
}

.box {
	display:block;
	float:left;
	margin:10px;
}
h3 {
	margin: 0px;
}

#gallery .photo {
	float:left;
	display:block;
	margin: 10px 11px;
	text-align: center;
}

#gallery .photo .desc {
display:block;
margin-bottom:5px;
}
#col_middle img.right {
        float:right;
padding:5px;
}

#col_middle img.left {
        float:left;
padding:5px;
}
#tiskovka img {
	margin: 10px;
}
#tiskovka p {
	text-align:justify;
}

.tiskovka_title {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	background: url(../img/bg_bullet_square.png) no-repeat left top;	
	background-position: 5px 4px;
	padding-left: 15px;
	text-transform: uppercase;
}

.tiskovka_annotace {
 	color:#777046;
	margin: 0px 10px;
	
	
	
}

.active_tiskovka {
	color: white;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #75797E;
	background-color: #222;
}
.tiskovka_item {
	border-top: 1px dotted silver;
}

p.rozhovor{
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 10px;
	text-indent: -10px;
}

#col_middle .anketa1 {
     color: silver;
	  display: block;
	/*  margin: 5px 0px;*/
}

#col_middle .anketa2 {
	color: #F7E5BB;
	display: block;
	margin-top: 5px; /*	  margin-bottom: 3px;
	  margin-left:10px;
*/
}
#col_middle .anketa3 {
	color: #E9B441;
}

.box_form {
border:1px solid #F4D995;padding:0px; margin:10px 30px; width:400px; 
}

.item .text {font-weight:normal;}
.item .author {margin-top:7px;color:#777046; font-weight:normal;}
.item .author .date {font-size:8px;}
.diskuze .item {
	margin-bottom:0px;
	padding-bottom:5px;
	background: url(../img/bg_item.png) bottom no-repeat;
}

img {
	border:none;
}

h3 {
	font-size:12px;color:#FFF4D7;text-decoration:none;
}