@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a:hover {
  color: #708a29;
}

img {
  border: none;
}

div.nichtAngezeigt {
  display: none;
}

#pageContainer {
  width: 1000px;
  margin: 0px auto 0px auto;
  background-image: url(../img_default/fixed/bgGesamt.jpg);
  background-position: -12px 0;
  background-repeat: repeat-y;
  padding: 0;
}

#footerContainer {
  height: 68px;
  background-image: url(../img_default/fixed/footer.jpg);
  background-position: -12px 0;
  background-repeat: no-repeat;
  margin: 0px auto 0px auto;
}
/*logo und sprache/login Buttons*/

#topContainer {
  width: 899px;
  height: 76px;
  margin: 0px auto 0px auto;
}

#topContainer div.logo {
  background-image: url(../img_default/fixed/logo.gif);
  background-repeat: no-repeat;
  height: 76px;
  width: 450px;
  float: left;
}

#topContainer div.logo_text {
  padding-top: 45px;
  padding-left: 2px;
}

#topContainer div.logo_text h1 {
  font-weight: normal;
}

#topContainer table.buttonTable {
  padding-top: 18px;
}


/* gesamter container für content und boxen */

#cbRoom {
  margin-left: 0px;
  padding: 15px 50px 0 30px;
}
#cbRoomContent {
  margin-left: 0px;
}
#cbRoomLarge {
  margin-left: 0px;
  padding: 15px 50px 0 30px;
}

#cbRoom table, 
#cbRoomContent table {
  
}

/* BOX LEFT */

#table_boxLeftContainer {
  vertical-align: top;
  padding-left: 50px;
  padding-right: 15px;
}

#boxLeftContainer {
  width: 171px;
  /*float: left;*/
}

#boxLeftContainer div.navigationTop {
}

#boxLeftContainer div.navigationText {
  font-size: 11px;
  text-align: left;
  line-height: 24px;
  padding-left: 10px;
}
#boxLeftContainer div.navigationText span.active a {
  font-weight: bold;
  color: #708a29;
}
#boxLeftContainer div.navigationText span.hilight a {
  color: #708a29;
}
#boxLeftContainer div.navigationText a.active {
  font-size: 11px;
  text-align: center;
  line-height: 24px;
  color: #828181;
}

#boxLeftContainer div.navigationText div.submenuHead {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  padding: 0 0 0 10px;
  margin: 15px 10px 1px 0;
  background-color: #f0f0f0;
}

#boxLeftContainer div.navigationBottom {
  padding-bottom: 15px;
}

#boxLeftContainer div.submenu2 a {
  padding-left: 10px;
  color: #708a29;
}
#boxLeftContainer div.submenuVerwaltung a {
  padding-left: 10px;
}
/* container für boxen rechter seite */

#boxRightContainer {
  float: right;
}

#boxRightContainer .box {
  width: 171px;
}

#boxRightContainer .content-element {
  width: 171px;
}

/* gesamter content (ohen footer) */

#cbRoomContent #contentContainer {
  width: 532px;
  float: left;
}

#cbRoom #contentContainer {
  width: 730px;
  float: left;
}

#cbRoomLarge #contentContainer {
  width: 925px;
  float: left;
}


/*seitenlegende*/

#contentContainer #seitenanzeigeContainer {
  height: 11px;
  padding: 0 0 15px 0px;
  font-size: 8pt;
}

/*
.home #contentContainer #seitenanzeigeContainer {
  height: 11px;
  margin: 15px 0 15px 30px;
  font-size: 8pt;
}
*/

#cbRoomContent #contentContainer #mainContent {
  padding: 0 0 0 0px;
}

#cbRoom #contentContainer #mainContent {
  padding: 0 0 0 20px;
}

#cbRoomLarge #contentContainer #mainContent {
  padding: 0 0 0 20px;
}

/* textfooter */

#endContainer {
  margin: 0px auto;
  width: 650px;
  font-size: 9pt;
  text-decoration: none;
  color: #4c5f17;
  text-align: center;
  line-height: 32pt;
}



/* TEMPLATE TEXT HOMEPAGE.HTML */

p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

p.bodytext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-size: 12px;
  margin: 0px;
}

