body {
	background-color: #EEFFEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
table {
	font-size: 1em;
}
/* Generelle Farbe aller Links ohne Unterstreichung */
a {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
/*	background-color: #EEEEEE;*/
}
a:hover {
	text-decoration: underline;
	background-color: #EEEEEE;
}
h1, h2, h3 {
	color: #006600;
	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: #FFFDFD;
	border: 0.1em solid maroon;
	padding: 0.2em;
	margin-top: 1em;
}
dl.ausstattungsliste dt {
	color: #003333;
	background-color: #FFEE99;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	clear: right;
}
dl.ausstattungsliste dd {
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin-left:1em;
}
div.showpage dl.ausstattungsliste dd h2 {
	padding: 2px;
}
div.showpage dl.ausstattungsliste dd p {
	padding-right: 5px;
}
dl.ausstattungsliste input,
dl.ausstattungsliste select {
	font-size: 0.8em;
}
/* Linke Navigation (Hauptmenue)*/
div#left-nav ul {
	background-color: #FFEE99;
}
/* Links im Hauptmenue */
div#left-nav 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: #FFCC66;
}
/* Angewählter Menuepunkt (span) und Hovereffekt sind gleich */
div#left-nav ul div,
div#left-nav ul a:hover {
	display:block;
	padding: 0.3em;
	border-left-color: black;
	border-top-color: black;
	background-color: #FFF8F8;
	border: 1px solid white;
  border-left-color: black; border-top-color: black;
}
/* Erste Unterebene im Menue - Links */
div#left-nav ul ul li a {
	font-weight: normal;       /* Schrifthervorhebung aufheben */
	border: none;							 /* Ohne Rand */
	background-color: #FFEE99; /* Hellere Untergrundfarbe */
	width: 9.8em;
}
/* Erste Unterbene im Menue - Hover Effekt */
div#left-nav ul ul li div,
div#left-nav ul ul li a:hover {
	background-color: #FFF8F8;
	border: none;								/* Rand auch ausschalten, weil das Ganze sonst beim drueberfahren "atmet" */
}
/* Erste Unterebene im Menue - ul - Objekt */
div#left-nav ul ul {
	margin: 0.1em 0 0.1em 0.1em;
	padding-left: 2em;
	padding-top: 0.1em;
	list-style-image: url(images/aufzaehlung01_20.gif); /* Hier verwenden wir ein Listenbild */
	list-style-position: outside;
}
* html div.tabbed-content {
	border-top-color: #C4FFC4;
	border-right-color: #006600;
	border-bottom-color: #C4FFC4;
	border-left-color: #006600;
}
div.tabbed-content {
	background-color: #FFFFFF;
	border: 0.15em outset #006600;
	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(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/web_ico_2.gif);
	padding-left: 0.2em;
	margin-bottom: 0.2em;
}
ul.linkliste li a {
	font-weight: normal;
}
ul.hakenliste li {
	list-style-image: url(images/haken_gruen_16.gif);
	padding-left: 0.2em;
	margin-bottom: 0.2em;
}
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:20em;
}
div.imagebox-center {
	width:37em;
}
*html div.imagebox-center {
	width:36em;
}
.link-right {
	font-weight: bold;
	margin-top:0;
	margin-bottom:0.5em;
}
.right, .link-right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
table.picidxtable {
	width: 32em;
	font-size: 1em;
	border: 0px none;
	margin-top: 1em;
}
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;
}
table.seqnavigation {
	width: 100%;
}

dl.topadvert {
	margin-left: 12em;
	margin-top: 0;
	margin-bottom: 0;
}

dl.topadvert dt{
	float: left;
}

dl.topadvert dt, dl.topadvert dd{
	margin-bottom: 0.5em;
}

.addthis_toolbox {
	float:right;
}
