/* RTE Formate */
/*,br,div,p,li,ul,table,tr,td */

/* Basis Schrift, GrÃÂÃÂ¶sse, Durchschuss usw. */
body
{
 font-size: 0.8em;
 line-height: 1.4em;
 color: #000000;
 font-family: verdana, arial, helvetica, sans-serif;
}

table, tr, td
{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

/* Titel */
h1.csc-firstHeader {
 margin-top: 10px;
 }
h1 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 font-size: 1.3em;
 line-height: 1.3em;
 color: #8e8e8e;
 width: 100%;
 height: auto;
 margin-top: 25px;
 padding-bottom: 5px;
 background-image: url(/fileadmin/tpl/img/linie_titel.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;
}

h2 
{
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 1em;
 color: #8e8e8e;
 width: 100%;
 margin-top: 25px;
}
h3 {
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 1em;
 color: #000000;
 width: 100%;
 margin-top: 5px;
 margin-bottom: 0px;
}

/* Links */
#inhalt a,
#inhalt a:link,
#inhalt a:visited {
 text-decoration: none;
 color: #a53154;
 }

#inhalt a:hover,
#inhalt a:active {
 text-decoration: none;
 color: #a53154;
 border-bottom: 1px dotted #a53154;
 }
 
/* Textausrichtung */
.align-justify,
p.align-justify {
 text-align: justify;
 }
.align-left,
p.align-left {
 text-align: left;
 }
.align-right,
p.align-right {
 text-align: right;
 }
.align-center,
p.align-center {
 text-align: center;
 }

/* Linien */

hr {
 border: none;
 height: 1px;
 background-image: url(/fileadmin/tpl/img/linie_titel.gif);
 }
