
FONT {
	color: F0F0F0;
	size: 15pt;
}

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

A {
	background: 0A0A6D;
}
A:link { color: #FF6600; background: #0A0A6D; text-decoration: underline; } 
A:visited { color : #FF6600; background: #0A0A6D; } 
A:hover {color:#FF6600; background: #0A0A6D; text-decoration: none;} 
A:active {color: #FF6600; background: #0A0A6D; text-decoration: none; }
}
P {background: 0A0A6D;}

body 
{
	background-attachment:fixed;
	background-color: 0A0A6D;	
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;	
   	color: F0F0F0;
	font-family: "Arial, Helvetica";
	font-color: F0F0F0;
}

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

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

.bead_right{
	background: url(../_images/bead.jpg) no-repeat;
}

.logo_site{
	width: 100px;
	text-align: left;
	align: left;	
}
.main{
	margin: auto;
	width: 800px;
	text-align: center;
}


.content{
	width: 600px;
	text-align: center;
	align: center;
}

.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;
}

.links {
	color: FF6600;
}

.left {
	text-align: left;
}

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

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