/*
 * Projektspezifische Styles für den CK-Editor
*/


/* Verschiedenes */
.fs1 {font-size:1px;}
.w100 {width:100%;}
.nowrap{white-space:nowrap;}
.vam {vertical-align:middle;}
.vab {vertical-align:bottom;}
.tar {text-align:right;}
.tac {text-align:center;}
.tal {text-align:left;}

td {vertical-align:top; text-align:left;}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}


/* CK Stile */
.headlineColor_span {font-size:12px;font-weight:bold;color:#DC002E;}
.headlineGrey_span {font-size:12px;font-weight:bold;color:#989898;}

a.border_a:link, a.border_a:visited, a.border_a:focus, a.border_a:hover, a.border_a:active {
	color:#626262; 
	text-decoration:none;
	padding: 1px 1px 1px 10px;
	background-image:url(../_images/view/smallArrowRight.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-decoration:underline;
	border:1px solid #DC002E;
}

a.article_a:link, a.article_a:visited, a.article_a:focus, a.article_a:hover, a.article_a:active {
	color:#626262; 
	text-decoration:none;
	padding: 0px 0px 0px 10px;
	background-image:url(../_images/view/smallArrowRight.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-decoration:underline;
}


/* Klassen - CK Templates */
.ck_imageBorderGrey_td {border:1px solid #989898; padding:6px;}
.ck_imageBorderColor_td {border:1px solid #DC002E; padding:6px;}
.ck_2u2C_table {width:590px;}
.ck_2u2ImgC_td {width:112px;padding-right:12px;}
.ck_2u2C_td {width:189px;padding-right:12px;}
.ck_2u2CLast_td {width:177px;}
.ck_1u1C_table {width:590px;}
.ck_1u1ImgC_td {width:112px;padding-right:12px;}
.ck_1u1CLast_td {width:478px;}
.ck_1C_table {width:588px;}
.ck_1CLast_td {width:588px;}
.ck_2C_table {width:588px;}
.ck_2C_td {width:300px;padding-right:12px;}
.ck_2CLast_td {width:288px;}
.ck_3C_table {width:588px;}
.ck_3C_td {width:200px;padding-right:12px;}
.ck_3CLast_td {width:188px;}
.ck_4C_table {width:588px;}
.ck_4C_td {width:150px;padding-right:12px;}
.ck_4CLast_td {width:138px;}


/*
 * Projektspezifische Styles für den FCK-Editor
 * (evtl. Ergänzungen in der Datei fckstyles.xml im _fck - Ordner)
*/

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Überschriften */
.elm_fck_headline { 
	font-family:Times;
	font-size:18px;
	font-weight: bold;
}
.elm_fck_headline a:link{text-decoration:none;font-family:Times;font-size:18px;color:#414141;}
.elm_fck_headline a:visited{text-decoration:none;font-family:Times;font-size:18px;color:#414141;}
.elm_fck_headline a:active{text-decoration:none;font-family:Times;font-size:18px;color:#414141;}
.elm_fck_headline a:hover{text-decoration:underline;font-family:Times;font-size:18px;color:#cc0000;}

/* Untertitel */
.elm_fck_subheadline { 
	font-family:Times;
	font-style:italic;
	font-size:16px;
}
.elm_fck_subheadline a:link{text-decoration:none;font-family:Times;font-size:16px;color:#414141;}
.elm_fck_subheadline a:visited{text-decoration:none;font-family:Times;font-size:16px;color:#414141;}
.elm_fck_subheadline a:active{text-decoration:none;font-family:Times;font-size:16px;color:#414141;}
.elm_fck_subheadline a:hover{text-decoration:underline;font-family:Times;font-size:16px;color:#cc0000;}

/* Fliesstext */
.elm_fck_text p{ 
	font-family:Times;
	font-size:14px;
}
.elm_fck_text a:link{text-decoration:none;font-family:Times;font-size:14px;color:#414141;}
.elm_fck_text a:visited{text-decoration:none;font-family:Times;font-size:14px;color:#414141;}
.elm_fck_text a:active{text-decoration:none;font-family:Times;font-size:14px;color:#414141;}
.elm_fck_text a:hover{text-decoration:underline;font-family:Times;font-size:14px;color:#cc0000;}
.elm_fck_text p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Sonstiges */
.elm_fck_bold { 
	font-weight: bold;
	color:#cc0000;
}
.elm_fck_italic { 
	font-style:italic;
	color:#cc0000;
}
