@import url("css_txt.css");
@import url ("css_rte.css");

body {
	margin: 0;
	padding: 0;
}
#hauptrahmen {
	width: 950px;
}
#kopf {
	height: 140px;
	background-image: url(bilder/kopf.png);
	background-repeat: no-repeat;
}
#navi {
	float: left;
	width:185px;
	padding-top: 48px;
	background-color: #ffffff;
}
#inhalt {
	float: left;
	width:680px;
	min-height: 800px;
	background-color: #8ECC5C;
	padding-top: 30px;
}

#fensterl {
	display:none; 
	position: absolute;
	background-image: url('bilder/40pro.png');
	top:500px;
	left:0;
	width: 111px;
	height: 134px;
}
#knopf-eins {
	padding-top:70px;
	padding-left:10px;
}
#knopf-zwei {
	padding-top: 3px;
	padding-left: 10px;
}

.formu {
	border: 0;
	padding-left: 120px;
	padding-right: 67px;
}
.formu div {
	padding-top: 6px;
}
.ms_formabst {
	/* height: 20px; */
}
input{
}

td {
	vertical-align: top;
}
.facebook {
	margin-left: 38px;
}