@CHARSET "UTF-8";
/* ================= Seiten-Inhalte ================= */

/* ++++++++++++++++++ Startseite +++++++++++++++++++ */
div.startseite{
	position:relative;
	display: block;
	margin-top: 2px;
	margin-left: 137px;
	margin-bottom: 20px;
	font-size: 1.0em;
	width:605px;
}

#Auswahl{/* übeergeordnete Box*/
	position: relative;
	margin-top: -5px;
	margin-bottom: 20px;
	margin-left: 137px; /*975px-600px / 2*/
	height: 280px;
	width:600px;
	border: 1px solid black;
	background: silver;
	font-size: 1.2em;
	clip: auto; 
	
/* 	Nicht CSS3 Standard */	
	overflow: hidden;
	-o-box-shadow: 		2px 2px 8px #333;
  	-moz-box-shadow: 	2px 2px 8px #333;
  	-webkit-box-shadow:	2px 2px 8px #333;
  	box-shadow: 		2px 2px 8px #333;
	
}


/* +++++++++ Auswahl links trigger +++++++++ */

#Auswahl div.unfall {
	float: left;
	width: 50%;
	height:100%;
	background-image:url("./images/unfall_n2.jpg");
	
}

/* ++++++++++  Auswahl rechts trigger  ++++++++++ */

#Auswahl div.kfz {
	float: right;
	width: 50%;
	height:100%;
	background-image:url("./images/kfz_n2.jpg");
}
/* ------------------------------------------------- */
#Auswahl div.unfall a{
	text-decoration: none;
}
#Auswahl div.kfz a{
	text-decoration: none;
}
/* --------------------------------------------------- */
#Auswahl div.unfall .activeL{
	position:absolute;
	margin-top: 0px;
	width: 240px;
	height:100%;
	background: url("./images/transp.png"); /* für IE und opera*/
	z-index: 20;
	line-height: 25px;
/* 	border : 1px solid lime; */
	left: 0px;
}


#Auswahl div.kfz .activeR{  
	position:absolute;
	margin-top: 0px;
	margin-left: 60px;
	left: 300px;
	width: 240px;
	height: 100%;
	background: url("./images/transp.png"); /* für IE und opera*/
	z-index: 20;
	line-height: 25px;
/* 	border : 1px solid red; */
}

/* ----------------------------------------- */
#Auswahl div.unfall .activeL ul{
	display:block;
	height: 100%;
	width: 280px;
	margin-left: 600px;
	margin-top: 0px;
	background-image:url("./images/block_2.png");
	z-index: 30;
	text-decoration: none;

/* 	Nicht CSS3 Standard */
	-o-transition: 	-o-transform 0.2s ease-in-out; 
	-moz-transition: 	-moz-transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in; 
}

#Auswahl div.kfz .activeR ul{
	display:block;
	height: 100%;
	width: 280px;
	margin-left: -640px;
	margin-top: 0px;
	background-image:url("./images/block_2.png");
	z-index: 30;
	text-decoration: none;

/* 	Nicht CSS3 Standard */
	-o-transition: 	-o-transform 0.2s ease-in-out; 
	-moz-transition: 	-moz-transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in; 
}


/* ------------------------------------------- */
#Auswahl div.unfall .activeL ul li{
	margin-left: 40px;	
	padding-top: 20px;
	color: white;
}

#Auswahl div.kfz .activeR ul li{
	margin-left: 40px;
	padding-top: 20px;
	color: white;	
}
/* +++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++ :HOVER ++++++++++++++++++++ */
#Auswahl div.kfz .activeR:HOVER ul{
/* 	Nicht CSS3 Standard */
	-o-transform: translate(100%, 0);
	-moz-transform:translate(100%, 0); 
    -webkit-transform: translate(100%, 0);
}

#Auswahl div.unfall .activeL:HOVER ul{
/* 	Nicht CSS3 Standard */
    -o-transform: translate(-100%, 0);
	-moz-transform:translate(-100%, 0); 
    -webkit-transform: translate(-100%, 0);
}
/* +++++++++++++++++++++++++++++++++++++++++++ */
#Auswahl div.unfall div.titelbar{
	position:relative;
	height:40px;
	width:300px;
	float:left;
	margin-top: 115px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	background-image:url("./images/block_2.png");
	z-index: 4;
	line-height: 40px;
	text-align: center;
	color: white;
}

