body {
	margin-bottom : 0%;
	margin-left : 0%;
	margin-right : 0%;
	margin-top : 0%;
	scrollbar-base-color:#afafaf;
  	scrollbar-3d-light-color:#afafaf;
  	scrollbar-arrow-color:#ababab;
  	scrollbar-darkshadow-color:#ababab;
  	scrollbar-face-color:#ffffff;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:#c0c0c0;
	scrollbar-track-color:#fffff;
}



A {
	font-size : 10px;
	font-family : Verdana;
	text-decoration: none; 
	color: #ffffcc;
	font-weight: bold;
}

A:hover {
	font-size : 10px;
	font-family : Verdana;
	text-decoration: none; 
	color: #bcbc98;
	font-weight: bold;
}


.hg {
	position: absolute;
	background : gray url(image.jpg);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header {
	position: relative;
	background : white;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 120px;
	overflow-y: no;
	filter:alpha(opacity=95);
	moz-opacity:0.9;
	opacity:0.9;
	z-index: 2;
}

.navileiste {
	position: relative;
	background : white;
	left: 0px;
	top: 1px;
	width: 900px;
	height: 25px;
	overflow-y: no;
	filter:alpha(opacity=95);
	moz-opacity:0.9;
	opacity:0.9;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 150%;
	letter-spacing: 0px;
}

.content {
	position: relative;
	background : white;
	left: 0px;
	top: 2px;
	width: 900px;
	height: 500px;
	overflow-y: auto;
	filter:alpha(opacity=95);
	moz-opacity:0.9;
	opacity:0.9;
	z-index: 2;
}

.textundbild {
	position: relative;
	background : transparent;
	left: 80px;
	top: 30px;
	overflow-y: auto;
	width: 800px;
	height: 400px;
	z-index: 3;
	font-size: 12px;
	font-weight: normal;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 150%;
	letter-spacing: 0px;
}

.sml_text {
	color: white;
	font-size: 8px;
	font-weight: bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 25%;
	letter-spacing: 0px;
}

.text_bold {
	color: white;
	font-size: 10px;
	font-weight: bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 150%;
	letter-spacing: 0px;
}

.text {
	color: white;
	font-size: 10px;
	font-weight: normal;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 180%;
	letter-spacing: 0px;
}