/* main */
* {
	margin: 0;
	color: #fff;
	padding: 0;
}
body {
	font-family: Tahoma;
	text-align: center;
	background: url(images/body-background.jpg);
}
/* div */
#parent {
	width: 738px;
	border: 3px solid #fff;
	margin: 0 auto;
	background-color: #fff;
	background: url(images/content-background.jpg) repeat-y;
}
#top {
	width: 728px;
	height: 239px;
	background: url(images/top.jpg) no-repeat #fff;
	text-align: left;
	padding: 5px 5px 0 5px
}
#navi {
	background: url(images/acronym-background.jpg) no-repeat #fff;
	height: 46px;
	text-align: left;padding:0 10px
}
#left {
	width: 202px;
	float: left;
	text-align: left;
}
#right {
	text-align: left;
	float: left;
	width: 520px;
	padding: 0 0 0 15px
}
div.clear {
	clear: both
}
#footer {
	background: url(images/footer-background.jpg);
	height: 19px;
	text-align: left;
	padding: 30px 20px;
	font-size: 10px;
}
.footer-navi-left {
	width: 180px;
	float: left
}
.footer-navi-right {
	float: left;
	margin-left: 30px;
}
#logo {
	position: absolute;
	top: 50px;
	margin-left: 10px
}

.content-left {width:155px;float:left;margin:10px 0}
.content-right {width:320px;float:left;margin:0 10px}
/* acronym */
#top a {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0;
}
#navi a {
	text-decoration: none;
	display: block;
	color: #fff;
	width: auto;
	float: left;
	line-height: 41px;
	font-weight: bold;
	background: url(images/star.jpg) no-repeat right;
	padding: 0 21px 0 0;
	margin: 0 5px;
	text-transform: lowercase;
	font-size: 12px
}
.footer-navi-right a {
	margin: 0 5px;
	text-transform: lowercase;
	font-size: 12px;
}
#navi a:hover {
	color: #545a4e
}


#left-navi a {display:block;;text-decoration:none;font-weight:bold;font-size:12px;line-height:25px;padding:0 10px;border-width:1px 0;border-style: solid;border-color: #fff;}
#left-navi a:hover {color: #fff;background:#525951;;border-width:1px 0;border-style: solid;border-color: #fff;}
#kalendar a  {text-decoration:none}


/* others */
.vertical {
	vertical-align: bottom
}

.center {text-align:center}
/* headers */
#left h3 {
	background: url(images/h3-background.jpg) no-repeat;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px
}
#right h1 {
	background-color: #383836;
	font-size: 20px;
	padding: 10px
}

#right h1,  #right h2, #right h3, #right h4, #right h5, #right h6 {
	margin: 10px 10px;font-size:15px
}

/* paragraph */
#left p {
	padding: 10px;
	font-size: 12px
}
#right p {
	font-size: 12px;
	text-align: justify;margin:10px;
}
/* form */
#objednavka fieldset {
	padding: 5px;
	border: 0
}
#objednavka label {
	font-size: 10px;
	font-weight: bold;
}
#objednavka input {
	background-color: #9EA9B1;
	width: 168px;
	height: 14px;
	color: #333333
}
textarea {
	background-color: #9EA9B1;
	color: #333333;
	width: 168px;font-family:Tahoma;font-size:13px
}
#objednavka .submit {
	width: auto;
	background: url(images/objednavka-submit.jpg) repeat-x;
	border: 2px solid #fff;
	height: 20px;
	color: #fff;
	font-weight: bold;
}







#diskuze fieldset {
width:350px;	padding:10px;
	border: 2px solid #fff
}
#diskuze label {
	font-size: 10px;display:block;float:left;width:50px;
	font-weight: bold;
}
#diskuze input {
	background-color: #9EA9B1;
	width: 268px;
	height: 14px;
	color: #333333
}
#diskuze textarea {
	background-color: #9EA9B1;
	color: #333333;
	width: 268px;font-family:Tahoma;font-size:13px
}
#diskuze .submit {
	width: auto;
	background: url(images/objednavka-submit.jpg) repeat-x;
	border: 2px solid #fff;
	height: 20px;
	color: #fff;
	font-weight: bold;margin-left:110px
}





/* tabulka */

#kalendar td {font-family: Tahoma;font-size:12px}





/* seznam */

ul {margin:10px 20px ;}
li {font-size:12px;}
/* img */

#right img {border:3px solid #B5B4B0;padding:4px}
