body,
table
{
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.7em;
}


img
{
	border: 0px;
}


a
{
	color: rgb(15,101,186);
}


#menu
{
	background-color: rgb(15,101,168); padding: 0px; float: right; position: relative; top: -40px; z-index: 100; margin-right: 20px; display: inline;
}

#menu div
{
	
	float: left;
	padding: 5px 14px 5px 14px;
}


#content
{
	padding: 0px 11px 0px 20px;
	text-align: justify;
}

div.inset,
#content p
{
	margin-left: 10px;
}

div.infobox
{
	text-align: left;
	width: 200px;
	margin-bottom: 30px;
}

#content div.infobox p
{
	margin: 0px;
	margin-bottom: 0.8em;
}




img.slogan
{
	display: block; margin: 3em 0em 1em 0em; 
}

#content div.infobox img.slogan
{
	margin: 0em 0em 1em 0em; 
}

#galerie
{
	margin-top: 2em;
}

#galerie img
{
	padding: 0px 7px 7px 0px;
}


table.preisliste
{
	;
}

table.preisliste td
{
	padding-right: 15px;
}

table.preisliste td.title
{
	font-weight: bold;
}

table.buchung td.title
{
	padding-top: 2em;
	font-weight: bold;
}

input,
textarea,
select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
	background-color: rgb(255,255,255);
	padding-left: 5px;
	padding-right: 5px;
	
}

select
{
padding: 0px;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus
{
	
	border-color: rgb(204,51,0);
}


input.button
{
	border: 2px;
	border-style: solid; 
	border-color: black;
	background-color: rgb(15,101,186);
	color: white;
	font-weight: bold;
}


.mandatory
{
	color: rgb(204,51,0);
	font-weight: bold;
}



.error
{
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px;
	border-style: solid;
	padding: 5px;
	font-weight: bold;
	border-color: rgb(204,51,0);
	color: rgb(204,51,0);
	background-color: rgb(255,255,255);
}

