html{
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: ##EBEBEB;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #000000;
}
body
{
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;

	
}

#bg
{
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	
}

#dimension
{
	position: absolute;
	width: 10px;
	height: 600px;
	z-index: 2;

	visibility: hidden;
	left: 0;
	top: 0;
}

#menu
{
	position: absolute;
	width: 621px;
	height: 102px;
	z-index: 4;
	left: 45px;
	top: 0px;
	overflow: hidden;
}

#content
{
	position: absolute;
	width: 595px;
	height: 300px;
	z-index: 3;
	left: 67px;
	top: 100px;
}

.text
{
	width: 573px;
}

.titelbild
{
	margin: 20px 0 10px 0;
}

#seite
{
	position: absolute;
	width: 200px;
	height: 100%;
	z-index: 5;
	left: 668px;
	top: -1px;
}

#htmlmenu
{
	position: absolute;
	width: 573px;
	z-index: 1;
	left: 22px;
	top: 19px;
}

#htmlmenu div
{
	float: left;
	height: 14px;
	width: 187px;
	margin-right: 6px;
	overflow: hidden;
	margin-bottom: 1px;
}

#htmlmenu div a
{
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
}

#htmlmenu div :hover
{
	background-color: #E0542F;
}

#htmlmenu inaktiv :hover
{
	background-color: #CCCCCC;
}

#htmlmenu .blau
{
	background-color: #00A0DD;
	margin-right: 0px;
}

#htmlmenu .inaktiv
{
	background-color: #CCCCCC;
}

#htmlmenu .orange
{
	background-color: #E4AC03;
}

#htmlmenu .gruen
{
	background-color: #A8CF21;
}

#htmlmenu .grau
{
	color: #000;
	background-color: #999999;
}
h1{
margin:0px 0px 10px 0px;
padding: 5px 5px 5px 5px;
font-size: 13px;
/*font-weight:normal;*/
}
h2{
margin-top:5px;
margin-bottom:5px;
font-size: 13px;
}
h4{
margin-top:15px;
margin-bottom:5px;
font-size: 16px;
}
img{border:none}
a:link, a:visited {
	color: #F97600;
	outline: none;
	font-weight: bold;	
}

a:hover, a:active {
	color: #E0542F;
}