body,html{
	margin: 0px;
	background: url(../images/body_bg.png) repeat-x 0px 349px #fff;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

#header{
	background: url(../images/header.png) no-repeat top center #fff;
	height: 179px;
	z-index: -1;
}

#main{
	width: 1008px;
	margin: 0px auto;
	text-align: left;
	margin-top: -65px;
	background: #fff;
}

#menu_top{
	width: 1000px;
	height: 45px;
	margin: 0px 4px;
}

#menu_top a{
	display: inline-block;
	padding-top: 12px;
	background: url(../images/menu_top.png) repeat-x transparent;
	height: 33px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-right: -1px;
}

#menu_top a:hover, #menu_top a.active{
	display: inline-block;
	padding-top: 12px;
	background: url(../images/menu_top_hover.png) repeat-x transparent;
	height: 33px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-right: -1px;
}

#menu_top span.spacer{
	display: inline-block;
	width: 3px;
}

#menu_mid{
	margin: 3px 4px 10px 4px;
}

#menu_mid a img{
	border: 0px;
	margin-right: -1px;
}

#sloupce{
	margin: 0px 4px;
	background: #fff;
}

#levy{
	width: 220px;
	float: left;
	margin-top: 0px;
}

#stred{
	width: 491px;
	float: left;
	clear: right;
	text-align: left;
	margin: 0px 3px 0px 4px;
}

#pravy{
	width: 282px;
	float: right;
	margin-top: 0px;
}

#footer{
	background: url(../images/footer.png) repeat-x;
	color: #fff;
	margin: 0px 4px;
	height: 23px;
	padding: 10px 15px 0px 15px
}

#footer p{
	margin: 0px;
	padding: 0px;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#banner{
	text-align: center;
	margin: 10px 4px;
}

/* tags */
h1,h2,h3,h4{
	margin: 0px;
}

h1{
	font-size: 15px;
}

h2{
	font-size: 12px;
}

h3{
	font-size: 11px;
	padding: 5px 10px 10px 10px;
}

iframe{
	border: 0;
}

table th{
	color: #3765ab;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 10px;
}

p{
	margin: 0px;
	padding: 5px;
	line-height: 1.5;
}

/* classes */

.nadpis{
	background: url(../images/footer.png) repeat-x;
	color: #fff;
	height: 23px;
	padding: 10px 15px 0px 15px
}

a.polozka{
	display: block;
	height: 22px;
	padding: 7px 0px 0px 35px;
	background: url(../images/menu_left.png) no-repeat;
	text-decoration: none;
	color: #000;
}

a.polozka:hover{
	color: maroon;
	font-weight: bold;
}

a.polozka-active{
	display: block;
	height: 22px;
	padding: 7px 0px 0px 35px;
	background: url(../images/menu_left.png) no-repeat;
	text-decoration: none;
	color: maroon;
	font-weight: bold;
}

.side_box{
	background: #e9f5ff;
	padding: 15px 10px;
	margin-bottom: 5px;
}

.box{
	background: #e9f5ff;
	padding: 10px 6px;
	margin-bottom: 5px;
	margin-top: 3px;
}

table.galerie td a img{
	border: 1px solid silver;
	padding: 1px;
}