sup,
sub {
	font-size:70%;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: .8ex;
}

sub {
	top: .5ex;
}


html, body 
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}

body 
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #595959;
background: #CCCCCC url(images/bg.gif) repeat left -30px;
background-attachment: fixed;
}

#outer 
{
width: 693px;
text-align: left;
margin: 0 auto;
}

table.centerBoth {
	border-spacing: 0;
	border-collapse: collapse;
	height: auto; /* change to 100% to center vertically */
	width: 100%;
	clear: both;
}

table.centerBoth, table.centerBoth td {
	padding: 0;
	margin: 0;
	border: 0 none;
}

table.centerBoth td {
	text-align: center; /* IE/Win bug fix */
}

table.room1{
	margin-bottom: 15px;
}

table.room1 td {
	text-align: left;
}

table.room1 td.room1-ul {
	background: transparent url(images/room1-ul.png) no-repeat left top;
	width: 168px;
	height: 102px;
}

table.room1 td.room1-ur {
	background: transparent url(images/room1-ur.png) no-repeat left top;
	width: 524px;
	height: 102px;
}

table.room1 td.room1-nav {
	background: #d8d8d8 url(images/floatroom.gif) no-repeat left top;
	padding-top: 50px;
	font-weight: bold;
	line-height: 160%;
}

td.room1-nav a, td.room1-nav a:visited {
	color: #5a5a5a;
	padding-left: 20px;
}

td.room1-nav a.subnav, td.room1-nav a.subnav:visited {
	color: #5a5a5a;
	padding-left: 34px;
	font-size: 11px;
	line-height: 150%;
}

td.room1-nav a:hover, td.room1-nav a.subnav:hover {
	color: #1b0d6d;
}

td.room1-nav a#nav-on {
	color: #1b0d6d;
}

table.room1 td.room1-content {
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
}

table.room1 td.room1-ll {
	background: transparent url(images/room1-ll.png) no-repeat left top;
	width: 168px;
	height: 74px;
}

table.room1 td.room1-lr {
	background: transparent url(images/room1-lr.png) no-repeat left top;
	width: 524px;
	height: 74px;
}

h3 {
	font-size: 19px;
	margin-top: 0;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

p {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}

hr {
	height: 1px;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

a, a:visited {
	color: #007CCF;
	text-decoration: none;
}

a:hover {
	color: #1b0d6d;
}

div#slide01, div#slide02, div#slide03, div#slide04, div#slide05, div#slide06, div#slide07 {
	position: absolute;
}

div.gallery img {
	border-width: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
}

div#slideshow_frame {
	background: transparent url(images/slideshow_frame.png) no-repeat bottom right;
	width: 480px;
	height: 296px;
	position: absolute;
	z-index: 201;
}

table.ausstattung {
	border-collapse: collapse;
	border: 2px solid #CCCCCC;
}

table.ausstattung td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.text
{
border:1px solid #CCCCCC;
}


.confirm,.error
{

}


.confirm
{
display:block;
padding:4px;
border:1px solid #00cc00;
background:#EEFFEE;
}

.error
{
border:1px solid #CC0000;
background:#FFEEEE;
}