/*
================================================
Typo 3 Master CSS
Version: 1.0
Letze �nderung: 23.03.2010 (Andrea Zbinden)

28. April 2008
Michel: �berall Kurzschreibweisen eingesetzt (#fff anstatt #fffff usw.), plus diverse kommentierte �nderungen
29. Mai 2008
Michel: 0px = 0, diverse kleinere Sachen


================================================

Index
------------------------------------------------
Grundeinstellungen
- Univeral Selektor
- HTML-Tags
- Wrapper-DIV

Head Bereich
- Logo
- Sprachnavigation

Navigation
- Hauptnavigation
- Subnavigation

Content-Bereich
- Formatierungen speziell f�r Contentbereich

Sidebar
- Formatierungen speziell f�r Sidebar

Footer
- Formatierungen speziell f�r Footer

Typo3 Erweiterungen
- tt_news
- mailformplus
- ...
------------------------------------------------
*/



/*
==================
Grundeinstellungen
==================
*/

/* Universal Selektor */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;  /* besser wenn border auch gleich reseted wird (Michel) */
}

/* Scrollbalken f�r IE8 und Firefox erzwingen */
html{
  height: 101%;
}

/* HTML-Tags */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #eee;

}


img {

}

/* PNG IE6 fix */
img, div { 
behavior: url(iepngfix.htc) 
}
  
/*Titel*/
h1 {
font-size: 16px;
font-weight: bold;
padding-bottom: 7px;
}

h2 {
font-size: 12px;
font-weight: bold;
/*padding-top: 10px;*/
padding-bottom: 3px;
}

h2 a { text-decoration: none; font-style: normal; }
h2 a:link  {  }
h2 a:visited {  }
h2 a:hover  { color: #ff7800; text-decoration: none; }
h2 a:active {  }

h3 {
color: #00137a;
font-size: 11px;
}


h4 {
font-size: 14px;
/*padding-top: 10px;*/
padding-bottom: 3px;
}


h5 {
color: #444444;
font-size: 12px;
font-weight: bold;
/*padding-top: 10px;*/
padding-bottom: 0px;
}

h6 {
font-size: 15px;
font-weight: bold;
padding-bottom: 0px;
}

.divider {
height: 1px;
background-color: #999999;
margin: 20px 0px;

}




/*Generelle Links*/
a {color: #00137a; text-decoration: none;  }
a:link {}
a:visited {}
a:hover { color: #ff7800; text-decoration: none; }
a:active { }




/*Icons automatisch*/

a[href $='.pdf'] {
   padding: 2px 0 2px 20px;
   background: url(../icons/pdf.gif) no-repeat center left;
   display: block;
}

a[href $='.wmv'] {
   padding: 2px 0 2px 20px;
   background: url(../icons/movie.gif) no-repeat center left;
    display: block;
}

a[href $='.xls'] {
   padding: 2px 0 2px 20px;
   background: url(../icons/xls.gif) no-repeat center left;
    display: block;
}

a[href $='.doc'] {
   padding: 2px 0 2px 20px;
   background: url(../icons/doc.gif) no-repeat center left;
    display: block;
}

a[href $='.ppt'] {
   padding: 2px 0 2px 20px;
   background: url(../icons/ppt.gif) no-repeat center left;
    display: block;
}



/*Schaubild nur hintergrund zeigen*/

.seite600 #sidebar {
display: none
}

.seite600 #maincontent {
display: none
}

.seite600 #navigation {
display: none
}

.seite600 #header {
  position:relative;
}

.seite600 #background {
  position: absolute;
    margin-top:9px;
}

.seite719 #sidebar {
display: none
}

.seite719 #maincontent {
display: none
}

.seite719 #navigation {
display: none
}

.seite719 #header {
  position:relative;
}

.seite719 #background {
  position: absolute;
    margin-top:9px;
}


/*WebMap*/

.seite630 #sidebar {
display: none
}

.seite630 #maincontent {
display: none
}

.seite630 #navigation {
display: none
}


/*Icons bei Suche ausblenden*/

.seite75 a[href $='.pdf'] {
  background: none;
  padding: 0px 0px 0px 3px;
}

.seite75 
   
.seite75 a[href $='.wmv'] {
     background: none;
  padding: 0px 0px 0px 3px;
}

.seite75 a[href $='.xls'] {
    background: none;
  padding: 0px 0px 0px 3px;
}

.seite75 a[href $='.doc'] {
    background: none;
  padding: 0px 0px 0px 3px;
}

