/*
================================================
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) */
}


html, body {
height:100%;
width:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;

}


img {

}
	
/*Titel*/
h1 {
color: #aaabad;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 16px;
	
}

h2 {
color: #7a2c39;
font-size: 13px;
font-weight: normal;
padding-bottom: 8px;
font-weight: bold;
	
}

h3 {
	
}

/*Generelle Links*/
a {color: #7a2c39; text-decoration:none; }
a:link {color: #7a2c39; text-decoration:none;}
a:visited {color: #7a2c39; text-decoration:none;}
a:hover {text-decoration: none; }
a:active {text-decoration: none; }


/*Icons automatisch*/

a[href $='.pdf'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/pdf.gif) no-repeat center left;
}

a[href $='.wmv'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/movie.gif) no-repeat center left;
}

a[href $='.xls'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/xls.gif) no-repeat center left;
}

a[href $='.doc'] {
   padding: 5px 0 5px 20px;
   background: url(../icons/doc.gif) no-repeat center left;
}
    
/*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: 1000px; /*Breite Angeben*/


overflow: visible;
overflow-x:auto;
overflow-y:auto;


}

#bg{
display: none;


}


/*
==================
Head Bereich
==================
*/

#header {
background-image: url(../bilder-design/header-bg.png);
height: 107px;
padding: 0px 0px 0px 60px;


}





/*
==================
Navigation
==================
*/

#navigation {
display: none;
}
	

/*
==================
Subnavigation
==================
*/

#subnav {
display: none;
}


/*
==================
Content-Bereich
==================
*/


#content {
float: left;
width: 762px;
min-height: 500px;


}

#maincontent {
background-image: url(../bilder-design/maincontent-bg.png);
background-repeat: repeat-y;
padding-left: 83px;
padding-right: 110px;
min-height: 500px;
padding-top: 18px;
padding-bottom: 26px;

}

.maincontent-druckmarken {
background-image: url(../bilder-design/maincontent-druckmarken-bg.png);
background-repeat: no-repeat;

}
		
#maincontent ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
vertical-align:top;
margin: 0 0 0 15px;

}

.csc-textpic-imagewrap ul {
margin: 0px!important;
}

#maincontent table td {
vertical-align: top;
}

.produkte {
float: left;
margin: 0 20px 20px 0;
width: 120px;
}

.produkte .csc-textpic-text {
text-align: center !important;
}

#content-footer {
background-image: url(../bilder-design/content-footer-bg.png);
background-repeat: no-repeat;
height: 99px;

}

.seite9 .csc-frame-frame1 {
float: left;
margin: 0 40px 10px 0;
}
/*
==================
Sidebar-Bereich
==================
*/	
#sidebar {
display: none;
}


/*
==================
Footer-Bereich
==================
*/	

#footer {
display: none;
}




/*
===================
Typo3 Erweiterungen
===================
*/	


.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;

}


#animation {
	display: none;
}



