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

A {
	background: #B5D4CC;
}
A:link { color: #0C17B4; text-decoration: none; background: transparent; } 
A:visited { color : #0C17B4; text-decoration: none; background: transparent; } 
A:hover {color:#0C17B4; text-decoration: underline; background: transparent;} 
A:active {color: #0C17B4; text-decoration: none; background: transparent; }
}

body 
{	
	padding-top: 20px;
	text-align: center;	
   	color: #000000;
}

.headline{
	padding-top: 10px;
	font-family: "Arial, Helvetica";
	color: #0C17B4;
	font-size: large;
	font-weight: bold;
	text-align: center;
	height: 90px;
}

.main{
	background: url(../_images/hintergrund.gif) no-repeat center;
	margin: auto;
	width: 800px;
	height: 600px;
}

.content{
	padding: 10px;
	margin: auto;
	width: 800px;
	height: 300px;
	text-align: center;
}

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

.left {
	padding-left:6px;
	padding-right:6px;
	text-align: left;
	width: 400px;
}

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



.klein {
	font-size: small;
	margin: auto;
	width: 750px;
	height: 50px;
	text-align: left;
}

.kleiner {
	font-size: x-small;
	margin: auto;
	width: 750px;
	height: 150px;
	text-align: left;
}

.coloredfont {
	color: #0C17B4;	
	}


/*Hauptrahmen */

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

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