/* ***************************** */
/* *** Gewaesseroekologie.de *** */   
/* ***************************** */

/* Copyright Thomas Bobbe 2003 */
/* by Christoph Gück */

/* zentrales Format fuer Absaetze, Ueberschriften, Listen, Blockelemente, Tabellen, Adressen, Zitate, Verhindern des automatischen Zeilenumbruchs, fetten Text, kursiven Text */
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { font-family:Arial,Helvetica,sans-serif; }

/* Aufzählungszeichen für nicht nummerierte Listen */
ul { list-style-type:disc; margin-left:25px; margin-top:0px;}

/* Aufzählungszeichen für nummerierte Listen */
ol { list-style-type:decimal; }

/* Überschriften */
h1, h2, h3, h4 { color:#000000; text-align:left; margin:5px; line-height:22px; font-family:Arial,Helvetica,sans-serif; }

/* Überschrift 5 */
h5 { color:#000000; text-align:left; margin-top:10px; margin-left:10px; margin-bottom:10px; line-height:10px; font-family:Arial,Helvetica,sans-serif; }

/* Allgemeine Absatzformatierung */
p, li { font-size:14px; font-family:Arial,Helvetica,sans-serif; color:#000000; text-align:left; margin:5px; line-height:18px; }

/* TODO */
.todo { color:#FF0000; }

/* Navigationsleiste */
.navi { color:#FF6F17; font-size:14px; font-family:Arial,Helvetica,sans-serif; text-align:left; margin:5px; line-height:18px; }

/* Links Navigations- und Logoleiste */
a:link.bars { color:#FFFFFF; text-decoration:none; text-align:center; font-weight:bold; font-size:14px; font-family:Arial,Helvetica,sans-serif; }
a:visited.bars { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:14px; font-family:Arial,Helvetica,sans-serif; }
a:hover.bars { color:#FF6F17; text-decoration:underline; font-weight:bold; font-size:14px; font-family:Arial,Helvetica,sans-serif; }
a:active.bars { color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:14px; font-family:Arial,Helvetica,sans-serif; }

/* Standardlinks */
a:link { color:#00639C; text-decoration:underline; }
a:visited { color:#00639C; text-decoration:underline; }
a:hover { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:none; }

/* Rahmen von Bildern unterdrücken */
img { border:none } 
