/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen                                                                   */
/*  ---------------                                                                   */
/*  created by: Mike.Mai - mike.mai@web.de                                            */
/*  date      : 05.10.2009                                                            */
/* ---------------------------------------------------------------------------------- */


/* ================================================================================== */
/* Navigation */

#navigation        { margin: 0px 0 20px 0px; padding-left:20px; width: 210px; float: left; text-align: left; }

UL.navi_list {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
        border: 0px;
        width:180px;
}

UL.navi_list LI {
	list-style: none;
	padding: 0px;
	margin: 0px;   
        border:0px;    
	white-space: nowrap;
}

UL.navi_list A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px 1px 2px;
}

UL.navi_list A:hover { background: #BDF; }

.navi_list LI.nav_level  { margin:0; }
.navi_list LI.nav_level1 { margin:0; padding-left:7px; font-weight:bold; }
.navi_list LI.nav_level2 { margin:0; padding-left:23px;}
.navi_list LI.nav_level3 { margin:0; padding-left:39px;}

.nav_container0    { text-align: center; font-family: Verdana,Helvetica,Arial,"Sans Serif"; margin-top:5px; }

.nav_title         { width: 180px; text-align: center; margin: auto; }
.nav_title2        { color: #000000; font-size:10pt; line-height: 1.4em; text-align: center;
                     margin: 0px; padding: 3px; border: 1px #C0C0C0 solid; }

.nav_title A           { display: block; }
.nav_title A:link      { color:#000000; text-decoration: none; background: #F3F3F3; }
.nav_title A:visited   { color:#000000; text-decoration: none; background: #F3F3F3; }
.nav_title A:hover     { color:#F3F3F3; text-decoration: none; background: #ADA5AD; }
.nav_title A:active    { color:#FF0000; text-decoration: none; background: #F3F3F3; }

.nav_container1    { margin: 5px 0 10px 10px; }
.nav_container2    { width: 190px; }
.nav_buttons       {  }
/* .nav_buttons       { border-top: 1px #ADA5AD solid; border-bottom: 1px #ADA5AD solid; } */


.nav_suche           { margin: 5px 0 5px 20px;  }
.nav_schnellsuche    { border: 1px solid #E0E0E0; font-size:7pt; width: 100px; padding: 0px; }
.nav_suchbutton      { width: 35px; border: none; background-color: transparent; color: #000000; cursor: pointer; font-size: 8pt; }



/* ---------------------------------------------------------------------------------- */