a {
  color: #3c3c3c;
  text-decoration: underline;
  cursor: pointer;
}

a.orderASC {
  background-image: url(../img_default/fixed/order_asc.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 10px;
}
a.orderDESC {
  background-image: url(../img_default/fixed/order_desc.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 10px;
}

a.freeBulletHref {
  background-image: url(../img_default/fixed/symbols/bulletStandard.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
}

a.freeBulletHref.notiz {
  background-image: url(../img_default/fixed/symbols/bulletNotizen.gif);
}

a.freeBulletHref.empfehlen {
  background-image: url(../img_default/fixed/symbols/bulletEmpfehlen.gif);
}

a.freeBulletHref.hinweis {
  background-image: url(../img_default/fixed/symbols/bulletHinweis.gif);
}


div.freeBulletElement {
  padding-bottom: 10px;
}

h1 {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  color:#3C3C3C;
}
h2 {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  color:#3C3C3C;
}
h3 {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  color:#3C3C3C;
}
h4 {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
  color:#3C3C3C;
}

h5 {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: normal;
  color:#3C3C3C;
}

h6 {
  margin: 0px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}
ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
}
li {
/*  font-size: 14px;
  font-weight: normal;*/
}
.csc-caption {
  font-size: 12px;
}
table tr td {
  border: none;
}

table.datasets {
  
}
table.datasets td.title {
  width: 120px;
  font-weight: bold;
  font-size: 11px;
}
table.datasets td.value {
  font-size: 12px;
}

pre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-size: 10pt;
}
.csc-form-fieldcell {
  color: #ccc;
}
.csc-form-labelcell {
  vertical-align: top;
}

form {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #3c3c3c;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

fieldset {
  margin: 0;
  font-size: 13px;
  padding: 0 10px 10px 10px;
}

.ui-accordion fieldset {
  margin-bottom: 10px;
}


label, input.input, select.input, textarea.input { /* Alle Labels UND Formularelemente auswaehlen */
  display: block;
  float: left;
  font-size: 13px;
  padding-right: 5px;
}

label {
  width: 200px;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

#contentContainer label span.inputLabel {
/*  float: left;*/
}
#contentContainer label span.inputHelp {
/*  float: right; */
  font-size: 14px;
  font-weight: bold;
  padding-right: 2px;
  padding-left: 2px;
  color: #aaa;
/*  background-color: #4c5f17;*/
  background-color: #92b13E;
}
#contentContainer label span.inputHelp a {
  color: white;
  text-decoration: none;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input.input, select.input, textarea.input {
  width: 450px;
  background-color: #fff;
  margin-bottom: 5px;
  border: 1px solid #999;
}

input.input:focus, select:focus, textarea:focus {
  background-color: #ddd;
}

input.readonly {
  background-color: #ddd;
}

form .error {
  border: 1px solid #f00;
  background-color: #fee;
}

form br {
  clear: left; /* das floating der labels und inputs aufheben */
}


.content-element {
  padding-bottom: 15px;
}

/* HOMEPAGE ICONS */

div.iconRow {
}

table.icontable {
  font-size:10px;
  text-decoration: none;
  color: #3c3c3c;
}
table.icontable td {
  vertical-align: top;
  text-decoration: none;
  color: #3c3c3c;
}

table.icontable td.icon {
  width: 45px;
}

table.icontable td.text {
  width: 170px;
}


div.problem {
  padding: 10px;
  margin: 10px 0;
  font-size:10px;
  background-color: #fcc;
  border: 1px solid #f00;
}

/* INSERATSVERWALTUNG */

#cbRoomContent.inserate #contentContainer.wide {
   width: 716px;
}

#contentContainer table {
  font-size: 11px;
}

#contentContainer table.activateHover {
  width: 686px;
}

#contentContainer table.activateHoverSmall {
  width: 504px;
}

table.inserate td,
table.inserate th {
  font-size: 11px;
  padding: 5px 8px;
}

table.inserate tbody th {
  background-color: #fac155;
  text-align: left;
  background-image: url(../img_default/fixed/trThBg.gif);
  background-repeat: repeat-x;
  background-position: top;
}

table.inserate tbody tr.row1 td {
  background-color: #fff;
}

table.inserate tbody tr.row2 td {
  background-color: #eee;
}

