#last-changed {
	font-style: italic;
	margin-bottom: 1em;
}

body {
	background-color: #FEFEED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(images/dkb_hg_standard.jpg);
}
table {
	font-size: 1em;
}
/* Generelle Farbe aller Links ohne Unterstreichung */
a {
	color: #660099;
	text-decoration: none;
/*	font-weight: bold; */
/*	background-color: #EEEEEE;*/
}
a:hover {
	text-decoration: underline;
	background-color: #EEEEEE;
}
h1, h2, h3 {
	color: #A42828;
	margin-top: 0em;
	margin-bottom: 0em;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
.small {
	font-size: 0.85em;
	
}
.errortext {
	color: #FF0000;
	font-weight: bold;
	
}
dl.ausstattungsliste {
	background-color: #FCFCFE;
	border: 0.1em solid #A5A54A;
	padding: 0.2em;
	margin-top: 1em;
}
dl.ausstattungsliste dt {
	color: black;
	background-color: #DFDFB7;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
dl.ausstattungsliste dd {
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin-left:1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
dl.ausstattungsliste dd p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

dl.ausstattungsliste input,
dl.ausstattungsliste select {
	font-size: 0.8em;
}
/* Linke Navigation (Hauptmenue)*/
ul#left-navigation {
	background-color: #FCFCFE;
}
/* Links im Hauptmenue */
ul#left-navigation li a {
	display:block;						/* Gesamten Bereich abdecken, nicht nur auf Laenge des Textes */
	padding: 0.3em;						/* Innenabstand */
/*	font-weight: bold;	*/			/* Schrifgrad hervorgehoben */
	border: 1px solid black;  /* Rahmen mit dreidimensionaler Wirkung */
	border-left-color: white;
	border-top-color: white;
/*	background-color: #FFCBB3;*/
}
/* Angewählter Menuepunkt (span) und Hovereffekt sind gleich */
ul#left-navigation span,
ul#left-navigation a:hover {
	display:block;
	padding: 0.3em;
	border-left-color: black;
	border-top-color: black;
/*	color: white;*/
	background-color: #DFDFB7;
	border: 1px solid white;
  border-left-color: black; border-top-color: black;
}
/* Erste Unterebene im Menue - Links */
ul#left-navigation ul li a {
	font-weight: normal;       /* Schrifthervorhebung aufheben */
	border: none;							 /* Ohne Rand */
/*	background-color: #E1FFE1;  Hellere Untergrundfarbe */
	width: 9.8em;
}
/* Erste Unterbene im Menue - Hover Effekt */
ul#left-navigation ul li span,
ul#left-navigation ul li a:hover {
/*	background-color: #E1FFE1;*/
	border: none;								/* Rand auch ausschalten, weil das Ganze sonst beim drueberfahren "atmet" */
}
/* Erste Unterebene im Menue - ul - Objekt */
ul#left-navigation ul {
	margin: 0.1em 0 0.1em 0.1em;
	padding-left: 2em;
	padding-top: 0.1em; /* Hier verwenden wir ein Listenbild */
	list-style-position: outside;
	list-style-image: url(images/point_pfeil_16.gif);
}
div.tabbed-content {
	background-color: #FFFFFF;
	border: 0.15em outset #747434;
	padding: 1em;
}
dl.form {
	margin-top: 0;
}
dl.form dt {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}
form {
	margin-top: 0;
}
table.uebersicht {
	background-color: #FFFDFD;
	border: 0.1em solid maroon;
	padding: 0.2em;
	font-size: 1em;
	width: 100%;
}
table.uebersicht th {
	background-color: #FFCC66;
	padding: 0.5em 2em;
	color: #003333;
	font-weight: bold;
	text-align: left;
}
table.uebersicht td {
	padding: 0.5em 2em;
}
table.uebersicht tr.c02, div.c02 {
	background-color: #FFEE99; /* Andere Untergrundfarbe */
}
ul.pdf-liste li {
	list-style-image: url(Templates/images/pdf_icon_16.gif);
	padding-left: 0.2em;
	margin-bottom: 0.2em;
}
ul.errorlist li {
	list-style-image: url(images/kreuz_16.gif);
	padding-left: 0.2em;
	margin-bottom: 0.2em;
}
ul.linkliste li {
	list-style-image: url(images/face01_16.gif);
	padding-left: 0.2em;
	margin-bottom: 0.2em;
}
ul.linkliste li a {
	font-weight: normal;
}
div.imagebox-right, div.imagebox-left, div.imagebox-center {
	border: 0.1em solid #330000;
	margin: 0.5em;
	padding: 0.5em;
	background-color: #EEEEEE;
}
div.imagebox-right, div.imagebox-left {
	width:15em;
}
div.imagebox-center {
	width:37em;
}
*html div.imagebox-center {
	width:36em;
}
.link-right {
	text-align:right;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0.5em;
}
table.picidxtable {
	width: 32em;
	font-size: 1em;
	border: 0px none;
}
table.picidxtable tr {
	border: 0px none;
}
table.picidxtable td {
	font-size: 1em;
	border: 0px none;
}
*html div.tabbed-content table {
	width: 35em;
}
*html dl.ausstattungsliste td {
	text-align: center;
	
}
ul.tab-rider a:hover {
	background-color: #FFFFFF;
}