.seite75 a[href $='.ppt'] {
     background: none;
  padding: 0px 0px 0px 3px;
}   

.tx-indexedsearch-icon{
   padding: 0px 3px 0px 0px;

}

   
/*
a[class*="internal-link"]  { 
  padding: 5px 0 5px 20px;
  background: url(../icons/link.png)  no-repeat center left;
}
*/


/*Wrapper DIV*/
#wrapper {
margin: 0 auto; /* 0 hinzugef�gt, weil in vertical ist auto allein nicht sauber m�glich (michel) */
width: 975px; /*Breite Angeben*/
min-height: 770px;
position: relative;


}

#background {
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
min-height: 800px;
z-index: 1;
position:fixed;

}
  
/*
==================
Head Bereich
==================
*/

#header {
font-size: 11px;
height: 100px;
width: 975px;
background-image: url(../bilder-design/header-transparent.png);
color:#FFFFFF;




}

#headernavigation{
padding-top: 20px;
height: 35px;

}

/*Logo*/
#logo {
width: 210px;
float: left;
padding: 8px 0px 0px 10px;

}

#logo-print {
display: none;
width: 480px;
height: 85px;
}

#titel {
width: 400px;
padding: 40px 0px 0px 0px;
float: left;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;

}

/*Sprachnavigation*/
#lang {
width: 107px;
color: #fff;
float: left;
}

#lang li {
float: left;
padding: 0px 3px;
list-style-image:none;
list-style-type:none;
}

/*Links Sprachnavigation*/
#lang a:link { color: #fff; text-decoration: none; }
#lang a:visited { color: #fff; text-decoration: none; }
#lang a:hover { color: #fff; text-decoration: none; }
#lang a:active { color: #fff; text-decoration: none; }


#metanav{
width: 195px;
float: left;
padding-right: 1px;
}

#metanav li{
list-style-image:none;
list-style-type:none;
float: left;
}

#metanav a { color: #fff; padding:0px 3px; display: block; /*ganze Fl�che anklickbar machen*/ text-decoration:none; }
#metanav li a:link  {  }
#metanav li a:visited {  }
#metanav li a:hover  { color: #fff; }
#metanav li a:active {  }


/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#metanav li.aktiv a { color: #ff7800; }


/*Suche*/

.absenden {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
background: transparent;
border: 0px;
font-size: 12px;

}

.btn-suche {
width: 80px;
}


#search{
float: right;
padding-right:16px;
padding-top:15px;
}

#suchfeld {
font-size:11px;
float: left;
border: 1px solid #ccc;
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
padding-top:1px;
width:110px;
margin-right: 5px;
}


#suche {
padding: 0px 0px 0px 10px;
float: right;

}

.tx-indexedsearch-searchbox-sword{
border: 0px solid #fff; /*Farben anpassen*/
margin-left: 0px;
float: right;

}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
width:150px;
border: 1px solid #ccc;
float: left;
/*margin-top: 6px;*/
padding: 1px;

}

.tx-indexedsearch-result-number {
display: none;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
color: #000;
border: 0px solid #fff; 
/*margin-top: 6px;*/
padding: 1px;
}

.tx-indexedsearch-path {
display: none;
}

.suche_text{
float: left;
padding-right: 12px;
}


.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword{
margin-top: 0px;
}


.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button  {
width:80px;
}


/*Abstand Suchtags*/

#tx_indexedsearch ul li{
float: left;
padding: 0px 5px 0px 0px;
}

/*Suchergebnis*/



.browsebox{
padding: 8px 0px;
margin: 0px;
text-align: center;

}




.tx-indexedsearch .tx-indexedsearch-browsebox li {
display:inline;

}

.tx-indexedsearch-title a {color: #000; text-decoration: none;}
.tx-indexedsearch-title a:hover {color: #000; text-decoration: underline; }


.tx-indexedsearch-title{
font-weight: 13px;
color: #000;

font-weight: bold;

}

.tx-indexedsearch-title a {font-weight: 13px; color: #000; text-decoration: none;}
.tx-indexedsearch-title a:hover {color: #000; text-decoration: underline; }


.tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
color: #ED1C24;
font-weight: normal;
}

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
font-style: normal;
border-bottom:1px solid #ccc;
padding-bottom: 10px;
width: auto;

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {


}

.tx-indexedsearch-redMarkup{
color: #000;

}

.tx-indexedsearch-noresults{
text-align: left!important;
padding-top: 10px;

}

.tx-indexedsearch-percent{
display: none;
}






/*
==================
Navigation
==================
*/

#navigation {
float: left;
width: 200px;
margin: 0px;
padding: 0px 10px 0px 10px;
}
  
#mainnav {
/*min-height: 350px;*/
background-color: #FFFFFF;
padding:10px 20px;

}


#mainnav li{
list-style-image:none;
list-style-type:none;
margin: 0px;
padding: 0px;
font-weight: bold;
width: 100%;

}


