/* Zentrale CSS-Datei f&uuml;r die Zanshin-Karate-Do-Webseite. (c) Zanshin Karate Do Ettlingen e.V. */


  /*---------------------------------------------------------------/
 /  PHP- Einstelungen fuerr Abst&auml;nde zueinander und Rahmen   /
/---------------------------------------------------------------*/








  /*---------------------------------------------------/
 /   Formatierungen fuer einfache HTML -Elemente      /
/---------------------------------------------------*/

body
{
 padding-left:5%;
 padding-right:10%;
 /* margin-top:10px; */

 background-image:url(img/hintergr1.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:center;
 background-color:white;

 }




  /*-----------------/
 /  Ueberschriften  /
/-----------------*/
h1
{
 font-family:Verdana;
 font-size:12pt;
 font-weight:900;
 /*line-height:0px;*/
 margin-top:1.25em;
 margin-bottom:0.5em;
 /* margin-left:-0.75em; */

 }


h2
{
 font-family:Verdana;
 font-size:11pt;  /*wenn hier eine &Auml;nderung, dann auch im Style des Newssystems die Klasse .news_newstext anpassen
 font-weight:bold;
 /*line-height:0px;*/
 margin-top:1em;
 margin-bottom:0.5em;
 /*margin-left:-0.25em;*/

 }

h3
{
 font-family:Verdana;
 font-size:10pt;
 font-weight:bold;
 margin-top:0.5em;
 margin-bottom:0;

 }

h4
{
 font-family:Verdana;
 font-size:8pt;
 font-style:italic;
 font-weight:bold;
 margin-top:0;
 margin-bottom:0;

 }



  /*----------------------/
 /  Absaetze und Listen  /
/----------------------*/
p
{
 font-family:Verdana;
 font-size:10pt;
 text-align:left;

 margin-top:0.5em;
 margin-bottom:0.5em;

 }

ul,ol
{
 margin-top:0.35em;
 margin-bottom:0.35em;
}

li
{
 font-family:Verdana;
 font-size:10pt;

 margin-top:0.35em;
 margin-bottom:0.35em;

 text-indent:0px;
}



  /*------------/
 /    Links    /
/------------*/

a:link
{
 color:#D08E04;
}

a:visited
{
 color:#946500;
}

a:hover
{
 color:#E24E00;
}

a:active
{
 font-style:italic;
}














  /*---------------------------------------------/
 /      PHP- einstellungen fuer Tabellen        /
/---------------------------------------------*/



  /*---------------------------------------------/
 /                Tabellen                      /
/---------------------------------------------*/

table
{
 border-collapse:collapse;
 border-width:1px;
 border-style:solid;
 border-spacing:0px;
 border-color:#666666;

 margin-top:0.7em;
 margin-bottom:0.7em;
}

th
{
 background-color:#FFE1AD;
 border-width:1px;
 border-color:#666666;
 border-style:solid;
 vertical-align:middle;
}

td
{
 border-width:1px;
 border-color:#666666;
 border-style:solid;
 background-color:white;
 vertical-align:middle;
}


  /*---------------------/
 / Absaetze in Tabellen /
/---------------------*/

th p /* "alle p's innerhalb von th's"  */
{
 font-weight:bold;

 margin-left:5px;
 margin-right:5px;
 margin-top:1px;
 margin-bottom:1px;
}

td p /* "alle p's innerhalb von td's"  */
{
 /*text-indent:0px;
 text-align:center;*/
 margin-left:5px;
 margin-right:5px;
 margin-top:1px;
 margin-bottom:1px;
}

td p[align=center] /* "alle p's innerhalb von td's"  wird vom IE6 nicht Interpretiert, ist aber nur eine Feinheit*/
{
 /*text-indent:0px;*/
 text-align:center;
 margin-left:5px;
 margin-right:5px;
 margin-top:1px;
 margin-bottom:1px;
}

table.elementOhneRahmen td /* Ein td innerhalb einer Tabelle mit der Klasse elementOhneRahmen */
{
  background-color:transparent;
  background-image:url(nohref);
  border-style:none;
  border-width:0;
}















  /*---------------------------------------------------/
 /                Klassendefinitionen                 /
/---------------------------------------------------*/


.BildUnterschrift
{
 font-size:8pt;
 margin-top:-1px;
 padding-bottom:0px;
 color:#808080;
}



.elementOhneRahmen
{
 border-style:none;
 border-width:0px;
 border-collapse:collapse;
}


.hinterlegteZelle
{
  background-color:#E9E9E9;
}


.umrahmtesElement
{
 border-width:1px;
 border-style:solid;
 border-color:silver;
}


.absatzOhneEinrueckung
{
 font-family:Verdana;
 font-size:10pt;
 text-indent:0px;
 text-align:justify;
}


.User-Aufmerksamkeit /* haupts&auml;chlich f&uuml;r <neu> und <aktualisiert> - Kennzeichnung */
{
 font-family:Arial;
 font-size:9pt;
 color:black;
 background-color:#FFC53D;
 font-weight:bold;
 border-style:dashed;
 border-width:1px;
 border-color:#808080;
}




/* zum Compilieren:
d:\Netzwerk\PHP5\php.exe d:\Daten\html\ressources\schriftlayout.php > d:\Daten\html\karatehomepage\schriftlayout.css
 */