#Auswahl div.kfz div.titelbar {
	position:relative;
	height:40px;
	width:300px;
	float:right;
	margin-top: 115px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	background-image:url("./images/block_2.png");
	z-index: 4;
	line-height: 40px;
	text-align: center;
	color: white;
}
#Auswahl div.unfall div.titelbar p{
}
#Auswahl div.kfz div.titelbar p{
}
/* ------------------------------------------------------------ */

/* ++++++++++++++++++ Unfall-Lackierung / KFZ-Instandsetzung+++++++++++++++++++ */
div.absatz{ /* Themenabsatz inkl. Überschrift und bilder */
	position: relative;
	display: block;
	width: 820px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 20px;
	bottom: 20px;
	padding-bottom: 5px;
	font-size: 0.9em;
	clear: both;	
}
div.absatz h5{ /* Themenüberschrift */
	position:relative;
	float:left;
	display:block;
	width: 100%;
	line-height: 25px;
	text-align: left;
	font-size: 1.1em;
}
div.absatz h4{ /* Themenüberschrift */
	position:relative;
	float:left;
	display:block;
	width: 100%;
	line-height: 25px;
	text-align: left;
	font-size: 1.3em;
}
div.absatz h3{ /* Themenüberschrift */
	position:relative;
	float:right;
	display:block;
	top: 10px;
	bottom: 7px;
	margin-right: 0px;
	margin-bottom:7px; /* Abstand der Überschrift zum Text */
	background-image:url("./images/abs_h3.png");
	color:white;
	padding-left: 5px;
	padding-right: 0px;
	width: 100%;
	line-height: 25px;
	text-align: left;
	font-weight:normal;
	letter-spacing: 1.6px;
	
/* 	Nicht CSS3 Standard */
	-webkit-box-shadow: 2px 2px 4px #222;
  	-moz-box-shadow: 	2px 2px 4px #222;
  	box-shadow: 		2px 2px 4px #222;
}
h2 {
	margin: 1em 0;
	font-size: 1.1em;
	text-transform: uppercase;
	border-left: 5px solid #2245ff;
	padding-left: 8px;
	line-height: 18px; /* Höhe des linken Rands */
}

