html, body {
	height:100%;
	}

body {
	background-color: #FFFFFF;
	font-size:12px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#b5b5b5;
	padding: 0;
	margin:0;
	 /*   scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#9b9b9b;
    scrollbar-face-color:#ffffff;
    scrollbar-track-color:#ffffff;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#ffffff;*/
	}

a { color: #b5b5b5;

}
a:visited {color:#999;}
a:hover {
	color: #666;
	text-decoration: none;

}
a:active { color:#333; }
	
p, pre {
	margin: 0px;
	padding: 0px;
	}
pre {
	font-size: 13px;
	}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 15px 10px 0;
	border-top-style: none;
	border-top-color: #564b47;
}
#space { 
	width:1px;
	height:50%;
	margin-bottom:-140px; /* content-height/2 */
	float:left;
	}
#content {
	width: 820px;
	height:280px;
	background-color: #ffffff;
	position:relative; /* essential for center-alignment!  */
	clear:left; /* don't change!  */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px;
	}
#div_logo {
	position:absolute;
	width:300px;
	height:46px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#div_image {
	display:none; /*/*beim editieren von images aendern! */
	position:absolute;
	width:500px;
	height:280px;
	z-index:3;
	left: 320px;
	top: 0px;
}
#div_marker {
	display:none; /* /*beim editieren vom marker aendern! */
	
	overflow : auto;
	position:absolute;
	width:54px;
	height:109px;
	z-index:15;
	top: 159px;
	left: 444px;
}

#div_menu {
	position:absolute;
	width:300px;
	height:24px;
	z-index:1;
	left: 0px;
	top: 256px;
	border:none;
}
a.button {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	/*text-transform: uppercase;*/
	/*color: #b5b5b5;*/
	color: #666;
	margin-top: 11px; /* mit buttons 0 setzen */
	margin-right: 15px;
	margin-bottom:0;
	margin-left: 0px;
	/*padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;*/
}
a.button:visited {color:#666;}
a.button:hover {
	color: #b5b5b5; /* mit buttons fff setzen */
	background-color: #fff; /* mit buttons ccc setzen */
}
a.button:active { color:#666; }
#div_text {
	
	display:none; /* beim editieren von text ändern! */
	
	overflow : auto;
	position:absolute;
	width:296px;
	height:188px;
	z-index:4;
	top: 58px;
	left: 0px;
}

.scroll-pane {
	
	display:none; /* beim editieren von text ändern! */
	z-index:7;
	overflow : auto;
	position:absolute;
	width:296px;
	height:176px; /* 173def */
	
	top: 73px;
	left: 0px;
}

#textfader_top {
	/*display:none; overflow : auto; beim editieren von text ändern! */
	
	opacity: 0.5; filter:alpha(opacity=50);
	background-color: #fff;
	position:absolute;
	width:294px;
	height: 2px;
	z-index:8;
	top: 73px;
	left: 0px;
}
#textfader_bottom {
	/*display:none; overflow : auto; beim editieren von text ändern! */
	
	opacity: 0.5; filter:alpha(opacity=50);
	background-color: #fff;
	position:absolute;
	width:294px;
	height: 2px;
	z-index:8;
	top: 244px;
	left: 0px;
}


a.button_current {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #b5b5b5; /* mit buttons fff setzen */
	margin-top: 0;
	margin-right: 15px;
	margin-top: 11px; /* mit buttons 0 setzen */
	margin-left: 0px;
	/*padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;*/
	background-color: #fff;/* mit buttons ccc setzen */
}
a.button_current:visited {color:#ccc;}/* mit buttons fff setzen */
a.button_current:hover {
	color: #b5b5b5;/* mit buttons fff setzen */
	background-color: #fff;/* mit buttons ccc setzen */
}
a.button_current:active { color:#b5b5b5; }
