/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : nav_slidingdoor.css
**  Funktion    : Formatierung der Hauptnavigation: Reiternavigation "Sliding Doors"
**
*/

@media all
{
/* ######################################################################################################
** ### Hauptnavigation: "Sliding Doors" von A List Apart ################################################
** ######################################################################################################
*/

#nav_main {
         float:left;
         width:100%;
         background:transparent;
		 font-size:93%;
		 line-height:30px;
         text-align: center;
         white-space:nowrap;
         height:30px;
         border-bottom:1px solid #263C53;
         border-top:1px solid #263C53;
         padding:1px 0px 0px 0px;
}

#nav_main #sp_main {
         width:100%;

         white-space:nowrap;
         text-align: center;

}

#nav_main #sp_main span{
         white-space:nowrap;

}

#nav_main a {
	font-size: 1.2em;
	margin: 0px;
        color:#1A5282;
        font-weight: bold;
	padding:7px 20px 6px 20px;
	text-decoration:none;

}

#nav_main #current a {
	 border-width:0;
         background: #C9E5E9;
         color:#1A5282;
         background: #C9E5E9;
}


#nav_main a:hover {
        background: #C9E5E9;
}


}
