

/* NEWS MODUL */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  Latest xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.latest_news, .latest_news_alt {
	border-bottom: 0px solid #DDD8BA;
	margin-bottom: 5px;
	padding: 5px;
	}

.latest_title, .latest_title_alt {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        color: #50463C; 
        padding-top:0px;
	padding-bottom: 5px;
}

.latest_title a, .latest_title_alt a {
        text-decoration: none;
        color: #504637;
	font-size: 11px;
	font-weight: bold;
       }

.latest_title a:hover, .latest_title_alt a:hover {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #F00;
	font-weight: bold;
       }

.latest_subheader, .latest_subheader_alt {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #50463C;
        background-color: #FFF;
}
.latest_date, .latest_date_alt {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #50463C;
        background-color: #FFF;
        padding-bottom: 0px;
}

.latest_more a, .latest_more_alt a {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #002080;
}

.latest_more a:hover, .latest_more_alt a:hover {
	font-size: 11px;
        text-decoration: none;
        color: #B80000;
}


.latest_archive {
      	border-bottom: 1px solid #DDD8BA;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #50463C;
        text-align: center;
        height: 25px;
 }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  List xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

 
 #content .list_box a,  #content .list_box p, #content .list_subheader p, #content .list_subheader_alt p {
 	font-size: 100.01%;
 	}
	
	  
.list_box {
	font-size: 0.6875em; /* aktueller Schriftgrad von 1em = 11px = 100%  */
	margin-bottom: 1.25em;
	padding-bottom: 1.25em;
	border-bottom: 1px solid #9B8E7D;
	}

.list_title, .list_title_alt {
	font-weight: bold;
	font-size: 1em;
	margin: 0  0 0.4545em 0; 
	}

.list_title a, .list_title_alt a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #B80000;
	background-color: transparent;
	}

.list_subheader, .list_subheader_alt {
	font-size: 1em;
	color: #383126;
	margin-bottom: 0.5em;
	}
	
.list_image, .list_image_alt {
	padding: 0px 1em 0.5em 0px;
	float: left;
}

.list_author, .list_author_alt {
	margin-bottom: 1em;
	}


.list_more, .list_more_alt {
	font-size: 1em;
	text-decoration: none;
	color: #002080;
	}

.list_more a, .list_more_alt a {
	font-size: 1em;
    text-decoration: none;
	color: #002080;
}

.list_more a:hover, .list_more_alt a:hover {
	font-size: 1em;
    text-decoration: none;
	color: #D91818;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxx  single xxxxxxxxxxxxxxxxxx */

#content .single_news a,  #content .single_news p, #content .single_news ul, #content .single_news ol, #content .single_subheader h3, #content .single_subheader_alt h3 {
 	font-size: 100.01%;
 	}

.single_news {
    font-size: 0.6875em; /* aktueller Schriftgrad von 1em = 11px = 100%  */   
	}
	
	
.single_title {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
    color: #B60000;
	margin-bottom: 1em;
	}

.single_subheader {
	margin-bottom: 1em;
	}

.single_subheader h3 {
        color: #383126;
}


.single_items {
	font-size: 1em;
	color: #383126;
	float: left;
}
.single_date {
	font-size: 1em;
	color: #383126;
	margin-bottom: 0.5em;
	}
	
.single_image {
	float: left;
    margin: 0 1em 0.5em 0;
}


.single_content {
		}

.single_author {
    font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
    color: #B60000;
	margin: 1em 0;
     }


.news-single-img {
        margin-top: 0.5em;
        margin-bottom: 0px;

}
.news-single-imgcaption {
    margin-top: 0px;
    margin-bottom: -4px;
    padding-bottom: 0px;
	text-align: center;
	font-size: 0.8181em;
	color: #B60000;
    background-color: #CCC;

	}

.news-latest-date, .news-latest-morelink {
	font-zise: 0.8181em;
	}
	
	

.news-single-related, .news-single-files, .news-single-links {
	width: 530px;
	background-color:#FCFFF5;
	border:1px solid #929289;
	margin:0 0 3px;
	padding:3px;
	}

.news-single-related dd, .news-single-links dd, .news-single-files dd {
	margin-left:20px;
	margin-bottom: 10px;
	font-size: 11px;
	}




