html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../bilder/background.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
}

a img
{
	border: 0;
}

#rechts
{
	position: relative;
	width: 900px;
	margin-right: 0;
	margin-left: auto;
}

#container
{
	position: relative;
	width: 700px;
}

#logo
{
	position: relative;
	width: 700px;
	padding-top: 152px;
	padding-bottom: 40px;
	
}

#scroll
{ position: relative; width: 800px; height: 210px; }
#content
{ position: relative; width: 700px; clear: both; }

#content_headline
{
	padding-top: 27px;
	padding-bottom: 23px;
}

#content_headline img
{
	display: block;
}

#content_headline_kontakt
{
	padding-top: 27px;
	padding-bottom: 26px;
}

#content_headline_kontakt img
{
	display: block;
}

#content_text
{ width: 340px; font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; color: #617d15; line-height: 18px; position: relative; left: 10px; }
#content_text a
{ font-family: helvetica, arial, verdana, sans-serif; font-size: 12px; color: #b8e123; text-decoration: underline; }




