/* CSS Document */


#artikelsuche_inhalt {
	margin: 5px 5px;
	padding: 5px 9px;
	color: black;
}

#artikelsuche_inhalt h1 {
	margin-bottom: 20px;
}
#artikelsuche_inhalt h2 {
	margin-bottom: 10px;
}
#artikelsuche_inhalt p {
	padding: 0.5em 0em;
}

caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

col {
	border-right: 1px solid #ccc;
}

#artikelsuche_inhalt table {
	padding: 5px;
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

#artikelsuche_inhalt th, td {
	padding: 5px 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#artikelsuche_inhalt th {
	background: #666666;
}


.odd {
	background: #ccc;
}

#artikelsuche_inhalt label {
	float: left;
	width: 100px;
}

#artikelsuche_inhalt input#suchen {
	margin-left: 0px;
}

#artikelsuche_inhalt fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

#artikelsuche_inhalt legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #f00;
}

/*
#artikelsuche_inhalt table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000;
}

#artikelsuche_inhalt td {
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: center;
}

*/
#artikelsuche_inhalt td.jahr {
	background: #fc9;
}

#artikelsuche_inhalt td.ausgabe {
	background: #fc9;
}

#navtabelle table {
	text-align: center;
	border: 0px;
	background: #fff;
}
#navtabelle td {
	width: 33%;	
	border: 0px;
	background: #fff;
}
.zurueck {
	text-align: left;
}

.weiter {
	text-align: right;
}

#artikelsuche_inhalt ul {
	margin: 10px 0px;
}

#artikelsuche_inhalt li {
	list-style: square outside url(../img/doppelpfeil.gif);
	margin-left: 20px;
	padding: 5px 0px;
	color: black;
}

#artikelsuche_inhalt li a:link {
	text-decoration: none;
	color: black;
}

#artikelsuche_inhalt li a:visited {
	text-decoration: none;
	color: #000;
}

#artikelsuche_inhalt li a:hover {
	background: red url(../img/link_pfeil_w.gif) no-repeat right top;
	color: white;
	padding-right: 15px;
}

