@charset "utf-8";
@import url("mainstyle_02.css");
@import url("Exo_Black/stylesheet.css");
@import url("Cabin_Medium/stylesheet.css");

/* CSS Document */


	
	}
	
.font_10_not_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-size: 10px;
}


.font_12_not_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
}

.font_12_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 12px;
	line-height: 12px;
}

.font_12_bold_height_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}

.font_14_not_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC
	font-size: 14px;
}

.font_14_bold_navilinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size: 14px;
	line-height: 12px;
	
	
}

.font_14_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.font_14_bold_black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-stretch:expanded;
}

.font_14_bold_black_back {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background:#000;
	background-size:24px;
}

.font_15_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size: 15px;
	line-height: 15px;
}

.font_16_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}


.font_18_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}



.font_16_bold_black {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}


.font_16_bold_black_andere_schrift {
	font-family:Verdana, Geneva, sans-serif;
	color: white;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.font_14_red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
	font-size: 14px;
}

.font_18_red_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#900;
	font-size: 18px;
}


.font_18_grey_bold_02 {
	font-family:"Courier New", Courier, monospace;
	color:#ccc;
	font-size: 18px;
}

.font_22_grey_bold_03 {
	font-family:"Courier New", Courier, monospace;
	color:#ccc;
	font-size: 22px;


}

a:link {
	color:rgba(0,0,0,1);
	font-size: 14px;
	}

a:hover {
	color: rgba(153,0,0,1);
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-family: "OpenSans Light";
}
a:visited {
	color: black;
	font-size: 14px;
	}

a.speziell:link {
	
	color:#CCC;
	
}

a.speziell:hover {
	color:#600;
	
}

a.speziell:visited {
	
	color:#CCC;
}

/*a.speziell:active {
	
	color:#ccc;
	
}*/

.opacity {
	background: rgb(10,10,10);
	border: 4px solid black;
	position: absolute;
	left: -50px;
	top: 50px;
	filter: alpha(opacity=50);
	opacity: .5;
}
