* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
	padding-top: 30px;
}
#page {
	width: 800px;
	height: 600px;
	border: 1px solid #b9b9b9;
	text-align: left;
	margin: auto;
}
#content {
	height: 340px;
}
.content-links {
	float: left;
	height: 340px;
	width: 480px;
}
.content-links-oben {
	height: 200px;
	background-color: #5e5c5f;
}
.content-links-oben a {
	color: #FFF;
	text-decoration:  none;
}
.content-links-oben a:hover {
	text-decoration: underline;
}
.content-links-unten {
	height: 140px;
}
.js-scrollbalken {
	width: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	height: 140px;
}
.text {
	padding-bottom: 30px;
	line-height: 20px;
	position:relative;
	overflow:hidden; 
	width:440px; 
	height:140px; 
	padding-left: 10px; 
	padding-top:30px;
	float:left;
	line-height:20px;
	color: #FFF;
}
.text1 {
	width: 220px;
	float: left;
}
.text2 {
	width: 220px;
	float: left;
}
#scroll_content {
	padding-bottom: 30px;
}
.content-rechts {
	float: left;
	background-color: #CCC;
	height: 340px;
	width: 318px;
	border-left: 2px solid #FFF;
}
.content-rechts img {
	border-right: 2px solid #FFF;
}
.clear {
	clear: both;
}

#footer {
	border-top: 20px solid #c60d1f;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	background-image: url(global-gfx/bg-footer.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 35px;
	color: #b6b7b9;
}
#footer a {
	color: #b6b7b9;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}
#footer a:hover, #footer a.on {
	color: #c60d1f;
}
.abstand-pfeil {
	margin-top: 7px;
}
.email-feld {
	padding-left: 100px;
}
