@charset "utf-8";
/* CSS Document */

*{
	margin:0px; 
	padding:0px;
}

*html{
	height:100%; 
	width:100%
}

body{
	background:#fff;
	top:0px; 
	left:0px; 
	text-align:center; 
	margin:0%; 
	padding:0%;
}

#All{
	position:relative;
	text-align:left;
	margin:0% auto;
	padding:0%;
	height:100%;
	width:1096px;
	float:none;
}

#Left{
	background-image:url(img/left.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	position:relative;
	text-align:left;
	margin:0% auto;
	padding:0%;
	height:100%;
	min-height:850px;
	width:78px;
	float:left;
}

#Right{
	background-image:url(img/right.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	position:relative;
	text-align:left;
	margin:0% auto;
	padding:0%;
	height:100%;
	min-height:850px;
	width:78px;
	float:right;
}

#Middle{
	position:relative;
	text-align:left;
	margin:0% auto;
	padding:0%;
	height:100%;
	width:940px;
	float:left;
}

#Header{
	background-image:url(img/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	margin:0% auto;
	padding:0%;
	height:141px;
	width:940px;
	float:left;
}

#Menu_Balken{
	background-image:url(img/menu_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	margin:0% auto;
	padding:0%;
	height:27px;
	width:940px;
	float:left;
}

#Line{
	background-image:url(img/line.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	margin:0% auto;
	padding:0%;
	height:19px;
	width:940px;
	float:left;
}

#Middle_BG{
	background-image:url(img/bg_middle.jpg);
	background-position:left top;
	background-repeat: repeat-y;
	position:relative;
	text-align:center;
	margin:0% auto;
	padding:0%;
	height:100%;
	min-height:663px;
	width:940px;
	float:left;
}

#Footer_BG_Hands{
	background-image:url(img/bg_footer_hands.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	margin:0% auto;
	padding:0%;
	height:348px;
	width:940px;
	float:left;
}

#Text_left{
	position:relative;
	text-align:left;
	margin:30px 0px 0px 90px;
	padding:0%;
	height:100%;
	width:403px;
	float:left;
	z-index:200;
}

#Text_right{
	position:relative;
	text-align:left;
	margin:30px 0px 0px 85px;
	padding:0%;
	height:100%;
	width:281px;
	float:left;
	z-index:200;
}

#Text_long{
	position:relative;
	text-align:left;
	margin:30px 0px 60px 90px;
	padding:0%;
	height:100%;
	width:700px;
	float:left;
	z-index:200;
}

#Logos_bottom{
	position:relative;
	text-align:left;
	margin:60px 0px 0px 90px;
	padding:0%;
	height:100%;
	width:790px;
	float:left;
	z-index:200;
}

#Footer{
	position:relative;
	text-align:center;
	margin:0px 0px 20px 90px;
	padding:0%;
	height:100%;
	width:790px;
	float:left;
	bottom:20px
	z-index:200;
}

/* Schriften 
---------------------------------------------------------*/

.text{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#fff; 
	line-height:16px;
}

.text_black{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
	line-height:16px;
}

.text_red{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#990000; 
	line-height:14px;
	font-weight:700;
}

A:link, A:active, A:visited{
	color:#fff;
	text-decoration:none;
}

A:hover{
	color:#fff;
	text-decoration:underline;
}

.headline{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#fff; 
	line-height:14px;
}
