@charset "utf-8";
/****************************         Styles für Intro TSB Türsysteme       *********************************/

/* ==========================  | WERBEPART OHG | Michaela Rohkohl | ==============================*/


/* ****************************           | 14.06.12 >> 24.05.2018      *********************************/

@media all { 

/* =======================================================================
   TEIL I - Reset
   ====================================================================== */
* { padding: 0; margin: 0; }



/* ======================================================================
   TEIL II - Restaurierung 
   ===================================================================== */

/* Abstand nach unten*/ 
p, h1, h2, h3 {
   margin-bottom: 1em;
}


/* ======================================================================
   TEIL III - Basisformatierung  
   ====================================================================== */

/* ====================================
   1. html und body 
   ==================================== */

/* Bildlaufleiste im Firefox immer zeigen */
html { height: 101%; }

/* Angaben body */
body {
	background-color:#8babd6;        			/*Hellblau1*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	font-size: small;
	line-height:1.2 em;
	color:#666;				/* Schrift: dunkles Grau*/
	}



/* =====================================================
   2. Schriftformatierung fuer Ueberschriften und Listen 
   ===================================================== */

/* Ueberschriften fett */
h1, h2, h3 {
   font-weight: bold; 
}

/*  Ueberschriftengroessen */
h1 { font-size: 140%;} 			/*{ font-size: 1.2em;}*/ 

h2 { font-size: 130%;}  		/*{ font-size: 1.0em;}*/ 

h3 {
	font-size: 120%;			/*{ font-size: 1.1em;}*/  
	margin-bottom:0.01em;

}  
 
 /*  Listen */
ul {
 list-style-type:none;
 }
 
 

/*=====================================================
 			         3. Definition Links
======================================================*/

a:link {
	color: #0066b0;          			/*TSB Blau*/
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #0066b0;          			/*TSB Blau*/
	text-decoration: none;
	outline: none;
}

a:hover {
	color:#666;				/* dunkles Grau*/
	text-decoration: none;
	outline: none;
}

a#active {
	color:#666;				/* dunkles Grau*/
	text-decoration: none;
	outline: none;
}

   
} /* Ende @media */

/* =======================================================================
   E N D E
   ======================================================================= */
   
   
   
   
   
/*=======================================================================

 	TEIL IV		Weitere Angaben

========================================================================*/




/*==================================================================

 			    1. Hintergrund

====================================================================*/

#wrapper {
	background-color:#fff;
	max-width:100%;
	min-height:600px;
	margin: 2% auto 0 0;
}


/*==================================================================
 			   
			   2. Navigation Menu
			   
====================================================================*/	
#menu-back {
	width:100%;
	overflow:hidden;
	padding:1% 0 1% 0;
	border-bottom:solid thin #666;		/* dunkles Grau*/
	}
	
	
#menu a#active {
	color:#666;				/* dunkles Grau*/
	font-weight:bold;
	text-decoration: none;
	outline: none;
	background:url(../img/pfeile.gif);
	background-repeat:no-repeat;
	background-position:0;
	padding:0 0 0 2.5em;	
	}
	
	

#menu ul {
	 width:600px;
	 float:right;
     margin: 0;
     padding: 0;
     list-style: none;
   }
   
#menu li { 
	float: left;
	padding: 0 20px;
   }
   
#menu ul ul{
     position: absolute;
     margin-left: -20px;
	 background-color:#fff;
   }
   
#menu ul ul li{
     float: none;
     margin: 0;
	 height:0;
	 transition: height 0.5s ease-in-out 0s;
	 overflow:hidden;
   }
   
#menu li:hover {
	background: #fff; 
	}

#menu li:hover ul{ 
	display: block 
	}

#menu ul ul li:hover{ 
	background: #fff; 
	}
	
#menu li:hover ul li{
	height:20px;
	}
	   	
	
	
	
	
/*==================================================================
 			   
			   3. Inhaltsbereich
			   
====================================================================*/	



		
#inhalt {

	/*width:90%;*/
	width:1200px;
	min-height:475px;
	margin:0 auto 0 auto;
	}
	

		  .home{
			  background-image:url(../img/tsb-logo.gif);
			  background-repeat:no-repeat;
			  background-position: center;
			  }
	



	
	
			
/*==================================================================
 			        
					     Sitemap
						   
====================================================================*/
#sitemap-back {
	clear:both;
	width:100%;
	padding: 0.5% 0 0.5% 0;	
	background-color: #CCC;
	}	


#sitemap {
	width:800px;
	overflow:auto; 	
	margin-left:28%;
	color: #0066b0;         /*TSB Blau*/
	font-size:0.9em;
	}
	
#sitemap-block {
	float:left;
	margin-right: 2%;	
	}	

	
/*==================================================================
 			        
					       Footer 
						   
====================================================================*/
	
#footer {
	clear:both;
	width:72%;
	overflow:auto; 	
	padding:1% 0 1% 28%;
	background-color: #0066b0;  /*TSB blau*/
	color:#FFF;
	font-size:0.75em;
	}
	
#sub ul {
	float:right;
	margin-right:2%;
	}	
	
#sub ul li {
	display:inline;

	}	
	
#footer a:link {
	color: #FFF;           			/*weiss*/
	text-decoration: none;
	outline: none;
	letter-spacing:0.1em;
}

#footer a:visited {
	color: #FFF;           			/*weiss*/
	text-decoration: none;
	outline: none;
	letter-spacing:0.1em;
}

#footer a:hover {
	color:#666;				/* dunkles Grau*/
	text-decoration: none;
	outline: none;
	letter-spacing:0.1em;
}

#footer a#active {
	color:#666;				/* dunkles Grau*/
	font-weight:bold;
	text-decoration: none;
	outline: none;
	/*background:url(../img/pfeile.gif);
	background-repeat:no-repeat;
	background-position:0;
	padding:0 0 0 2.5em;*/
	letter-spacing:0.1em;
}

	

/*==================================================================
 			     
				  Wiederkehrende Klassen
				 
====================================================================*/	
	
.clearfix {
	clear: both;
	}
	



/*==================================================================
 			     
		Hinweis auf Cookies 24.05.2018
				 
====================================================================*/	
	



.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons hellgrau */
color: #000 !important; /* Textfarbe des Buttons schwarz */
}
 
.cc_container {
background: #3F0; !important; /* Hintergrundfarbe des gesamten Bereichs TSB Blau */
color: #0066b0 !important; /* Schriftfarbe des gesamten Bereichs TSB Blau */
}
 
.cc_container a {
color: #0066b0 !important; /* Textlink-Farbe "Mehr Infos" TSB Blau */
}