﻿/* #############################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) ####
** #############################################################################
** 
**  YAML Version: 2.5.1
**  Dateiversion: 27.08.06  
**	Modified	: hh, 05.11.06
**  Datei       : afz_basemod_2col_left_vlines.css
**  Funktion    : Variation des Basislayouts (2-Spalten-Layout mit grafikfreien Spaltentrennern)
**
*/




@media screen	{



 /* Formatierungen fuer die HAUPTNAVIGATION */

#hauptnavigation {
	float				    : left;
	margin-bottom		: 1.3em;
	background			: #a3c2c2;
	width				    : 100%;
	font-size			  : 0.95em;
	}

#hauptnavigation ul {
  margin-left       : 0;
	}

#hauptnavigation li {
	float				    : left;
	}

#hauptnavigation a {
	float				    : left;
	display				  : block;
	text-decoration	: none;
	height				  : 1.6em;
	padding-left		: 1.7em;
	padding-right		: 1.8em;
	padding-top     : 0.2em;
	padding-bottom  : 0.2em;
	color				    : #FFF;
	}


#hauptnavigation a:hover, #hauptnavigation a:focus  {
	background-color	: #c2d6d6;
	color				      : #669999;
	}


#hauptnavigation li.current a {
	background-color	: #669999;
	color				      : #c2d6d6;
	}
 
 
#hauptnavigation li.current a:hover,  #hauptnavigation li.current a:focus  {
	background-color	: #c2d6d6;
	color				      : #669999;
	}

  
  



