/* CSS Document */

/* ----------------------------------------allgemeine Dokumenteneigenschaften + Container--------------------------------------- */

.basic {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
margin-bottom: 10px;
}


.bild_teilnehmer {
background-color: #555555;
}


/* Bilder in Absaetzen */
p img {
float: left;
margin-right: 10px;
margin-bottom: 0px;
margin-top: 3px;
border: 1px solid #000;
}

/* Abstand nach oben auf der Startseite */
#home {
margin-top: 0;
}


/* verhindert Spruenge bei unterschiedlich langen Seiten */
html {
height: 101%;
}

body {
	margin: 50px 0px 30px 0px;
	background-color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
        padding-bottom: 50px;
	}

/* Container fuer den Textbereich */
#content, #content_bildergalerie {
	margin: 0px 25px 25px 25px;
	}
	
	
/* Container fuer die Rubrikenanzeige*/
.breadcrumbnav {
	margin: 10px 10px 10px 0px;
        color: #666666;
	}
	
/* Container fuer Navigation */
#navi {
	margin:12px 0px 5px 18px;
	}
	
/* Container fuer das Sucheimgabeformular */
#suche {margin:0px 0px 12px 16px;
}

/* Container fuer die Footernavigation = top + print */
#footer {
    margin-top: 0px;
    margin-left: 25px;
    margin-bottom: 2px;
	}

.teaser {
margin-bottom: 25px;
}

	
/* ------------------------------------------ Hintergrundfarben fuer den Bildbereich und Spalten--------------------------------------------- */

/*Hintergrundfarbe für die Makro-Foto-Spalte*/
.bild {
	background-color:#CCCCCC;
	}

/* Spaltenfarben */
.hellgrau {
	background-color:#CCCCCC;
	}
	
.mittelgrau {
	background-color:#999999;
	}



/* ------------------------------------------ Typografie--------------------------------------------- */
strong {
color: #333333;
}

	
/*Absaetze allgemein*/
p, h1, h2, h3, h4, h5, h6, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	}
	

	
/* Headline 1.Kategorie = Seitenüberschrift*/
h1 {
	font-size: 12px;
	margin-top:0px;
	margin-bottom:10px;
        color:#666666;
        line-height: 14px;
	}
	
/* Headline 2.Kategorie*/
h2 {
       color: #333333;
       line-height: 14px;
       margin-top: 0px;
       margin-bottom: 3px;
	}

/* Headline in grau mit Unterstrich z.B. fuer Name und Arbeitsgebiet in Teilnehmerrubrik und für Auflistung der Hotels*/
h3, h4, h5, h6 {
       color: #333333;
       line-height: 14px;
       margin-top: 0px;
       margin-bottom: 0;
	}
	
ul {
   list-style-type: none;
   padding: 0;
   margin: 0px 0px 8px 0px;
}

li {
   background-image: url(../images/liste.gif);
   background-repeat: no-repeat;
   background-position: 0px 5px;
   padding-left: 14px;
   margin-bottom: 4px;
 
}

/*Formatierung des senkrechten Strichs in der Bottomnavigation*/
.footernav {
  font-size: 10px;
margin-bottom: 2px;
}

.teaser p {
margin-bottom: 0;
}


/* -------------------------------------------------------------- links --------------------------------------------- */

/*links im Content-Bereich*/



#content a, .contenthome a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
        text-decoration: underline;
        font-weight:  normal;
	}
	
	
#content a:hover, .contenthome a:hover {
	background-color:#999999;
        color: #000000;
}



/* links im Footer-Bereich = top + print */
#footer a  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
    text-decoration: underline;
    font-weight:  normal;
	}
	
/*#footer a:visited {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
    text-decoration: underline;
    font-weight:  normal;
	}*/
	
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#999999;


    text-decoration: underline;
    font-weight:  normal;
	}
	

/*Formatierung der Bottomnavigation = sitemap + impressum*/
a.bottomnavi  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
    text-decoration: none;
    font-weight:  bold;
	}
	
a:hover.bottomnavi {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
    text-decoration: none;
    font-weight:  bold;
	}

/* Formatierung der Hauptnavigation */

#navi a {
   font-family:verdana, Helvetica, sans-serif;
   color:#333333;
   font-size: 11px;
   font-weight: bold;
   display:block;
   padding-top:3px;
   padding-bottom:3px;
   text-decoration: none;
}

#navi a.navileft_passive {
	color:#333333;
} 

#navi a.navileft_active {
	color: #ffffff;
	}

#navi a.navileft_open {
	color: #ffffff;
} 

#navi a:hover {
color: #ffffff;
}


/* links in den Seiten mit Bildergalerien */

#content_bildergalerie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
        text-decoration: underline;
        font-weight:  normal;
	}


#content_bildergalerie .gallery_standard a:hover, #content_bildergalerie .galleryNav a:hover {
color: #000000;
background-color:#999999;
}

#content_bildergalerie .breadcrumbnav a:hover {
background-color:#999999;
        color: #000000;
}






/* -------------------------------------------------Specials---------------------------------------------------------------------- */

/* -----------------------------------------------Formatierung fuer das Suchformular------------------------------------------- */

/*Formatierung des Sucheingabefeldes*/
.suchformular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	padding:2px 2px 2px 2px;
	width:120px;
	background-color:#CCCCCC;
	border:1px solid #000000;
        height: 18px; 

	}

/*Bereich zwischen dem Einleitungstext und Suchseitenanzeige*/
.suchausgabe {
}
   

.suchausgabe p {
      background-image: url(../images/dotted.gif);
      background-repeat: repeat-x;
      background-position: left bottom;
      padding-bottom: 10px;
      margin-bottom: 8px;
}

