/* CSS Document */

/* ====backgrund==== */
body { background-image:  url(../images/bg.alle.gif); 
font-family: arial, Helvetica, verdana, sans-serif, SimSun, SimHei, Lucida Grande, Lucida Sans Unicode;
}

/* ====link==== */
/* 1. --menuspalte link-- */
.afs1 { font-weight:bold; font-size:14px; text-decoration:none; color:#000000;} 
.afs1:hover { position: relative; top:1px; left:1px; color:#cd0000;	text-decoration: underline; }
/* 2. --navi link-- */
.afs2 { font-weight:bold; font-size:14px; text-decoration:none; color:#ffffff;} 
.afs2:hover { position: relative; top:1px; left:1px; color:#ffffff; text-decoration: underline;}
/* 3. --navi2 link-- */
.afs22 { font-weight:bold; font-size:14px; text-decoration:none; color:#666666;} 
.afs22:hover { position: relative; top:1px; left:1px; color:#cd0000; text-decoration: underline; }

/* 4. --link in text--文本中的链接文字-- */
/* -- 12px红字带下划线 鼠标滑过变黑字带下划线 -- */
.anfs3 { font-size:12px; text-decoration:underline; color:#cd0000; }
.anfs3:hover { position: relative; top: 1px; left: 1px; color: #000000;}
/* -- 红字带下划线 鼠标滑过变黑字带下划线 -- */
.anfs31 { text-decoration:underline; color:#cd0000; }
.anfs31:hover { position: relative; top: 1px; left: 1px; color: #000000;}
.afns31:visited { text-decoration:none; color: #F0DEDD ;}
/* -- 12px黑字无下划线 鼠标滑过变红字带下划线 -- */
.anfs32 { font-size:12px; text-decoration:none; color:#000000; }
.anfs32:hover { text-decoration:underline; position: relative; top: 1px; left: 1px; color: #cd0000;}
.afns32:visited { text-decoration:none; color: #F0DEDD ;}
/* -- 12px灰字无下划线 鼠标滑过变红字带下划线 -- */
.anfs33 { font-size:12px; text-decoration:none; color:#666666; }
.anfs33:hover { text-decoration:underline; position: relative; top: 1px; left: 1px; color: #cd0000;}
.afns33:visited { text-decoration:none; color: #F0DEDD ;}

/* ====text==== */
/* --copyright text-- */
.style9 {font-size:9px; color:#cd0000;
}
/* --komentar des texts-- */
.style91 {font-size:9px; color:#666666;
}

/* --seitefuss text2-- */
.style10 {font-size:10px; color:#cd00000;
}
/* --basis Inhalt text--*/
.style12 {font-size: 12px; color:000000;
}
/* --seitefuss text1-- */
.style121 {font-size: 12px; color:#cd0000;
}
/* --dunkele graue schrift fuer Inhalt--*/
.style122 {font-size: 12px; color:#666666;
}
/* --hervorragende text1-- */
.style14 {font-size: 14px;
}
/* --hervorragende text2 -- titel des Absatzes-- */
.style16 {font-size: 16px;
}

/* --titel der Seite-- */
.style21 {font-size: 16px; font-weight:bold; color:#cd0000;
}
/* --titel des artikels-- */
.style22 {font-size: 16px; font-weight:bold; color:#000000;
}

/*--text mit bgcolor--*/
.textbgcolor { color:#FFFFFF;
}
/*--kommentar text beim Bild*/
.kommentar1 { color: #FBC715;
}
