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

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


/* ****************************           | 02.07.2012)          *********************************/

@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;
		color: #0066b0;         /*TSB Blau*/
}  
 
 /*  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  #939599;	*/
	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:700px;
	 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
			   
====================================================================*/	

#logo {
	width:21%;
	margin:5% 0 0 5%;
	float:left;
	}
	
#logo img {
	max-width:80%;
	}	


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

		
#inhalt {
	width:72%;
	min-height:475px;
	float: right;
	margin:0 1% 0 0;
	padding-top:2%;
	}
	

		  	.home{
			  background-image:url(../img/hg/hg-tsb-eingang.jpg);
			  background-repeat:no-repeat;
			  background-position: right top;
			  }
	
			.schiebe{
			  background-image:url(../__seiten_offline/hg-schiebe.jpg);
			  background-repeat:no-repeat;
			  background-position: right top;
			  }
			  
			.dreh{
			  background-image:url(../__seiten_offline/hg-dreh.jpg);
			  background-repeat:no-repeat;
			  background-position: right top;
			  }
			  
			 .pylon{
			  background-image:url(../img/hg/hg-tsb-pylon.jpg);
			  background-repeat:no-repeat;
			  background-position: right top;
			  }
			  
			  .gebaeude{
			  background-image:url(../img/hg/hg-tsb-aussenansicht.jpg);
			  background-repeat:no-repeat;
			  background-position: right top;
			  }
			  
			  
			  .schild{
			  background-image:url(../img/hg/hg-tsb-schild.jpg);
			  background-repeat:no-repeat;
			  background-position: right top;
			  }
			  
			  .button {
                           background-color: #0066b0; /* Blau */
                           border: none;
                           color: white;
                           padding: 15px 32px;
                           text-align: center;
                           text-decoration: none;
                           display: inline-block;
                           font-size: 16px;
                           }
			  

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


#thema {
	
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.8);
	background-color: transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0FFFFFF,endColorstr=#C0FFFFFF);
	zoom:1;
	width:60%;
	margin-top:3%;
	padding:1% 3% 1% 1%;
	}
	
	

/* Bilder */
#thema img {
	margin:0 3% 3% 0;
	float:left;
 }	
	

	
/* Listen */
#thema ul {
 list-style-type: disc;
 list-style-position:inside;
 }	
	
	
/* Tabellen */
#thema table {
	line-height:2.5em;
 }	
 
 

 
 	
		
	
			
/*==================================================================
 			        
					     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;         /*Blau*/
	font-size:0.9em;
	line-height:1.8em;
	}
	
#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: #CCC;	/* helles Grau*/
	text-decoration: none;
	outline: none;
	letter-spacing:0.1em;
}

#footer a#active {
	color:#CCC;				/* helles 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;
	}
	
.linie {
	border-bottom: 1px solid #666;
	margin:3% 0 8% 0;
}



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

	