/*a:link
{
color:#6e531b;
text-decoration:none;
}
a:active
{
color:#6e531b;
text-decoration:underline;
}
a:visited
{
color:#6e531b;
text-decoration:none;
}
a:hover
{
color:#6e531b;
text-decoration:underline;
}	
*/
/*# Textformation des normalen Inhaltes z.B. Schriftart, gr&ouml;&szlig;e, ect. #*/
#haupttextbereich{
font-family:"Comic Sans MS",Verdana,arial,sans-serif;
}
#haupttextbereich a:link
{
color:#6e531b;
border-bottom: 2px none transparent;
}
#haupttextbereich a:visited
{
color:#6F685A;
text-decoration:none;
font-style:italic;
border-bottom: 2px none transparent;
}
#haupttextbereich a:hover, #haupttextbereich a:active
{
color:#6e531b;
text-decoration:none;
border-bottom: 2px dotted #6e531b;
}
#haupttextbereich li{
margin-left: 1.5em;
}
/*# Keine Hervorhebung #*/
/* hebt naturliche textdekorationseigenschaft auf Z.B <a> tag ist nichtmehr unterstrichen */
.none{
text-decoration:none;
}
/*# Unterstrichen wie <u>ABC</u>#*/
.u{
text-decoration:underline;
}
/*# Durchgestrichen wie <strike>ABC</strike>#*/
.strike, a.strike, #haupttextbereich a.strike,  #haupttextbereich #linkliste a.strike{
text-decoration:line-through;
}
/*# &Uuml;berstrichen #*/
.overline{
text-decoration:overline;
}
/*# kursiv, wie <i>ABC</i> #*/
/*Wenn die Schrift es zulässt, wird sie mit italic kursiv. Ansonsten mit gleichen effekt wie oblique schräggestelt.*/
.i, i{
font-style:italic;
}
.b, .bold, b{
font-weight:bold;
}

align_left, left{
text-align: left;
}

align_center, center{
text-align: center;
}

