/* Datei formate.css zur Definition von Style Sheets */

/*** Für alle Tags gleichermaßen ***/
body { background-color:#D9AB73;
       background-repeat:repeat;
       margin:5px;
       text-align:justify;
       font-family:Verdana,Helvetica,Arial;
       color:#734F30;
}

/* für Netscape muss alles nochmal extra definiert werden */
h1,h2,h3,h4,h5,h6,p,div,li,ul,ol,dt,dd,dl,td,tr,table,a,span,input,textarea { font-family:Verdana,Helvetica,Arial; font-size:10pt; color:#734F30}

/*** Überschriften ***/
h1 {font-size:24pt;}
h2 {font-size:18pt;}
h2.ueber {font-size:18pt;color:#9B9BF6;}
h3 {font-size:16pt;}
h3.ueber {font-size:16pt;color:#9B9BF6;}
h4 {font-size:13pt;}
h4.ueber {font-size:13pt;color:#9B9BF6;}
h5 {font-size:12pt;}
h5.ueber {font-size:12pt;color:#9B9BF6;}
h6 {font-size:11pt;}

/*** Werbung ***/
.text_abcde { font-size:8pt; color:#FFFFFF; text-decoration:none; text-align:center; }
.tw1 { font-size:8pt; font-weight:bold; color:#734F30; text-decoration:none; }
.tw2 { font-size:8pt; text-decoration:none; }
.tw3 { font-size:8pt; font-weight:bold; color:#734F30; text-decoration:underline; }


/*** Abschnitte ***/
h1#titel {font-family:Verdana,Helvetica,Arial; font-size:14pt; display:inline;}
#titel_hell { color:#F2DC9B; font-family:Verdana,Helvetica,Arial; font-size:14pt; display:inline;}
div#titelleiste { background:#734F30; color:#F2DC9B; padding:4px}
#titelleiste { color:#F2DC9B; font-weight:bold; font-size:14pt; font-weight:bold; }
#linku { color:#F2DC9B; font-size:10pt; text-decoration:underline; }
#linkku { font-weight:bold; font-size:10pt; text-decoration:underline; }
#link { color:#F2DC9B; font-size:10pt; text-decoration:node; }
#hilfelink { padding:2px; font-family:Verdana,Helvetica,Arial; color:#F2DC9B; font-size:14pt; font-weight:bold; background:#734F30; border:none; }
div#inhalt { background:#F2DC9B; font-size:10pt; padding:10px; border-style:solid; border-width:2px; border-color:#734F30; }
div#ergebnis { padding:6px;  font-family:Verdana,Helvetica,Arial; font-size: 11pt; line-height: 16pt; background:#FFFFFF; border:2px solid #734F30; width:96%; color:#000000; }
div#einzelergebnis {  margin-bottom:4px; padding:6px;  font-family:Verdana,Helvetica,Arial; font-size: 11pt; background:#FFFFFF; border:2px solid #734F30; width:96%;}
div#fehler { font-family:"Courier New"; color:#CC0000; padding:6px; font-weight:bold; font-size: 11pt; background:#FFFFFF; border:2px solid #734F30; width:96%;}
#markiert { font-family:Verdana,Helvetica,Arial; font-size: 11pt; background:#FFECAB; font-weight:bold; color:#000000; border-bottom:1px solid #734F30; border-top:1px solid #734F30; }
#markiert2 { font-family:Verdana,Helvetica,Arial; font-weight:bold;}

textarea#ausgangstext { padding:6px;  font-family:Verdana,Helvetica,Arial; font-size: 11pt; background:#FFFFFF; border:2px solid #734F30; color:#000000; }

input#regexp { padding:6px; font-family:Verdana,Helvetica,Arial; font-size:11pt; font-weight:bold; background:#FFFFFF; border:2px solid #734F30; color:#000000; width:91%;}

input#submit { padding:2px; font-family:Verdana,Helvetica,Arial; color:#F2DC9B; font-size:14pt; font-weight:bold; background:#734F30; border:none; }

div.fb-like-box { position: absolute; right: 0px; top: 0px; }

/*** Verweise generell NICHT unterstreichen! ***/
a { text-decoration:none; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }

/*** Bilder ***/
img { border-style:none; border-width:1px; }

