/* Style Sheet */
.adresse
{
	text-align:right;
	margin-right:20px;
	color:#d4cec3;
	font-size:13px;
	margin-top : 100px;
}

.text
{
font-size:13px;
color:#d4cec3;
}

.bildbox
{
float:left; 
padding: 5px 0 10px 20px;
}
.skyscraper
{
float:left; 
padding: 0 0 10px 20px;
}
.ueberschrift
{
 font-size:15px;
text-transform:uppercase;
 
}
.bildtext
{
overflow:auto;
width:575px;
height: 167px;
padding: 0 10px 0 15px;
margin-top: 10px;
}
.volltext
{
overflow:auto;
width:590px;
height: 490px;
padding: 10px 0 0 10px;
}

.preise_td_2
{
background-color:#292B2D;
padding :5px 10px 5px 0;
}

.preise_td_1
{
padding :5px 10px 0 0;
}

.preistabelle1
{
text-align: right; 
height:300px;
margin-right:10px;
padding:10px 0 0 0;
}
.preistabelle2
{
text-align: right; 
padding-top:10px;
}
.leerzeile
{
height:10px;
}

.fehler
{
background-color:#f5bac6;
border-width:thin;border-style:solid;border-color:#ff0000;
}
.accordion {
		width: 560px;
		border-bottom: solid 1px #c4c4c4;
	}
	.accordion h3 {
		background: #e9e7e7 url(../../bilder/accord.gif) no-repeat right -51px;
		padding: 7px 15px;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color: #373737;
		border: solid 1px #c4c4c4;
		border-bottom: none;
		cursor: pointer;
	}
	.accordion h3:hover {
		background-color: #c0c0c0;
	}
	.accordion h3.active {
		background-position: right 5px;

	}
	.accordion div {
		margin: 0;
		padding: 10px 15px 20px;
		border-left: solid 1px #c4c4c4;
		border-right: solid 1px #c4c4c4;
		display: none;
		font: 13px Arial, Helvetica, sans-serif;
		color : #d4cec3;
		
	}
a.normall:link  { font-weight:bold;text-decoration:none; color: #d4cec3; font-family: Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;}
	a.normall:visited  { font-weight:bold; text-decoration:none; color: #d4cec3; font-family: Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;}
	a.normall:focus  { font-weight:bold;text-decoration:none;  color: #d4cec3; font-family: Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;}
	a.normall:hover  { font-weight:bold;text-decoration:underline; color: #ffffff; font-family: Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;}
	a.normall:active  { font-weight:bold;text-decoration:none;  color: #d4cec3; font-family: Arial, Helvetica, Verdana, SunSans-Regular, Sans-Serif;}
	
/* Fehlertext fuer Meldung bei der REservierungsanfrage */ 
.meldung
{
font-size:11px;
color:#d4cec3;
}