.content_all {
	width: 960px;
	height: auto;
	margin: 0px auto;
}

#navi {
	width: 960px;
	/* border: 1px solid blue; */
	background: transparent url(../_layout/bg_navi.jpg) center top no-repeat;
}

#error {
	width: 800px;
	padding: 50px 80px 0px 80px;
	text-align: center;
	
	/* background: red; */
}

#error,
#error p,
#error div {
	font-size: 20px;
	line-height: 25px;
	color: #ff5800;
	
}

#navi .navi_1,
#navi .languages,
#content,
#content_right {
	float: left;
}

#navi .navi_1,
#navi .navi_2,
#navi .navi_3,
#headline,
#content {
	width: 600px;
	height: auto;
	padding: 0px 30px 0px 60px;
}

#headline {
	/* width: 840px; */
	padding: 5px 50px 0px 58px;
	
	/* background: red; */
}


#navi .navi_1 {
	height: 30px;
}

#navi .navi_2 {
	width: auto;
	padding: 7px 50px 0px 0px;
	margin-left: 60px;
	
	/* border: 1px solid red; */
}

#navi .navi_3 {
	width: auto;
	padding: 3px 50px 0px 0px;
	margin-left: 120px;
	
	/* border: 1px solid red; */
}

/*
#navi .navi_3 {
	padding: 0px 0px 0px 3px;
}
*/

#navi .languages {
	float: right;
	width: 200px;
}


#content_right { 
	float: right;
	width: 200px;
}


#footer {
	width: 960px;
	padding: 15px 0px 30px 0px;
	
	background: transparent url(../_layout/bg_footer.jpg) center top no-repeat;
	
	/* background-color: yellow; */
}


#footer .left,
#footer .right {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 60px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	
	/* background-color: red; */
}

#footer p {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
}

#footer .right {
	float: right;
	width: 200px;
	padding: 0px;
}



/* Seitenleiste */
.seitenleiste .dot {
	float: left;
	width: 15px;
	background: transparent url(../_layout/seitenleiste_viereck.gif) 0px 7px no-repeat;
}

.seitenleiste .text {
	float: left;
	width: 180px;
}

#weiterleiten .field {
	width: 145px;
}

#weiterleiten .textarea {
	width: 143px;
	height: 130px;
}

#weiterleiten .form_title {
	font-size: 10px;
	/* font-style: italic; */
	font-weight: bold;
}