body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000000;
        background-color: #F3F3F3;
}
A:link{color:#FF0000; text-decoration:none;}

A:active{color:#990100; text-decoration:none;}

A:visited{color:#FF0000; text-decoration:none;}

A:hover{color:#000000; text-decoration:none;}

.link_small {
        font-size: 9pt;
        text-decoration: none;
}
.link_small:visited {
        font-size: 9pt;
        text-decoration: none;
}
.link_small:hover {
        font-size: 9pt;
}
.link_white {
        text-decoration: none;
	color:#FFFFFF;
}
.link_white:link {
        text-decoration: none;
	color:#FFFFFF;
}
.link_white:visited {
        text-decoration: none;
	color:#FFFFFF;
}
.link_white:hover {
        text-decoration: none;
        color:#000000;
}
.link_white:active {
        text-decoration: none;
	color:#FFFFFF;
}
.layer_head {
        height: 192px;
        width: 790px;
        background-color: #FFFFFF;
        text-align: right;
        margin-bottom: 10px;
}
.table_menue_left {
        background-color: #FFFFFF;
        width: 200px;
}
.table_inhalte {
        background-color: #FFFFFF;
        width: 580px;
}
.layer_footer {

        width: 790px;
        top: 10px;
        text-align: left;
        position: relative;
}
.table_abstand_mitte {
        width: 10px;
}
.table_menue {
        color: #FFFFFF;
        background-color: #E71713;
        font-weight: bold;
        padding: 4px;
        text-align: left;
}
h2 {
        font-size: medium;
        font-weight: bold;
}
.abstand_links {
        padding-left: 20px;
        text-align: left;
}
.table_menue_start {

        color: #FFFFFF;
        background-color: #E71713;
        font-weight: bold;
        padding: 4px 4px 4px 20px;
        text-align: left;
}
h3 {
        font-size: small;
        font-weight: bold;
}
.table_start {
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
}
li {
        list-style-type: square;
        list-style-image:   url("/_images/pixel_aufzaehlung.gif");
}
.table_spalte_rechts {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #E71713;
	border-right-color: #E71713;
	border-bottom-color: #E71713;
	border-left-color: #E71713;
        font-size: 10pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.spalte_rechts_listing {
        font-size: x-small;
	padding-left: 6px;
}
.text_rot {
        color: #FF0000;
}