/* CSS Document */
/* Ausschließliche Definition im Bereich s2 #artikel für redaktionelle Artikel */

/* ################################
				Definition der Artikel-Box
							############################## */
#artikel {
width:100%;
min-height:500px;
height:auto;
margin:0;
padding:10px 0 15px 0;
background-color:#ffffff;
color:#666666;
}	
/* vgl. #teaser h2 */				
#artikel h2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
color:#666666;
padding-bottom:5px;
}								
/* nur für Tag und Datum vgl. #teaser h3 */
#artikel h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
color:#333333;
padding-bottom:10px;
}							
		
#eventlink_rechts {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
color:#7c7c00;
float:right;
}
#eventlink_rechts a {
color:#7c7c00;
text-decoration:none;
}
#eventlink_rechts a:hover {
text-decoration:underline;
}

#textquelle {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:9px;
color:#666666;
text-indent:0px;
padding-top:12px;
padding-bottom:12px;
}

/* Überschrift im Fliesstext des Artikels, über die ganze Zeile (als Alternative zu class 
linkstext oder rechtstext */
#zwischenüberschrift {
font-size:12px;
font-weight:bold;
color:#7c7c00;
}

/* interner Link-Verweiss auf einen anderen Artikel innerhalb der Website*/
#intern a {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#7c7c00;
text-decoration:none;
}
#intern a:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#7c7c00;
text-decoration:underline;
}


/*Definition ARTIKEL VERSENDEN Bereich*/

#versenden {
background-color:#EFEFEF
height:15px;
width:auto;
border-bottom:1px dotted #7c7c00;
border-top:1px dotted #7c7c00;
font-size:10px;
text-align:right;
margin-bottom:8px;
padding-left:10px;

}
#versenden a {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
color:#7c7c00;
text-decoration:none;
}
#versenden a:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
color:#7c7c00;
text-decoration:underline;
}

/* Box Interner Seitenverweis auf weiteren Teil eines Artikels*/
#artikelverzeichnis {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
letter-spacing:1.5;
background-color:#ffffff;
color:#666666;
margin:20px 0 20px 0;
padding:20px 0 20px 0;
border-top: 1px dotted #7c7c00;
}

#artikelverzeichnis h1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}

#breadcrump_artikel {
float:right;
padding-left:50px;
}

#artikelverzeichnis a {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#7c7c00;
text-decoration:none;
}
#artikelverzeichnis a:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#7c7c00;
text-decoration:underline;
}




