@charset "windows-1250";
/* CSS Document */

/*HOVER prekreslovani buttonu*/
#top_menu_bg ul.sub .popupsubmenu a{background-color:#fff; background-image:url(../images/subbutton.jpg); background-position:left; text-decoration:none; z-index:1000;}
#top_menu_bg ul.sub .popupsubmenu a:hover{background-color:#fff; background-image:url(../images/subbutton.jpg); background-position:right; text-decoration:underline;}
/*KONEC - HOVER prekreslovani buttonu*/

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#333;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*brown index*/
#header{
	width:958px;
	height:85px;
	background-image:url(../images/head_bg.jpg);
	background-repeat:no-repeat;
}
/*end - brown index*/

/*brown subpage*/
#container{
	float:left;
	width:958px;
	min-height:370px;
	margin-top:6px;
}
	
	#v_menu_bg{
		float:left;
		width:289px;
		
	}
		#v_menu_indent{
			width:289px;
			height:7px;
			background-color:#f7e9d2;
		}
		
		#v_menu_header{
			width:289px;
			height:28px;
			background-image:url(../images/v_menu_head_bg.jpg);
			color:#fee4c4;
			line-height:28px;
			vertical-align:middle;
			font-weight:bold;
			text-transform:uppercase;
		}
			.v_menu_button{
				line-height:26px;
				vertical-align:middle;
				font-weight:bold;
			}
			
			.v_menu_button_act{
				line-height:26px;
				vertical-align:middle;
				font-weight:bold;
			}
			
			.v_submenu{
				line-height:26px;
				vertical-align:middle;
				font-weight:bold;
			}
			
			.v_submenu_act{
				line-height:26px;
				vertical-align:middle;
				font-weight:bold;
			}
			
			.v_menu_button a{
				width:289px;
				height:26px;
				background-image:url(../images/top_button.jpg);
				background-position:left;
				display:block;
				text-decoration:none;
				color:#333;
			}
			
			.v_menu_button a:hover{
				background-image:url(../images/top_button.jpg);
				background-position:right;
				text-decoration:underline;
			}
			
			.v_menu_button_act a{
				width:289px;
				height:26px;
				background-image:url(../images/top_button.jpg);
				background-position:right;
				display:block;
				text-decoration:none;
				color:#333;
				}
				
			.v_submenu a{
				width:289px;
				height:26px;
				background-image:url(../images/subbutton.jpg);
				background-position:left;
				display:block;
				text-decoration:none;
				color:#333;
				}
			.v_submenu a:hover{
				width:289px;
				height:26px;
				background-image:url(../images/subbutton.jpg);
				background-position:right;
				text-decoration:underline;
				}
				
			.v_submenu_act a{
				width:289px;
				height:26px;
				background-image:url(../images/subbutton.jpg);
				background-position:right;
				display:block;
				text-decoration:none;
				color:#333;
				}
			
			.v_submenu_act a:hover{
				text-decoration:underline;
				}
		
		#v_menu_buttons{
			width:289px;
			height:121px;
			padding-top:10px;
			background-color:#FFF;
		}
		
		#v_menu_buttons_nomenu{
			width:289px;
			height:121px;
			background-color:#FFF;
		}
				
	#content_bg{
		float:left;
		width:661px;
		margin-left:8px;
	}
	
		#content_header{
			width:661px;
			height:28px;
			background-image:url(../images/article_head_bg.jpg);
			color:#fee4c4;
			line-height:28px;
			vertical-align:middle;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		#content_item{
			float:left;
			width:661px;
			min-height:320px;
			background-image:url(../images/article_bg.jpg);
			background-repeat:no-repeat;
			background-position:top;
		}
			
			
			#content_item_text{
				width:613px;
				min-height:220px;
				margin-left:24px;
				margin-top:9px;
				text-align:justify;
				font-size:11px;
			}
				#content_item_text a{
					color:#1c60a8;
					text-decoration:underline;
				}
				
				#content_item_text a:hover{
					text-decoration:none;
				}
			
hr{
	color: #510000;
	background-color: #510000;
	height: 1px;
}

/*end - brown subpage*/