/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : nav_shinybuttons.css
**  Funktion    : Formatierung der Hauptnavigation: Button-Navigation "Shiny Buttons"
**
*/

@media all
{

/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/

#nav_main {
	width: 450px;		/* Einfassen der Floats im IE */
	float:left;		/* Einfassen der Floats in allen anderen Browsern */
	/*background: #fff url("/images/nav_bg.gif") repeat-x center right;*/
	line-height: 0px;
	height: 40px;
}

#nav_main ul {
	float:left;
	display:inline;		/* Fix für IE Doubled Float Margin Bug    */ 
	margin:0;			/* Standard-Listendefinition zurücksetzen */
	padding: 6px 0px 0px 0px;
	margin-left: 0px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel für 3D-Schatten) über basemod.css anpassen */
}

#nav_main ul li {
	float: left;
	display:inline;	/* Fix für IE Doubled Float Margin Bug	*/ 
	margin: 0;
	padding: 0 6px 0 0;
	font-family: Arial;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
}

#nav_main img {
	border:0px;
	padding:0px 6px 0px 8px;
}
#nav_main ul li a, #nav_main li a:LINK, #nav_main li a:VISITED, #nav_main li a:ACTIVE {
	font-family: Times,Serif;
	font-size:1,0em;
	font-weight: bold;
	background: transparent;
	letter-spacing:0.5px;
}

#nav_main ul li a:HOVER {
	color: #666 ! important;
	text-decoration: none;
}
/*
#nav_main ul li#current { 
	background: transparent url("gfx/shiny_buttons/background_active.gif") repeat-x center right;
}

#nav_main ul li#current a {
	color: #000;
	background-color: white;
	text-decoration: none;
}

#nav_main ul li#current a:hover { 
	color: #333;
	text-decoration: none;
}
*/
#righttopnav {
	padding:7px 0px 0px 753px;
	color:#E74125;
	font-size:1,0em;
	font-family:Arial,Sans-Serif;
	font-weight:bold;
}
#righttopnav a:LINK, #righttopnav a:VISITED, #righttopnav a:ACTIVE  {
	color:#2980A2;
	font-size:0,95em;
	font-family:Arial,Sans-Serif;
	font-weight:normal;
}
#righttopnav a:Hover {
	color:#C33131;
	background:transparent; 
	text-decoration:none;
}
}
