body{
	margin: 0;
	padding: 0;
	background-color: rgb(255,255,153);
	color: rgb(138,52,6);
	font-family:arial;
	text-align:center;
}

/*td{
border:1px solid;
}*/

#whole{
	text-align: left;
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

#center_field{
	position: absolute;
	margin-left: 0px;
	margin-top: 130px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
	height: auto;
	width: 760px;
}

#block_center_main{
	font-size: 12px;
	padding: 15px 0px 0px 15px;
}

#block_center_reference{
	font-size: 12px;
	padding: 35px 15px 10px 15px;
}

#block_center_galery{
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	height: 485px;
}

#navigace{
  position: absolute;
  bottom: .5em;
  margin-top:0px;
  width: 100%;
  text-align: center;
}

#text_center{
	float: left;
	width: 75%;
	font-size: 12px;
	height: 485px;
	/*float:left;*/
}

a#menu_main{
	position: absolute;
	width: 760px;
	height: 110px;
	text-decoration: none;
}

a#aktuality_window{
	display: block;
	position: absolute;
	text-decoration: none;
	right: 0px;
	bottom: 0px;
	height: 455px;
	width: 140px;
	float: right;
	margin-left: 0px;
	margin-top: 20px;

}

#inner-akt-window{
	display: block;	
	position: absolute;
	background-image: url(images/news_transparent.gif);
	background-repeat: no-repeat;	
	height:100%;
	width:100%;
	left: 0;
	top: 0;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	KhtmlOpacity: .6;
	opacity: .6;
}

#inner-akt-table{
	display: block;	
	position: absolute;
	height:100%;
	width:100%;
	left: 0;
	top: 15px;
	color:black;
}

a#menu_aktuality{
	position: absolute;
	left: 54px;
	width: 65px;
	height: 20px;
	text-decoration: none;
}

a#menu_aktuality:hover{
	background-image: url(images/news_over.gif);
}

a#menu_fotogalerie{
	position: absolute;
	left: 178px;
	width: 65px;
	height: 20px;
	text-decoration: none;
}

a#menu_fotogalerie:hover{
	background-image: url(images/gallery_over.gif);
}

a#menu_reference{
	position: absolute;
	left: 306px;
	width: 65px;
	height: 20px;
	text-decoration: none;
}

a#menu_reference:hover{
	background-image: url(images/ref_over.gif);
}

#title_picture{
	position: absolute;
	background-image: url(images/main01.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 110px;
}


#menu_stripe{
	position: absolute;
	background-image: url(images/menu_stripe.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
   margin-top: 110px;	
	height: 20px;
	width: 760px;
}

#galerie_title{
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 5px;
}

#before{
	float: left;
	width: 49%;
	height: 180px;
	border: 2px;
}

#after{
	float: right;
	width: 49%;
	height: 180px;
	border: 2px;	
}

.table_recovery{
	/*border: none;*/
	margin-top: 10px;
	width: 100%;
}

.table_aktuality{
/*	padding-top:10px;*/
	width: 100%;
}


.photo{
	height: 180px;
	width: 240px;
	border: 2px solid rgb(138,52,6);
}

.photo_small{
	height: 75px;
	width: 100px;
	margin: 0 auto;
	border: 1px solid rgb(138,52,6);
}

.photo_left{
	padding-left: 15px;
	padding-right: 0px;
	width: 240px;
}

.photo_right{
	padding-right:15px;
}

#photo_aktuality{
	padding-left: 15px;
}

.photo_aktuality_small{
	text-align:center;
}

.text_before{
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	width:50%;
	padding-left: 10px;
}

.text_after{
	font-size: 13px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	width:50%;
	padding-right: 10px;
}

.text_alone{
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	width: 520px;
	padding-right: 10px;
	padding-left: 10px;
}

.text_aktuality{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.td-line{
	text-align:center;
}

.line{
	border-bottom: 2px solid;
	width: 600px;
	height: 15px;
	margin: 0 auto;
}

.line_akt{
	border-bottom: 1px solid;
	width: 100px;
	height: 10px;
	margin: 0 auto;
}
.copy_right{
	position: absolute;
	vertical-align: bottom;
	font-size: 12px;
	border-top: 5px solid;
	text-align: right;
	bottom: -20px;
	left: 0px;
	width: 760px;
	height: 20px
}

