/********* Suchen, Bieten, Suchannonce, Angebot, Frage ***********/

#bereich_hauptfunktion {
	clear: both;
	width: 520px;
}

.hauptfunktion {
	float: left;
	width: 162px;
	background-color: #FFFFE5;
	border: 0;
	padding: 0;
	margin-right: 11px;
}

.hauptfunktionspace {
	margin: 0;
	padding: 0;
}

.suchen_kopf {
	font-weight: bold;
	background-image: url(../images/lupe.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 2px;
	background-color: #819CFF;
	color: #FFFFE5;
}

.bieten_kopf {
	font-weight: bold;
	background-image: url(../images/bieten.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 2px;
	background-color: #819CFF;
	color: #FFFFE5;
}

.annonce_kopf {
	font-weight: bold;
	background-image: url(../images/annonce.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 2px;
	background-color: #819CFF;
	color: #FFFFE5;
}

.profil_kopf {
	font-weight: bold;
	background-image: url(../images/profil.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 2px;
	background-color: #819CFF;
	color: #FFFFE5;
}

.suchen_img {
	margin-top: 2px;
}

.suchen_img img {
	border: 1px solid #819CFF;	
}

.suchen_txt {
	font-size: 80%;
	padding: 4px;
}

.suchen_kopf a, .annonce_kopf a, .bieten_kopf a {
	color: white;
}

.hauptfunktion p {
	text-align: right;
	margin-right: 4px;
	margin-top: 0;
}

/********* Angebotsfeld veraltet, da nun rechts! *********

#bereich_angebote {
	clear: both;
	width: 520px;
}

.angebot {
	float: left;
	width: 48%;
	padding: 2px;
	margin-right: 4px;
	background-color: #FFFFE5;
	border: 0px solid #1F50AF;
}


.angebot_kopf {
	font-weight: bold;
	background-image: url(../images/angebot.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 2px;
	background-color: #819CFF;
	color: #FFFFE5;
}

.angebot_kopf a {
	color: white;
}

.angebot_img {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}

.angebot_img img {
	border: 1px solid #819CFF;	
}

.angebot_txt {
	font-size: 80%;
	padding-top: 4px;
}

.angebot_txt p {
	text-align: right;
	margin-right: 4px;
	margin-top: 0;
}

****/