/*Button zum Absenden der Suchanfrage*/
input.button {
    margin-top: 0px;
}

/*Einleitungstext zur Trefferanzeige*/
p.message {
margin-bottom: 15px;
}

/*Anzeige der Suchseitenanzahl*/
p.result {
   margin-top: 15px;
}

/*Formatierung der Suchergebnisnummerierung*/
.num {
color: #666666;
background-color: #cccccc;
border: 1px solid #666666;
font-weight: normal;
font-size: 10px;
padding: 0 1px 0 2px;
}


/* ---------------------------------------------Bldergalerie_Pressefotos ----------------------- */


.gallery_standard {
margin-top: 15px;
margin-bottom: 15px;
font-family: verdana,helvetica,sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;
}

/* Groesse der Tabellenzelle mit Thumb */
.gallery_standard .thumb_cont, .gallery .thumb_cont {
width: 90px;
height: 90px;
background-color: transparent;
}

/* Container fuer Thumbs */
.gallery_standard .thumb, .gallery .thumb {
width: 90px;
height: 90px;
border: 1px solid #999999;
text-align: center;
margin-bottom: 2px;
margin-right: 10px;
}


.thumb img {
margin: 5px;
}

.download {
text-align: center;
margin-bottom: 5px;
}



/* ---------------------------------------------Lightbox-Bildergalerie --------------------------*/

.gallery {
margin-top: 15px;
margin-bottom: 15px;
font-family: verdana,helvetica,sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;
}


.gallery .thumb {
margin-bottom: 10px;
}

.gallery .thumb a img {
border: none;
}

.galleryNav {
margin-top: 5px;
margin-bottom: 10px;
}


/*-----------------Formatierung der Uebersichtsseiten Presse + Teilnehmer + Verkaufsstaende + Aktualitaeten----------------------- */

/* Container fuer die Teaser */
.aktualitaeten_teaser, .teilnehmer_teaser, .presse_teaser {
background-image: url(../images/dotted.gif);
background-repeat: repeat-x;
background-position: left bottom;
padding-bottom: 14px;
margin-bottom: 10px;
float: left;
width: 320px;
}

.aktualitaeten_teaser {
padding-bottom: 6px;
margin-bottom: 12px;
}



/* Headline fuer die Teilnehmer, Verkaufsstaende */
.headline {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        color: #000000;
        line-height: 14px;
}

/* Headline fuer die Presseartikel= h2-Format */
.presse_headline, .presse_headline p  {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       color: #333333;
       line-height: 15px;
       margin-top: 0px;
       margin-bottom: 3px;
       font-size: 11px;
       font-weight: bold;
}

/* Formatierung des Textcontainers fuer die Teilnehmer, Verkaufsstaende */
.text {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 11px;
       color: #000000;
       line-height: 17px;
margin-bottom: 8px;

}

.image {
float: left;
width: 100px;
}

.image img {
border: 1px solid #000;
margin-top: 3px;
}

/*Formatierung des Textcontainers fuer die Pressetexte */
.presse_text {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 11px;
       color: #000000;
       line-height: 17px;
       margin-bottom: 8px;
}

/* Formatierung von Absaetzen in headline-divs fuer Verkaufsstaende: notwendig, da die p-tags wg Auskommentierung des strip_tags uebernommen werden */
div.headline p, div.headline li { 
       margin-bottom: 0;
       margin-top: 0;
}

div.headline ul {
margin-bottom: 8px;
margin-top: 0;
}

/* Formatierung der Teaserseiten-Blaetterfunktion */
#pages {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: bold;
        color: #000000;
}


/* Formatierung der links in der Teaserseiten-Blaetterfunktion: Modul ArticleListAdvanced*/
#pages a {
        font-weight: normal;
}


/* -----------------------------Teilnehmerdetailseiten -------------------------------*/

/* Container fuer die Objektgalerie */
#galeriebereich {
        margin: 25px 20px 25px 20px; 
}


#galeriebereich .gallery .thumb {
border: none;
height: auto;
}

#galeriebereich .gallery img {
border: 1px solid #333333;
margin-right: 0;
margin-bottom: 25px;
}



/* Hintergrundfarbe fuer die letzte Zeile der Galeriespalte*/
.hellgrau_galerie {
background-color: #bbbbbb;
}


/* Farbe der Tabellenzelle neben dem Veranstalter-gif--------------*/
.anthrazit {
         background-color:#333333;
        }



/* Container + Formatierung fuer die Blaetterfunktion - Modul Page Tuning */
.pagetuning {
       margin-top: 20px;
       margin-bottom: 20px;
       font-size: 11px;
       color: #666666;
font-weight: bold;
}

.zoom {
line-height: 14px;
color: #333333;
}

/* --------------------------Formatierungen der Downloadtabelle --------------------------------- */


table.download td {
padding-left: 2px;
text-align: left;
}

/* Absatzabstand der Beschreibung */
table.download td p { 
      line-height: 14px;
}

/* gepunktete Linie unterhalb der einzenen Eintraege */
table.download td.dotted {
      background-image: url(../images/dotted.gif);
      background-repeat: repeat-x;
      background-position: left bottom;
     padding: 6px 0 2px 0;
 
}


/* ---------------------------- Startseite ---------------------------------------------------------------*/

/* Abstaende auf der Startseite */
.contenthome {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	}


/* ----------------------------Sitemap ---------------------------------------------------------------------*/



.sitemap_level2_container {
margin-left: 30px;
}

sitemap_level3_container {
margin-left: 60px;
}