
hr {color: #0A0A8D;}
tr {background: 0A0A6D;}
th {background: 0A0A6D;}

A {
	background: 0A0A6D;
}
A:link { color: #58C212; background-image: url("../_images/background.jpg"); text-decoration: none; } 
A:visited { color : #58C212; background-image: url("../_images/background.jpg"); text-decoration: none; } 
A:hover {color:#58C212; background-image: url("../_images/background.jpg"); text-decoration: underline;} 
A:active {color: #58C212; background-image: url("../_images/background.jpg"); text-decoration: none; }
}

body 
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;	
   	color: #000000;
	font-family: "Arial, Helvetica";
}

.headline{
	color: #58C212;
	font-family: "Arial, Helvetica";
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.headline_small{
	color: #58C212;
	font-family: "Arial, Helvetica";
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.main{
	background-image: url("../_images/background.jpg");
	margin: auto;
	width: 800px;
	height: auto;
	text-align: center;
	border-color: #BFCBCA;
	border-style: double;
	border-width: 1px;
}

.content{
	background-image: url("../_images/background.jpg");
	margin: auto;
	width: 700px;
	text-align: center;
}

.halfsite {
	width: 350px;
}

.block {
	font-weight:bold;	
	text-align:justify;
	padding-left:6px;
	padding-right:6px;
}

.fett {
	margin: auto;
	font-weight:bold;	
	text-align: center;
	align: center;
}

.center {
	text-align: center;
	align: center;
	margin: auto;	
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}

.left {
	font-weight:bold;	
	padding-left:6px;
	padding-right:6px;
	text-align: left;
}


img.radio {
	border-width: 1;
	border-color: #BFCBCA;
	border-style: double;
	
}

.klein {
	font-size: small;
}

.kleiner {
	font-size: x-small;
}

.coloredfont {
	color: #58C212;	
	}

/*****************************************************************************************/
/*Aufhebung der horizontalen Div-Anordnungen*/
/*****************************************************************************************/

.clear{
	clear:both;
	line-height:0;
	height:0;
	width:0;
}