table.inserate thead th {
}

table.inserate tbody tr.rowhover td {
  background-image: url(../img_default/fixed/trBg.gif);
  background-repeat: repeat-x;
  background-position: top;
}

div.hinweis {
  color: #92b13E;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* FORMULAR FORMATIERUNG */
#registerForm dl dt {
  width: 200px;
}
#registerForm dl dd {
float: left;
}

#suchauftragForm dl dt {
  float: left;
  width: 200px;
  padding:0 0 0.5em;
}
#suchauftragForm dl dd {
  padding:0 0 0.5em;
}

span.inputField input {
  width: 150px;
  margin-bottom: 5px;
  border: 1px solid #999;
}
span.inputField select {
  margin-bottom: 5px;
  border: 1px solid #999;
}

span.inputField input[disabled] {
  background-color: #ddd;
}

/*INSERATSANZEIGE */
div.inseratsliste_kurz .inserat {
  border-top: 1px solid #8a8a8a;
  padding-top: 10px;
}
div.inseratsliste_kurz .inserat .inseratContent {
  font-size: 11px;
}
div.inseratsliste_kurz .inserat .inseratBild {
  padding-bottom: 5px;
}
div.inseratsliste_kurz .inserat .inseratContent .titel {
  font-weight: bold;
}

div.inseratsliste_details .inserat .inseratBild {
  float: left;
  width: 165px;
  padding-bottom: 5px;
}
div.inseratsliste_details .inserat .inseratContent {
  margin-left: 160px;
}
div.inseratsliste_details .inserat .inseratContent table td {
  vertical-align: top;
  border-top: 1px solid #D8DAD9;
  padding-bottom: 3px;
  padding-top: 3px;
}
div.inseratsliste_details .inserat .inseratContent table td.label {
  font-weight: bold;
  width: 120px;
  padding-right: 10px;
}

div.inseratsdetails .inserat .inseratBild {
  float: left;
  width: 165px;
  padding-bottom: 5px;
}
div.inseratsdetails .inserat .inseratContent {
  margin-left: 0px;
}
div.inseratsdetails .inserat label {
  font-weight: bold;
  width: 120px;
  font-size: 11px;
  float: left;
}

div.inseratsdetails .inserat dl {
  margin: 0px;
  clear:both;
}
div.inseratsdetails .inserat dt {
  font-weight: bold;
  width: 120px;
  font-size: 11px;
  float: left;
  clear:both;
  padding-bottom: 5px;
}
div.inseratsdetails .inserat dd {
  float: left;
  margin: 0px;
  width: 70%;
  padding-bottom: 5px;
}

div.inseratsdetails hr {
  border: none;
  border-bottom: 1px solid #D8DAD9;
}
div.inseratsdetails input, div.inseratsdetails textarea {
  width: 300px;
}

div.inseratsdetails .inserat .indentContent {
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
}
div.inseratsdetails .inserat div.indentContent.anbieterdaten {
  float: left;
  width: 320px;
}  
div.inseratsdetails .inserat .inserentLogo {
  float: left;
  width: 160px;
} 

div.inseratsdetails div.creationDate {
  float: right;
  color: #aaaaaa;
  padding-bottom: 5px;
  font-size: 11px;
}
div.inseratsdetails div.creationDate span.publishingDate{
  font-weight: bold;
  color: black;
}
div.inseratsdetails div.creationDate span.city{
  font-weight: bold;
  color: black;
}
div.inseratsdetails div.neuGebraucht {
  color: #aaaaaa;
  float: left;
  font-size: 11px;
  padding-bottom: 5px;
}
div.inseratsdetails div.neuGebraucht span.number {
  color: #708a29;
  font-weight: bold;
}
div.inseratsdetails div.neuGebraucht span.neu_gebraucht {
  font-weight: bold;
  color: black;
}
div.inseratsdetails span.visitorNumber {
  color: white;
  background-color: #A2C14E;
  font-weight: bold;
  padding: 2px;
  padding-right: 4px;
  padding-left: 4px;
}

div.inseratsdetails .alleInserateAnbieter {
  background-image: url(../../../typo3conf/ext/handwer_und_industrie_eu/img/bgLink.png);
  background-repeat: no-repeat;
  width:506px;
  height: 37px;
}  

