/* CSS für die gesamten HTML-Seiten auf www.busse-seewald.de */
body,td,th,p,table {
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	margin: 0px; }

.nugget {
	background-color: #ffffff;
	border: 2px solid;
	border-color: #a99987; /* anpassen der Farbe für die Jahreszeiten */
}

.nugget td {	
	padding: 2px;
}

.nugget th{
	font-weight: bold;
	text-align: left;
	padding: 2px 2px 2px 10px;
	background-color: #ebe8e8; 
}

.menu a,.menu a:link,.menu a:visited,.menu a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333333;
}

.menu a:hover {
	background: gray;
	color:white;
}

.menu a.catlevel1 {
	font-weight: bold;
	padding: 0px 2px 0px 4px;
}

.menu a.catlevel1_sel {
	font-weight: bold;	
	padding: 0px 2px 0px 4px;
}

.menu a.catlevel2_sel {	
	padding: 0px 2px 0px 10px;
}

.menu a.catlevel2 {
	padding: 0px 2px 0px 10px;
}

input,select {
	height: 20px;
	font: bold 10px;
}

form {
	margin: 0px;
}

.sep {
	background: #a99987; /* anpassen der Farbe für die Jahreszeiten */
	height: 1px; 
}

.header {
	padding: 2px 2px 2px 5px;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
}

.footer {
	padding: 2px 2px 2px 5px;
	background: #CCCCCC;
	border-top: 1px solid #000000;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.properties {
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}

._top {
	background-image: url(../images/kopf_3_beige_hw2010.gif); /* hier wird der kleine zusätzliche Teil des Kopfes geaendert */
	background-repeat: repeat-x;
	background-position: left top;
	visibility: visible;
	height: 104px;
	width:100%;
	position: absolute;	
	z-index: 100;
}

._navi {
	top: 65px;
	visibility: visible;
	width: 100%;
	height: 25px;
	
	position:absolute;
	z-index: 200;
}

._inhalt {	
	left: 6px;
	top: 105;
	height:auto;
	position: absolute;
}

._head_prod {
	color: #373636;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-stretch: none;
}

/* Farbe für Links im Shop. Diese müssen immer bei der Layoutänderung der gesamten Website gändert werden */
a img {border: 1px #a99987 solid}
a {color: #a99987}

/* Buchbeschreibung - Details Artikel */
#art_detail .autor_detail {}
#art_detail h2 {margin: 0}
#art_detail .subline {margin-bottom: 1em}

/* Hinweis wenn Artikel nicht lieferbar ist */
.lieferung {
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background: #FF9999;
	padding: 0.2em;
	width: 15em
}
