/* -----------------------------------------------------------  */
/* -------------------- Rahmen-Layout-Styles -----------------  */
/* -----------------------------------------------------------  */


div#zusammen-rechts {
	width: 755px;
	float:left;
}

div#quickform {
	width: 200px;
	background: #bfe5e7;
	float: left;
	margin-left: 25px;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	min-height:380px;
	height:auto !important;
	height:380px;
}

div#inhalt {
	width: 365px;
	float: left;
	margin-left: 25px;
	padding: 0 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	display: inline;  /* Extra für den IE da er sonst das doppelte margin oder padding nimmt */
}

div#content {
	width: 330px;
	margin-left: 25px;
}

div#inhalt-2 {
	width: 365px;
	float: left;
	margin-left: 0;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

div#content-2 {
	float: left;
	width: 330px;
	margin-left: 7px;
	display: inline; /* Extra für den IE da er sonst das doppelte margin oder padding nimmt */
}

div#scroll-navi {
	clear: both;
	width: 600px;
	margin-left: 50px;
	padding: 0 0 20px; 0;

}

div#content sub {
	font-size: .85em;
	padding: 0;
	margin: 0;
	line-height: 0;
}