div.inseratsdetails .alleInserateAnbieter .banner {
  padding-left: 210px;
}

div.inseratsdetails .alleInserateAnbieter .banner,
div.inseratsdetails .alleInserateAnbieter .banner a {
  color: #ffffff;
  }


/* ADD ON BOXES */
div.addOnDiv {
  padding: 10px;
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#catList div.catElement {
  background-color: #fff;
  padding: 3px;
}

div#catList div.catElement.catInactive {
  color: #999;
}

div#catList div.striped {
  background-color: #eee;
}

div#catList div.catElement:hover {
  background-image: url(../img_default/fixed/trBg.gif);
  background-repeat: repeat-x;
  background-position: top;
  cursor: pointer;
}

div#catList div.catElement .zeichen {
  float: left;
  margin-right: 10px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 15px;
  height: 10px;
  font-size: 1px;
}

div#catDetails label {
  width: 100px;
}

div#catDetails input.input, 
div#catDetails select.input, 
div#catDetails textarea.input {
  width: 200px;
}

div#cat_chooser_overlay {
  position: absolute; 
  left:0px; 
  width:300px; 
  z-index:50; 
  background-color: #eeeeee; 
  border: 1px solid #aaaaaa; 
  padding: 10px; 
  display: none; 
}

div#cat_chooser_overlay .red {
  color: #ff0000;
}

div#paging {
/*  width: 686px;*/
  border: 2px solid #bcbcbc;
}

div.right_table {
  float: right;
}

div#paging table td {
  font-size: 15px;
  padding: 3px;
}
div#paging table td.pagingButton a {
  text-decoration: none;
  display: block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
div#paging table td.pagingButton.previous a {
  background-image: url(../img_default/fixed/pagingPrevious.gif);
}
div#paging table td.pagingButton.next a {
  background-image: url(../img_default/fixed/pagingNext.gif);
}
div#paging table td a {
  font-weight: bold;
}
div#paging table td a.current {
  color: #708a29;
}

#cbRoomContent.inserate #contentContainer table.mceLayout td {
  padding: 0px;
}




#marktKategorien  #marktKategorien2{
  width: 510px;
  padding-top: 15px;
  border-color: #3C3C3C;
  border-style: solid;
  border-width: 1px;
}

#marktKategorien .kategorieLinks {
  padding-right: 15px;
  float:left;
  width:240px;
}

#marktKategorien .kategorieRechts {
  padding-left: 15px;
  float:left;
  width:240px;
}


#marktKategorien .kategorieElement{
  padding-bottom: 20px;
  float:left;
  width:240px;
}
#marktKategorien .kategorieElement span.inserateCount {
  color: #D20025;
}
#marktKategorien .kategorieElement span.inserateCount0 {
  color: #3c3c3c;
}

#marktKategorien .kategorieElement p.bodytext{
  font-size: 11px;
}

#marktKategorien2 .kategorieElementLinks {
  padding-bottom: 20px;
  float:left;
  width:240px;
  padding-right:15px;
}


#marktKategorien2 .kategorieElementRechts {
  padding-bottom: 20px;
  float:left;
  width:240px;
  padding-left:15px;
}


#marktKategorien2 .kategorieRow {
  width: 510px;  
  clear:both;
}


#emailSuchformular .emailSuchformularElement {
  padding-top: 10px;
  height: 20px;
}

span.textHi {
  color: #708a29;
}
span.textHi.gesucht {
  text-decoration: none;
  font-weight: bold;
}
div.moreLink {
  padding-top: 5px;
  float: right;
  color: #708a29;
}
#contentContainer div.moreLink a,
div.moreLink a {
  color: #708a29;
}


#merkliste {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
}

#weiterempfehlen {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
}

#hinweisPrivatpersonen {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  padding: 20px;
  border: 1px solid black;
  background-color: white;
}

div.divFotoanzeigen div.fotoanzeigenFilter {
  position: relative;
  border: 2px solid #bcbcbc;
}

div.fotoanzeigenFilter div.legend {
  position: absolute;
  top: -13px;
  right: 10px;
  font-size: 14px;
  font-weight: bolder;
  cursor: pointer;
  width: 225px;
}

