/* CSS Document */
/*##############################################*/
/* css.css */
/* template: riebe-witt */
/* Copyright by Riebe und Witt GmbH */
/* developed by Fischer & Lohsen IT GbR */
/*##############################################*/

/* Stylesheet zur Navigation und Links im Content */


/* Allgemeine Formatierungen, die für alle Navigationspunkte gleich sind */
#navigation { margin:0px 0px 0px 10px; font-variant:small-caps; font-size:14px; color:#fff; font-weight:normal; letter-spacing:1px; }


/* Spzifische Formatierungen einzelener Navigationsebenen */

/* Oberpunkte (1. Ebene) linke Navigation */
a.navieins, a.navieins:link, a.navieins:visited { height:20px; display:block; border:#990000 1px solid; color:#fff; padding:5px 5px 5px 10px; margin-bottom:5px; list-style-type:none; }
.navieins_active, a.navieins:hover { height:20px; display:block; border:#fff 1px solid; color:#fff; padding:5px 5px 5px 10px; margin-bottom:5px; list-style-type:none; }


/* Unterpunkte (2. Ebene) linke Navigation */
a.navizwei, a.navizwei:link, a.navizwei:visited { height:20px; display:block; border:#b990000 1px solid; color:#fff; padding:5px 5px 5px 25px; margin-bottom:5px; list-style-type:none; }
.navizwei_active, a.navizwei:hover { height:20px; display:block; border:#fff 1px solid; color:#fff; padding:5px 5px 5px 25px; margin-bottom:5px; list-style-type:none; }



/* Links im Content */
a, a:link, a:visited { font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:normal; line-height:150%; color:#333; text-decoration:underline; }
a:hover { font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:normal; line-height:150%; color:#333; text-decoration: underline; }
