html { overflow-x: hidden; overflow-y: scroll; }

body {
   background : #444;
   background:#666 url('/wmspub/images/header/back.jpg') fixed top no-repeat;
   font-family: arial;
   font-size  : 10pt;
   font-color : #031D6F;  
}

hr { height:1px;border:0px;}
	
a { color : #000000;text-decoration: none; }
a:link { color : #000000;text-decoration: none; }
a:hover { color : #d51e1e;text-decoration: none; }

.newsshortlist a:hover { color : #dddddd;text-decoration: none; }

.hover_white a:hover { color : #dddddd;text-decoration: none; }

.translayer {
   /* Transparant layer */
   width:852px;

   z-index : 0;
   position : absolute;
   visibility:hidden;
	
   background-color: #ffffff;
	
   opacity: 0.70; 
   filter: alpha(opacity=70); 
   -moz-opacity: 0.70; 
   MozOpacity = .70;
   -khtml-opacity: 0.70;

}

.contenttext { 
   margin-left:0px;
   padding-left:0px;
   width:843px;

   z-index : 0;
   position : relative;
   visibility:hidden;
}

.contentbottom { 
   z-index : 0;
   position : relative;
   text-align : center;
   width:843px;
   visibility:hidden;
}
	
.backgroundpreview {
   float: left; 
   padding:5px;
}
	
.top { 
/*   opacity: 0.99; 
   filter: alpha(opacity=99); 
   -moz-opacity: 0.99; */
   height:102px;
   width:982px;
   visibility:hidden;
}

/*--- ##### Menu TOP ##### ---*/
.menu1 { 
   align:right;
   width:982px;
   height:22px;
   background-color:#031D6F;
   padding-left:15px;
   border: 1px solid #777777;
   visibility:hidden;
}
.menu1 A { padding-left:10px;padding-right:10px;margin-right:4px;color : #ffffff; cursor:pointer;text-decoration:none; }
.menu1 A:link    { color : #ffffff; ; cursor:pointer; }
.menu1 A:active  { color : #e55e5e; cursor:pointer; }
.menu1 A:visited { color : #ffffff; cursor:pointer; }
.menu1 A:hover   { color : #031D6F; background-color:#ffffff; }
/* old color:ee2222 */

/* -- ##### Menu Left ##### */
.plantitem { text-indent: 10px;font-size:9pt; }

.menuleft { 
   z-index : 0;
   position : absolute;
   visibility:hidden;

   width:115px;

   margin-left:0px;
   padding-left:0px;
}
.menuleft A { 
   display:block;

   padding-left:10px;
   padding-top:4px;
   padding-bottom:4px;
   
   width:116px;
   margin-bottom:4px;
   cursor:pointer;
   text-decoration:none; 
   
   /*background-color: #ffffff;
   color : #031D6F;	*/
   background-color: #031D6F;
   color : #ffffff;
   
   border: 1px solid #777777;

   
   opacity: 0.99; 
   filter: alpha(opacity=99); 
   -moz-opacity: 0.99; 
}
.menuleft A:link    { color : #ffffff; cursor:pointer; }
.menuleft A:active  { color : #ff0000; cursor:pointer; }
.menuleft A:visited { color : #ffffff; cursor:pointer; }
.menuleft A:hover   { 
   background-color: #eeeeee;
   color : #031D6F; 
  
   opacity: 0.99; 
   filter: alpha(opacity=99); 
   -moz-opacity: 0.99; 
}
.menuleft-titel { 
   display:block;

   padding-left:10px;
   padding-top:4px;
   padding-bottom:4px;
  
   width:116px;
   margin-bottom:4px;
   background-color: #031D6F;
   color:#ffffff;
}


/* -- ##### PullDown Menu ##### */
.pdMenu {
   display:block;
   position:absolute;
   visibility:hidden;
   text-align:left;
   z-index:1;
   cursor:pointer;
}

.pdMenu a {
   display :block;
   width:150px;
   text-decoration: none;
   cursor:pointer;
   padding-left:10px;
   padding-right:10px;
   border-top:2px solid #dddddd;
   background-color:#031D6F;
   height:22px;
   color:#ffffff;

}

.pdMenu a:hover {
   display :block;
   background-color:#ffffff;
   color: #000000;
   cursor:pointer;
}
