body,td,th {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color: 					#000000;
}

h1, h2, h3 {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	color: 					#006633;
}

h1 {
	font-size:				18px;
}

h2 {
	font-size:				14px;
}

h3 {
	font-size:				12px;
}

body {
	background-color: 		#999999;
	margin-left: 			0px;
	margin-top: 			0px;
	margin-right: 			0px;
	margin-bottom: 			0px;
}

a {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	color: 					#0066CC;
}
a:visited {
	color: 					#003399;
}
a:hover {
	color: 					#006633;
}
a:active {
	color: 					#003399;
}
a:link {
	color: 					#003399;
}

li { 
	line-height:			18px;
}

.head_hell {
	background-image:		url(../bilder/head_hell.jpg);
	background-repeat:		repeat-x;
}

.head_dunkel {
	background-image:		url(../bilder/head_dunkel.jpg);
	background-repeat:		repeat-x;
}

.sonolit {
	color: 					#006633;
	font-weight: 			bold;
}

.sonolit_warenzeichen{
	color:					#006633;
 	font-size:				7px;
	vertical-align:			text-top;
}

.fehler {
	color:					#990000;
}

.input_l {
	width:				20em;
	height:				1.5em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
	background-color:	#FFFFFF;
	border-color:		#666666;
	border-width:		1px;
	border-style:		solid;
}

.textarea {
	width:				20em;
	height:				5em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
	background-color:	#FFFFFF;
	border-color:		#666666;
	border-width:		1px;
	border-style:		solid;
}

.button {
	width:				6em;
	height:				1.5em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#000000;
	background-color:	#99CC99;
	border-color:		#666666;
	border-width:		1px;
	border-style:		solid;
}


#untermenue_home, #untermenue_unternehmen, #untermenue_produkte, #untermenue_service, #untermenue_kontakt {
	position:				absolute;
	top:					33px;
	width:					130px;
	height:					auto;
	visibility:				hidden;
	z-index:				5;
}

#untermenue_home {
	right:					345px;
}

#untermenue_unternehmen {
	right:					265px;
}

#untermenue_produkte {
	right:					185px;
}

#untermenue_service {
	right:					105px;}

#untermenue_kontakt {
	right:					25px;
}

#ScrollContent {
	position:				absolute;
	overflow:				inherit;
/*	left:					0px; */
	z-index:				1;
	overflow:				inherit;
	visibility:				visible;
}

#ScrollContainer {
	position:				absolute;
	left:					50%;
	margin-left:			-49%;
	top:					400px;
	width:					98%;
	height:					150px;
	overflow:				hidden;
	z-index:				4;
	clip:					rect('0', '800', '100', '0');
	visibility:				hidden;
}

