* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
    }
.bg_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../Bilder/bg_middle.jpg);
	background-repeat: no-repeat;
}
.bg_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../Bilder/bg2.jpg);
	background-repeat: repeat;
}

a.menu, a.menu:visited {
	MARGIN-TOP: 0px;
	DISPLAY: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: black;
    padding: 8px;
	border-bottom: 1px solid black;
	width: 200px;
	text-decoration: none;
	background-color: #fd8e25;
}
a.menu:link {
color: black;
TEXT-DECORATION: none;
background-color: #fd8e25;

}

a.menu:hover {

	color: white;
TEXT-DECORATION: none;
background-color:#df6321;
}

.ueberschrift {
font-size: 16px;
font-weight: bolder;
color: #fd8e25;
}
.border {
border: 2px solid white;
}

.border_b {
border: 1px solid black;
}
.black {
color: black;
}

a.seite_aktiv {color:#fd8e25; text-decoration:none;}
a.seite_aktiv:visited {color:#fd8e25; text-decoration:none;}
a.seite_aktiv:active {color:#fd8e25; text-decoration:none;}
a.seite_aktiv:hover {color:#fd8e25; text-decoration:none;font-weight: bolder;}

.rahmen {border: 1px solid #646464;}