body, html
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #CBA36E;
}
.obal {
	margin: auto;
	text-align: left;
	border-left: 5px solid #C22A1F;
	border-right: 5px solid #C22A1F;
	border-bottom: 8px solid #C22A1F;
	border-top: 5px solid #C22A1F;
	width: 870px;
	min-height: 750px;
	*height: 750px;
	background-color: white;
}
.top {
	width: 870px;
	height: 100px;
	background-color: White;
}
.menu {
	*width: 870px;
	max-width: 870px;
	height: 20px;
	padding-top: 5px;
	*padding-bottom: 5px;
	background-color: white;
	top: 170px;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	font-size: 11px;
	text-align: center;
}
a {
	text-decoration: none;
	color: red;
}
a:hover {
	color: red;
	text-decoration: underline;
}	
.menu a {
	text-decoration: none;
	color: gray;
}
.menu a:hover {
	color: red;
	text-decoration: underline;
}
.textblok1 a {
	text-decoration: none;
	color: Red;
	padding-bottom: 5px;
}
.textblok1 a:hover {
	text-decoration: underline;
	color: Red;
	padding-bottom: 5px;
}
.textblok {
	*width: 550px;
	max-width: 550px;
	*height: 600px;
	min-height: 600px;
	margin-left: 150px;
	margin-right: 20px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	text-align: left;
	background-color: White;
}

.textblok2 {
	*width: 120px;
	max-width: 120px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	text-align: center;
		
}
.textblok1 {
	*width: 140px;
	max-width: 140px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}

.banner {
	float: right;
	margin-right: 5px;
	margin-top: 5px;

}
.banner2 {
	margin-right: 5px;
	*margin-top: 0px;
	text-align: right; 
}

h2 {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #C22A1F;
}
h3 {
	font-size: 10px;
	color: Gray;
	float: right;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
p {
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 12px;
	line-height: 20px;
	text-align: justify;
}
.inforam {
	width: auto;
	max-width: 550px;
	line-height: 15px;
	border: 1px solid red;
	padding: 5px;
	background-color: #FFEFD5;
	text-align: left;
	font-size: 11px;
}
.inforam_b {
	width: auto;
	max-width: 550px;
	line-height: 15px;
	border: 1px solid red;
	padding: 5px;
	background-color: white;
	text-align: left;
	font-size: 11px;
}
.inforam_pravy {
	width: 255px;
	line-height: 15px;
	float: right;
	border: 1px solid #DCDCDC;
	padding: 0px 5px 5px 5px;
	background-color: white;
	text-align: left;
	font-size: 11px;
	margin: 5px;
	margin-right: 0px;
}

.inforam_lavy {
	width: 255px;
	line-height: 15px;
	float: left;
	border: 1px solid #DCDCDC;
	padding: 0px 5px 5px 5px;
	background-color: white;
	text-align: left;
	font-size: 11px;
	margin:5px;
	margin-left: 0px;
}

.textfloat {
	float: right;
}
.img_small {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid gray;
}
.imgbig {
	float: right;
	width: 200px;
	margin-left: 10px;
	border: 1px solid gray;
}