* {
     margin: 0px;
     padding: 0px;
}

body {
	color:#CCC;
	background-color: #333333;
	/*   background-color: black;*/
	background-position: center;
	font-family:"Times New Roman";
	background-image:url(css_img/body_top.jpg);
	background-position: top;
	background-repeat:repeat-x;
}
#main{
    z-index: 10;
    border: solid;
	border-color: black;
	border-width: 5px;
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 751px;
	height: auto;
	background-color:#000000;	
}
p {
padding-top: 4px;
padding-bottom: 4px;
}

a:visited{
	color: green;
}
a:active{
	color: white;
}
a:link{
	color: #0099FF;
}
a:hover{
	color: orange;
}



#logo{
	z-index: 4;
	width: 751px;
	height: 269px;
	background-image:url(css_img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
/*	left: 400px;*/
}
#logo a { 
	display: block; 
	height: 100%; 
	width: 100%; 
}
#menu{
  	width: 751px;
	height: 28px;
	margin-top: 4px;
	background-image: url(css_img/mnu_rep_x.jpg);
	background-repeat: repeat-x; 
	position: relative;
}
.menu_items{
	font-weight: bold;
	padding: 0px;
	width: 751px;
	height: 28px;
	/*       padding-top: 3px; */
/*	font-weight:bold; */
	font-style:normal;
	font-size:14px;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	position:relative;
}
.menu_item_normal{
	position:relative;
	padding-left: 7px;
	padding-right: 7px;
	float:left;
	height: 28px;
	}
.menu_item_actual{
	margin-top: 0px;
	top: 0px;
	position:relative;
	padding-left: 7px;
	padding-right: 7px;
	float:left;
    color: white;
	height: 28px;
	background-image: url(css_img/mnu_rep_active_x.jpg);
	background-repeat: repeat-x;
}

.menu_item_position{
	height: 28px;
	top: 5px;
	position: relative;
}
.menu_items a:visited{
	text-decoration:none;
	color: #ff9900;
}
.menu_items a:active{
	text-decoration:none;
	color: #white;
}
.menu_items a:link{
	text-decoration:none;
	color: #ff9900;
}
.menu_items a:hover{
	color: #cccc99;
	text-decoration:none;
}

/*----*/
.menu_item_actual a:visited{
	text-decoration:none;
	color: white;
}
.menu_item_actual a:active{
	text-decoration:none;
	color: #white;
}
.menu_item_actual a:link{
	text-decoration:none;
	color: white;
}
.menu_item_actual a:hover{
	color: white;
	text-decoration:none;
}
#obsah{
	overflow:auto;
	color: #999;
	width: 751px;
	margin-top: 4px;
	background-image: url(css_img/content_repeat_y.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#obsah_top{
	overflow:auto;
	width: 751px;
    background: url(css_img/content_top.jpg) no-repeat top;
	position: relative;	

}
#obsah_bottom{
	overflow:auto;
	width: 751px;
    background: url(css_img/content_bottom.jpg) no-repeat bottom;
	position: relative;	

}
#obsah_main{
	width: 730px;
	margin-left: 10px;
	position: relative;
	padding-bottom: 4px;
}
#obsah_main h1 {
 padding-top: 10px;
 padding-bottom: 10px;
}

#obsah_main h2 {
 padding-top: 8px;
 padding-bottom: 8px;
}
#obsah_main h3 {
 padding-top: 6px;
 padding-bottom: 6px;
}

#footer{
	width: 751px;
	height: 24px;
	margin-top: 4px;
	background-image: url(css_img/footer_repeat_x.jpg);
	background-repeat: repeat-x;
	position: relative;
}
/*----*/
#footer a:visited{
	color: white;
}
#footer a:active{
	color: white;
}
#footer a:link{
	color: white;
}
#footer a:hover{
	color: orange;
}
.footer_text_left{
	float:left;
	top: 2px;
	margin-left: 4px;
	width: auto;
	height: 20px;
	position:relative;
}
.footer_text_right{
	float:right;
	top: 2px;
	margin-right: 4px;
	width: auto;
	height: 20px;
	position:relative;
}
.img_border {
	border-width: 0px;
}
