/*allgemein*/
BODY {
	background-color: #959595;
	font-family: serif;
	color: #FFCC00;
}

a:link { 
	color:#FFCC00;
}

a:visited {
	color:##FFCC00; 
}

.Ueberschrift_1 {
	font-family: Verdana;
	text-align: center;
	font-size: 18px;
}

.Ueberschrift_2 {
	font-family: Verdana;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.winzer {
	font-family: Verdana;
	text-align: left;
	font-size: 16px;
}

.rahmen {
	border-width:1px;
	border-style:solid;
	border-color:#111111;
	text-align: left;
}

.rahmen_o {
	border-left-width:1px;
	border-left-style:solid;
	border-color:#111111;
	border-right-width:1px;
	border-right-style:solid;
	border-top-width:1px;
	border-top-style:solid;
	text-align: center;
}

.rahmen_u {
	border-left-width:1px;
	border-left-style:solid;
	border-color:#111111;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align: center;
}

.rahmen_ueberschrift {
	font-family: Times New Roman;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	color: #111111;
	padding-left: 5px;
}

.rahmen_schrift {
	font-family: Times New Roman;
	text-align: left;
	font-size: 14px;
	color: #111111;
	padding-left: 5px;
}

.rahmen_schrift_1 {
	font-family: Times New Roman;
	text-align: left;
	font-size: 16px;
	color: #111111;
	padding-left: 5px;
	padding-right: 20px;
}
.rahmen_schrift_2 {
	font-family: Times New Roman;
	text-align: left;
	font-size: 16px;
	color: #111111;
	vertical-align: super;
	padding-left: 5px;
	padding-right: 20px;
}