/* 
    Document   : partnerbereich
    Created on : 01.02.2012, 15:53:45
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

 h3 

{

margin-bottom: 4px;

}
.maintitle 

{



margin-bottom: 18px;

}

.subtitle-grey {  padding-top:6px;}



#menueWrap{
    margin-left:80px;
}

#menue{
    
    
    padding-top:40px;
    width:160px;
}




#menue ul, #menue li{

        padding:0px;
		margin:0px 0px 0px 0px;
        list-style:none outside;
}



#menue a {

display:block;
text-decoration:none;
color: #10253E;
font-size: 10pt;
	
}


#menue{
 border-bottom:1px solid  #C4C6BC;	
}


#menue a.mainMenu {
   /* height:18px;*/
  	
  	padding:2px 0 0px 7px;
  font-size: 20px;

line-height: 20px;



color: #6dbe30;

font-family: "Times New Roman",Times,serif;

font-weight: normal;
	 border-top:1px solid  #C4C6BC;	
	 /*	border-bottom:0px solid  #C4C6BC;*/
}





#menue  a.mainMenu:hover{

/*	height:18px;*/
  	 
  	

	font-size: 20px;

line-height: 20px;



color: #009036;

font-family: "Times New Roman",Times,serif;

font-weight: normal;
		
	border-top:1px solid  #C4C6BC;	
	/*	border-bottom:0px solid  #C4C6BC;*/
	
	padding:2px 0 0px 7px;
	 
    background:url(../img/next-linkbg_.png) no-repeat ;

    background-position:0px 8px;



 


}



#menue  a.mainMenuAct{
/*	height:18px;*/
  	
  	font-size: 20px;

line-height: 20px;



color: #009036;

font-family: "Times New Roman",Times,serif;

font-weight: normal;
		
	border-top:1px solid  #C4C6BC;	
/*	border-bottom:0px solid  #C4C6BC;*/
	
	padding:2px 0 0px 7px;
	

	background:url(../img/next-linkbg_.png) no-repeat ;
	background-position:0px 8px;








    }



#menue a.subNavi1 {

         padding:1px 0 0px 15px;
		 color: #636559; 
		  





}

#menue a.subNavi1:hover {



 		 background:url(../img/next-linkbg_.png) no-repeat ;

         background-position:7px 7px;


color: #10253E;





}



#menue a.subNavi1ACT{



 		background:url(../img/next-linkbg_.png) no-repeat ;

         background-position:7px 7px;


         padding:1px 0 0px 15px;



     



}







#menue a.subNavi2 {

         padding:0px 0 0px 28px;

}

#menue a.subNavi2:hover {

 		background:url(../img/next-linkbg_.png) no-repeat ;

        background-position:18px 6px;

}

#menue a.subNavi2ACT{

        
 		 background:url(../img/next-linkbg_.png) no-repeat ;

         background-position:18px 6px;
 
         padding:0px 0 0px 28px;

}

#menue a.subNavi3 {

         padding:0px 0 0px 41px;

}

#menue a.subNavi3:hover {

 		background:url(../img/next-linkbg_.png) no-repeat ;

        background-position:31px 6px;

}

#menue a.subNavi3ACT{

        
 		 background:url(../img/next-linkbg_.png) no-repeat ;

         background-position:31px 6px;
 
         padding:0px 0 0px 41px;

}

#menue a.subNavi4 {

         padding:0px 0 0px 54px;

}

#menue a.subNavi4:hover {

 		background:url(../img/next-linkbg_.png) no-repeat ;

        background-position:44px 6px;

}

#menue a.subNavi4ACT{

        
 		 background:url(../img/next-linkbg_.png) no-repeat ;

         background-position:44px 6px;
 
         padding:0px 0 0px 54px;

}

.logout_btn {margin-top:10px;}

.form_item_13 .required_item_star{
    color:#EFEFE7;
}

#layerStatusbericht {
	width: 590px;
	
	margin: -110px 0 0 -295px;
	position: fixed;
	z-index: 999999999;
	top: 40%;
	left: 45%;
	background: #f2f2f2;
	padding: 20px;
	box-shadow: 0 0 15px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #aaa;
}

* html #layerStatusbericht{
	position: absolute;
	border: 5px solid #a8a8a8;
}

#overlayLayer {
   position: fixed;
   z-index:999;
   top: 0px;
   left: 0px;
   height:4500px;
   width:100%;
}

* html #overlayLayer {
   position: absolute;
   height: expression(document.body.scrollHeight > document.body.
    offsetHeight ? document.body.scrollHeight : document.body.
    offsetHeight + 'px');
}

.overlay-bg {
   background-color:#000;
   -ms-filter: "Alpha(Opacity=80)";
   filter:alpha(opacity=80);
   -moz-opacity: 0.80;
   opacity: 0.80;
}
