/* formate.css: Formate der Tekitaido-Website */

* html img { behavior: url(iepngfix.htc); } /*IE6 png fix*/

body {
    color: #fff36d; /*#fdc43c;*/
    background-color: #a00606;
	font-family:"Trajan Pro", Verdana, sans-serif;
    margin: 0;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
#Content{
	position:absolute;
	z-index:1;
	left: 310px;
	top: 182px;
	width:395px;
}
.h3 {
	font-size: 16px;
	font-style:normal;
}
.h2 {
	font-size: 18px;
	font-style:normal;
}
.h1 {
	font-size: 22px;
	font-style:normal;
	text-align:center;
}
.standardtext{
	font-size: 14px;
	font-style:normal;
	}
.standardtext a{
	font-size:14px;
	font-style:normal;
	text-decoration: none;
	color:#fdc43c;
	}
.standardtext a:visited{
	font-size: 14px;
	font-style:normal;
	text-decoration: none;
	color: #FF6600;
	}
.table{
    border:none;
	position:relative;
	right:2px;
}
.Lehrer{
    border: solid;
	border-color:#000000;
}
.Fotogalerie{
    border: solid;
	border-color:#000000;
}
#Karatekaempfer{
  position:absolute;
  left:640px;
  top:350px;
  z-index:2;
}
#Tekitai-Do {   /*Schriftzug Tekitaido*/
  position:absolute; 
  left:362px; 
  top:30px;
  border-style:none;
  }
#linie_Header {
  position:absolute; 
  left:270px; 
  top:121px;
  z-index:4;
  }
#tiger{
  /*left: 38px;*/
  position:relative;
  z-index:5;
  background-image:none;
  margin:0;
  left:33px;
  top:20px;
  border: 0 none;
  }
#YinYang{
  left: 38px;
  position:relative;
  }
#linie_Menu_oben{
  bottom:10px;
  position:relative;
  }
#linie_Menu_unten{
  top:10px;
  position:relative;
  }
#Signs {
	position:absolute;
	top:100px; 
	left:780px;
  }
   
#Menu {
	margin: 0;
	position:absolute;
	left:-5px;
	/*top:20px;*/
	top:130px;
  }   

#Menu td a {
	display: table-cell;
  }
  
#Menu td a:hover {
	background-image:url(images/menu/BG_hi.png);
	background-repeat:no-repeat;
	height:29px;
	display: table-cell;
  }

  

