/* CSS Document */
body
{
	margin: 0px;
	padding:0px;
	height: 100%;
	background-color: #c9c3bd;
	background-image: url(../images/_00_layout/body_layout_right.jpg);
	background-position: 895px 0px;
	background-repeat: no-repeat;
}
html, 
body {          
	height: 100%; /* ! */
}
#main_box{
	position: absolute;
	margin-left: 110px;
	width: 785px;
	min-height: 100%;
	background-image: url(../images/_00_layout/main_box_back_line.gif);
	background-repeat: repeat-y;
}
* html #main_box {
	height: 100%;
}
/*-------------------*/
#layout_img_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 640px;
	background-image: url(../images/_00_layout/layout_left.jpg);
}
/*-------------------*/
#column_left{
	float: left;
	width: 355px;
	min-height: 700px;
	background-image: url(../images/_00_layout/main_column_left.jpg);
	background-repeat: no-repeat;
}
*html #column_left{
	height: 700px;
}
/*-------------------*/
#martin_beck_titel{
	margin-top: 48px;
	width: 355px;
	height: 50px;
	background-image: url(../images/_00_layout/martin_beck_titel.gif);
}
/*-------------------*/
#swf_photo_box{
	width: 355px;
	height: 220px;
    background-color: #D2C0B1;
}
#copyright_container{
	position: absolute;
	margin-left: 9px;
	bottom: 0px;
	width: 342px;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8c8075;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #575116;
}
#copyright_zeile_1_1{
	margin-top: 3px;
	height: 12px;
}
#copyright_inner_zeile_1_1{
	float: left;
	height: 12px;
}
#copyright_inner_zeile_1_2{
	float: right;
	height: 12px;
}
#copyright_inner_zeile_1_3{
	float: right;
	height: 12px;
}
#copyright_inner_zeile_1_3
{
float: right;
height: 12px;
}
/*-------------------*/
#column_right{
	float: right;
	width: 430px;
	min-height: 700px;
	background-image: url(../images/_00_layout/main_column_right.jpg);
	background-repeat: no-repeat;
}
*html #column_right{
	height: 700px;
}
/*---SUBMENU RECHTS---------*/
#submenu_container{
	margin-left: 5px;
	height: 55px;
	width: 415px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #575116;  /*  <- rahmenfarbe */
}
#submenu_zeile_1{
	position: absolute;
	top: 23px;
	left: 360px;
	width: 415px;
	height: 13px;
}
#submenu_zeile_2{
	position: absolute;
	top: 39px;
	left: 360px;
	width: 415px;
	height: 13px;
}
.submenubutton{
	float: left;
}
/*-------------------*/
#content_textfeld{
	margin-top: 21px;
	margin-left: 5px;
	width: 415px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a524b;
}
/*--menu---------------*/
#main_menu_box{
	margin-left: 215px;
	width: 136px;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}
.main_menu_button{
	width: 136px;
	height: 18px;
}
/*-------------------*/
.clr {
	display:block;
	margin:0;
	padding:0;
	height:0;
	overflow:hidden;
	clear:both;
}
img {
	border: 0;
}
a.copyright_link:link{
	text-decoration: none;
	color: #8c8075;
}
a.copyright_link:visited{
	text-decoration: none;
	color: #8c8075;
}
a.copyright_link:hover{
	text-decoration: none;
	color: #6e8b1c;
}
/* ----contenttext formatierung ---------*/
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
a.content_link:link{
	color: #000000;
	text-decoration: none;
}
a.content_link:visited{
	color: #000000;
	text-decoration: none;
}
a.content_link:hover{
	color: #6e8b1c;
	text-decoration: none;
}
a.back_to_top_float_right:link{
	float: right;
	margin-right: 10px;
	color: #000000;
	text-decoration: none;
}
a.back_to_top_float_right:visited{
	float: right;
	margin-right: 10px;
	color: #000000;
	text-decoration: none;
}
a.back_to_top_float_right:hover{
	float: right;
	margin-right: 10px;
	color: #6e8b1c;
	text-decoration: none;
}
#plek_box{
	position: absolute;
	left: 895px;
	top: 400px;
	width: 100px;
	height: 100px;
}
/*seti layer*/
#seti_layer{
	position: absolute;
	left:-700px;
	/*left: 50px;*/
	top:-2000px;
	/*top: 50px;*/
	width: 600px;
	border: 5px solid black;
	background-color: grey;
	z-index: 3;
}
