@charset "utf-8";
/* Selektoren - Typografie und Auszeichnungen für den Contentbereich*/
/*Schriftfarbe #8C4C39 - test # */
p {
	font-family: 'Roboto', sans-serif;
	margin-top: 0.35em; 
	margin-bottom: 0.35em;
	color:#403F3F;
	font-size:1.0em;
	line-height: 1.4em;
}
h1,h2,h3{
	color:#8C4C39;
	text-transform:uppercase;
}
td{
	border-color: #D5D5D5;
	border-left-style:dotted;	
	border-bottom-style: solid;
	padding: 0.2em 1.8em 0.2em 1.8em;	
}
a{
	text-decoration:none;
	color:#403F3F;
}
span.wichtig {
	color:red;
	font-weight:bold;
}
a:active {
	display:inline;
}
div.content_center a:hover , :focus{
	background-color:#E7E7E7;
	/*	display:inline; Probleme im Editor!!!*/
}

div.content_text ul,li{
	margin-left:2%;
	padding-left:1%;
	text-decoration:none;
	list-style-type:square;
}



/*Content_right  NEWS*/


div.content_right h2{
	line-height: 1.4em;

	color:#8C4C39;
	/*font-size:small;*/
}

.content_right p{
	font-size:small;
}

div.col h3{
	border-top: solid 0.2em #3B3B3B;
	font-size:small;
	color:#8C4C39;
}
.date {
	font-size:xx-small;
	font-style:italic;
	color:gray;
}
a.more {
	font-size:smaller;
	font-style:italic;
}


/*attribut Selektor*/
/*PDF*/
div.content_center a[href$='.pdf'] { /*wenn dann*/
background-image:url(../images/icon/ic_pdf.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*JPG - Bilder*/
div.content_center a[href$='.jpg'],a[href$='.png'],a[href$='.gif']  { /*wenn dann*/
background-image:url(../images/icon/ic_grafik.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*WORD*/
div.content_center a[href$='.doc'],a[href$='.docx'],a[href$='.dot'] { /*wenn dann*/
background-image:url(../images/icon/ic_word.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*POWERPOINT*/
div.content_center a[href$='.ppt'],a[href$='.pptx'] ,a[href$='.pps'],a[href$='.pot']{ /*wenn dann*/
background-image:url(../images/icon/ic_powerpoint.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}

/*EXCEL*/
div.content_center a[href$='.xlt'] ,a[href$='.xls'] ,a[href$='.xlsx']{ /*wenn dann*/
background-image:url(../images/icon/ic_excel.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*Writer*/
div.content_center a[href$='.odt'],a[href$='.ott']  { /*wenn dann*/
background-image:url(../images/icon/ic_writer.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*CALC*/
div.content_center a[href$='.ods'] ,a[href$='.csv']{ /*wenn dann*/
background-image:url(../images/icon/ic_calc.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*DRAW*/
div.content_center a[href$='.odg'] { /*wenn dann*/
background-image:url(../images/icon/ic_draw.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*IMPRESS*/
div.content_center a[href$='.odp'] { /*wenn dann*/
background-image:url(../images/icon/ic_impress.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}
/*ZIP*/
div.content_center a[href$='.zip'] { /*wenn dann*/
background-image:url(../images/icon/ic_zip.png);
background-position:left center;
background-repeat:no-repeat;
padding-left: 1.5em;
}

/*MAIL*/
div.content_center a[href^=mailto]:before{
	content:"\2709\00A0";
	color:#8C4C39;
	
}
/*LINK*/
div.content_center a[href^=http]:before{
	content:"\279A\00A0";
	color:#8C4C39;

}

div.content_center a[href^=http]:after{
	content:" >>";
	color:#8C4C39;
}

#copyright table{
	color:#D5D5D5;
}
#copyright td{
	border-style:none;
	color:#D5D5D5;
	padding: 0 em 0.1em 0em 0.1em;
	}
/*MEDIA SCREEN*/
@media only screen and (max-width:52em){
.aktuelles p{
font-weight: normal;
font-size: small;
/*text-indent:0;*/
}

}/*END (max-width:52em)*/

@media only screen and (max-width:32em){
.aktuelles p,h2{
font-weight: normal;
font-size: smaller;
/*text-indent:0;*/
}
 body,p,a,td{
	font-size: small;
}
div.content_text ul,li{
	margin-left:10%;
	list-style-type:square;
}

}/*END (max-width:32em)*/