
/*Dateiname: css_vorlage.css*/

/*Zweck: CSS-Stylesheet-Vorlage*/
/*Wird verwendet für die HTML-/PHP-Seiten von http://waechtersbach.nazarener.de  */ 


/*Autor:            Daniel Kessler   */
/*Erstellt am:      12.10.2004       */
/*Letzte Änderung:  2006       */






/*Code... */


<style type = "text/CSS">
<!--


{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }



/*body und Text in Tabellen definieren: EAEAEA E1F1FF */

body { background-color:#DAEAFF; font:normal 13px Arial; text-align:justify; text-align: center; margin-left:0px; margin-right:0px;}

table {font:normal 13px Arial; color:#32343A; text-align:justify;}

/*background-color:#FFFCD7*/


/************************************************************************************************/
/*  IDs für die DIVs:                                                                           */
/************************************************************************************************/


/* für die Haupttabelle in der sich jede Seite befindet: */

#hauptdiv{
 /*position:absolute; top:30px;*/
 margin: 0 auto; 
 margin-bottom:30px;
 margin-top:30px;
 width:770px;
 height: auto;
 background-color:#FFFFFF;
 text-align:justify;
 border:2px solid #A0A0A0;
 font-style:normal; 
 font-variant:normal; 
 font-weight:normal;
 font-size:0px; 
}


/* für Kopfleiste auf jeder Seite oben*/

#kopfleiste{
  margin-top:0px;
  border-bottom:0px solid #A0A0A0;
  background-color:#CCE6FF;
  height:101px; 
 
  background-image:url('Grafiken/Kopfleiste.jpg');
  background-repeat:no-repeat; 
}


/*Für Navigation: */

#navigation{
  position: absolute; top:102px;
  float: left;
  width: 170px;
}

#navigations_frame{
  margin-top:0px;
  float: left;
  width: 178px;
}



/* für Hauptinhalt (Textinhalt) der Seiten*/

#inhalt{
  /* float: right; */
  margin-top:20px;
  margin-left:10px;
  /* margin-right:20px; */
  width:552px;
  color:#32343A;
  text-decoration:none;
  border-width:0px; 
  background-color:#FFFFFF;
  font-style:normal; 
  font-variant:normal; 
  font-weight:normal;
  font-size:13px; 
  font-family:arial, sans-serif;
  
}

/*Fusszeile, die den Elementfluss wieder herstellt: */

#fussleiste {
  clear: both;
  margin: 0;
  padding: 5px;  /*Innenabstand*/
  font-size:13px;
  color:#32343A;
  text-align: center;
  height:40px;
  border-top:1px dashed #A0A0A0;
  background-color: #FFFFFF;
}
 





/************************************************************************************************/
/*  Formatierungen für Seitenelemente etc.:                                                     */
/************************************************************************************************/
 
 
/*Überschriften definieren: */

h1 { color:#000080; text-decoration:bold; text-align:center; font-family:Arial; font-size:24px; margin-bottom:1px; margin-top:15px; }
h2 { color:#000080; text-decoration:bold; font-family:Arial; font-size:16px; margin-bottom:1px; margin-top:1px; }
h3 { color:#32343A; text-decoration:bold; font-family:Arial; font-size:16px; margin-bottom:3px; margin-top:3px;}



/*Farben der input-Objekte die nachfolgend nicht definiert sind (als "default" gedacht): */

input { background-color:#FFFFFF; border:1px solid #000080}




/*Farben der buttons: */

.Button { background-color:#E1F1FF; border:1px solid #000080}

.submit { background-color:#E1F1FF; border:1px solid #000080}


/*Für textareas:*/

.Textarea { background-color:#E1F1FF; border:1px solid #000080}



/*Checkboxen als Klasse definieren:*/

.Checkbox { background-color:#E1F1FF; border: none }



/*Klasse für Auswahltabellen (Schnellnavigationen) */

.rahmen {
  border-width:1px;
  border-style:solid;
  border-color:#808080;
  background-color:#E1F1FF;  /* F0F8FF, DFF1FF, D7EDFF */
}


/*Farben der Scrollleisten: */

body, textarea {

  scrollbar-base-color:#CCE6FF;
  scrollbar-3dlight-color:#000080;
  scrollbar-arrow-color:#000080;
  scrollbar-darkshadow-color:#000080;
  scrollbar-face-color:#5599DD;
  scrollbar-highlight-color:##000080;
  scrollbar-shadow-color:#000080;
  scrollbar-track-color:#CCE6FF;

/*vorherige base/track-color:#afd0ff */
}



/*Farben der Hyperlinks: 3399FF */
/*
 a:link { color:#000080; text-decoration:underlined; font-family:Arial; font-size:13px;}
 a:visited { color:#000080; text-decoration:underlined; font-family:Arial; font-size:13px;}
 a:hover { color:#CA2B02; text-decoration:underlined; font-family:Arial; font-size:13px;}
 a:active { color:#CA2B02; text-decoration:underlined; font-family:Arial; font-size:13px;}
*/


 a:link { color:#000080; text-decoration:underlined; font-family:Arial; font-weight:normal; font-size:13px;}
 a:visited { color:#000080; text-decoration:underlined; font-family:Arial; font-weight:normal; font-size:13px;}
 a:hover { color:#3399FF; text-decoration:underlined; font-family:Arial; font-weight:normal; font-size:13px;}
 a:active { color:#3399FF; text-decoration:underlined; font-family:Arial; font-weight:normal; font-size:13px;}







//-->