/*--------------------------------------------------------------------------------

	Projekt: MICAN 
	Grafik: Irmi Walli 
	Programmierung:	Josef Kahofer / www.kahofer.net 
	
----------------------------------------------------------------------------------*/

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}


/* Ab hier die eigenen Styles */

.red_text {
	color: #E30117;
}
.red_text_16 {
	color: #E30117;
	font-size: 16px;
	line-height: 20px;
}

.grey_text {
	color: #666666;
}
.grey_text_16 {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
}
.black_text_24 {
	color: #000000;
	font-size: 24px;
	line-height: 28px;
}
.red_headline_film {
	color: #E30117;
        font-size: 20px;
}

.red_headline {
	color: #E30117;
        font-size: 17px;
        font-weight: bold;
}

.headline {
        font-size: 17px;
}

.space_right {
	padding-right:20px;
}

.space_left {
	padding-left:20px;
}

.prime_txt {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
}

.prime_txt a {
	text-decoration: none;
}

.prime_txt a:hover {
	color: #818181;
}

.second_district_headline {
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
}
.white_text {
	color: #FFFFFF;
}