* 
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #232323;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 
{
	margin-top: 1.5em;
	font-weight: normal;
}

h1 
{
	font-size: 2em;
	color: #630;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1em;
}

p, ul 
{
	margin-top: 1.5em;
	line-height: 160%;
}

ul 
{
	margin-left: 3em;
}

a 
{
	color: #630;
}

a:hover 
{
	text-decoration: none;
	color: #3760BF;
}

a img 
{
	border: none;
}

img.left 
{
	float: left;
	margin: 0 20px 0 0;
}

img.right 
{
	float: right;
	margin: 0 0 0 20px;
}

#right
{
	float: right;
	margin: 0 0 0 20px;
}

.textcenter
{
	text-align: center;
}

.blockcenter
{
	margin-left: auto;
	margin-right: auto;
}

.farbe
{
	color: #630;
}

.farbe2
{
	color: #630;
	text-decoration: underline;
}

.textright
{
	text-align: right;
}

.textleft
{
	text-align: left;
}

.tdwidth
{
	width: 50px;
}

#frame
{
	border: none;
	background-color: transparent;
}

#buchungform
{
	width: 400px;
}