div.absatz p.full{ /* linksbündiger Text */
	position:relative;
	display:block;
	float: left;
	width: 100%;	
/* 	margin-top: 10px; */
	clear: left;
}
div.absatz p{ /* linksbündiger Text */
	position:relative;
	display:block;
	float: left;
	width: 55%;	
	margin-top: 10px;
	clear: left;
	
}
div.absatz ul {
	display:inline-block; /* damit Chrome richtig darstellt */
	width: 55%;
/* 	padding:20px; */
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.absatz ul li{
/* 	padding:10px; */
	margin-top: 5px;
}
div.absatz span.beispiel{ /* rechtsbündige Bilder mit Schatten */
	display: inline-block;
	float: right;
	overflow: hidden;
	clip:auto; /*für Chrome -> bei overflow verschwindet gesamtes Bild */
/* 	clip:rect(0px, 200px, 200px, 0px); schneidet einen Teil des Bildes aus*/
	max-height: 300px;
	max-width: 300px;
/* 	max-width: 40%; */
	padding-right :0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: none;
	clear: right;
	
/* 	Nicht CSS3 Standard */
	-o-box-shadow: 		2px 2px 6px #333;
  	-moz-box-shadow: 	2px 2px 6px #333;
  	-webkit-box-shadow:	2px 2px 6px #333;
  	box-shadow: 		2px 2px 6px #333;
}
div.absatz div.beispiel{ /* rechtsbündige Bilder ohne Schatten */
	display: inline-block;
	float: right;
/*	overflow: hidden; */
	clip:auto; /*für Chrome -> bei overflow verschwindet gesamtes Bild */
/* 	clip:rect(0px, 200px, 200px, 0px); schneidet einen Teil des Bildes aus*/
	max-height: 300px;
	max-width: 300px;
/* 	max-width: 40%; */
	padding-right :0px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: none;
	clear: right;
}


div.absatz span.zertifikat:HOVER{
	max-height: 500px;
}
div.absatz span.zertifikat a{
	max-height: 500px;
	text-decoration: none;
	border: none;
}
div.absatz a.qlink{
	text-decoration: none;
	font-weight:bold;
	color: #33f;
}
div.absatz h3 a.up {
text-decoration: none;
	float: right;
	background-image:url("./images/up4.png");
	width: 18px;
	height: 18px;
	margin-right:  10px;
	margin-top: 3px;
	border: none;
}
/* +++++++++++++++++ Ersatzwagen ++++++++++++++++ */



 div.data{ 
/*  damit Chrome richtig darstellt */
	display:block;
	float:left;
	width: 50%;
	padding-top:20px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-collapse:collapse;
	border:none;
}
div.data ul {list-style: none;}
div.data ul li {line-height: 1.0em;}
div.data ul li a{ text-decoration: none;}

div.data ul.row{
	list-style: none;
	margin:0px;
	padding: 0px;
	line-height: 1.2em;
	padding-bottom: 0.2em;
	width: 100%;
	clear: left;
}
div.data ul li.title{
	position:relative;
	display:block;
	float: left;
	width:100%;
	margin-left: -35px;
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;	
}
div.data ul li.left{
	position:relative;
	display:block;
	float: left;
	width:30%;	
	border: 0px;
}
div.data ul li.right{
	position:relative;
	display:block;
	margin-left:0px;
	border: 0px;
	padding: 0px;
	float: right;
	width:70%;
	clear: right;
}
div.data ul.row:HOVER{
	background-image: url("./images/block_0.png");
}
/* ++++++++++++++++++ Partner +++++++++++++++++++ */


#ppg{
	position:relative;
	display:block;
	float:left;
	margin-left: 70px;
	margin-right: 20px;
	margin-bottom:20px;
	margin-top: 20px;
	min-height: 340px;
	min-width: 300px;
	background: #e5e5e5;
	border: 1px solid silver;

/* 	Nicht CSS3 Standard */	
	-o-box-shadow: 		2px 2px 6px #333;
  	-moz-box-shadow: 	2px 2px 6px #333;
  	-webkit-box-shadow:	2px 2px 6px #333;
  	box-shadow: 		2px 2px 6px #333;
  	transition:			all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
}

#vgh{
	position:relative;
	display:block;
	float:left;
	margin-left: 70px;
	margin-right: 20px;
	margin-bottom:20px;
	margin-top: 20px;
	min-height: 210px;
	min-width: 300px;
	background: #e5e5e5;
	border: 1px solid silver;

/* 	Nicht CSS3 Standard */	
	-o-box-shadow: 		2px 2px 6px #333;
  	-moz-box-shadow: 	2px 2px 6px #333;
  	-webkit-box-shadow:	2px 2px 6px #333;
  	box-shadow: 		2px 2px 6px #333;
  	transition:			all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
}



#schadenservice{
	position:relative;
	display:block;
	float:right;
	margin-left: 50px;
	margin-right: 70px;
	margin-bottom:40px;
	margin-top: 20px;
	min-height: 550px;
	width: 420px;
	background: #eaeaea;
	border: 1px solid silver;
	padding-bottom: 10px;

/* 	Nicht CSS3 Standard */	
	-o-box-shadow: 		2px 2px 6px #333;
  	-moz-box-shadow: 	2px 2px 6px #333;
  	-webkit-box-shadow:	2px 2px 6px #333;
  	box-shadow: 		2px 2px 6px #333;
}
/*  ------------------------------------------- */

#ppg p{
	position:absolute;
	width: 100%;
	text-align: center;
	color: #555;
	font-weight: bold;
	z-index: 9;
}

#vgh p{
	position:absolute;
	width: 100%;
	text-align: left;
	color: #ddd;
	top: 8px;
	padding-left: 15px;
	font-size: 1.8em;
	font-weight: bold;
	z-index: 9;
	/* 	Nicht CSS3 Standard */	
	transition:			all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
}

