/* CSS Document */
body{
	background-color:#F2EADC;
	margin:20px;
	font-size:15px;
}
.header{
	width: 1000px;
	height: 120px;
	background-color:#FFFFFF;
}
.header_bild{
float:left;
}
.anschrift{
margin-left:80px;
margin-top: 10px;
text-align:right;
}
.menu_1{
	width: 1000px;
	height: 40px;
	background-image:url(../img/backgrounds/button_back.jpg);
}
.link{
margin-left:5px;
font-size:18px;
}
.link_text{
text-decoration:none;
color:#000000;
}
.menu_2{
	float: left;
	width: 1000px;
	height: 29px;
	background-image:url(../img/backgrounds/menue_2.jpg);
}

.container{
	float: left;
	width: 998px;
	height: 100%;
	background-color:#FFFFFF;
}
.content{
border:1px solid #000000;
	width: 998px;
	height: 100%;
	background-color: #FFFFFF;
}
.button{
	border: 0px;
	line-height: 14px;
	text-align:center;
	float:left;
	width: 100px;
	height: 40px;
	font-size:20px;
	color:#000000;
}
.menu_2_headline{
	font-size:50px;
	}

.links_header{
margin-right: 5px;
margin-left:10px;
margin-top:2px;
text-decoration:none;
color:#000000;
}

.content_text{
margin-left:100px;
margin-right: 100px;
margin-top:25px;
margin-bottom:50px;
}
.content_headline{
font-size:26px;
margin-bottom:20px;
font-weight:200;
}
.content_footer{
width:998px;
height:7px;
background-color:#D8261A;
}
