body {
	font-family: arial, verdana;
	font-size: 12px;
	color: #2e5062;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #748f0b;
	color: #584836;
}

div#page {
	_position: absolute;
	_top: 50%;
}

div#content {
	_position: absolute;
	_top: -290px;
}

div#left_part {
	width: 50%;
	height: 518px;
	background-image: url('./img/leftbck.jpg');
	position: absolute;
	top: 0px;
	left: 0px;
}
div#right_part_first {
	width: 50%;
	height: 340px;
	background-image: url('./img/rightbck.jpg');
	position: absolute;
	top: 0px;
	right: 0px;
}
div#page_content {
	position: relative;
	width: 845px;
	height: 580px;
	margin: auto;
	background-image: url('./img/mainbck.jpg');
	background-repeat: repeat-y;
}
div#page_content_top {
	position: relative;
	height: 60px;
	background-image: url('./img/topbck.jpg');
	background-repeat: repeat-y;
}
img#logo {
	position: absolute;
	top: 60px;
	left: 0px;
}
div#top_menu {
	position: absolute;
	top: 34px;
	left: -2px;
	width: 859px;
	height: 26px;
	background-image: url('./img/topmenu.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
div#top_menu2 {
	position: absolute;
	top: 34px;
	left: -2px;
	width: 752px;
	height: 26px;
	background-image: url('./img/topmenu2.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
a.top_menu {
	display: block;
	float: left;
	width: 107px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #ffffcc;
	padding: 6px 0px 0px 0px;
}
div#main {
	position: absolute;
	top: 294px;
	right: 0px;
	width: 587px;
	height: 224px;
	background-image: url('./img/firstbck.jpg');
	background-repeat: no-repeat;
}
img#old_photo_shadow {
	position: absolute;
	top: 291px;
	left: -23px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
img#old_photo {
	position: absolute;
	top: 285px;
	left: -55px;
}
a#design_href {
	position: absolute;
	bottom: 10px;
	left: 70px;
	text-decoration: none;
	color: #b6c86f;
	font-size: 10px;
}
a.no_efect img {
	border-style: none;
	border-width: 0px;
}
/*----------------------------------------------*/
/* other */
/*----------------------------------------------*/

div#right_part {
	width: 50%;
	height: 340px;
	background-image: url('./img/rightbck2.jpg');
	position: absolute;
	top: 0px;
	right: 0px;
}
div#img_top_bck {
	position: absolute;
	top: 62px;
	right: 0px;
	width: 586px;
	height: 228px;
	background-color: #827668;
	background-image: url('./img/topbcimg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
div#main_content {
	position: absolute;
	top: 68px;
	left: 274px;
	width: 448px;
	height: 402px;
	background-color: #ffffcc;
	overflow: hidden;
	padding: 85px 30px 10px 75px;
}
p {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

/* fotografie */
div.photo_cell {
	width: 150px;
	height: 112px;
	padding: 25px;
	float: left;
	text-align: center;
}
a.photo_thumb {
}
a.photo_thumb img {
	border-style: none;
}

/* scrollbox */
div#scroll_box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div#content_data_area {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: justify;
	overflow: hidden;
}
div#content_data {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#vertical_scroll {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 100%;
	background-image: url('../scripts/scrollbox/img/v_bck.gif');
}
a#vs_arr_up {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 12px;
	background-image: url('../scripts/scrollbox/img/arr_up.gif');
	background-repeat: no-repeat;
}
div#vs_pointer {
	position: absolute;
	top: 14px;
	left: 0px;
	width: 14px;
	height: 51px;
	background-image: url('../scripts/scrollbox/img/v_ptr.gif');
	background-repeat: no-repeat;
}
a#vs_arr_down {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 14px;
	height: 13px;
	background-image: url('../scripts/scrollbox/img/arr_do.gif');
	background-repeat: no-repeat;
}
div#horizontal_scroll {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-image: url('../scripts/scrollbox/img/h_bck.gif');
}
a#hs_arr_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 14px;
	background-image: url('../scripts/scrollbox/img/arr_le.gif');
	background-repeat: no-repeat;
}
div#hs_pointer {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 51px;
	height: 14px;
	background-image: url('../scripts/scrollbox/img/h_ptr.gif');
	background-repeat: no-repeat;
}
a#hs_arr_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 14px;
	background-image: url('../scripts/scrollbox/img/arr_ri.gif');
	background-repeat: no-repeat;
}