#schadenservice p{
	position:absolute;
	width: 100%;
	text-align: center;
	color: #333;
/* 	font-weight: bold; */
	z-index: 9;
}
/* ---------------------------------------------- */

#ppg img{ /* für IE und alte Firefox*/
	border: none;
}
#ppg a{
	position:absolute;
	margin-top: -0px;
	width: 300px;
	height: 200px;
	z-index: 5;
}
#ppg:HOVER{
	background-color: #ffffff;
	-o-box-shadow: 		3px 3px 12px #333;
  	-moz-box-shadow: 	3px 3px 12px #333;
  	-webkit-box-shadow:	3px 3px 12px #333;
  	box-shadow: 		3px 3px 12px #333;
}
/* ------------------------------------------- */
#vgh img{ /* für IE und alte Firefox*/
	border: none;
}
#vgh a{
	position:absolute;
	margin-top: 200px;
}
#vgh:HOVER{
	background-color: #ffffff;
	-o-box-shadow: 		3px 3px 12px #333;
  	-moz-box-shadow: 	3px 3px 12px #333;
  	-webkit-box-shadow:	3px 3px 12px #333;
  	box-shadow: 		3px 3px 12px #333;
}
#vgh:HOVER p{ 
	color: #ffffff;
}

#vgh ul{
	position:absolute;
	top: 100px;
	list-style: none;
	height: 110px;
	width: 300px;
/* 	border: 1px solid fuchsia; */
}
#vgh ul li{
	height: 110px;	
}
#vgh ul li.left{
/* 	height: 110px; */
	width: 150px;
	float: left;	
}
#vgh ul li ul{
	display: block;
	position: absolute;
	top: 10px;
	width: 150px;
	opacity: 0;
	/* 	Nicht CSS3 Standard */	
	transition:			all 0.4s ease-in-out;
	-o-transition:		all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	-webkit-transition:	all 0.4s ease-in-out;
}
#vgh:HOVER ul li ul{opacity: 1;}
#vgh ul li ul li {
	position: relative;
	height: 22px;
	line-height: 22px;
	width: 150px;
	margin: 1px;
	top: 2px;
/* 	border: 1px solid red; */
}
#vgh ul li ul li a{
	text-decoration: none;
	display: table-cell;
	color: #dd4444;
	font-weight: bold;
	position: relative;
	width: 150px;
	padding: 0px;
	padding-left: 10px;
}
/* #vgh ul li ul li a{ */
/* 	display: inline-block; */
/* } */
#vgh ul li ul li:HOVER {
	background-image:url("./images/block_0.png");
}


#vgh ul li.right{
	height: 110px;
	width: 145px;
	float: right;
/* 	border: 1px solid green; */
/* 	left: 150px;	 */
}
#vgh ul li.right a{
	position: absolute;
/* 	border: 1px solid red; */
	height: 108px;
	width: 145px;
	bottom: 0px;
	right: 0px;
}
#vgh ul li.right img{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#vgh ul li.left img{
	position: absolute;
	left: 10px;
	bottom: 10px;
	opacity: 1;
	
/* 	Nicht CSS3 Standard */	
	transition:			all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
}
#vgh:HOVER .left img{
	opacity: 0;	
}
#schadenservice .partner ul.cell a{
	height: 50px;
	
/* 	Nicht CSS3 Standard */	
	transition:			all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
}
	

