body {
    margin: 0; 
	padding: 0; 
	text-align: center;
    background: #aaa; 
	font-family: tahoma, arial;
	font-size:  12px;
	background-color: #dbdbdb;
	color: #813D00;
}
.white{
	background-color: #fff;
}
div .image{
	float: right; 
	margin: 0px 0px 5px 15px;
	border: 1px solid;
}
div .imageLeft{
	float: left; 
	margin: 0px 15px 5px 0px;
	border: 1px solid;
}
.indexBorder{
	border: none;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #813D00;
}
a:hover{
	color: #c6874e;
}
li{
	padding: 3px 0;
}
div#container {
    position: relative; 
    padding: 0; 
	margin: auto;
    width: 770px; 
	min-height: 250px; 
	text-align: left;
}
div#containerCenter {
	height: 100%;
	padding-top: 150px;
}

div#background{
}

div#bgTop{
	position: relative;
	background: url('img/bg/top.jpg') no-repeat;
	top: 0;
	height: 65px;
}
div#bgMiddle{
	position: relative;
	background: url('img/bg/middle.jpg') repeat-y;
	top: 0;
	height: auto !important;
	height: 428px; /* IE */
	min-height: 428px;
	padding-left: 230px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: justify;
}
div#bgMiddleContact{
	position: relative;
	background: url('img/bg/middle.jpg') repeat-y;
	top: 0;
	height: auto !important;
	height: 428px; /* IE */
	min-height: 428px;
	padding-left: 230px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
div#bgBottom{
	position: relative;
	background: url('img/bg/bottom.jpg') no-repeat;
	top: 0;
	height: 50px;
}
div#menu{
	position: absolute;
	margin-top: 40px;
	margin-left: 17px;
	width: 198px;
	top: 0;
	min-height: 50px;
}
.menuTop{
	position: relative;
	background: url('img/menu/top.jpg') no-repeat;
	top: 0;
	height: 10px;
}
.menuMiddle{
	position: relative;
	background: url('img/menu/middle.jpg') repeat-y;
	top: 0px;
	min-height: 10px;
}
.menuBottom{
	position: relative;
	background: url('img/menu/bottom.jpg') no-repeat;
	top: 0;
	height: 18px;
	margin-bottom: 10px;
}
.menuTitle{
	height: 22px;
	margin-left: 3px;
}
.menuItem{
	margin-left: 3px;
}
.menuSpacer{
	position: relative;
	background: url('img/menu/menuSpacer.jpg') no-repeat;
	top: 0;
	height: 12px;
	margin-left: 3px;
	margin-top: 3px;
}

/* TABELKA */

table{
	width: 100%;
}
th{
	padding: 1px 3px;
	text-align: center;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #93ce94;
	color: white;
	font-size: 11px;
}
th .first{
	background-color: #999999;
}
td{
	background-color: #d5edd7;
	padding: 3px 3px;
	font-size:  11px;
	text-align: center;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
.grafik1{
	background-color: #33CC66;
}
.separator{
	border: 1px solid;
}

#powered{
	margin-top: -10px;
	text-align: center;
	font-size: 9px !important;
}