/*
- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- learn more about CSS at http://www.w3schools.com/css/
- 2003/11/23 PaulM forums.eeweb.nl
*/

/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1 {
margin-bottom: 20px;
font-family: Verdana, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #9a9a9a;
}

/* Formatierungen für Hauptnavigation, 2005-04-25, artif orange*/
.catlevel-0 {
display: block;
margin-top: 1px;
margin-bottom: 1px;
color: Black;
background-color: White;
font-size: 11px;
}
.catlevel-0:hover {
	background-color: #e0e0e0;
	text-decoration: none;
}

.catlevel-1 {
display: block;
margin-top: 1px;
margin-bottom: 1px;
padding-left: 5px;
background-color: #CDCDCD;
font-size: 10px;
}
a.catlevel-1:hover {
background-color: #BFBFBF;
color: Black;
text-decoration: none;
}

.catlevel-2 {
display: block;
margin-top: 1px;
margin-bottom: 1px;
padding-left: 15px;
background-color: #E0E0E0;
font-size: 10px;
}
a.catlevel-2:hover {
background-color: #D0D0D0;
color: Black;
text-decoration: none;
}

.catlevel-3 {
display: block;
margin-top: 1px;
margin-bottom: 1px;
padding-left: 20px;
background-color: #F1F1F1;
font-size: 10px;
}
a.catlevel-3:hover {
background-color: #e0e0e0;
color: Black;
text-decoration: none;
}