


/********* Body ********/
body 
 { background: #5a5f61 url(../images/bg.jpg) repeat-y }

/********* T-Body (innerhalb einer Datenbank-Abfrage/ Grundschrift ********/				
tbody {
			color: #000000;
			font-size: 10pt;
			font-family: verdana, helvetica, sans-serif;
			}
			
			

			
/********* Links ********/
a.a1                 { color: #AA4801;
                         font-weight: bold; 
                         font-size: 9pt; 
                         font-family: verdana, 
                         helvetika, arial, 
                         sans-serif;
                        text-decoration: none }

a.a1:hover {
			font-size: 9pt;
			color: #550F01;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}

a.a2 {
			font-size: 8pt;
			color: #EA9C54;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}
a.a2:hover {
			font-size: 8pt;
			color: #FFFFFF;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}

a.a3 {
			font-size: 7pt;
			color: #666666;
			font-weight: small;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}
a.a3:hover {
			font-size: 7pt;
			color: #000000;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION:  none;
			}

a.a4 {
			font-size: 7pt;
			color: #8B93A1;
			font-weight: small;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}
a.a4:hover {
			font-size: 7pt;
			color: #2B3238;
			font-weight: small;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: underline;
			}

a.a5 {
			font-size: 8pt;
			color: #000000;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: underline;
			}
a.a5:hover {
			font-size: 8pt;
			color: #000000;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}

a.email {
			font-size: 8pt;
			color: #444444;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}
a.email:hover {
			font-size: 8pt;
			color: #000000;
			font-weight: bold; font-family: verdana, helvetika, arial, sans-serif;
			TEXT-DECORATION: none;
			}

/********* Tabelle ********/
.tabelle {
			size: center;
			background-color : #FFFFFF;
			width : 100%;
			height: 0;
			border: 0px;
			}

/********* Hintergrund Zelle für Tabelle ********/			
.zellelog {
			background-color : #e5e5e5;
			}

/********* Headline unter dem Bild ********/			
.headline  { color: #b0b0b0; font-weight: bold; font-size: 9pt; font-family: verdana, helvetika, arial, sans-serif }

/********* Headline Nr.1 (im Text) ********/					
.h1 {
			color: #477EB7;
			font-size: 11pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;
			}

/********* Headline Nr.1 (im Text) ********/					
.h2 {
			color: #477EB7;
			font-size: 10pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;
			}

/********* Headline Nr.2 (im Text) ********/			
.headline2 {
			color: #666666;
			font-size: 8pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;
			}

/********* Headline Black (Alternative) ********/			
.blackheadline {
			color: #000000;
			font-size: 9pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;}
			
/********* Headline White (Alternative) ********/			
.whiteheadline {
			color: #FFFFFF;
			font-size: 9pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;}

/********* Input-Feld ********/	
input {
			border:1px solid #C0C0C0;
			background-color:#EEEEEE;
			font-size:8pt;
			font-family: verdana, helvetika, arial, sans-serif;
			}
input.button {
			border:1px solid #C0C0C0;
			background-color:#EEEEEE;
			font-size:8pt;
			font-family: verdana, helvetika, arial, sans-serif;
			}

/********* Select-Feld ********/	
select {
			background-color:#FFFFFF;
			font-size:8pt;
			color:#000000;
			border-style: solid;
			border-width: 0;		
			}

/********* Hauptschriftart normal ********/
.font1    { color: #000000; font-size: 9pt; font-family: verdana, helvetika, arial, sans-serif }


/********* Hauptschriftart normal Pastorat (braun)********/

.pastorat   { color: #B95F03; font-size: 9pt; font-family: verdana, helvetika, arial, sans-serif }


/********* Hauptschriftart Fett Pastorat (braun)********/

.pastoratBold   { color: #B95F03; font-size: 10pt; font-weight: bold; font-family: verdana, helvetika, arial, sans-serif }

/********* Hauptschriftart normal Pastorat (blau)********/

.restaurant   { color: #23609B; font-size: 9pt; font-family: verdana, helvetika, arial, sans-serif }



/********* Hauptschriftart Fett ********/
.font2 {
			color: #2265A9;
			font-size: 9pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;
			}
			
/********* Hauptschriftart Schmal ********/
.font3 {
			color: #222222;
			font-size: 7pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: small;
			}
/********* Meldung (rot) ********/
.fontrot {
			color: #FF0000;
			font-size: 9pt;
			font-family: verdana, helvetika, arial, sans-serif;
			font-weight: bold;
			}
			
/********* Schrift (schwarz) ********/
.fontblack {
			color: #000000;
			font-size: 8pt;
			font-family: verdana, helvetika, arial, sans-serif;
			}		
			
			
/********* Hauptschriftart im Fuß ********/		
.copy {
			color: #FFFFFF;
			font-size: 7pt;
			font-family: verdana, helvetika, arial, sans-serif;
			}
			
		
		
		/********* Hauptschriftart Norm 1********/		
.n1 {
			color: #A58F81;
			font-size: 8pt;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			}
	
			
/********* Hauptschriftart im Fuß ********/		
.copy1 {
			color: #003399;
			font-size: 7pt;
			font-family: verdana, helvetika, arial, sans-serif;
			}

/********* Horizontale Linie ********/		
.hr {
			color : #666666;
			width : 100%;
			height : 1pt;
			align: center;
			}

/********* Fett ********/	
b {
			color: #222222;
			font-size: 8pt;
			font-weight: bold;
			font-family: verdana, helvetika, arial, sans-serif;
			}

/********* Aufzählung ********/			
ul  { color: #ccc; font-size: 8pt; font-family: verdana, helvetika, arial, sans-serif; text-indent: 0; list-style-type: circle; margin-top: 0; margin-left: 15 }


			
			
BODY { SCROLLBAR-FACE-COLOR: #9AB3C7;
 SCROLLBAR-HIGHLIGHT-COLOR: #5D7E98; 
SCROLLBAR-SHADOW-COLOR: #5D7E98; 
SCROLLBAR-3DLIGHT-COLOR: #5D7E98;
 SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #CFD9E2; 
SCROLLBAR-DARKSHADOW-COLOR: #5D7E98;
 SCROLLBAR-BASE-COLOR: #FF6000; }
