@charset "utf-8";
#wrapper {
	width: 748px;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #FFFFFF;
	background-image: url(bilder-layout/background.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#links {
	float: left;
	width: 200px;
	background-color: #008393;
	margin: 0;
	padding: 0;
}

#rechts {
	float: left;
	width: 548px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#kopf-leiste {
	width: 548px;
	height: 155px;
	background-color: #FFF;
	margin: 0;
}

#bread {
	float: left;
	width:473px;
	height:26px;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008493;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008493;
}

#sprache {
	float: left;
	width:75px;
	height:26px;
	margin: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008493;
}

#content,#content-suche {
	text-align: left;
	padding: 5px;
}

#fusszeile {
	float: left;
	width: 748px;
	height: auto;
	background-color: #008393;
	margin: 0;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper #links img {
	margin: 0px;
	padding: 0px;
}

#suche {
	clear: left;
	width:200px;
	height:auto;
	border: none;
	text-align: center;
	vertical-align: middle;
}

input.suchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 125px;
}

input.suchen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
}
