@charset "utf-8";
.nadpp {
	color: #000000;
	font-weight: bold;
	background-color: #CCCC33;
}

/* CSS Document */

body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330000;
	font-size: 12pt;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.kw #hlavnipanel  {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-image: url(../grafika/back_linka_r_g.gif);
} 
.kw #hlavicka {
	position: relative;
	float: none;
	text-align: center;
} 
.kw #hlavicka h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.kw #levypanel {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.kw #pravypanel {
	float: right; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.kw #obsah {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
	font-size: 12px;
} 
.kw  #obsah_i {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
	font-size: 12px;
} 
.kw #paticka {
	font-size: 12px;
	color: #DEDE7C;
	background-image: url(../grafika/Image_paticka_r.gif);
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 60px;
} 
.kw #paticka p {
	margin: 0;
}
.kw #top {
	background-image: url(../grafika/image_top_r.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
table {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #663300;
	text-align: center;
	background-color: #F0FFF0;
}
.podtitul {
	font-size: 16px;
	font-weight: bold;
	background-position: center;
}

.Popis1 {
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}
.Popis2 {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}

