body {
	background-color: #FFFFFF;
	margin: 0px;
	padding-bottom: 50px;
}

#kopf {
	background-color: #FFCC00;
	height: 95px;
	background-image: url(../gif/logo.gif);
	background-repeat: no-repeat;
	background-position: 40px 20px;
}


#kopf_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	height: 15px;
	width: 380px;
	top: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	left: 575px;
	text-align: right;
}


.searchbox {
	width: 200px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 10px;
}

.textarea_schlagzeile{
	width: 600px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 10px;
	border: 1px solid #000000;
}

.textarea_collection{
	width: 200px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 10px;
	border: 1px solid #000000;
}


#menue {
	margin: 0px;
	height: 28px;
	padding-left: 32px;
	background-image: url(../gif/bg_menue.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


#container {
	position: relative;
	top: 50px;
	width: 930px;
	padding-left: 55px;
}



#fussleiste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position: relative;
	clear: both;
	height: 90px;
}

#weiterleiste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position: relative;
	background-color: #99FF99;
	clear: both;

}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CF4B00;
	text-decoration: none;
}

.schlagzeile {
	text-transform: uppercase;
	color: #CF4B00;
	font-weight: bold;
}


.konfigurationsseite {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #FF0000;
	letter-spacing: 1px;
	font-weight: bold;
}
