/* CMS:Allgemeine Angaben */

div#cms_news{
	 padding:5px;
}

div#cms_news img{
  border:1px solid #e2e2e2;
  padding:2px;
  margin:5px;
}

div#cms_news_author{
	 font-size:12px;
	 font-weight:bold;
	 margin:10px 0px 10px 0p;
	  color:#15A615;	 
}

div#cms_news_header{
	 font-size:22px;
	 font-weight:plain;
	 color:#666;
	 line-height:25px;
	 padding-bottom:20px;
}

div#cms_news_header2{
	 font-size:16px;
	 font-weight:plain;
	 color:#666;
	 line-height:25px;
	 padding-bottom:10px;
	 margin-top:20px;	  
}

div#cms_news_text1{	 
	 font-weight:bold;
	 margin:0px 0px 10px 0p;
	 line-height:19px;
	 letter-spacing:0.6;
	 color:#4a4a4a;
}

div#cms_news_text2{	 
	 line-height:17px;
	 letter-spacing:0.6;
}

div#cms_news_detail_box{
    border-bottom:1px dashed #cdcdcd;
    padding:10px 0px 5px 0px;
    background:#fff;
    margin:2px 0px 2px 0px;
   
}

div#cms_news_detail_box_header a{
   font-size:12px;
	 font-weight:bold;
	 margin:0px 0px 5px 0p;
	 line-height:15px;
	 letter-spacing:0.6;
	 color:#15A615;
	 text-decoration:none;

}

div#cms_news_detail_box_header a:hover{
    color:#15A615;
	 text-decoration:underline;
}

div#cms_news_detail_box_author{
     font-size:9px;
	 font-weight:bold;
	 margin:2px 0px 2px 0p;
	  color:#15A615;	
}
 

div#cms_news_detail_box_text{
   font-size:10px;
	 line-height:15px;
	 letter-spacing:0.6;
	 color:#4a4a4a;
  padding-left:15px;
}


div#cms_news_moreinfo{
  font-weight:bold;
  font-size:13px;
  margin-bottom:5px;
}

div#cms_news_moreinfo_box{
  padding:5px;
  border:1px solid #e2e2e2;
  background-color:#fafafa;
}

div#cal{   
   float:left;
   margin-bottom:10px;
}

div#cal_top{   
  background-image:url(../images/cal.gif);
  background-repeat:no-repeat;  
  width:200px;
  height:22px;
}

div#cal_month{   
  text-align:center;
  padding:3px;
  color:#555;
  font-weight:bold;
  float:left;
  width:140px;     
}

div#cal_nextmonth a{   
  padding-left:16px;
  height:16px;
  background:url(../images/nextmonth.gif) center left no-repeat;
  font-size:18px;
}

div#cal_previousmonth a{   
  padding-right:16px;
  height:16px;
  background:url(../images/previousmonth.gif) center right no-repeat;
  font-size:18px;
  margin-left:10px;
}

div#weekday{
  width:24px;   
  background-color:#cdcdcd;
  float:left;
  text-align:center;
  border:1px solid #e2e2e2; 
  margin:1px;
  color:#666666;
  line-height:18px;
}

div#week{   
  clear:left; 
}


div#cal_days{   
   border-left:1px solid #CDCDCD; 
   border-right:1px solid #CDCDCD; 
   border-bottom:1px solid #CDCDCD;     
   background-color:#F8F8F8;
   padding:1px;
   overflow:display;
   float:left;
   *width:200px;
}

div#day{
  width:24px;   
  background-color:#fefefe;
  float:left;
  text-align:center;  
  border:1px solid #e2e2e2; 
  margin:1px;
  color:#a4a4a4;
  line-height:18px;
}

div#blank_day{
  width:24px;   
  background-color:#F8F8F8;
  float:left;   
  line-height:18px;
  border:1px solid #F8F8F8; 
  margin:1px;
}

div#news_day{
    background-color:#15A615; 
    width:24px;   
    float:left;
    text-align:center;  
    border:1px solid #e2e2e2; 
    margin:1px;
    line-height:18px;
}
div#news_day a{
    color:#ffffff;        
}


div#current_day{
  width:24px;   
  background-color:#a4a4a4;
  float:left;
  text-align:center;
  border:1px solid #e2e2e2; 
  margin:1px;
  color:#ffffff;
  line-height:18px;   
}

div#current_day a{
    color:#ffffff;
    background-color:#15A615;
   
}
 

 
