body {
	background-color: #FFFFFF;
	text-align: center;
}
p {
	color: #7D0101;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	vertical-align: top;
}
.h2 {
	font-size: 22px;
	font-weight: bold;
}

.h3 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

.h4 {
	font-size: 14px;
	font-weight: bold;
}
.h5 {
	font-size: 12px;
	font-weight: bold;
}
.h6 {
	font-size: 11px;
	text-align: left;
}

.kontejner {
	width: 800px;
	margin: auto;
	padding: 0px;
	position: relative;
	border: 1px solid #ECDFDF;
}

.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	height: 89px;
}
/*horní menu*/
.hormenu {
	width: 360px;
	height: 20px;
	position: absolute;
	top: 18px;
	left: 0px;
	padding-left: 440px;
}
.hormenu a {
	color: #780001;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.hormenu a:hover {
	color: #FFFFFF;
}


.main {
	background-image: url(images/body1.jpg);
	width: 800px;
	min-height: 100%;
	_height: 500px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*hlavní menu*/
.menu {
	width: 150px;
	height: 300px;
	position: absolute;
	top: 93px;
	left: 126px;
}
.spaser1 {
	height: 24px;
	width: 47px;
	float: left;
}
.spaser2 {
	height: 24px;
	width: 49px;
	float: left;
}
.spaser3 {
	height: 24px;
	width: 40px;
	float: left;
}
.spaser4 {
	height: 24px;
	width: 30px;
	float: left;
}
.spaser5 {
	height: 24px;
	width: 15px;
	float: left;
}
.spaser6 {
	height: 50px;
	width: 440px;
	float: left;
	display: block;
}


.menu a {
	color: White;
	font-size: 12px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	display: block;
	text-decoration: none;
	text-align: left;
	height: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.menu a:hover {
	text-decoration: underline;
}
/*menu druhé urovnì*/
.submenu ul {
	text-align: left;
	list-style-type: disc;
	
	color: #780001;
}
.submenu li a {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	color: #780001;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
}

.fotolevo {
   min-height: 100%;
	_height: 400px;
	width: 225px;
	text-align: left;
	float: left;
	padding-top: 380px;
}
.fotolevo img {
	margin: 5px 0 0 0; 
}


.obsah {
	width: 440px;
	_width: 460px;
	min-height: 350px;
	_height: 370px;
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
}

.obsah a {
	color: #780001;
	text-decoration: none;
}
.obsah a:hover {
	text-decoration: underline;
}
.tabulka table {
	border: 1px solid #CA9796;
}

.obsah td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #780001;
	border-color: #CA9796;
	border: thin;
}

.obsah ul {
	text-align: left;
	list-style-type: square;
	color: #780001;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
}
.obsah li {
	color: #780001;
	text-align: left;
	font: normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
.mail1 a:hover {
	color: #CA9796;
}

.sponzori {
	text-decoration: underline;
}


/* Forms selectors : Norbou style */



.formik {
	width: 150px;
	height: 18px;
	color: #7D0101;
	background-color: #FFFFFF;
	font-size: 11px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 1px;
}

.zprava {

	width : 250px;

	height : 150px;

	background-color : #FFFFFF;

	padding-left : 3px;

	padding-bottom : 0px;

	padding-top : 1px;

	font-family: "verdana ce","arial ce", "geneva ce", "helvetica ce", verdana, arial, geneva, helvetica, sans-serif;

	color : #7D0101;

	font-size: 12px;

}

.poradna {

	width : 450px;

	height : 150px;

	background-color : #FFFFFF;

	padding-left : 3px;

	padding-bottom : 0px;

	padding-top : 1px;

	font-family: "verdana ce","arial ce", "geneva ce", "helvetica ce", verdana, arial, geneva, helvetica, sans-serif;

	color : #7D0101;

	font-size: 12px;

}

.button {
	font-size: 11px;
	font-weight: bold;
	color: #7D0101;
	background-color: #E8D8D8;
	
}


.formik,.zprava,.poradna {
	border: 1px solid #AF6D6F;
}





INPUT[type=text] {

}

INPUT[type=submit],INPUT[type="reset"] {

	border : 1px solid #AF6D6F;

	background-color : #E8D8D8;

	color: #7D0101;

	-moz-border-radius:1px;

}

INPUT[type="submit"]:active,INPUT[type="reset"]:active {

	border : 1px solid #AF6D6F;

	background-color : #7D0101;

	color: #FFFFFF;

	-moz-border-radius:1px;

}

INPUT[type="submit"]:hover,INPUT[type="reset"]:hover {

	border : 1px solid #AF6D6F;

	background-color : #7D0101;

	color: #FFFFFF;

	-moz-border-radius:1px;

}
.paticka {
	float: left;
	clear: both;
	height: 5px;
	width: 800px;
}


/* Zapati*/
.footer {
	width: 780px;
	_width: 800px;
	float: left;
	height: 40px;
	background-color: #D7BBBA;
	margin: 0px;
	padding:0px 0px 0px 20px;
	clear: both;
	
}
.footer p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D0101;
	padding: 0px;
	margin: 0px;
}