/*HAUPTNAVIGATION Links*/

#mainnav a { color: #00137a; margin: 0px; padding:6px 0px; display: block; /*ganze Fl�che anklickbar machen*/ text-decoration:none; }
#mainnav li a:link  {  }
#mainnav li a:visited {  }
#mainnav li a:hover  { color: #ff7800; }
#mainnav li a:active {  }

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#mainnav li.aktiv a { color: #ff7800; }
.aktiv { color: #ff7800!important; }



/*SUBNAVIGATION*/

#subnav {
padding: 0px 0px 0px 5px;
margin: 0px;


}

#subnav li{
color: #00137a;
padding: 0px;
margin: 0px;
font-weight: normal;
width: 100%;

}


/*SUBNAVIGATION Links*/
#subnav a  { color: #00137a!important; margin: 0px; padding: 2px 0px 0px 15px; display: block; /*ganze Fl�che anklickbar machen*/ text-decoration:none; background-image: url(../bilder-design/nav-bullet.jpg); background-repeat: no-repeat; background-position: left top;}
#subnav li a:link  {   }
#subnav li a:visited {  }
#subnav li a:hover  { color: #ff7800!important; background-image: url(../bilder-design/nav-bullet-activ.jpg); background-repeat: no-repeat;}
#subnav li a:active {  }

/*aktiver Subnavigationslink*/
#subnav li.subnavaktiv a { color: #ff7800!important; background-image: url(../bilder-design/nav-bullet-activ.jpg); background-repeat: no-repeat; }


/*SUBSUBNAVIGATION*/

#subsubnav {
padding: 0px 0px 0px 20px;
margin: 0px;

}

#subsubnav li{
color: #00137a;
padding: 0px;
margin: 0px;

}

/*SUBSUBNAVIGATION Links*/
#subsubnav a  { color: #00137a!important; margin: 0px; padding: 2px 0px 0px 15px; display: block; /*ganze Fl�che anklickbar machen*/ text-decoration:none; background-image: url(../bilder-design/nav-bullet.jpg); background-repeat: no-repeat; background-position: left top; }
#subsubnav li a:link  { color: #00137a!important; background-image: url(../bilder-design/nav-bullet.jpg);  }
#subsubnav li a:visited { color: #00137a!important; background-image: url(../bilder-design/nav-bullet.jpg); }
#subsubnav li a:hover  { color: #ff7800!important; background-image: url(../bilder-design/nav-bullet-activ.jpg); background-repeat: no-repeat; }
#subsubnav li a:active { color: #00137a!important;  background-image: url(../bilder-design/nav-bullet.jpg);}
/*aktiver Subsubnavigationslink*/
#subnav li.subsubnavaktiv a { color: #ff7800!important; background-image: url(../bilder-design/nav-bullet-activ.jpg); background-repeat: no-repeat;}
.subsubnavaktiv { color: #ff7800!important; background-image: none;}

/*
==================
Fotolegende
==================
*/

#bildlegende {
position: absolute;
margin: 30px 0px 0px 0px;
width: 194px;
opacity:0.8; /* CSS3 (Neuere Browser au�er Internet Explorer) */
filter:alpha(opacity=80);/* Glow(color=#254545, strength=255);*/
padding: 3px;
background-color: #474750;
/*
Auskommentiert von Marcel
margin: 200px 0px 0px 0px;
*/
}

.legendenlink {
opacity:1.0!important;
}
.legendenlink a {color: #ffffff; padding:0px 5px; display: block; /*ganze Fl�che anklickbar machen*/ text-decoration:none; }
.legendenlink a:link  {  }
.legendenlink a:visited {  }
.legendenlink a:hover  {color: #ff7800; }
.legendenlink a:active {  }


.logout {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 12px;
table-layout:fixed;
width:100%;
align:right;
}

.logout td {
text-align:right;
width:50%;
}
/*
==================
Content-Bereich
==================
*/



#content-1 {
position: absolute;
z-index: 20;
}

#content-2 {
position: absolute;
z-index: 20;
}

