html,body	{
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-family: Arial,sans-serif;
	line-height: 130%;
	color: #000000;
}

h1 {
	color: #000000;
	font-size: 18px;
	margin: 0 0 5px 0;
}

p {
	margin: 0;	
}

#background {
	position: relative;
	background-image: url(../img/linie_oben.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	width: 100%;
	height: 172px;
}

#header {
	position: relative;
	width: 600px;
	height: 100px;
	padding: 40px 0 0 40px;
}

#header img {
	padding: 0 50px 0 0;
}

#contentspace {
	position: relative;
	min-height: 100%;
}

* html #contentspace {  /* IE Hack */
	height: 100%;
}

#showhight {
	height: 475px;
}

#content {
	position: relative;
	float: left;
	width: 725px;
	height: 475px;	
	margin: -285px 0 0 250px;
	padding: 0;
}

* html #content {  /* IE Hack */
	margin: -285px 0 0 125px;
}

#content dl {
	float: left;
	width: 725px;
	margin: 0;
	padding: 0;
	display: inline;
}

* html #content dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content dl dd.img {
	margin: 0;
}

#content dt {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}

#content dd {
	margin: 0 0 0 375px;
	padding: 0;
}

#content .alt dd {
	margin: 0 350px 0 0;
}

#content img {
	padding: 0 25px 18px 0;
}

#content dd.img img {
	float: left;
}

#content ul {
	margin: 15px 0 0 -25px;
	list-style: url(../img/p_aufzaehlung.gif);
}

* html #content ul { /* IE6 Hack */
	margin: 15px;
	list-style: url(../img/p_aufzaehlung_ie.gif);
}

*+html #content ul { /* IE7 Hack */
	margin: 15px;
	list-style: url(../img/p_aufzaehlung_ie.gif);
}

#form {
	position: absolute;
	margin: 32px 0 0 210px;
	width: 380px;
}

* html #form {  /* IE6 Hack */
	margin: 44px 0 0 -794px;
}

*+html #form {  /* IE7 Hack */
	margin: 44px 0 0 -764px;
}


#form ul {
	list-style: none;
}

#form li {
	display: block;
	float: left;
	display: inline;
	padding: 0 40px 0 0;
}

#content table {
	margin: 25px 0 0 0;
	font-size: 12px;
}

* html #content table {  /* IE6 Hack */
	margin: -319px 0 0 0;
}

*+html #content table {  /* IE7 Hack */
	margin: -319px 0 0 0;
}

#content input {
	width: 160px;
	height: 16px;
	border: 1px solid #5DA8DF;
}

#content td {
	padding: 16px 25px 0 0;
}



#footer {
	position: relative;
	float: left;
	background-image: url(../img/linie_unten.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 55px;
	margin: -55px auto 0 auto;
}

#footerspace {
	height: 25px;
}

.footer {
	color: #000000;
	font-size: 12px;
	margin: 0 0 11px 250px;
}


/* Navigation und Links */

#navi {
	position: relative;
	margin: 23px 0 0 0;
	width: 160px;
	height: 285px;
	padding: 0 0 0 40px;
	text-align: right;
}

#navi ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#navi li {
	margin: 0 0 0 -30px;
	padding: 0 0 10px 0;
	line-height: 100%;
	color: #D4D4D4;
	font-size: 18px;
	font-weight: bold;
}

a:link	{
	color: #DD000F;
	text-decoration: none;
}

a:visited	{
	color:#DD000F;
	text-decoration: none;
}

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

a:active	{
	color: #DC373C;
	text-decoration: none;
}

#navi a:link	{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#navi a:visited	{
	color:#000000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#navi a:hover	{
	color: #D4D4D4;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#navi a:active	{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


#footer a:link	{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

#footer a:visited	{
	color:#000000;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover	{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#footer a:active	{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}


.titelhome {
	color: #D4D4D4;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

.texthome {
	color: #D4D4D4;
	font-size: 14px;
}
