/*
================================================
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: 12pt;
background-color: #eee;

}


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

h2 {
font-size: 12pt;
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  { text-decoration: none; }
h2 a:active {  }

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

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

/*Generelle Links*/
a {color: #00137a; text-decoration: none;  }
a:link {}
a:visited {}
a:hover { text-decoration: underline; }
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;
}


/*Icons bei Suche ausblenden*/

.seite75 a[href $='.pdf'] {
	background: none;
	padding: 0px 0px 0px 3px;
}
   
.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;

}

   
/*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 {
display: none;

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

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

}

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

}

/*Logo*/
#logo {
display: none;

}

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

#titel {
display: none;

}

/*Sprachnavigation*/
#lang {
display: none;

}

#metanav{
display: none;

}

/*Suche*/

#search{
display: none;

}

#suchfeld {
display: none;
}


#suche {
display: none;

}

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

}

.btn-suche {
width: 100px;
}

.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: 2px;
}

.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: 2px;
}

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

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


.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword{

margin-top: 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;

}

.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 {
display: none;

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

#bildlegende {
display: none;

}

/*
==================
Content-Bereich
==================
*/

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

#print {
display: none;

}

#maincontent {
/*width: 455px;*/
width: 800px;
min-height: 350px;
float: left;
background-color: #FFFFFF;
padding: 20px;


}

.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;
}

	



/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
display: none;

}


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

#footer {
clear: both;

}
		

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

/*tt_news*/

.news-latest-container  {
padding: 5px 0px;
}




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

}

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

}

label {

}

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

}



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

}


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

textarea {
border: 1px solid #000; /*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;


}

/*optional*/
.pflichtfelder {
margin: 12px 0 0 170px;

}

.contenttable{
margin-left: -3px;

}


.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;

}

/* Servicespalte Gruss Marcel ; )*/


#servicespalte-bilder .beschreibung {
	/*width: 120px;
	float: left;
	margin: 0 4px 0 0;
	*/
}

.clearer {
	clear: left !important;	
}


.subkategorie {
	font-weight: bold;
}

/* Agenda*/



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

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

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

}

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

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

#servicespalte-agenda{
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-amenu-container, .news-catmenu  {
font-size:12px;
}


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


}

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

/* Bilder */

.news-single-backlink  {
padding: 8px 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;
}


/* Adressen */


.wtdirectory_filter {
padding-bottom: 8px;
}

.wtdirectory_pagebrowser {
padding-bottom: 12px;
}

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

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

.wtdirectory_list{
clear: left;
}


.wtdirectory_abc_letter {
padding: 0px 2px;
}


.seite87 .wt_directory_icon_mail, .seite87 .wt_directory_icon_www {
display: none;
}

.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;
}



/* 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;
}

/* Texteinzug */
.indent {
margin-left: 25px;
padding-right: 25px;
}

