body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  margin-top: 15px;
	padding: 0px;
	text-align:center;
  background-image:url(4.jpg);
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1200px;
}
#header {
	background-image:url(images/header2.jpg);
	width:1200px;
	height:300px;
	display:block;
  border: 3px rgb(70,79,82) solid;
  border-bottom: 2px rgb(70,79,82) solid;


}
#border {
	background-image:url(images/border1.gif);
	background-repeat: repeat-y;
	width:1200px;
  border: 3px rgb(70,79,82) solid;
  border-bottom: 2px rgb(70,79,82) solid;
  border-top: 0px rgb(97,57,19) solid;

}
#main {
	background-image:url(images/contentbg.gif);
	background-color:rgb(204,233,233);
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
  
}
#left {
	width:261px;
	float:left;
	display:inline;

	background-color:rgb(204,233,233);;
	
}
#right {
	float:right;
	width: 840px;
}
/***************** Content ***********************/
.content {
	width:790px;
  min-height:540px;
}
.content h3 {

	width:790px;
	height:33px;
	text-indent:20px;
  font-size: 30px;
	overflow:hidden;
	border-bottom: 1px dashed #2e2304;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
  font-style: italic;
}

.content h4 {

	text-indent:10px;
  font-size: 20px;
  font-style:bold;
	border-bottom: 1px dashed #2e2304;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}


.content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: bold;
	color: #003a65;
	padding: 10px 0px 0px 6px;
	font-weight:900;
  text-align:justify;
  text-indent:40px;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}


.zdroj  {
  text-align:right;
  font-size:15px;
  font-style:bold;
}



/***************** Menu ***********************/
#menu {
	background-image:url(images/menu1.gif);
	width:261px;
	height:449px;
	margin-left:50px;
}


#menu ul {
	padding: 15px 0px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url(images/menu_polozka.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 20px 40px 4px 0px;
  text-align:right;

}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #2e260f;
	text-decoration: none;
	font-size: 15px;
  background-color:rgb(221,158,158);
  padding: 3px 0px 3px 0px;

	
}
#menu a:hover {
	color:#c40000;
  background-color:rgb(236,202,202);
}
.lastchild{
	border-bottom: none !important;
}

/***************** Footer ***********************/
#footer {
	background-color:rgb(204,233,233);
	height:35px;
	width:1200px;
  border: 3px rgb(70,79,82) solid;
  border-top: 0px rgb(70,79,82) solid;
}

#copyright {
	background-color:rgb(204,233,233);
	width:1200px;
	height:25px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #463d16;
  margin-top:10px;
  text-align:center;

}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(220,20,60);
  text-decoration:none;
}
