/* Alle Ränder und Abständ auf Null */
* {
	margin: 0;
	padding:0;
}
/* Keine Ränder für Images */
img {
	border: 0px;
}
a {
	color:#000000;
}
h1 {
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	line-height: 1.4em;
	background-color: #CCCCCC;
	width: 1000px;
	margin: 3px auto 3px auto;
}
/* umfassender Hauptcontainer */
#container {
	width: 966px;
	text-align: left;
	background-color: #339900;
	background:url(img/center.png) left repeat-y;
	margin: 0px auto 0px auto;
	height: auto;
}
#header {
	width:966px;
	height:105px;
	background:url(img/header.png) left top no-repeat;
}
#headerleft {
}
#headerright {
	float:right;
	padding-top:40px;
	padding-right:34px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
#headerleft img {
	margin-top:30px;
	margin-left:28px;
	border:#FFFFFF 2px solid
}
#intern {
	float: right;
	padding-left: 25px;
	padding-right: 25px;
}
#intern img {
	margin-top: 10px;

}
#ul-header {
	clear:both;
	background:url(img/ul-header.png) left top no-repeat;
	height:35px;
}
#google {
	padding: 6px;
	float: right;
}

#ul-header ul {
	margin-left:34px;
}
#ul-header li {
	float:left;
	list-style-type:none;
	padding-right:15px;
	line-height:25px;
	font-size:12px;
	line-height:32px;
	color:#FFFFFF
}
#ul-header li a {
	text-decoration:none;
	color:#000000;
}
#ul-header li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#menue {
	float:left;
	font-size:13px;
	background:url(img/menue-back.png) top repeat-y;
	width:175px;
}
#menue-top {
	background:url(img/menue-top.png) top no-repeat;
	width:175px;
	height:16px;
}
.navi-header1 {
	margin-left:24px;
}
.navi-header {
	margin-left:24px;
	padding-top: 100px;
}
.navi {
	margin-left:24px;
	padding-bottom: 20px;
}
.navi-header ul {
}
.navi-header li {
	margin-bottom:6px;
	height:36px;
	background:url(img/tHead.png) left no-repeat;
	text-decoration:none;
	list-style-type: none;
	line-height:36px;
}
.navi li {
	margin-top:3px;
	height:36px;
	background:url(img/menue-li.png) left no-repeat;
	list-style-type: none;
	line-height:36px;
}
.navi li a {
	font-size: 12px;
	color: #FFFFFF;
	padding-left:10px;
	text-decoration:none;
}
.navi li a:hover {
	font-size: 12px;
	color: #339900;
	text-decoration: none
}
#ball {
	width:160px;
	margin-left: 5px;
	height: 180px;
	margin-right: 5px;
}
.rubrikTitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:8px;
	line-height:36px;
	list-style: none;
}
#inhalt {
	overflow:hidden;
	background:url(img/inhalt-om.png) left top repeat-x;
}
#inhalt-om {
	height:16px;
	background:url(img/inhalt-om.png) left top repeat-x;
}
#inhaltmain {
	padding-top:16px;
	padding-bottom:16px;
}
#inhaltmain table {
	margin-left: auto;
	margin-right:auto;
}
#inhaltmain p {
	padding-left:16px;
	padding-right:16px;
}
#inhaltmain ul {
	padding-right:150px;
	padding-left:30px;
}
#inhaltmain h1 {
	padding-left:16px;
	padding-right:16px;
}
#inhaltmain h2 {
	padding-left:16px;
	padding-right:16px;
	font-size:16pt;
}
#inhaltmain h3 {
	padding-left:16px;
	padding-right:16px;
	font-size:16pt;
}
#right {
	float:right;
	background:url(img/right-back.png) top repeat-y;
	width:175px;
	margin:0px;
	padding:0px;
	height: 620px;
}
#advsky {
	float:right;
}
#right-top {
	background:url(img/right-top.png) top no-repeat;
	width:auto;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}
