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

A {
	background: #FFFFFF;
}
A:link { color: #9A9A9A; text-decoration: none; } 
A:visited { color : #9A9A9A; text-decoration: none; } 
A:hover {color:#9A9A9A; text-decoration: underline;} 
A:active {color: #9A9A9A; text-decoration: none; }
}

body 
{	
	text-align: center;	
   	color: #000000;
}

.main{
	background-color: #FFFFFF;
	margin: auto;
	width: 800px;
}

.content{
	margin: auto;
	width: 800px;
	text-align: center;
}

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

.left {
	text-align: left;
}

.right {
	text-align: right;
}



.klein {
	font-size: small;
	text-align: left;
	text-align: center;
}

.klein_links {
	font-size: small;
	width: 400px;
	text-align: left;
}

.klein_rechts {
	font-size: small;
	width: 400px;
	text-align: right;
}

/*Hauptrahmen */

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

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