﻿/* Autor: www.meiss.info */
/* Start 2008 */
/* Stand 30.10.2008 */

/* Allgemein ------------------------------------------------------------------------ */
/*
Info: Gesamtbreite: 970px
Info: Navibutton: 220x30px

Info: Navi Hintergrund gelb: #ffe464
Info: Navi Balken orange: #e1b225
Info: Orange Schrift: #b56e3b
*/
/* ---------------------------------------------------------------------------------- */

/* Navigation  ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

img {
    border: none;
}

#ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navbox
{
/*	height: 350px; */
/*	width: 220px; /* width: 220px = 200 + padding 10 + border-left 10 */

	font-family: Tahoma, Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('../images/bg_navi.jpg');
}

#navbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navbox li
{
	/* border-bottom: 1px solid #bac170; /* keine Anzeige im IE nur im FF ?? */
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#navbox li a:link, #navbox li a:visited
{
	display: block;
	width: 205px; /* width: 220px = border-left 10 + padding 10 + 200 */
	height: 22px; /* hight: 30px = 22 + padding 6+2 */
	padding-left: 15px; /* 10px vor der Line, mit 15px auf der Line weiß */
	padding-top: 6px;
	padding-bottom: 2px;
	border-right: 5px solid #fff; /* Standardfarbe 0063a6, aber weiß, da auf der Line */
	border-bottom: 1px solid #fff; /* Standardfarbe */
	background-color: transparent; /* Navihintergrund */
	color: #fff;
	text-decoration: none;
}

/* html>body #navbox li a { width: auto; } */
 
#navbox li a:hover, #navbox li #aktiv
{
	border-right: 5px solid #f29400;
	border-bottom: 1px solid #f29400; /* Standardfarbe */
	background-color: transparent; /* Navihintergrund */
	color: #f29400;
}

/* Links: Standard ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

a:link     { color: #000; text-decoration: none; border-bottom: dashed 1px #00509d; }
a:visited  { color: #000; text-decoration: none; border-bottom: dashed 1px #00509d; } 
a:hover    { color: #000; text-decoration: none; border-bottom: dashed 1px #f29400; }
a:active   { color: #000; text-decoration: none; border-bottom: dashed 1px #f29400; }
/*    background: transparent url('../images/pfeil-text.gif') no-repeat left;; */


/* Links: Standard ohne ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

a.ohne:link     { color: #000; text-decoration: none; border-bottom: 0px; }
a.ohne:visited  { color: #000; text-decoration: none; border-bottom: 0px; } 
a.ohne:hover    { color: #000; text-decoration: none; border-bottom: 0px; }
a.ohne:active   { color: #000; text-decoration: none; border-bottom: 0px; }

/* Links: im Footer ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

a.fuss:link     { color: #999; text-decoration: none; border-bottom: 0px; }
a.fuss:visited  { color: #999; text-decoration: none; border-bottom: 0px; } 
a.fuss:hover    { color: #ccc; text-decoration: none; border-bottom: 0px; }
a.fuss:active   { color: #ccc; text-decoration: none; border-bottom: 0px; }

/* Links: Fett und Underline -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

a.fett:link     { color: #000000; font-weight: bold; text-decoration: underline; }
a.fett:visited  { color: #000000; font-weight: bold; text-decoration: underline; } 
a.fett:hover    { color: #CC3300; font-weight: bold; text-decoration: none; }
a.fett:active   { color: #CC3300; font-weight: bold; text-decoration: none; }