#footer {
	clear:both;
}
#footer-left {
	background:url(img/footer-left.png) left no-repeat;
	width:180px;
	float:left;
	height:120px;
}
#footer-right {
	background:url(img/footer-right.png) right no-repeat;
	width:170px;
	float:right;
	height:120px;
}
#footer-center {
	background:url(img/footer-center.png) left repeat-x;
	height: 120px;
	width: 616px;
	float: left;
}
#footer-center img {
	padding-left:3px;
	padding-top: 25px;
	float: left;
	position: relative;
}
#advfotter{
	text-align:center;
	padding-top: 30px;
}
}
#suche {
	text-decoration: none;
	width:140px;
	float: left;
	margin-left: 24px;
}
#suche a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left:10px;
	margin-left: 10px;
}
.center p {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:15px;
}
.bsaLayoutTable {
	text-align: left;
	width:584px;
	padding-left:16px;
	padding-right:16px;
}
/* Textfelder */
.bsaInput {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}
/* Buttons */
.bsaInputButton {
	background-color: #FFF;
	margin-top: 3px;
}
.bsaInputSelect {
	background-color: #FFFFFF;
}
.bsaMsgBold {
	font-weight: bold;
}
/* Farbe von Fehlermeldungen */
.bsaFehler {
	color: #ff0000;
	padding-left:16px;
}
/* Allgemeine Formatierungstabelle */
.bsaTable {
	text-align: left;
	padding-left:20px;
}
/* Anzeigenliste im Userbereich */
.bsaUserAnzeigenTable {
	width: 600px;
	margin-left:10px;
	font-size:12px;
	padding-right:5px;
	border: 1px solid #006600;
}
.bsaUserAnzeigenTable td {
	padding-right:5px;
	padding-top:5px;
}
/* Anzeigenliste-Kopf im Userbereich */
.bsaUserAnzeigenTableHead {
	font-weight: bold;
	text-align:center;
	background-color:#FFFFFF;
}
.bsaAnzAufgKauftable {
	width: 400px;
}
.bsaKatlistTable {
	width:616px;
}
.bsaKatlistTableout {
	width:612px;
	border: 1px solid #006600;
	padding-left:5px;
	padding-top:5px;
}
.bsaKatlistTable a {
	text-decoration:none;
}
.bsaCat {
	color: #FFF;
	font-weight:bold;
 5px;
	font-size: 14px;
}
.bsaSubcat {
	float:left;
	font-size: 13px;
	color: #000000;
	text-align:left;
	text-decoration:underline;
}
.bsaSubcat a:hover {
	color:#FFFFFF;
}
/* Hintergrund Zusatzfelder */
.bsaZusatzfelder {
	background: #F4FAFF;
	width: 400px;
	empty-cells: show;
}
.bsaZusatzfelder tr td {
	border-width: 1px;
	border-style: solid;
	border-color: #F4FAFF;
}
/* Anzeigenliste */
.bsaAnzListTable {
	padding-top:20px;
	width:592px;
	margin-left:10px;
	margin-right:182px;
	text-align:center;
	font-size:11pt;
	border-width: 1px;
	border-color: #006600;
	border-style: solid;
}
.bsaAnzListTable td p {
	text-align:left;
	vertical-align: top;
}
.bsaAnzListTable td {
	vertical-align: top;
	padding:5px 3px;
	margin-left:10px;
	color:#FFFFFF;
}
.bsaAnzListLink {
	text-align:left;
}
/* Kopfzeile der Anzeigenliste */
.bsaAnzListTableHeader {
	background: #339900;
}
/* Hintergrund für Kaufoption in Anzeigendetail */
.bsaAnzlistKaufoption {
	background: #ffffff;
	width: 260px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border: 1px;
	border-style: solid;
	border-color: #999999;
}
/* Ebene die das Anzeigenbild enthält */
.bsaAnzlistImg {
	width: 90%;
	border: 1px;
	border-style: solid;
	border-color: #006600;
	margin-left:auto;
	margin-right:auto;
}
/* Textarea Anzeige Details */
.bsaAnzDetailTable {
	width:584px;
}
.bsaAnzDetailTable h1 {
	margin-left:0px;
}
.bsaAnzDetailTable tr td {
	padding: 6px;
	border: 1px;
	border-style: solid;
	border-color: #006600;
}
/* Tabelle Anzeige beantworten */
.bsaAnzAntwortTable {
	width:584px;
}
/* Textarea Anzeige beantworten */
.bsaAnzAntwortTextarea {
	background: #fffff;
	width: 584px;
	height: 200px;
}
/* Preishinweis Anzeige beantworten */
.bsaAnzAntwortPreis {
	background: #F4FAFF;
	width: 400px;
	height: 80px;
}
/* Tabelle Profil anzeigen */
.bsaProfileTable {
}
/* Profilauflistung, linke Spalte */

