/*----------------------------------------------------------------Stylesheets zur Homepage water[in]motion    	                                                                       			Datei: style.cssAutor: Franz FlotzingerDatum: 2003.05.11----------------------------------------------------------------*//*-----------------------------------------------Definiert Einstellungen für den body-tag--------------------------------------------------*/body {background-color:#888888; font-family:Verdana, Helvetica, sans-serif;font-size:100%;padding:0px 5px 0px 0px; margin-top: 5px;margin-left: 0px;margin-right: 0px;}/*-----------------------------------------------Hier wird die Haupttabelle definiet.Ist im Moment noch leer, kann fürspätere Änderungen genutzt werden.--------------------------------------------------*/.maintable {}.headline {font-family:Verdana, Helvetica, sans-serif;font-size: 150%;font-weight: bold;}.headline2 {font-family:Verdana, Helvetica, sans-serif;font-size: 120%;font-weight: bold;}/*-----------------------------------------------Es wird die Navigationsleiste definiert.--------------------------------------------------*/.navi {background-color: #333333;background-image: none;margin-top: 0px;font-size: 100%;font-weight: bold;text-align: center;height: 23px;vertical-align: middle;/*height:1.6em;border-top:2px solid;border-color:#031A8D;min-width:595px;*/}/*-----------------------------------------------Die Trennstriche in der Navigationsleistewerden gerennt von den Wörtern definiert.--------------------------------------------------*/.trennstrich {font-size: 100%;font-weight: bold;color:#FF6600}/*-----------------------------------------------Der Content mit dem Text wird definiert.--------------------------------------------------*/.content {font-family:Verdana, Helvetica, sans-serif;background-color: #EAEAEA;background-image: none;height: 243px;margin-top: 10;margin-left: 10;font-size: 85%;text-align: left;vertical-align: top;padding: 10px 10px 10px 10px;}/*-----------------------------------------------Unsichtbarex .gif (Spacer) wird definiert.--------------------------------------------------*/.spacer {width: 1px;height: 1px;vertical-align: top;}/*-----------------------------------------------Die Anker in der Navigationsleiste--------------------------------------------------*/a:link { text-decoration: none; font-weight: bold; color: #FFFFFF }a:visited { text-decoration: none; font-weight: bold; color: #CCCCCC }a:hover { text-decoration: none; font-weight: bold; color: #FF9900 }a:active { text-decoration: none; font-weight: bold; color: #FF9900 }/*-----------------------------------------------Die Anker im Contentbereich--------------------------------------------------*/.content a:link { text-decoration: none; font-weight: normal; color:#FF6600 }.content a:visited { text-decoration: none; font-weight: normal; color: #CC3300 }.content a:hover { text-decoration: none; font-weight: normal; color: #FF9900 }.content a:active { text-decoration: none; font-weight: normal; color: #FF9900 }/*-----------------------------------------------Textauszeichungen--------------------------------------------------*/.b {font-weight: bold;}.i {font-style: italic;} .center { text-align: center; }