/*
Farb-Skala

#ffffff Weiß
#000000 Schwarz
#909492 Dunkelgrau (Hintergrund)
#1b1b1b Dunkelgrau (rechte Spalte)
#666666 Dunkelgrau (Text)
#bdbdbd Hellgrau (Text)
#e5e5e5 Hellgrau (Rahmen Suche)
#ff4500 Orange
#f1f6fa Hellblau (Hintergrund)
*/

body {
	background: #fff;
}

body #content {
	top: 0;
	left: 0;
}
select {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}

