html,body {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, form, table {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

body{
	text-align:center;
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #724B2E;
	color: #000000;
	padding: 0px 0px 20px;
	margin: 0px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #AE4850;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	color: #999999;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	color: #999999;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	color: #7B5539;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page{
	text-align:left;
	width:776px;
	color: #000000;
	margin: 0px auto;
	paddig-right: 0px;
	padding-left: 0px;
	background-color: #FFFBDC;
	background-image: url(../img/page_bg.png);
	background-repeat: repeat-y;
	background-position: 5px;
	border-bottom: 10px solid #FFFBDC;
}
/*Header*/
#header{
	text-align: left;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
#header #logo {
	clear: both;
}
#header #languages {
	clear: both;
	background-image: url(../img/languages_bg.png);
	background-repeat: repeat-x;
	padding: 5px 10px;
	height: 17px;
	text-align: right;
}
#header #languages a{
	color: #FFFFFF;
}


/*Path*/
#path {
	margin-bottom: 10px;
	font-size: 11px;
}
#path a {
	color: #66FFFF;
}
/*content*/
#wrapper{
	float:left;
	width:100%;
}
#content
{
	padding: 280px 0px 0px;
	font-size: 120%;
	line-height: 150%;
	margin: 3px 5px 0px 199px;
	background-image: url(/upload/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EEDFD5;
}
#content_left{
	padding: 0px 15px;
	float: left;
	width: 270px;
}
#content_right{
	float: right;
	width: 240px;
	margin-right: 15px;
}
/*left*/
#left
{
	float:left;
	width:189px;
	margin-left:-771px;
	padding: 0px;
	position:relative;
	font-size: 110%;
	background-color: #ECCDB8;
}
#subnavigation {
}
#subnavigation ul {
	margin: 0px;
	padding: 0px;
}
#subnavigation ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#subnavigation ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 10px;
	color: #FFFFFF;
}
li.level1 a{
	padding-left: 10px;
	background-image: url(../img/submenu_bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	
}
li.level2 a{
	padding-left: 20px;
	background-image: url(../img/submenu_bg2.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	
}
li.level3 a{
	padding-left: 30px;
	background-image: url(../img/submenu_bg3.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	
}
#subnavigation ul li a.active {
	color: #000000;
	background-image: url(../img/submenu_bga.png);
}
#subnavigation ul li a:hover {
	color: #000000;
}

/*right*/
#right
{
	float:left;
	width:255px;
	margin-left:-275px;
	position: relative;
	background-color: #666666;
	padding: 10px;
}
/*Path*/
#toplink {
	clear: both;
	padding: 20px 10px;
	text-align: right;
}
#toplink a {
	color: #999999;
}
#footer{
	clear: both;
	color: #333333;
	text-align: center;
	width: 800px;
	margin: 0px auto;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	background-image: url(../img/footer_shodow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.active{
	font-weight: bold;	
}
.float_left {
	float: left;
	height: 20px;
}
.float_right {
	float: right;
	height: auto;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}

/**/
#content h1 {
}
#content h2 {
}
#content h3 {
}
#content h4 {
}
#content p {
}
#content table {
	border-collapse: collapse;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#content th {
	font-weight: bold;
	padding: 5px;
}
#content td {
	padding: 5px;
}
#content ul{
	padding-left: 17px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
}
#novinky h2{
	color: #837C72;
	font-weight: bold;
}
#novinky{
	display: block;
	margin: 15px 15px 0px 31px;
}
.novinky_item{
	margin-bottom: 2px;
	background-image: url(../img/novinky_item_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 10px 5px 5px;
}
.novinky_item .datum{
	color: #000000;
	margin: 0px 0px 5px;
	font-size: 10px;
}
.novinky_item h2, .novinky_item h3{
	color: #6CA53A;
	margin: 0px 0px 5px;
}
#content table{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#content th{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
#content td{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 5px;
}
.padding {
	padding: 15px;
}

.w100 {
 width: 98%;
}
.thum {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumend {
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.noborder {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.noborder td,
.noborder th {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
 	padding-right: 5px;
	padding-bottom: 5px;
}

#partneri {
	background-color: #FFFFFF;
	padding: 10px;
}

#languages {
	padding: 0 5px 10px 5px;
	font-size: 11px;
}
#languages a.active {
	color: #000;
}