html
{
	margin: 0px;
	padding: 0px;
	cursor: default;
	height: 101%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #99CCCC;
	text-align: center;
}

#container
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 8pt;
	background-color: transparent;
	
}

#head
{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	height: 330px;
	width: 800px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/header.jpg);
	background-position : top;
	background-repeat : no-repeat;
}


#content
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 140%;
	background-color: transparent;
	background-image: url(images/content.jpg);
	background-position : top;
	background-repeat : repeat-y;
}

.content-header-kamin
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 40px;
	background-color: transparent;
	background-image: url(images/header-kamin.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.content-header-seeblick
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 40px;
	background-color: transparent;
	background-image: url(images/header-seeblick.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.content-header-buchung
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 40px;
	background-color: transparent;
	background-image: url(images/header-preise.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.content-item
{
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	width: 580px;
	font-size: 9pt;
	text-align: left;
}

table
{
	font-size: 9pt;
	text-align: left;
}

#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
	background-color: transparent;
	background-image: url(images/footer.jpg);
	background-position : top;
	background-repeat : no-repeat;
}

.downloadfield
{
	background-color: #F0F0F0;
	color: #000000;
	padding: 2px;
	text-align: left;
}

img.acro
{
	float: left;
	margin: 1px; 
	padding: 6px 10px 0px 5px;;
	border: none;
}

.text_small
{
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

a.text:link, a.text:visited, a.text:active
{
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.text:hover
{
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
}