#print {
text-align: right;
font-size: 11px;
}

#maincontent {
width: 455px;
min-height: 250px;
float: left;
background-color: #FFFFFF;
padding: 20px 25px 20px 20px;

}

#maincontent ul {

}


#maincontent ol { /*manuel*/

}
.csc-default ol { /*manuel*/
margin-left: 20px;
}

.csc-default ul {
/*margin-left: 20px;*/
list-style-image: none;
list-style: none;

}

.listelement ul{
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
margin-left: 20px;
}

.csc-bulletlist {
list-style-image:none;
list-style-position:outside;
list-style-type:disc!important;
vertical-align:top;
margin-left: 20px;
}

.csc-textpic-image{
color: #000000;
font-size: 10px;
style: bold;


}


#maincontent a {color: #00137e; text-decoration: none;}
#maincontent a:link {}
#maincontent a:visited {}
#maincontent a:hover { text-decoration: underline; color: #ff7800 }
#maincontent a:active {color: #ff7800 }



/*tabellenrahmen*/
.rahmentabelle {
border-color:silver;
border-width:1px;
border-style:solid;
border-spacing:0px;
}
.rahmentabelle td, .rahmentabelle th{
border-width:1px;
border-style:solid;
border-color:silver; 
padding:5px;
text-align:center; 
border-spacing:0px;
}

/* Anwendung in der Adressenliste */
.tabelle2 {
background-color:#F2F2F2;
table-layout:fixed;
width:100%;
border-color:white;
border-width:1px;
border-style:solid;
border-spacing:0px;
}
.tabelle2 th{
border-width:1px;
border-style:solid;
border-color:white; 
padding:5px;
text-align:left; 
border-spacing:0px;
}

.tabelle2 td {
border-width:1px;
border-style:solid;
border-color:white; 
padding:5px;
text-align:left; 
border-spacing:0px;
}
.tabelle2 tr td a:link {}
.tabelle2 tr td a:visited {}
.tabelle2 tr td a:focus {}
.tabelle2 tr td a:hover {color:#FF0000}
.tabelle2 tr td a:active {color: #ff7800!important; text-decoration: underline;}

#tabelle2 td.aktiv a { color: #ff7800; }
.aktiv { color: #ff7800!important; }

.tabelle3 {
width:100%;
background-color:#F2F2F2;
border-spacing:0px;
}
.tabelle3 th{
border-width:1px;
border-style:solid;
border-color:white; 
margin-bottom:80px;
padding:5px;10px;5px;5px;
border-spacing:0px;
}

.tabelle3 td {
border-width:1px;
border-style:solid;
border-color:white; 
padding:5px;5px;5px;5px;
border-spacing:0px;
}

.tabelle4 {
background-color:#F2F2F2;
width:100%;
border-color:white;
border-width:1px;
border-style:solid;
border-spacing:0px;
empty-cells:hide;
visibilty: collapse;
}

.tabelle4 th{
border-width:1px;
border-style:solid;
border-color:white; 
padding:5px;
text-align:left;
vertical-align:top; 
border-spacing:0px;
}

.tabelle4 td{
border-width:1px;
border-style:solid;
border-color:white; 
padding:5px;
text-align:left; 
vertical-align:top;
border-spacing:0px;
}

/* wird u.a. im Newsticker Detailansicht angewandt. Referenz im "Newsticker-Template"-LATEST */
.tabelle5 {
table-layout:fixed;
width:100%;
background-color:#F2F2F2;
border-spacing:0px;
}

.tabelle5 th{
width:50%;
border-width:1px;
border-style:solid;
border-color:white; 
margin-bottom:80px;
padding:5px;10px;5px;5px;
border-spacing:0px;
}

.tabelle5 td {
table-layout:fixed;
width:10%;
border-width:1px;
border-style:solid;
border-color:white; 
padding:5px;5px;5px;5px;
border-spacing:0px;
font-size:0.8em;
}

.tabelle6 {
table-layout:fixed;
width:100%;
empty-cells:hide;
visibilty: collapse;
}

.tabelle6 th{
width:33%;
padding:1px;
text-align:left;
vertical-align:top; 
border-spacing:0px;
}

.tabelle6 td{
width:33%;
text-align:left; 
vertical-align:top;
border-spacing:0px;
}

/* wird f�r die Darstellung des Newstickers (home) gebraucht. Verlinkt im Template "Newsticker//list3" */
.tabelle7 {
table-layout:fixed;
width:100%;
empty-cells:hide;
font-size:0.8em;
}

.tabelle7 th{
padding:1px;
vertical-align:top; 
border-spacing:0px;
}

.tabelle7 td{
width:10%;
text-align:left; 
vertical-align:top;
border-spacing:0px;
}

/*
==================
Sidebar-Bereich
==================
*/  
#sidebar {
font-size: 11px;
width: 195px;
/*min-height: 350px;*/
float: left;
background-color: #FFFFFF;
padding:10px 20px;
margin: 0px 10px 0px 10px;
}

#sidebar h4{
font-size: 12px;
margin: 0px;
padding: 0px;
border-bottom: solid 1px #00137a;
color: #00137a; 
padding:6px 0px; 
display: block; /*ganze Fl�che anklickbar machen*/ 
text-decoration:none; 
background-image: url(../bilder-design/bg-li-accordion.jpg); 
background-repeat: no-repeat; 
background-position: right; 
font-weight: bold;
clear: left;

}


#sidebar h2{
color: #00137A;
font-size: 11px;
font-weight: bold;
font-style:italic;
padding-top: 0px;
padding-bottom: 0px;

}

