body{
	font-family: Tahoma;
	font-size: 12px;
	color: #753133;
	background-image: url(../images/bg_trava.jpg);
	background-position: left;
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}

#main{
	margin: auto;
	width: 902px;
	background-color: #fff;
	text-align: left;
}

#header{
	width: 902px;
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#menu{
	width: 902px;
	height: 27px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 18px;
}

#menu a{
	color: #753133;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	margin: 0px 13px 0px 13px;
}

#menu a:hover{
	color: red;
}

#content_main{
/*	height: 598px;
	background-image: url(../images/content_bg_main.jpg);
	background-repeat: no-repeat;*/
	background-image: url(../images/content_bg_main_new.jpg);
	background-repeat: repeat-y;
	position: relative;
}

#content{
	min-height: 300px;
	background-image: url(../images/content_bg_new.jpg);
	background-repeat: repeat-y;
	position: relative;
}

.main_page{
	padding: 40px 230px 0px 105px;
}
/*p{
	margin: 0px 230px 0px 105px;
}*/

#text{
	padding: 3px 0px 10px 0px;
	margin: 0px 105px 0px 105px;
	overflow: visible;
}

#footer{
	width: 712px;
	height: 61px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding: 15px 95px 0px 95px;
}

#footer p{
	color: #fff;
	margin: 0px;
}

.left{
	float: left;
}

.right{
	float: right;
}

#content_main img{
	border: 2px solid #006633;
}

h1.top,h2.top,h3.top{
	text-align: center;
	margin: 0px;
}

h1,h2,h3{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1,h1.top{
	font-size: 16px;
	margin-bottom: 10px;
}

h2{
	font-size: 15px;
}

h3{
	font-size: 13px;
}

.box_main{
	margin-left: 200px;
	margin-top: 40px;
}

ul,ol{
	line-height: 1.5;
	margin: 5px auto 5px 20px;
	list-style-position: outside;
}

li{
	margin: 0px;
	padding: 0px;
}

.main_page p{
	text-align: justify;
	text-indent: 5px;
	margin: 5px 90px 15px 0px;
}

fieldset{
	width: 195px;
	border: 1px solid #753133;
	padding: 7px 10px;
	text-align: center;
	margin: 0px 50px 0px auto;
}

fieldset legend{
	font-weight: bold;
	color: #753133;
}

.kontakt p{
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 5px 0px;
	text-indent: 0px;
}

a{
	color:  #753133;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: none;
}

.certifikaty{
	width: 250px;
}

table{
	margin: 0px;
}

table.zarizeni {
	width: 579px;
	text-align:center;
	
}

td {
	text-align:center;
	width:180px;
	padding-bottom:20px;
	vertical-align:top;
}

td.normal {
	width:auto;
}

td.left {
	width:auto;
	text-align:left;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #753133;
	
}

td.center {
	width:auto;
	text-align:center;
	
}

td.text {
	width:auto;
	padding-left: 10px;
	text-align:justify;
}

img.prehled {
	border-style: solid;
	border-color: #753133;
	border-bottom-width: 1px;
}

h1,h2.center {
	text-align: center;
}


