body {
	background-image: url(Bilder/dwf_BG_content.jpg);
	background-repeat: repeat-x;
}

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 8px;


}

.navi a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-weight: normal;
	text-decoration: none;



}
.navi a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	text-decoration: none;




}
.navi a:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(Bilder/navi_hover.jpg);


}



.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;


	

	

	



}

.copy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	white-space: normal;
	bottom: 0px;




	


}


.copy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;





}
.copy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;







}
.copy a:hover{
	font-size: 12px;
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline overline;



}

.footer_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 0px;
	padding-right: 0px;
}

.footer_navi a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 0px;
	padding-right: 0px;

}
.footer_navi a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 0px;
	padding-right: 0px;


}
.footer_navi a:hover {
	font-size: 12px;
	color: #999999;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;






}


.footer {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;



}



.webdesign a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
	text-align: right;
	font-weight: normal;
	text-decoration: none;



}
.webdesign a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
	text-align: right;
	text-decoration: none;




}





.formbutton {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;	
	color: #333333;
	border-width: 1px;
	padding: 1px;

}


.formtabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-transform: none;
	display: run-in;


}
TEXTAREA  {
	background-color: #FFFFFF;
	font-family: Courier New, Courier, mono;
	color: #666666;
	font-size: 11px;
	border: 1 solid #333333;

}
INPUT     {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 8pt;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #293A4C;
	border-right-color: #293A4C;
	border-bottom-color: #999999;
	border-left-color: #293A4C;


}

.webdesign a:hover {
	color: #FFFFFF;
	font-size: 10px;



}





/* 		
				Formatierungen javascript-tooltipps 

				das javaScript http://www.voth-werbung.de/Library/fancytooltips.js 
				wird im header aufgerufen und wandelt HTML-Formatierungen (vor 
				allem anchor und title) in formatierbare tooltipps um...
	
				bei opera werden z.t. paralell die gelben toolipps angezeigt. bei den
				andern browsern werden die gelben tooltips durch formatierte toolips
				wirkungsvoll erstezt
				
				die JS tooltips werden NICHT angezeigt, wenn kein stil vorhanden ist

*/



div.fancytooltip {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
	height: auto;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	width: auto;
	z-index: 20;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0px;
	-moz-opacity: .91;
}
	
/* 			title */

div.fancytooltip p {
	border-bottom: 0px;
	font-size: 13px;
	margin: 0;
	padding: 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

	
	-moz-opacity: 1;
}

/* 			URI unterhalb des titels */

div.fancytooltip p.destination {
	border-bottom: 0px;
	font-size: 9px;
	padding-top: 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	
	-moz-opacity: 1;
}

/*- 			Access Key  fomatierung für anchor-tags die mit dem 
			attribut accesskey="xyz" ausgezeichnet sind 
*/


div.fancytooltip p span.accesskey {
	color: #D11717;
}



/* 			MSIE hilfe-cursor für bestimmte HTML tags */



abbr {
	cursor: help;
}

acronym {
	cursor: help;
}

del {
	cursor: help;
}

ins {
	cursor: help;
}
hr {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