/*Links Sidebar*/

#sidebar h2 a { text-decoration: none; font-style: normal; }
#sidebar h2 a:link  {  }
#sidebar h2 a:visited {  }
#sidebar h2 a:hover  { text-decoration: underline; }
#sidebar h2 a:active {  }




#h4 a{
list-style-image:none;
list-style-type:none;
margin: 0px;
padding: 0px;
border-bottom: solid 1px #00137a;


}
/*Titel Sidebar*/

#sidebar h4 a { color: #00137a;  display: block; /*ganze Fl�che anklickbar machen*/ text-decoration:none; background-image: url(../bilder-design/bg-li-accordion.jpg); background-repeat: no-repeat; background-position: right; font-weight: bold;}
#sidebar h4 a:link  {  }
#sidebar h4 a:visited {  }
#sidebar h4 a:hover  { color: #ff7800;  }
#sidebar h4 a:active {  }

/*aktiver Hauptnavigationslink -> in typo3 wird die Klasse "aktiv" definiert*/
#sidebar h4 .aktiv a { color: #ff7800; }
.csc-frame-frame1 h4 a { color: #ff7800!important; }

/*Meldung "Keine Treffer" bei Suchmeldungen in Sidebar ausblenden*/
#sidebar .news-search-emptyMsg{
  display:none;
}


/*
==================
Footer-Bereich
==================
*/  

#footer {
clear: both;

}
    

/*
===================
Typo3 Erweiterungen
===================
*/  

/*tt_news*/

.news-latest-container  {
padding: 5px 0px;
clear: both;
}
/*
.news-single-item {
display: none !important;
position: absolute;
left: -3000px;
height: 0px;
width: 0;
margin: 0;
padding: 0;

}
*/

.keywords {
left: 0px;
margin: 0;
margin-bottom: 10px;

}
.prevnext {
font-weight: bold;
margin-top: 1.2em;
margin-bottom: 0.5em;
clear: both;
}

/*Formulare*/
legend {
font-weight: bold;
color: #000000;
padding: 15px 0px 15px 0px;

}

fieldset {
border: 0px solid #ccc; /*Farben anpassen*/
display: block;

}

.seite85 fieldset {
  background-color: #EEEEEE;
}

label {

}

input {
border: 1px solid #ccc; /*Farben anpassen*/
/*margin-bottom: 10px;*/
padding: 1px;

}

.form-select {
width:450px;
}

#searchcat{
border: 1px solid #ccc; /*Farben anpassen*/
width: 150px;

}


input[type="radio"],input[type="checkbox"] {
border: none;  
}

textarea {
border: 1px solid #ccc; /*Farben anpassen*/
}

.absendeknopf {
border: 1px solid #8da25e;
font-weight: bold;
background-color: #fff;
color: #000;
margin: 10px 0 10px 80px;
/*optional*/
float: left;
}
.fehlertext {
color: #000;
font-weight: bold;
background-color: #f99;
padding: 2px;
border: 1px solid #f00;
width: 375px;

}

.formfehler {
border: 1px solid #f00;


}

.csc-mailform { border:none; }
.csc-mailform-field label {
  display: block;
  margin-top: 8px;
}

/*optional*/
.pflichtfelder {
background: #f5f5f5;

}

.contenttable{

}


.bodytext {
/*float: left;*/
margin: 0;
padding: 0;

}


a.download img{
margin-bottom: -3px;

}

