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

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

body 
{	
	margin-top: 15px;
	text-align: center;	
   	color: #000000;
}

.headline{
	font-family: "Comic Sans MS,Helvetica";
	color: #EA4515;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.headline_small{
	font-family: "Comic Sans MS,Helvetica";
	font-size: medium;
	font-weight: bold;
	color: #EA4515;
	text-align: center;
}

.main{
	margin: auto;
	width: 800px;
	height: auto;
	background-color:transparent;
}

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

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

.halfsite {
	width: 300px;
}

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



.klein {
	font-size: small;
	margin: auto;
	width: 600px;
	text-align: center;
}

.kleiner {
	font-size: x-small;
	margin: auto;
	width: 600px;
	text-align: center;
}

.coloredfont {
	color: #0C17B4;	
	}

.keywords {
	color: gray;	
	font-style: italic;
	}
	
/*Hauptrahmen */

#bordertop {
/* oberer Rahmen */
	background: url(../_images/rahmen_oben.gif) no-repeat center;
	margin: auto;
	width: 800px;
	height: 10px;
}

#bordermain {
/* mittlerer Rahmen */
	background: url(../_images/rahmen_mitte.gif) repeat-y center;
	margin: auto;
	width: 800px;
	text-align: center;
}

#borderbottom {
/* unterer Rahmen */
	background: url(../_images/rahmen_unten.gif) no-repeat center;
	margin: auto;
	width: 800px;
	height: 25px;
}

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

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