/*Fotzelcheibe Üttige 2000 by Fabian Niederer*/

/*
Farben:
Fotzel-Rot: #9A2030        154 32 48
Fotzel-Orange: #F38A0D     243 138 13
*/

body {
background-color:#FF8000;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-attachment:fixed;

font-family:Arial,sans-serif;
color:#FFFFFF;
font-size:9pt;
line-height:12pt;
margin-left:135px;
margin-right:0cm;
text-transform:lowercase;  /*nur Kleinbuchstaben*/

scrollbar-base-color = #000000;       /* Basisfarbe der Scroll-Leiste */
scrollbar-3dlight-color = #FFFFFF;    /* Farbe für 3D-Effekte */
scrollbar-arrow-color = #FFFFFF;      /* Farbe für Verschiebepfeile */
scrollbar-darkshadow-color = #000000; /* Farbe für Schatten */
scrollbar-face-color = #000000;       /* Farbe für Oberfläche */
scrollbar-highlight-color = #000000;  /* Farbe für oberen und linken Rand */
scrollbar-shadow-color = #FFFFFF;     /* Farbe für unteren und rechten Rand */
scrollbar-track-color = #000000;      /* Farbe für freibleibenden Verschiebeweg */
}

table {
font-family:Arial,sans-serif;
color:#FFFFFF;
font-size:9pt;
line-height:12pt;
word-spacing:0.5mm;
text-transform:lowercase;  /*nur Kleinbuchstaben*/
}

a:link { text-decoration:none; text-transform:lowercase; font-weight:normal; color:#FFFF00; }
a:visited { text-decoration:none; text-transform:lowercase; font-weight:normal; color:#FFFF00; }
a:hover { text-decoration:none; text-transform:lowercase; font-weight:normal; color:#000000; background-color:#FFFF00; }
a:active { text-decoration:none; text-transform:lowercase; font-weight:normal; background-color:none; }

h1 {
text-transform:lowercase;
text-decoration:none;
font-size:12pt;
color:#FFFFFF;
font-style:bold;
font-weight:bold;
letter-spacing:3px;
line-height:14pt;
border:2px solid grey;
border-color:#FFFFFF;
background-color:#000000;
padding:5px; margin-left:0cm;
margin-right:0cm;
margin-top:0.3cm;
margin-bottom:0.3cm;
width:max;
background-color:#000000;
background-image:url(images/bgtitel3.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:center;
}
h2 { text-transform:lowercase; text-decoration:none; font-size:12pt; color:#FFFFFF; font-style:bold; line-height:12pt; margin-bottom:0.0cm;} /* Unter-Überschrift */
h3 { text-transform:lowercase; text-decoration:none; font-size:14pt; color:#FFFFFF; font-style:normal; line-height:12pt; margin-bottom:0.0cm;} /* Info: Willkommen */
h4 { text-transform:lowercase; text-decoration:none; font-size:12pt; color:#FFFFFF; font-style:normal; line-height:12pt; margin-bottom:0.0cm;}
h5 { text-transform:lowercase; text-decoration:none; font-size:10pt; color:#FFFFFF; font-style:italic; font-weight:bold; line-height:10pt; }

.rahmen
{
border:1px solid grey;
border-color:#FFFFFF;
background-color:#000000;
}

.rahmenfett
{
border:2px solid grey;
border-color:#FFFFFF;
background-color:#000000;
}

.guestbookcell
{
background-color:#5F5F5F;
}

.tablebg
{
background-color:#000000;
background-image:url(bg_table.jpg);
background-repeat:repeat-y;
background-position:center;
}


.namenliste
{
font-family:Arial,sans-serif;
font-size:12pt;
line-height:14pt;
word-spacing:0.5mm;
text-transform:lowercase;  /*nur Kleinbuchstaben*/
}

.mp3s
{
border:1px solid grey;
border-color:#000000;
background-color:#5F5F5F;
}

.buchstabennormal
{
text-transform:none;  /*nicht nur Kleinbuchstaben*/
}