@charset "utf-8";
/* CSS Document by Sebastian Schmal - ingeniumdesign.de */

/*ABS Normal */
.abs_text {
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 12px;
	/*color: #2c2c37;*/
	color: #111111;
	text-align: justify;
	}
	
.abs_text a {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4287c4;
	text-decoration: none;
	text-align: justify;
	}
	
.abs_text a:hover {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4287c4;
	text-decoration: underline;
	text-align: justify;
	}
	
	

/*ABS Zentriert */
.abs_text_center {
	text-align: center;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 12px;
	/*color: #2c2c37;*/
	color: #111111;
	}
	
.abs_text_center a {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4287c4;
	text-decoration: none;
	}
	
.abs_text_center a:hover {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4287c4;
	text-decoration: underline;
	}

.text_blau {
	color: #448ccb;
	}

/* ### SPONSOR ##############################*/
.uber_sponsor {
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 5px;
	width: 117px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #f0f0f0;
	background-color: #3a3a46;
	background-image: url('../img/arrow_icon_01.jpg');
	background-position: 7px 9px;
	background-repeat: no-repeat;
	border-bottom: 1px #4e4e58 solid;
	border-top: 1px #4e4e58 solid;
	}

/* ### INFORMATION ##############################*/
.uber_information {
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
	border-bottom: 4px #4387c6 solid;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	}
