/* CSS Document */
/*----------------------------------------------------------------------------------------------------*/
/* beinhaltet die main navigation                                                                     */
/* (alle absolut positionierten elemente im header der seite)                                         */
/*----------------------------------------------------------------------------------------------------*/
#bxNavHome {
 position: absolute;
 top: 75px;
 left: 120px;
 width: 53px;
 height: 69px;
}
#imgNavHome {
 width: 53px;
 height: 69px;
 border: none;
}
#bxNavSchuelerin {
 position: absolute;
 top: 75px;
 left: 173px;
 width: 134px;
 height: 69px;
}
#imgNavSchuelerin {
 width: 134px;
 height: 69px;
 border: none;
}
#bxNavStudentin {
 position: absolute;
 top: 75px;
 left: 308px;
 width: 131px;
 height: 69px;
}
#imgNavStudentin {
 width: 131px;
 height: 69px;
 border: none;
}
#bxNavLehrling {
 position: absolute;
 top: 75px;
 left: 438px;
 width: 144px;
 height: 69px;
}
#imgNavLehrling {
 width: 144px;
 height: 69px;
 border: none;
}
#bxNavLehrerin {
 position: absolute;
 top: 75px;
 left: 582px;
 width: 143px;
 height: 69px;
}
#imgNavLehrerin {
 width: 143px;
 height: 69px;
 border: none;
}

/* 05.05.2010 NEU */

#bxNavSuchen {
}
#bxNavSuchen .input_text {
 position:absolute; 
 left:730px; 
 top:117px; 
 width:100px; 
 height:20px; 
 border:1px solid #cecece; 
 padding:3px 3px 0 3px;
}
#bxNavSuchen .input_submit {
 position:absolute; 
 left:730px; 
 top:145px;
}

/*----------------------------------------------------------------------------------------------------*/
/* anchor pseudo classes                                                                              */
/* dzt. unnoetig, wurde sicherheitshalber eingezogen, um nachraeglich attribute vergeben zu koennen   */
/*----------------------------------------------------------------------------------------------------*/
a.aNav:link {
 text-decoration: none;
}
a.aNav:visited {
 text-decoration: none;
}
a.aNav:active {
 text-decoration: none;
}
a.aNav:hover {
 text-decoration: none;
}