/* CSS-Stile von http://www.drg-salonwagen.eu */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0; /* padding muß auf 0 gesetzt werden, damit auch Opera die Seite am oberen Rand korrekt platziert */
	list-style-image: url(bilder/buttons/pfeil-menue-3-h8-e.png);
	top: 0px;
}
p {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 5px;
}
ul {
    margin-top: 6px;
	margin-bottom: 15px;
	vertical-align: top;
	list-style-image: url(bilder/buttons/pfeil-menue-3-h8-e.png);
}
li {
	margin-bottom: 1px;
}
td {
    text-align: left;
	vertical-align: top;
}
#datentab table {
	border: 1px solid #999999;
	border-collapse: collapse;
	table-layout: auto;
}	
#datentab td {
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}
#texttab table {
	border-collapse: collapse;
	table-layout:fixed;
	border: 1px solid #CCCCCC;
}	
#texttab td {
	border: 1px solid #CCCCCC;
	padding: 0px 1px 0px 1px;
	text-align: left;
	vertical-align: top;
}
#texttab2 table {
	table-layout: auto;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}	
#texttab2 td {
	border: 1px solid #CCCCCC;
	padding: 0px 1px 0px 1px;
	text-align: left;
	vertical-align: top;
}
#downtab table {
	empty-cells: hide;
	border-collapse: collapse;
	table-layout:fixed;
}	
#downtab td {
	padding: 1px 2px 3px 2px;
	text-align: left;
	vertical-align: top;
}
#ausst table {
	border-collapse: collapse;
	table-layout:fixed;
}	
#ausst td {
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
#ausst td.ausstattung {
	width: 120px;
	text-decoration: underline;
}
#ausst td.ausstattung_duo {
	width: 110px;
	text-decoration: underline;
}
#ausst td.trenner {
	width: 10px;
}
.navileiste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.833em;
	vertical-align: bottom;
}
.quelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	vertical-align: top;
}
.zweitbelegung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	vertical-align: top;
}
.stand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.833em;
	vertical-align: top;
	text-align: right;
}
.bereichstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.zwischenkopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 4px;
	font-weight: bold;
	color: #000000;
}
.zwischenkopf-intext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 13px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #000000;
}
.hinweisrot {
    color: #CC3366;
}
.unterstrich {
	text-decoration: underline;
}
.blindtext {
    font-size: 0.5em;
	color: #EEEEEE;
}
.assetalignright {
    margin: 2px 0px 6px 15px;
}
.assetalignleft {
    margin: 2px 15px 6px 0px;
}
.assetaligncenter {
    margin: 6px auto 6px auto;
}
.bu {
    padding: 2px;
	margin: 0;
	font-size: 0.833em;
}
.tabelletop {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #225588;
}
a:visited {
	color: #225588;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:focus {
	color: #003366;
}
a.black {
    color: #000000;
}
a.black:visited {
    color: #000000;
}
a.black:hover {
    text-decoration: none;
    color: #000000;
}
a.green {
    color: #006600;
}
a.green:visited {
    color: #006600;
}
a.green:hover {
    color: #006600;
}
a.quelle {
    color: #006600;
}
a.quelle:visited {
    color: #006600;
}
a.quelle:hover {
    color: #006600;
}
a.blind {
    color: #EEEEEE;
}
a.blind:visited {
    color: #EEEEEE;
}
a.blind:hover {
    text-decoration: none;
    color: #EEEEEE;
}
a.info
{
	position: relative;
	z-index: 1;
	color: #000000;
	vertical-align: top;
}
a.info:hover
{
	z-index: 2;
}
a.info span
{
	display: none;
}
a.info:hover span
{
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 25em;
	border: 1px solid #999999;
	background-color: #FCFCEE/*#FCFCFC*/;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: 0.9em;
} 