/* CSS Document */

body {
	color: #fff;
	text-decoration: none;
	font: 12px Arial;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color:#000000;
	overflow: hidden;
}

.content{
	font: 12px Arial;
	color: #fff;
	line-height: 15px;
}

.formular{
	font: 12px Arial;
	color: #000000;
	width: 200px;
}

.headlinerot {
	font: 12px Arial;
	color: #ff0000;
}

.headline{
	font: bold 16px Arial;
	color: #fff;
}
.headline_blue{
	font: bold 16px Arial;
	color: #118cb8;
}

.guardian {
	position: relative;
	width: auto;
	height: auto;
	top: 0px;
	font: 16px Arial;
	color: #fff;
}

.arrow_fwd {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden; 
	left:40px;
}

.arrow_fwd_transport {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden; 
	left:45px;
}

.arrow_fwd2 {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden; 
	left:40px;
	top: 5px;
}

.arrow_bwd {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden; 
	right:30px;
}

.arrow_bwd2 {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden;
	top: 53px;
	right:40px;
}

.arrow_bwd3 {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden;
	top: 5px;
	right:40px;
}

.arrow_bwd4 {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden;
	top: 25px;
	right:30px;
}

.arrow_bwd_transport {
	position:relative; 
	width:auto; 
	height:auto; 
	overflow:hidden;
	top: 25px;
	right:40px;
}

.ul_style {
	position: relative;
	width: auto;
	height: auto;
	left: -25px;
	line-height: 18px;
}

#links_wrapper {
	position:relative; 
	width:580px; 
	height:170px; 
}

#links_left {
	position:relative; 
	width:190px; 
	height:170px; 
	float:left
}

#links_center {
	position:relative; 
	width:190px; 
	height:170px; 
	float:left
}

#links_right {
	position:relative; 
	width:190px; 
	height:170px; 
	float:left
}

#top_ausrichtung {
	position: relative;
	width: 590px;
	height: auto;
	top: -30px;
}

/*Links*/

.links {
	color: #fff;
	font: 12px Arial;
}

a.links:link {
	color: #fff;
	font: 12px Arial;
	text-decoration: none;
}

a.links:hover {
	color: #118cb8 !important;
	font: 12px Arial;
	text-decoration: underline !important;
}

a.links:visited {
	color: #fff;
	font: 12px Arial;
	text-decoration: none;
}

.links_guard {
	color: #fff;
	font: 16px Arial;
}

a.links_guard:link {
	color: #fff;
	font: 16px Arial;
	text-decoration: none;
}

a.links_guard:hover {
	color: #118cb8 !important;
	font: 16px Arial;
	text-decoration: underline !important;
}

a.links_guard:visited {
	color: #fff;
	font: 16px Arial;
	text-decoration: none;
}