/* ---------------------------------------- */
#schadenservice p{
	text-align:left;
	margin-left: 10px;
}
#schadenservice p.headline{
	font-size: 1.1em;
	margin-top: 10px;	
}
#schadenservice div.banner{
	width:  410px;
	height:100px;
	margin-top:40px;
	background: #f7d22b;
	padding-left: 10px;
}
#vgh div.banner{
	position: absolute;
	top: -40px;
	width:  291px;
	height:100px;
	margin-top:40px;
	background: #3442fd;
	padding-left: 10px;
}
#schadenservice div.banner p{
	text-align: left;
	position:relative;
	width:90%;
	margin: 5px;
	float: left;
	font-size: 1.6em;
	font-weight:normal;
	letter-spacing: 1px;
	color: #222;
	
}
#schadenservice div.banner p.title{
	float: left;
	position:relative;
	margin-top: 15px;
	font-size: 1.8em;
	font-weight: bold;
}
/*  Qualitaets Partnerschafts logo */
#schadenservice img{
	position:absolute;
	right: 3px;
	margin-top: -70px;
}
#schadenservice p.describ{
	text-align:left;
	margin-top: 50px;
	font-size: 0.8em;
	
}
div.partner ul{
	list-style: none;	
}
#schadenservice .partner{
	position:relative;
	list-style:none;
	display:block;
	width:  100%;
/* 	min-height: 50px; */
	margin-top: 80px;
/* 	border: 1px solid green; */
}
#schadenservice .partner ul.cell{
	position:relative;
	width: 100%;
	display:block;
/* 	background: #aaffaa;	 */
	clear: both;
	overflow:visible;
}
#schadenservice .partner ul.cell a{
	height: 54px;
	
/* 	Nicht CSS3 Standard */	
	transition:			all 0.3s ease-in-out;
	-o-transition:		all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-webkit-transition:	all 0.3s ease-in-out;
}
	
#schadenservice .partner ul.cell img{
/* 	margin-top: 10px; */
	position:relative;
	display:block;
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 5px;
/* 	padding-bottom: 2px; */
	vertical-align:middle;
	float:inherit;
	clip: auto;
	overflow: hidden;
}

#schadenservice .partner ul.cell a.left img{
	float:right;
	margin-right: 25px;	
}
#schadenservice .partner ul.cell a.right img{
	margin-left: 25px;
}

#schadenservice .partner ul.cell a.center{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
/* 	background-color: fuchsia;	 */
}
#schadenservice .partner ul.cell a.left{
	position: relative;
	display: block;
	float:left;
	width: 50%;
	margin-top: 0px;
	margin-left: 0px;
/* 	background-color: blue;	 */
	z-index: 5;
}
#schadenservice .partner ul.cell a.right{
	position: relative;
	display: block;
	float:left;
	width: 50%;
	margin-left: 0;
/* 	background-color: red; */
	z-index: 4; /* damit Schatten von left*/	
}	

#schadenservice .partner li.trenner{
	background-image: url("./images/block_3.png");
	display:inline-block; /* sonst wird der trenner überlaufen */
	margin: 0px;
	position:relative;
	height: 4px;
	width: 100%;
	z-index: 9;
}
#schadenservice .partner ul.cell a:HOVER{
	background-color: #ffffff;

/* 	Nicht CSS3 Standard */
	-o-box-shadow: 		3px 3px 12px #333;
  	-moz-box-shadow: 	3px 3px 12px #333;
  	-webkit-box-shadow:	3px 3px 12px #333;
  	box-shadow: 		3px 3px 12px #333;
}

/* +++++++++++++++++++ Zertifikate ++++++++++++++ */
#zertifikate{
	width:800px; 
	height:700px; 
/* 	background:#eee url("./images/z_Lmeister.jpg") 0 40px no-repeat; */
/* 	background: #eee; */
/* 	border:1px solid #aaa; */
	margin:0 auto 20px auto;
	overflow: hidden;
}
.album{
	position:relative;
	padding:0; 
	margin:20px 5px 0 0; 
	list-style-type:none;
/* 	width:450px;  */
/* 	height:650px;  */
}
.album li{	
	margin-top: 4px;
	margin-left: 10px;
	width: 220px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid silver;
}
.album li:HOVER{
	background-image:url("./images/block_0.png");
}
.album img{
/* 	visibility:hidden; */
	position:absolute;
	right: 10px;
	top: -10px;
	width:450px; 
	height:650px;
	border: 2px solid silver;
	
	/* 	Nicht CSS3 Standard */
	opacity: 0;
	-webkit-transition: opacity .30s ease-in-out .1s;
	-moz-transition: 	opacity .30s ease-in-out .1s;
	-o-transition: 		opacity .30s ease-in-out .1s;
	transition: 		opacity .30s ease-in-out .1s;
}
.album li:HOVER img{	
	visibility: visible;
	opacity: 1;
}

