body {
	background-color: #FFFFFF;
	background-repeat : repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color : #000000;
	margin: 0;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a{
text-decoration:none;
font-weight:bold;/*
font-variant:small-caps;*/
}
A:LINK {
	color : #9C0031;


}
A:VISITED {
		color : #9C0031;


}
A:HOVER {
		color :white;


	background-color : #9C0031;
}


p {
	font-size: small;
	
}
p:first-letter{
	font-size:medium;
	font-weight:bold;
}
.whiteBorder {
	border: 0.75pt solid #FFFFFF;
}
.bildcaption {
	font-size: smaller;
}
.whiteonRed {
	color: #FFFFFF;
}
.whiteonRedkl {
	color: #FFFFFF;
	font-size: xx-small;
}
.newsCell {
	border: solid #990033 .75pt;
	padding : 10px;
}
.redBorder {
	border: .75pt solid #9C0031;
}
.redBorderUnten {
	border-bottom: .75pt solid #9C0031;
}
h1 {
	font-size: 16px;
}
.blueBorder {
	border:.75pt solid silver;
	padding:3px;
}
.contentMain{
padding-right:10px;
}