/*///////////////////////////////////////////////////////////////////
// 2007-11   | www.madebymeyer.de                                  //
// Project   | Hallo-Frau                                          //
// Author    | Karsten Meyer                                       //
// modified  | 08.11.2007 by Karsten Meyer                         //                                                   
// Package   | main                                                //
///////////////////////////////////////////////////////////////////*/

/* menue */
#navlist1 LI {
 padding:0;
 margin:0;  
 color: #fff;
 font-weight:700;
 list-style-type: none;
 background-image:none;
}

#navlist1 LI A:link,
#navlist1 LI A:visited,
#navlist1 LI A:hover,
#navlist1 LI A:active,
#navlist1 LI A.current,
#navlist1 LI A.current:visited {
 display: block;
 width: 150px;
	height: 26px;
 padding: 10px 0 0 14px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:700;
 color: #fff;
 text-decoration:none;
 background: url(../img/bg_nav_off.gif) no-repeat;
}
#navlist1 LI A:hover,
#navlist1 LI A.current,
#navlist1 LI A.current:visited {
 color: #333;
 background: url(../img/bg_nav_on.gif) no-repeat;
}

#subnavlist1 LI A:link,
#subnavlist1 LI A:visited,
#subnavlist1 LI A:hover,
#subnavlist1 LI A:active,
#subnavlist1 LI A.current,
#subnavlist1 LI A.current:visited {
 display: block;
 width: 138px;
	height: 26px;
 padding: 10px 0 0 26px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:400;
 font-style:normal;
 color: #333;
 text-decoration:none;
 background: url(../img/bg_nav_sub_off.gif) no-repeat;
}
#subnavlist1 LI A:hover{
 background: url(../img/bg_nav_on.gif) no-repeat;
}
#subnavlist1 LI A.current,
#subnavlist1 LI A.current:visited{
background-color:#dddddd;
 background-image: none;
}

#navigation {
 padding-bottom:91px;
 background: url(../img/bg_nav_end.jpg) left bottom no-repeat;
}

#katlist LI {
 float:left;
 width: 120px;
 padding:0 0 0 11px;
 margin:0;  
 color: #333;
 list-style-type: none;
 text-indent:-999px;
}
#katlist LI.navmo {
	background: url(../img/katmo_off.jpg) 11px 0 no-repeat;
}
#katlist LI.navfi {
	background: url(../img/katfi_off.jpg) 11px 0 no-repeat;
}
#katlist LI.navhe {
	background: url(../img/kathe_off.jpg) 11px 0 no-repeat;
}
#katlist LI.navit {
	background: url(../img/katit_off.jpg) 11px 0 no-repeat;
}

#katlist LI A:link,
#katlist LI A:visited,
#katlist LI A:hover,
#katlist LI A:active{
 float:left;
 display: block;
 width: 120px;
 height:208px;
 font-family: Futura, Arial, Helvetica, sans-serif;
 font-size:13px;
 font-weight:400;
 color: #333;
 text-decoration:none;
}
#katlist LI.navmo A:hover {
	background: url(../img/katmo_on.jpg) no-repeat;
}
#katlist LI.navfi A:hover {
	background: url(../img/katfi_on.jpg) no-repeat;
}
#katlist LI.navhe A:hover {
	background: url(../img/kathe_on.jpg) no-repeat;
}
#katlist LI.navit A:hover {
	background: url(../img/katit_on.jpg) no-repeat;
}


