
/* template voila css */

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /********** FCE 50%-50% **********/
DIV.fce1-50-50{
	float:left;
	/*overflow:hidden;*/
	width:49%;
	margin:0 1% 0 0;
}
DIV.fce2-50-50{
	float:right;
	/*overflow:hidden;*/
	width:49%;
	margin:0 0 0 1%;
}

/********** FCE 34%-66% **********/
DIV.fce1-34-66{
	float:right;
	overflow:hidden;
	width:65%;
	margin:0 0 0 1%;
}
DIV.fce2-34-66{
	float:left;
	overflow:hidden;
	width:33%;
	margin:0 1% 0 0;
}

/********** FCE 66%-34% **********/
DIV.fce1-66-34{
	float:left;
	overflow:hidden;
	width:65%;
	margin:0 1% 0 0;
}
DIV.fce2-66-34{
	float:right;
	overflow:hidden;
	width:33%;
	margin:0 0 0 1%;
}


/********** FCE 34%-33%-33% **********/
DIV.fce1-34-33-33{
	float:left;
	overflow:hidden;
	width:450px;
	margin:0 1% 0 0;
}
DIV.fce2-34-33-33{
	float:left;
	overflow:hidden;
	width:450px;
	margin:0 1% 0 1%;
}
DIV.fce3-34-33-33{
	float:right;
	overflow:hidden;
	width:450px;
	margin:0 0 0 1%;
}
/********** FCE 25%-25%-25%-25% **********/
DIV.fce1-25-25-25-25{
	float:left;
	overflow:hidden;
	width:24%;
	margin:0 1% 0 0;
}
DIV.fce2-25-25-25-25{
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 1% 0 1%;
}
DIV.fce3-25-25-25-25{
	float:left;
	overflow:hidden;
	width:24%;
	margin:0 1% 0 1%;
}
DIV.fce4-25-25-25-25{
	float:right;
	overflow:hidden;
	width:23%;
	margin:0 0 0 1%;
}

/* /template voila css */



a,a:link,a:visited,a:active{/**/text-decoration:underline;color:#000;}



a:hover{color:#9b2420;}

div.news-single-item h1 {font-size: 16px; line-height: 20px;}

div.news-single-item h2 {font-size: 11px; line-height: 16px;}

div.news-single-backlink {padding: 0px;}



#box_navi a, #box_navi a:link, #box_navi a:visited, #box_navi a:active{/**/text-decoration:none;}

#box_navi a:hover{color:#9b2420; text-decoration:underline;}

body{



  



  }



.main_bg {



  background-attachment: scroll;



  background-image: url(../main/img/bg.jpg);



  background-repeat: repeat-x;



  background-position:bottom;



  height: 500px;



  width: 3000px;



  bottom: 88px;



  position: fixed;



  z-index: 1;



}



.ap {



  position:absolute;



  bottom:0px;



  margin-left:0px;



  width:399px;



height:636px;



  z-index:2;



}



.info {



  position:fixed;



  top: 0px;



  right: 0px;



  z-index:4;



}



.footer {



  position:fixed;



  bottom:0px;



  right: 10px;



  z-index:4;



  font-family: Verdana, Geneva, sans-serif;



  font-size: 10px;



  font-style: normal;



  line-height: 16px;



  font-weight: normal;



  font-variant: normal;



  text-transform: none;



  color:#999;



}



.bilderzeile {



  font-family: Verdana, Geneva, sans-serif;



  font-size: 11px;



  font-style: normal;



  line-height: 16px;



  font-weight: normal;



  font-variant: normal;



  text-transform: none;



  color: #434343;



  text-decoration: none;



  position:absolute;



  z-index: 2;



  height: 541px;



  max-height: 741px;



  width: 90000px;



  bottom: 25px;



}







.ap_img{



  position:relative;



  margin-left:30px; 



  margin-right:30px;



  text-align:right;



  float:left;



}







img, div { behavior: url(../main/iepngfix.htc) }







/* cg styles */



#maincontent {



  left: 380px;



}







/* navi */



#box_navi {



     padding: 0;



    position: fixed;



    right: 5px;



    top: 10px;



    font-family: Verdana,Geneva,sans-serif;



    font-size: 12px;



}



ul.menu, ul.menu ul {



    list-style-type: none;



    padding: 0 10px;



}



ul.menu li {



    background-image: none;



    float: left;



    margin: 0;



    padding: 0 0 10px;



}







div.news-list-container {



    width: 450px;



}







div.news-list-container IMG {



    float: left;



    padding-right: 20px;



}







.news-list-container HR.clearer {



   clear: both;



}



div.news-single-item {

   width: 600px;

}



div.news-single-img {

   float: left;

   margin-right: 10px;

   margin-left: 0px;

}



/* contact form */

legend { display: none; }

div.fieldsets { clear: none; }

div.tx-powermail-pi1 { width: 150px;}


/* main menu with simple hover for 2nd level */
ul.menu li {
  display: inline-block;
  position: relative;
}

ul.menu li ul {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.menu li ul li { 
  /*background: #555; */
  display: block; 
  color: #fff;
  float: none;
}
ul.menu li ul li:hover { /*background: #ccc;*/ }
ul.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

ul.menu li ul li a:link, ul.menu li ul li a:visited {
  text-decoration: none;
  font-weight: normal;
}

