@charset "iso-8859-1";
#header {
	padding: 0px;
	height: 3.5em;
	clear: both;
	margin-top: 1em;
}
#header a {
	text-decoration: none;
	color: #3C4957;
}
#header a:hover {
	text-decoration: underline;
}
#header-1 {
	width: 300px;
	float: left;
}
#header-2 {
	padding: 0px;
	margin: 0px;
	float: right;
}
#searchbox {
	margin-bottom: 10px;
	height: 30px;
	width: 200px;
}
#searchbox input {
	border: 1px solid #667D95;
	padding: 1px;
	color: #003399;
	font-size: 11px;
	float: left;
	width: 150px;
}
#searchbox input.button {
	background-position: center center;
	border-style: solid;
	border-width: 0px;
	font-size: 12px;
	background-color: #E4F0FC;
	cursor: pointer;
	text-decoration: none;
	color: #003399;
	width: 20px;
	background-image: url('../images/pfeil.gif');
	background-repeat: no-repeat;
}
#searchbox input.button:hover {
	text-decoration: underline;
}

#rootline {
	text-align: left;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #667D95;
	float: left;
}
#rootline a {
	font-size: 1em;
	padding-left: 3px;
	text-decoration: underline;
	padding-right: 3px;
	font-weight: normal;
	color: #667D95;
}
#rootline a:hover {
	text-decoration: none;
}
.rootline {
	margin: 0px;
	padding: 0px;
}

