/* Website - common styles */

body {
 font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
 font-size: small;
}

body, div, td, h1, h2, h3, h4, p, img {
  margin: 0;
  padding: 0;
  border : 0;
}

a {
  text-decoration: none;
  color: #3b3b3b;
}

.nodisplay {
  display: none;
}

.horizontfull {
  width: 100%;
}

.horizontcenter {
  width: 960px;
  margin: 0 auto;
}


a.ca_buttonblue {
  display: inline-block;
  margin:0 0 0 0;
  padding: 9px 0 0 0;
  width: 125px;
  height: 27px;
  text-align:center;
  color: #fff;
  background: #515151;
  
} 

a.ca_buttonblue:hover , a.ca_buttonblue.ca_butonbluesel {
  color: #fff;
  font-weight: bold;
  background: #791543;
}

/* ------------------------- topmenu -----------------------------------*/
#div_topmenuframe {
  background: #1f1f1f;
  height: 113px;
}

#div_topmenuframe .horizontcenter{
  background: #282828;
  height: 113px;
}

div#div_topmenuframe #div_topmenulogo {
  text-align : left;
  padding: 5px 0 0 30px;
 
}

div#div_topmenuframe .div_toprightmenuitem { 
  padding: 10px 0px 5px 20px;
  width: 125px;
  text-align: center;
  float:right;
  margin: 27px 0 0 0; 
}


/* ------------------------- frames -----------------------------------*/

#div_topcontentframe {
background: url(../img/bg_topcontent.jpg) repeat-x top;
  height: 177px;
}

#div_topcontentframe .horizontcenter{
  height: 177px;
  background: url(../img/bg_topcontentcenter.jpg) no-repeat top left;
}

#div_contentframe {
  padding: 0; 
  background: #c6c6c6;
}

#div_contentframe .horizontcenter{
  background: #efefef;
  padding: 10px 0 60px 0;
}

#div_footerframe {
  background: #c6c6c6;
  height: 45px;
}

#div_footerframe .horizontcenter{
  background: #c6c6c6;
}


/* ------------------------- mainmenu -----------------------------------*/



#div_contentframe #div_contentmenu {
  float: right;
  width: 231px;
  padding: 0 50px 0 20px;
  margin: 0; 
} 

#div_contentframe #div_content {
  float:left;
  width:609px;
  padding: 0 0px 0 50px;
}
#div_contentframe .cdiv_content_half {
  float:left;
  width:304px;
  padding: 0;
}


#div_contentframe div.cdiv_menugroup {
  width: 231px;  
  margin: 11px 0 0 0; 
}
#div_contentframe div.cdiv_menugroup h1{ 
  font-size: 130%;
  font-weight : normal;
  padding: 8px 0 0 11px;  
  height: 27px;
  color: #fff;
  background: url(../img/bg_menutitle.jpg) repeat-x top;

}
#div_contentframe div.cdiv_menugroup div{
  overflow: hidden;
  border-top: 1px solid #c6c6c6;
  background: #e5e2e2 url(../img/menu_spacer.png) no-repeat 11px 11px; ;  
}

#div_contentframe div.cdiv_menugroup div:last-child {
}


#div_contentframe div.cdiv_menugroup div div{
  border-top: 1px solid #e5e2e2;
  background-image: none; 
}


#div_contentframe div.cdiv_menugroup a{
  font-size: 92%;
  padding: 6px 0 0 31px;
  display: block;
  height: 22px;
  
}

#div_contentframe div.cdiv_menugroup a:hover {
  background: #efefef url(../img/menu_spacer.png) no-repeat 11px 11px; 
}

#div_contentframe div.cdiv_menugroup div div a:hover {
   background: #efefef;
}

 
#div_contentframe #div_contentend {
  width:100%;
  clear:both;
  height:1px;
}

/* ------------------------- topcontent -----------------------------------*/

#div_topcontentframe #div_topcontent {
  position: relative;
  float: left;
  margin : 0 0 0 50px;
  width: 450px;
  height: 177px;
  
}

#div_topcontentframe #div_topcontent h2 {
  font-size: 166%;
  font-weight: normal;
  color: #fff;
  margin : 27px 0 10px 0;
}

#div_topcontentframe #div_topcontent p {
  width: 370px;
  color: #feb3b3;
  line-height: 120%;
  margin: 0 0 10px 0;
}
#div_topcontentframe #div_topcontent p b{
  font-size: 130%;
  font-weight: normal;
  color: #eee;
}

#div_topcontentframe #div_topimage {
  margin: 20px 50px 0 0;
  padding: 8px;
  float: right;
  background: url(../img/bg_topcontentimg.jpg) repeat-x top;

}

#div_topcontentframe #div_topcontent a.ca_buttonblue {
  position: absolute;
  right : 0px;
  bottom: 20px;
  width: 148px;
  padding: 5px 0 4px 0;
  height: 20px;
  color: #fff;
  font-size: 116%;
  font-weight: bold;
  background:url(../img/bg_button29light.jpg) repeat-x top;
}

#div_topcontentframe #div_topcontent a.ca_buttonblue:hover {

  background:url(../img/bg_button29dark.jpg) repeat-x top;
}

/* ------------------------- content -----------------------------------*/



.cdiv_articlepreview {
  width: 284px;
  position:relative;
  overflow: hidden;
  margin: 10px 20px 20px 0;
  padding: 0px 0px 10px 0;
  background: url(../img/bg_articleshadow.png) no-repeat bottom right;
  
}

.cdiv_articlepreview h1{
  
  color: #8f2242;
  font-size: 147%;
  font-weight: normal;
  padding: 12px 7px 7px 40px;
  background: #fff url(../img/article_title.jpg) no-repeat 10px 10px;


}

.cdiv_articlepreview .cp_articleprewiev{
  color:#3b3b3b;
  line-height: 140%;
  padding: 7px 10px 25px 10px;
  margin: 0 0 10px  0; 
  background: #fff;
}

.cdiv_articlepreview .ca_articlebutton{
  position: absolute;
  display: block;
  left: 10px;
  bottom: 5px;
  width: auto;
  padding: 0.6em 1em 0.4em 1em;
  height: 1.5em;
  color: #fff;
  text-align: center;
  background:url(../img/bg_button29light.jpg) repeat-x top;
}

.cdiv_articlepreview .ca_articlebutton:hover {

  background:url(../img/bg_button29dark.jpg) repeat-x top;
}

/* ------------------------- footer -----------------------------------*/
#div_footer {
  width: 100%;
  text-align: center;
  color: #999;
  padding: 15px 0 0 0;
}




