body, html	{
	background-color: #B22222;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper	{
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

#logo	{
	height: 60px;
}

#inhalt	{
	height: 570px;
	background-image: url(../pics/bg.jpg);
	background-repeat: no-repeat;
}

#text	{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	width: 320px;
	height: 550px;
	font-size: .75em;
	line-height: 1.3em;
}

#text h1	{
	font-size: small;
}

#text p	{
	text-align: justify;
}

.signatur	{
	text-align: right;
	font-size: medium;
	font-style: italic;
	margin-top: .8em;
	margin-bottom: .8em;
}

#leiste	{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#content	{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	width: 500px;
	height: 550px;
	font-size: .75em;
	line-height: 1.3em;
}

#content p	{
	text-align: justify;
}

.imgright	{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

a.navi:link 	{
	text-decoration: underline;
	color: #B22222;
	font-weight: bold;
	padding: .15em;
}
a.navi:visited 	{
	text-decoration: none;
	color: #B22222;
	font-weight: bold;
	padding: .15em;
}
a.navi:hover 	{
	text-decoration: none;
	color: #00FFFF;
	background-color: #B22222;
	font-weight: bold;
}
a.navi:active 	{
	text-decoration: none;
	color: #B22222;
	font-weight: bold;
	padding: .15em;
}
