@charset "utf-8";
/* Allgemeines */			
	body {				font-family: Arial, Helvetica, sans-serif; 
						background-color:#fff;
						margin: 0px;
						padding-top: 0px;
						padding-right: 0px;
						padding-left: 0px;
						padding-bottom: 0px;
						line-height: 14px;
						border: 0px;
						font-size: 12px;
						width: 100%;
						height: 100%;

	}
	img {				border: 0;
	}
	
	a { 					color:#626262; 
						font-size:12px; 
						border:0;
						text-decoration:none; 
	}
	.a-active { 			color:#626262; 
						font-size:12px; 
						font-weight: bold;
						border:0;
						text-decoration:none; 
	}
	
	.balken{
	height: 80px;
	background-color: #fcfaef;
	text-align: center;
	}
/* Fliesstext */ 
	p {
	font-size: 11px;
	line-height: 18px;
	color: #00b1da;
	text-decoration: none;
	align-content: center;

	}
	strong {
	color: #626262;
	}
/* Topics */
	h1{
	font-size: 11px;
	line-height: 14px;
	color: #9d9d9c;
	margin: 0px;
	font-weight: 100;
	text-decoration: none;
	}

/* THE END */




	 
	
	