/* ---------------------------- */
#validLogo{
	position: relative;
	display: block;
/* 	width: 80px; */
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	bottom: 5px;
	padding-bottom: 5px;
	clear: both;
}
#validLogo a{text-decoration: none;}

/* ++++++++++++++++++ Kontakt +++++++++++++++++++ */

/*----------Kontakt------------*/
#kontakt{
	position: relative;
	height: 450px;
	width: 	100%;

}
table.tlayoutK {
	float:left;
	margin-top: -10px;
	margin-left:20px;
	margin-bottom: 10px;
	width: 450px;
	border-collapse: collapse;
	font-size: 0.8em;
}

table.tlayoutK tr {	border-spacing: 20px 20px;}

table.tlayoutK td{
	padding: 5px 15px 5px 5px;
	text-align:left;
	vertical-align:center;
}
table.tlayoutK th{
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:left;
	vertical-align:center;
}
table.tlayoutK tr:hover  td.tleft{background-image:url("./images/block_0.png");}

table.tlayoutK tr:hover  td.tright{	background-image:url("./images/block_0.png");}

table.tlayoutK a{
	text-decoration:none;
	color:#24f;
}

table.tlayoutK td.tleft {	width: 50%;}

table.tlayoutK td.tright {	width: 50%;}

#Map{/* container Karte */
	float:right;
	margin-top: 20px; 
	margin-right: 20px;
	height: 350px;
	width: 	400px;
	border:1px solid silver;
}
#Map li.skizze{/* Anfahrtskizze */
	list-style: none;
	z-index:2;
	height:350px;
	width: 100%;
	background-image:url("./images/map4.jpg");
	
/* 	Nicht CSS3 Standard */
	-o-box-shadow: 		2px 2px 8px #222;
  	-moz-box-shadow: 	2px 2px 8px #222;
  	-webkit-box-shadow:	2px 2px 8px #222;
  	box-shadow: 		2px 2px 8px #222;
}
#Map li.link{
	list-style: none;
	z-index:6;
	background-image:url("./images/block_2.png");
	margin-top:-25px;
	text-align:center;
}
#Map li a{/*Link zum Routenplaner */
	display:block;
	width: 100%;
	z-index:6;
	line-height:25px;
	margin-bottom: 0px;
	font-size: 0.85em;
	color:  #ddd;
	text-decoration:none;
}
#Map li.link:HOVER,
	#Map li.link:HOVER a {
/* 	background: red; */
	color:white;
 	background-image:url("./images/block_1.png"); 
}

	
table.tlayoutK td.tspan{
	border: 0.1mm solid #aab;
	border-width: 0 0 0.0mm 0;
}
table.tlayoutK th.tspan{
	font-size: 1.2em;
	text-align:left;
	text-decoration:underline;
}


/* ++++++++++++++++++ Impressum +++++++++++++++++++ */
/*----------Impressum------------*/

table.tlayout {
	margin-left:20px;
	margin-bottom: 10px;
	width: 90%;
	border-collapse: collapse;
	font-size:0.75em;
}

table.tlayout tr {
	border-spacing: 20px 20px;
/*page-break-inside: avoid;*/}

table.tlayout td{
	padding: 5px 15px 5px 5px;
	text-align:left;
	vertical-align:center;
}
table.tlayout th{
	padding-top: 15px;
	padding-bottom: 5px;
	text-align:left;
	vertical-align:center;
}
table.tlayout tr:hover  td.tleft{
	background-color: #bbf; /* blau */
}
table.tlayout tr:hover  td.tright{
	background-color: #fbb; /* rot */
}
table.tlayout a{
	text-decoration:none;
	color:#24f;
}

table.tlayout td.tleft {
	width: 30%;
	z-index:2;
}
table.tlayout td.tright {	width: 70%;}

table.tlayout td.tspan{	border:none;}

table.tlayout th.tspan{
	font-size: 1.4em;
	text-align:left;
	text-decoration:underline;
}
#content p.update{
	font-size:0.75em;
	color:#888;
}




