
/* CSS NEU */

body { 
/*text-align: left;    /* Seiteninhalt wieder links ausrichten */
/*margin: 0 auto; /* standardkonforme horizontale Zentrierung */
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 75%; 
color: #2d2017; 
line-height: 1.4em; 
}

h1 { 
color: #2d2017; 
font-size: 1em; 
font-weight: normal; 
text-transform: uppercase; 
margin-bottom: 1.2em; }

h2 { 
color: #2d2017; 
font-size: 0.95em; 
font-weight: normal; 
}

.bold { 
color: #2d2017; 
font-weight: bold; 
}

#reftext p { 
font-size: 0.95em; 
margin-bottom: 1.2em; 
}

#textrechts p { 
font-size: 0.95em; 
margin-bottom: 1.2em; 
}


ul li { 
font-size: 0.95em; 
margin: 5px 0 5px 15px; 
list-style-type: square; 
}


a,
a:link,
a:visited { 
color: #a32b2b; 
font-size: 0.95em; 
font-weight: bold; 
font-style: normal; 
text-decoration: none; 
}

a:hover,
a:focus,
a:active {
color: #826e5f;
}

/* ----- alte Daten 

.design-head { color: #433227; font-size: 0.76em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.designs-text { 
color: #433227; 
font-size: 0.7em; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; }
.designs-bold { color: #433227; font-size: 0.7em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

 ----- */

