/* Basisformatierungen für body, td, div und a- nur Schriftgrößen - keine Breiten-, Höhen- oder sonstige Angaben */
body,div {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #666666;
				font-size: 12px;
				font-style: normal;
				margin-left: 0px;
				margin-top: 0px;
				margin-right: 0px;
				line-height: 16px;
				margin-bottom: 0px; }
				
td {				font-size: 12px;
				font-style: normal;
				line-height: 17px; }				
				
a {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-style: italic;
				font-weight: normal;
				text-decoration: underline;
				color: #666666;	}
				
a.subnav {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				color: #666666;	}				

.textfett {       	font-weight: bold; }

.textklein {    	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #666666;
				font-size: 10px; }		

.text {       		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				color: #666666;
				font-size: 12px;
				line-height: 50px;
				font-size: 12px; 
				}
				

				
/*Überschrift groß */		
h1 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 22px;
				font-weight: bold;
				color: #666666;
				display:inline;	 }

/* ggfs. Überschrift klein - für Suchmaschinenzwecke */		
h2 {				font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #666666;
				display:inline;
				}

			
/* Fehlermeldung für Kontaktformular - rot */
.fehler {		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #CC0000; }	
			
.textrot {	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
			font-size: 13px;
			font-weight: normal;
			color: #FF0000; }								

/* Formatierung des Formulartags - nicht löschen */
form {			display:inline;}

.cooperators { 
			float:left;
			width:329px; 
			background:url(img_allg/icon_cooperators.jpg) left no-repeat top;
			}
			
.cooperators:hover { 
			background:url(img_allg/icon_cooperators_over.jpg) left no-repeat top;
			}