* {
	font-family: "Tahoma CE", Tahoma, Helvetica, sans-serif;
}
h1 {
	font-size: 130%;
	color: #FF0000;
}

h1 a {
	color: #FF0000;
	text-decoration: none;
}

h2 {
	font-size: 110%;
	color: #666;
}

h2 a {
	text-decoration: none;
	color: #666;
}

h3 {
	font-size: 100%;
	color: #000;
	letter-spacing: 2px;
	padding-left: 2px;
}

h3 a {
	font-size: 100%;
	color: #000;
}

h4 {
	font-size: 100%;
}
p {
	text-indent: 25px;
	text-align: justify;
}

body {
	font-size: smaller;
	margin: 0px;
	background-color: #FFF;
}
a img {
	border: 0px;
	margin: 0px;
}
form {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
label {
	font-weight: bold;
}
/* rozvrzeni - start */

#okno {
	width: 750px;
	margin: 0px auto 0px auto;
	position: relative;
}

#menu {
	width: 750px;
	height: 67px;
	color: #CCC;
	padding-top: 3px;
	border-bottom: 1px solid #FFF;
	background-color: #FF0000;
	background-image: url(img/titul_bg.jpg);
	background-repeat: repeat-x;
}

#menu div {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-bottom: 8px solid #333;
	border-right: 1px solid #FFF;
	background-color: #FF0000;
	position: relative;
	float: right;
}

#menu div.akt {
	padding-top: 36px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-bottom: 8px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #FF0000;
	float: right;
}

#menu div.posledni {
	border-right: 0px;
}

#menu div.akt a {
	font-weight: bold;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#levy {
	width: 150px;
	float: left;
}

#levy img {
	border-bottom: 10px solid #CCC;
}

#pravy {
	width: 140px;
	padding: 9px;
	margin-top: 16px;
	border-left: 1px dashed #999;
	float: right;
}

#pravy strong {
	color: #333;
}

#text {
	width: 407px;/*441px*/
	padding: 17px;
	float: left;
}

#obsah {
	width: 750px;
	border-top: 1px solid #000;
	clear: both;
}

#paticka {
	width: 750px;
	margin-top: 15px;
	padding-top: 5px;
	font-size: 80%;
	background-image: url(img/bg_paticka.gif);
	background-repeat: repeat-x;
	text-align: right;
	clear: both;
}
/* rozvrzeni - konec */

.podmenu {
	width: 130px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 11px;
	color: #FFF;
	background-color: #FF0000;
	position: absolute;
	top: 41px;
	z-index: 1;
}
.podmenu img.ikona {margin-right: 3px; float: left;}
.podmenu span {display: block; float: left; width: 80px;}
.podmenu span.odsazeni {display: block; float: left; width: 8px;}
.podmenu a {color:#FFF; text-decoration:none; display: block; float: left;}
.podmenu a:hover {color:#F0FFFE;}
.polozkapodmenu1 {width: 120px;clear: both;}
.polozkapodmenu1 a {width: 110px;}
.polozkapodmenu2 {width: 110px;padding-left:10px;clear: both;}
.polozkapodmenu2 a {width: 100px;}
.polozkapodmenu3 {padding-left:15px;clear: both;}
.polozkapodmenu4 {padding-left:20px;clear: both;}
/* menu - konec */

div.clear {
	clear: both;
}
a.akt {
	font-weight: bold;
}
img.ikona {
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0px auto 0px auto;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
