
body			{ font-family: Arial, Verdana, Helvetica, sans-serif;font-size:14px; }
img			{ border:0px; padding:none; margin:none; }

/* img			{border:none; } */

/* Asterisk=Blümchen */



#intro			{ text-align:center; padding-top:30px;}
#haupt			{ width:1000px; margin-left:40px; margin-top:40px; padding:0px; border:0px; background-color: #ffffff; } /* ID ist body: 1000px breit, Schriftart Arial  */
#tocbox			{ width:1000px; height: 303px; border: 0px ; background-color: #fff; background-image:url(../grafiken/bild_alt_lankwitzer_gs.jpg);background-repeat:no-repeat;background-position:center; }
#rubrikbox		{ width:210px; height: 100%; background-color: #d4d4f6; float: left; text-align:center; border-top-left-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;}
#artikelbox2spaltig		{ width:770px; height: 100%; background-color: #f3f6bb; float: left; padding-left:10px; padding-right:10px; border-top-right-radius:20px}
#artikelbox3spaltig		{ width:587px; height: 100%; background-color: #f3f6bb; float: left; padding-left:10px; padding-right:10px; }
#sponsorbox		{ width:183px; height: 100%; background-color: #d4d4f6; float: right; text-align:center; border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;}
#sponsorbox	 p     {margin-bottom:20px; padding-bottom: 5px; border-bottom: 2px solid ;}
#impressumbox      { clear:both; width:1000px; height:18px; background-color: #252017;color:#fff;text-align:center;padding:5px 0px;font-size:12px;}
#impressumbox a    {color: white;}
#impressumbox a:hover     { font-weight:bold;}

#rubrikbox td			{ border-bottom: 1px solid #bbb }
#navibox { position:absolute; top:40px; left:48px; width: 1000px; z-index:3; font-size:12px;}
#intro	h1 {font-size: 40px;}
#navibox th	{ font-size:16px;text-align:left; }
#artikelbox2spaltig	hr {color:#cacaca}
#artikelbox3spaltig	hr {color:#cacaca}


#navibox a {
color:#000;
background:#fff;
font-family: Arial, Verdana, Helvetica, sans-serif;

font-weight: bold;
text-decoration:none;
display:block;
padding:none;
border:none;
opacity: 0.80; filter:alpha(opacity=80);
transition: all 1.0s ease-out;}


#navibox a:hover {
color:white;
background:#1629db;
width:auto;
opacity: 0.80; filter:alpha(opacity=80);
transition: all 0.8s;
}

#navibox a span {display:none;
}

#navibox a:hover span {
color:black;
background:#fff;
font-family: Arial, Verdana, Helvetica, sans-serif;
border:none;
display:block;
padding:none;
opacity: 0.80; filter:alpha(opacity=80);}

.menuespalte1 {width: 80px; background: white;}
.menuespalte2 {width: 60px; background: white;} /*alte homespalte*/
.menuespalte3 {width: 120px; background: white;}  
.menuespalte4 {width: 120px; background: white;}
.menuespalte34 {width: 240px; background: white;} /* Summe aus menuespalten 3 und 4 */
.menuespalte5 {width: 110px; background: white;}
.menuespalte6 {width: 110px; background: white;}
.menuespalte7 {width: 120px; background: white;}
.menuespalte8 {width: 120px; background: white;}
.menuespalte9 {width: 120px; background: white;}
.menuespalte10 {width: 100px; background: white;}

#rubrikbox table {font-size:12px;}
#navibox table	{ border-collapse: collapse; }
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 1.00s ease;
}
 
.tilt:hover {
	-webkit-transform: rotate(360deg)scale(2.00,2.00);
	-moz-transform: rotate(360deg)scale(2.00,2.00);
	-o-transform: rotate(360deg)scale(2.00,2.00);
	-ms-transform: rotate(360deg)scale(2.00,2.00);
	transform: rotate(360deg)scale(2.00,2.00);
}

.introtext {
text-align:center;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 1.00s ease;}
.introtext:hover {
	-webkit-transform: scale(2.00,2.00);
	-moz-transform: scale(2.00,2.00);
	-o-transform: scale(2.00,2.00);
	-ms-transform: scale(2.00,2.00);
	transform: scale(2.00,2.00);
}
.bildtilt {
		  transition-property: scalex, scaley;
		  transition-duration: s, 3s;
}
 
.bildtilt:hover {
	-webkit-transform: scale(2.00,2.00);
	-moz-transform: scalex(2.00),scaley(2.00);
	-o-transform: scale(2.00,2.00);
	-ms-transform: scale(2.00,2.00);
	transform: scalex(2.00),scaley(2.00);
}