div.legendText {
  color: #708a29;
  background-color: #fff;
  text-decoration: underline;
  
}

div.searchHelp {
  color: white;
  background-color: #92B13E;
  padding: 0 2px;
  float: left;
  margin: 0 2px;
}

div.hold-open {
  float: right;
  top: -10px;
}

div#fotoanzeigenFilterContent {
  padding: 0 15px;
}

div.anzeigenFilter fieldset legend {
  cursor: pointer;
  color: #708a29;
  text-decoration: underline;
}

/* vom editor uebernehmen */

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}


/* icon row */
div.iconRow div.column {
  float: left;
  margin-right: 40px;
}
div.iconRow div.column.col3 {
  float: left;
  margin-right: 0px;
}
#cbRoomLarge div.iconRow div.column.col3 {
  margin-right: 40px;
}
div.iconRow div.column.col4 {
  float: left;
  margin-right: 0px;
}

div.iconRow div.column div.image {
  position: relative;
  height: 108px;
  width: 195px;
}
div.iconRow div.column div.text {
  width: 195px;
  font-size: 11px;
  padding-top: 5px;
}
div.iconRow div.column div.image div.title {
  position: absolute;
  z-index: 10;
  top: 80px;
  left: 0px;
  height: 28px;
  width: 195px;
  background-color: #c2db87;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
div.iconRow div.column div.image div.mask {
  position: absolute;
  z-index: 11;
  background-image: url(../img_default/iconRow/mask.png);
  top: 0px;
  left: 0px;
  height: 108px;
  width: 195px;  
}



div.divInserent div.inserentDetailBox div.inserentdetails.wide div.inserent div.inseratBild,
div.divInserent div.inserentDetailBox div.inserentdetails.wide div.inserent div.address, 
div.divInserent div.inserentDetailBox div.inserentdetails.wide div.inserent div.contact  {
  float: left;
  padding-right: 20px;
  padding-bottom: 15px;
  font-size: 10px;
}
div.divInserent div.inserentDetailBox div.inserentdetails.wide div.inserent div.contact label{
  width: 80px;
}

div.clear {
  clear: both;
}


#mainContent div.brachenAuswahlZeile {
}
#mainContent div.brachenAuswahlZeile div.leftCol,
#mainContent div.brachenAuswahlZeile div.rightCol {
  float: left;
  width: 250px;
}
#mainContent div.brachenAuswahlZeile div.leftCol {
  padding-right: 20px;
}
#mainContent div.brachenAuswahlZeile div.leftCol div.branche div.icon,
#mainContent div.brachenAuswahlZeile div.rightCol div.branche div.icon {
  float: left;
  padding-right: 10px;
}
#mainContent div.brachenAuswahlZeile div.leftCol div.branche div.title,
#mainContent div.brachenAuswahlZeile div.rightCol div.branche div.title {
}
#mainContent div.brachenAuswahlZeile div.leftCol div.branche div.text,
#mainContent div.brachenAuswahlZeile div.rightCol div.branche div.text {
  margin-top: 10px;
}



div.divInserentdetails div.divInserent div.inserentDetailBox {
  float: left;
  width: 300px;
  padding-right: 20px;
}
div.divInserentdetails div.divInserent div.listFotoanzeigen {
  float: left;
  width: 580px;
}

div.hint_text {
  font-size: larger;
}

/* ###### Hinweistext Browserbedienung in Inseratsverwaltung ############ */

#hint_container {
  margin-left: -20px;
}
div.hint_icon, div.hint_text {
  float: left;
}
div.hint_icon, div.hint_pic {
  padding-top: 10px;
}
div.hint_text {
  font-size: 8pt; 
  padding: 2px 5px 0 5px;
  }
  
/*
 * InfoPanel zum Anzeigekopieren
 */

#transDiv {
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  -moz-opacity:0.5; 
  opacity:0.5;
  background-color: #aaa;
}

div.panelConfirm {
  width: 400px;
  z-index: 50;
  display: none;  
  position: absolute;
  border: 1px solid #D4D0C8;
  background-color: #fff;
}
div.panelConfirm div.headline {
  background-color:#A9C559;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
}
div.panelConfirm div.content {
  padding: 10px;
  zoom: 1;
}

button {
  cursor: pointer;
}