#map {
float: left;
width: 510px; 
height: 340px; 
margin: -12px 0 0 0;
color:#000;

}

/* Keywords */
#keywords{
  background-color: #FF0000;
  width: 200px;
  height: 200px;
  position: absolute;
  top:100px;
  left:200px;
  visibility:hidden;
}




.clearer {
  clear: left !important;  
  
}


hr {
display: none;
}



.subkategorie {
  font-weight: bold;
}

/* Agenda*/



.news-latest-item img {
margin-bottom:2px;
margin-left:0;
margin-right:5px;
margin-top:0px;
}


.news-list-container  {
border-top: 1px solid #00137a;
padding: 0px;
margin-bottom: 15px;
margin-left:0;
margin-right:0px;
margin-top:15px;
}

.news-list-item {
/*height: 30px;*/
border-bottom: 1px solid #00137a; /*Farben anpassen*/
padding: 5px 0px;
clear: left;
width: 100%;
float: left;
margin-top: 20px
margin-bottom: 20px

}
.news-list-platzhalter {

height: 15px;
clear: both;
}


.news-single-item{
padding: 0px;
margin: 0px;
}

.news-latest-item{
padding: 0px;
margin: 0px;
}

.news-latest-item2{
padding: 2px 0px;
width: 100%;
float: left;
margin-top: 0px;
margin-bottom: 0px;

}

.servicespalte-agenda, .servicespalte-infomaterial, .servicespalte-bilder{
padding: 5px 0px;
margin: 0px;
clear: left;
}



.news-datum{
/*height: 30px;*/
width: 150px;
float: left;
}

.news-list-browse {
margin-top: 20px;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-catmenu  {
font-size:12px;
}

.news-single-img{
width: 190px;

}

.newsbild{
padding: 0 0 20px 0;
}


.news-amenu-container {
font-size:12px;
width:100%;
padding:0px;0px;5px;5px;
}

.news-search-form input {
margin-right: 8px;


}

.news-search-form select {
margin-right: 10px;
}

/* Bilder */

.news-single-backlink  {
padding: 15px 0px;
}


.news-list-container img {
float: left;
padding-right: 10px;
}


.news-single-video{
float: right;
}

.news-single-img {
clear: both;
}


.news-single-imgcaption  {
width:190px;
}

.catimg {
float: right;
}

/*Links*/


/* Adressen */


.wtdirectory_filter {
padding-bottom: 8px;
}


.wtdirectory_pagebrowser {
padding-bottom: 15;
}

.wt_directory_pagebrowser {
padding: 0px;
margin: 0px;
background: red;
}

.wt_directory_pagebrowser li{
padding: 0px 5px;
float: left;
}

.wtdirectory_list{
clear: left;
}


.wtdirectory_abc_letter {
padding: 0px 2px;
}



.wtdirectory_all_vcard {
display: none;
}


.wtdirectory_all_backlink {
padding: 10px 0px 5px 0px;
}


.wt_directory_icon_www, .wt_directory_icon_mail, .wt_directory_icon_phone, .wt_directory_icon_fax {
padding: 0px 10px 0px 0px;
}

.wt_directory_icon_cell {
padding: 0px 13px 0px 0px;
}

.adresslist_mail_www{
display: none;
}


.seite87 .adresslistbild {
display: none;
}

.bilder-adressen{
float: right;
}

/* Sitemap */


.csc-sitemap ul{
font-weight: bold;
list-style: none!important;
margin: 0px;
padding: 0px;

}

.csc-sitemap ul li ul{
font-weight: normal;
margin: 0px;
padding: 0px 0px 0px 20px;

}


.csc-sitemap ul li ul li ul{

font-weight: normal;
margin: 0px;
padding: 0px 0px 0px 30px;

}

.input-160px  {
width: 160px;
}

/* Divers */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
width: 100%;
}

#lbCaption {
    font-weight: normal!important;

}

#lbImageDetails {
    width: 90%!important;
}

/* Einzug links und rechts */

.indent {
margin-left: 25px;
padding-right: 25px;

}

/* Login */

.blob-list-head {
text-align: left;
}

.blob-list-head th {
text-align: left;
vertical-align: top;
height: 20px;

}

.blob-list-item1{
text-align: left;
vertical-align: top;
}

/*#tx_wecdiscussion_message__1-toolbar{
width: 80%!important;

}

#tx_wecdiscussion_message__1-iframe, #tx_wecdiscussion_message__1-htmlArea{
width: 80%!important;
}
*/


