﻿html,body {
	margin:						0;
	padding:					0;
 }
 
body {
	background-color: #cccccc;
	color:						#999999;
	font-family:			Arial, sans-serif;
	text-align:				center;
	background-image: url(../gfx/bg.jpg);
 }

 .all_box {
	display:					block;
	width:						880px;
	margin:						0 auto;
	padding:					0 25px 0 25px;
	background-color:	#ffffff;
	margin-top:				0;
	text-align:				left;
}
 
.header {
	display:					block;
	width:						880px;
	height:						236px;
	background-image: url(../gfx/part_04.png);
	background-color:	#ffffff;
	background-repeat: no-repeat;
	background-position: top right;
	position:					relative;
 }

.headlink {
	display:					block;
	width:						250px;
	height:						150px;
	position:					absolute;
	top:							20px;
	right:						100px;
	border:						none;
 }	

.the_content {
  height:						100%;
 }
  
.abschnitt {
	display:					block;
	width:						880px;
	border-bottom:		3px solid #cccccc;
	margin:						5px 0 5px 0;
 }
  
.subtitle {
  display:					block;
  font-size:			  16pt;
  font-weight:			bold;
  margin:						0 0 20px 0;
 }
  
.subpart {
	display:					block;
	width:						880px;
	border:						1px solid #ff0000;
 }
  
.zweispaltig {
	display:					block;
	width:						870px;
	padding:					5px 5px 10px 5px;
	font-size:				12pt;
 }

.s_right {
	display:					block;
	width:						535px;
	float:						left;
	padding:					0 0 0 15px;
 }  

.s_left {
	display:					block;
	width:						313px;
	float:						left;
 }  
 
.stopfloat {
	clear:						both;
	float:						none;
 }
 
 .footer {
 	display:					block;
 	width:						860px;
 	background-color: #b71b30;
 	padding:					5px 10px 5px 10px;
 	margin:						20px 0 0 0;
 	height:						20px;
	text-align:				right;
 	color:						#ffffff;
 }
 
 .ft_info {
 	display:					inline;
 	width:						350px;
 	font-weight:			bold;
 	font-size:				10pt;
	float:						left;
	text-align:				left;
 }
 
 .ft_link {
 	display:					inline;
 	font-weight:			bold;
 	font-size:				10pt;
 }

.ft_link a:active,
.ft_link a:link,
.ft_link a:hover,
.ft_link a:visited,
.ft_link a {
	color:						#ffffff;
	text-decoration:	none;
	font-size:				10pt;
 	font-weight:			normal;
	padding:					0;
	margin:						0;
 }

.title_link:active,
.title_link:link,
.title_link:hover,
.title_link visited,
.title_link {
	color:						#999999;
	text-decoration:	none;
	font-size:				16pt;
	text-transform:	  uppercase;
	padding:					0 5px 0 5px;
 } 

  	