.profile {
	border-width: 1px;
	border-color: #006600;
	border-style: solid;
	padding:5px;
	width:584px;
}
.bsaProfileBrowseCaption {
	width: 180px;
	font-weight: bold;
	padding-bottom:5px;
}
/* Profilauflistung, rechte Spalte */
.bsaProfileBrowseValue {
	width: 404px;
	padding-bottom:5px;
}
/* Profilauflistung, Überschriften */
.bsaProfileBrowseHead {
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: bold;
	font-size: 13pt;
	color: #FFFFFF;
	background-color:#339900;
	border: 1px solid #006600;
}
.bsaProfileBrowseEmpty {
	background-color:006600;
	height:2px;
	margin-bottom:10px;
}
/* Suchtabelle */
.bsaSuchTable {
	width: 600px;
	border-width: 1px;
	border-color: #006600;
	border-style: solid;
	margin-left:10px;
	margin-top:20px;
	padding:5px;
}
/* Suchtabelle Ergebnisse */
.bsaSucheErgTable {
	margin-left:10px;
	;
	margin-right:182px;
	text-align:center;
	font-size:11pt;
	border-width: 1px;
	border-color: #006600;
	border-style: solid;
}
.bsaSucheErgTable td p {
	text-align:left;
	vertical-align: top;
	padding-right:3px;
}
.bsaSucheErgTable td {
	vertical-align: top;
	padding-top:3px;
	padding-bottom:2px;
}
/* Kopfzeile Suchtabelle Ergebnisse */
.bsaSucheErgTableHead {
	background: #FFFFFF;
	font-weight:bold;
}
/* Hintergrund modInfo Regeln */
.bsaRegelnTable {
	text-align: left;
	padding-right: 16px;
	padding-left:16px;
}
/* Persönlicher Bereich Navigationstabelle */
.bsaUserNavtable {
	margin-left: 10px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
	background-color:#FFFFFF;
	width:600px;
}
.bsaUserNavtable a {
	line-height:25px;
}
.bsaUserNavtable td {
	padding: 10px;
}
/* Homepageliste */
.bsaHomepagesList {
	vertical-align: top;
	width:584px;
}
/* Homepage Hintergrund */
.bsaHomepageArea {
	width: 584px;
	border: 1px;
	border-style: solid;
	border-color: #006600;
	background-color:#FFFFFF;
}
/* Homepage im Userbreich bearbeiten - Einstellungen für den Preis-Hinweis */
.bsaHomepagePrice {
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
	padding: 5px;
	background-color: #FFFFFF
}
/* Rechnungposten Tabelle modUser */
.bsaRePostenTable {
	padding-left:10px;
	width:550px;
}
/* Rechnungposten Kopfzeile modUser */
.bsaRePostenTableHead {
	padding: 4px;
	font-weight: bold;
}
.impressum {
	padding:16px;
	padding-right:16px;
}

