﻿.SpalteLinks {
	background: transparent url('Bilder/rot-linksnachrechts.jpg') repeat-y;
}
.SpalteRechts {
	background: transparent url('Bilder/rot-rechtsnachlinks.jpg') repeat-y;
}
.BodyRot {
	background-color: #840000;
}
.HintergrundRot {
	background-color: #840000;
    	color: #ffffff;
    	font-family: Tahoma;
    	width:100%;
         height: 100%;
}
.HintergrundSchwarz {
	background-color: #000000;
    	color: #ffffff;
    	font-family: Tahoma;
    	text-align: center;
         height: 30px;
}
.HintergrundSchwarzUnten {
	background-color: #000000;
    	color: #ffffff;
    	font-family: Tahoma;
    	text-align: left;
    	height: 10px;
    	font-size: small;
}
.SchwarzLinks {
	background: transparent url('Bilder/schwarz-vonlinksnachrechts.jpg') repeat-y;
}
.SchwarzRechts {
	background: transparent url('Bilder/schwarz-vonrechtsnachlinks.jpg') repeat-y;
}
.Link a, a:link, a:visited    {
	color: #FFFFFF;
	text-decoration: none;
	font-size:15pt;
}
.LinkKleiner a, a:link, a:visited    {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a:active    {
	color:lime ;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:lime;
}
.Mittel {
	font-family: Tahoma;
	color: white;
	font-size:12pt;
	font-weight: bold;
	padding: 18px 5px 0px 5px;
}
.Normal {
	font-family: Tahoma;
	color: white;
	font-size:12pt;
	padding: 5px 5px 5px 5px;
}
.Groß {
	font-family: Tahoma;
	color: white;
	font-size:15pt;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 5px 5px;
}
.Klein {
	font-family: Tahoma;
	color: white;
	font-size:10pt;
	padding: 5px 5px 5px 5px;	
}


