/* Seiten: 
############################################################## */
/* Generelle Schrift, Hintergrund, etc 
---------------------------------------------------------------*/
body {
	background-color:#000000;
	color:#FD9622;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
      scrollbar-base-color:#000000;
      scrollbar-3dlight-color:#000000;
      scrollbar-arrow-color:#FFFF00;
      scrollbar-darkshadow-color:#000000;
      scrollbar-face-color:#FF0000;
      scrollbar-highlight-color:#000000;
      scrollbar-shadow-color:#000000;
      scrollbar-track-color:#000000;
}

/*
 Auskommentiert:
      background-image:url(images/back.jpg);
      background-attachment:fixed;
      background-repeat:repeat-x;
*/


p,td,td.contact_form,.sign_form table,table.admin,tr.admin,td.newsletter,td.aktuell,input.smilies {
	color:#FBCE4F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
}

/* einzeilige Text-Eingabefelder
---------------------------------------------------------------*/
td input.textline,input.textline,textarea{
      color:#000000;
      background-color:#FFFFFF;
      font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* Checkboxen
---------------------------------------------------------------*/
input.checkbox {
      background-color:#000000;
}

/* Link-Angaben 
---------------------------------------------------------------*/
a:active {
	color:#FFFFFF;
}
a:visited {
	color:#FF0000;
}
a:hover {
	color:#FFFF00;
}
a:link {
	color:#FF0000;
}

/* Überschriften
---------------------------------------------------------------*/
h1 {
	color:#FF0000;
	font-size:28px;
	font-weight:bold;
}
h3 {
      font-family:Verdana,Arial,Helvetica,sans-serif;
      color:#FFFF00;
      font-size:18px;
      font-weight:bold;
}

/* Querstrich 
---------------------------------------------------------------*/
hr {
      color:#FF0000;
}


/* generell Eingabefelder,z.B. Button-Hintergrund
---------------------------------------------------------------*/
input {
      background-color: #FF0000; color: #FFFF00;
}


/* Menue  
############################################################## 
Buttons: */
div.btnn  {font-family:Arial,Verdana,Times;font-size:11px;color:#FFFF00;font-weight:bold;text-align:left;}
div.btnm  {font-family:Arial,Verdana,Times;font-size:11px;color:#FF0000;font-weight:bold;text-align:left;}
div.btnp  {font-family:Arial,Verdana,Times;font-size:11px;color:#000000;font-weight:bold;text-align:left;}

body.menue {
	background-color:#FFFFFF;
	background-image:url(images/menue.jpg);
      overflow-x:'hidden'; 
	overflow-y: 'auto';
}
/* Corner 
############################################################## */
body.corner {
	background-color:#FFFFFF;
	background-image:url(images/corner.jpg);
}

/* Top 
############################################################## */
body.top {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	background-color:#FFFFFF;
	background-image:url(images/top.jpg);
}


/* Bilder-Galerie
############################################################## */
a.chapters:link,a.chapters:active,a.chapters:visited,a.chapters:hover {
      font-size:10px;
      color:#FFFFFF;
}


/* Guestbook 
############################################################## */

/* Link in 1. Zeile der Tabelle 
---------------------------------------------------------------*/
a.gb_link_in_table:link {color:#FFFFFF;}
a.gb_link_in_table:active {color:#FFFFFF;}
a.gb_link_in_table:visited {color:#FFFFFF;}
a.gb_link_in_table:hover {color:#FFFFFF;}

/* Tabellen unbenutzt ?????
#table1 { border: 3px; border-color: rgb(219,239,227); }
*/

/* Zellen 
---------------------------------------------------------------*/
#row1 { background-color:#FF0000; } /* Hintergrund 1. Zeile d. Tabelle d. Gästebuches (Name & Datum) */
#row2 { background-color:#FFFF00; } /* Hintergrund 2. Zeile d. Tabelle d. Gästebuches (Kommentar) */

/* Schriftarten 
---------------------------------------------------------------*/
#text1 { font-family:Verdana;color:#FFFFFF; font-size:12px;} /* Schriftart 1. Zeile d. Tabelle d. Gästebuches (Name & Datum) */
#text4 { font-family:Verdana;color:#FFFFFF; font-size:12px;} /* Eingabezeilen-Titel: "Name:", "E-mail:" etc.*/
#text2 { font-family:Verdana;color:#000000; } /* Schriftart  2. Zeile d. Tabelle d. Gästebuches (Kommentar)*/
#text3 { font-family:Arial;font-size:14px; color:#162E20;} /* System Nachrichten */

/* above ^ special defined tags, following by webeditor: 
============================================================================= */

