/*body*/
BODY {
	margin: 0px;	
	background: url(bilder/background.jpg) repeat-y center; vertical-align: top;
	background-color: #ffcccc;
	
	font-family: Verdana,Arial, Helvetica, sans-serif;
}


/*texte*/
.H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 22px; COLOR: #A10036;line-height: 18px;
	margin-top: 0; margin-bottom: 0
}

.H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000;line-height: 18px;
	margin-top: 0px;
}
.H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #A10036;line-height: 18px;
	margin-top: 0px;
}


.text { /*normaler text*/
	font-size: 12px; color: #000000; font-weight: normal; line-height: 16px;	
} 

.text2 {/*kleiner fliesstext*/
	font-size: 18px; color: #c79d18; font-weight: normal; line-height: 20px;border-style:dotted
} 

.infobox {/*infoboxen für miezen*/
	padding-left: 6px;
}


/* rahmen für img*/
.wechsel {
	border: 1px solid #cc3333;
	float: left;
	margin-right: 6px;
}

.miezen {
	border: 1px solid #cc3333;
}

/*linke info-spalte*/
.boxtitel {
	background-color: #A10036;
	color: #fdf4d5;
	font-weight: normal;
	padding: 5 5 5 5;
}
.text3 {/*kleiner fliesstext*/
	font-size: 18px; color: #c79d18; font-weight: normal; line-height: 20px;
}
.text4 {/*kleiner fliesstext*/
	font-size: 9px; color: #000000; font-weight: normal; line-height: 10px;
}

/*links*/
A.txt {COLOR: #A10036; TEXT-DECORATION: underline; font-weight: bold;
}
A.txt:hover {COLOR: #ffffff; background-color: #c73c1b; TEXT-DECORATION: none;
}
A.txt2 {COLOR: #000000; TEXT-DECORATION: none;
}
A.box {COLOR: #ffffff; TEXT-DECORATION: underline; font-weight: bold;
}
A.box:hover {COLOR: #ffffff; TEXT-DECORATION: none;
}

