.mail {
    border: 0px solid black;    
}

/******************************/
/************ BODY ************/
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    text-decoration: none;
    background-color: #cccccc;
    padding:10px 0 0 0;
    /*background-image: url(../images/body_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;*/
} 
 
/******************************/
/************ MAIN ************/
#Main {
    width:990px;
    height:200px;
    margin-left:auto;
    margin-right:auto;
}
                        
/************/
/* MAIN TOP */
#Main_Top {                
    background-image: url(../images/main_top.png);
    background-repeat: no-repeat;
    background-position: left top;
    height:33px;
    width:990px;
}

/***************/
/* MAIN MIDDLE */
#Main_Middle {
    float:left;
    background-image: url(../images/main_center.png);
    background-repeat: repeat-y;
    background-position: left bottom;
    width:990px;
}

/*************/
/* MAIN LOGO */
#Main_Logo {
    float:left;
    height:200px;
    width:988px;
    margin-left:1px;
}

/***************/    
/* MAIN MENU */
#Main_Menu {
    padding-top:8px;
    float:left;
    background: url(../images/main_menu.png) 100% 0 no-repeat;
    height:33px;
    width:988px;    
    margin-left:1px;    
}

/***************/    
/* MAIN BOTTOM */
#Main_Bottom {
    float:left;
    background: url(../images/main_bottom.png) 0 100% no-repeat;
    height:33px;
    width:990px;
    margin-bottom:15px;
}
/* MAIN BOTTOM TEXT */
#Main_Bottom_Text {
  background-color:transparent;
  padding-top:11px;
  text-align:center;
  color: white;  
  font-size: 11px;
}  
/* MAIN BOTTOM TEXT LINK */    
#Main_Bottom_Text a {
  color: white;
  text-decoration:none;
  padding-right:5px;
}    
/************ MAIN END ************/
/**********************************/
 

/**************************************/
/************ CONTENT LEFT ************/
#Content_Left {
    float:left;
    background-color: transparent;
    width: 200px;
    margin-left:10px;
}

/***** LOGIN *****/
.searchtext {
    background: url(../images/input_bg.jpg) repeat-x;
    border:1px solid white;
    border-right:1px solid black;
    border-bottom:1px solid black; 
    width:145px;
    color:black;
    margin-left:1px;
}
#Login{
   float:left;
   font-size:12px;
   color:black;
   text-align:left;
   margin:0px 0px 10px 0px;
   width:200px;
}
#Login legend {
   color:white;
   border:1px solid #787D78;
   background:#30498F;
   padding:4px;
   width:170px;
   text-align:center;
}                
#Login input{
   background: url(../images/input_bg.jpg) repeat-x;
   border:1px solid white;
   border-right:1px solid black;
   border-bottom:1px solid black; 
   width:165px;
   color:black;
   margin-left:6px;
} 
#Login label{
    text-align:center;
    font-weight:normal;
}

/***** MENU LEFT *****/
#Menu_Left {
  float:left;
  font-size:12px;
  text-align:left;
  margin:0px 0px 10px 0px;
  width:200px;
}
#Menu_Left legend {
   font-size:12px;
   color:white;
   border:1px solid #787D78;
   background:#30498F;
   padding:4px;
   width:170px;
   text-align:center;
}  

/***** SEARCH *****/
#Search{
   float:left;
   font-size:12px;
   color:black;
   text-align:left;
   margin:0px 0px 10px 0px;
   width:200px;
}
#Search legend {
   color:white;
   border:1px solid #787D78;
   background:#30498F;
   padding:4px;
   width:170px;
   text-align:center;
}                
 
#Search label{
    text-align:center;
    font-weight:normal;
}

/***** Slidshow *****/
#Slidshow {
  float:left;
  font-size:12px;
  text-align:left;
  margin:0px 0px 10px 0px;
  width:200px;
}
#Slidshow legend {
   font-size:12px;
   color:white;
   border:1px solid #787D78;
   background:#30498F;
   padding:4px;
   width:170px;
   text-align:center;
}  

/************ CONTENT LEFT END ************/
/******************************************/
  

/**************************************/
/************ CONTENT MAIN ************/
#Content_Main {
  float:left;
  width:760px;
  border:0px solid #FFFFFF;
  margin-left:8px;
  margin-right:8px;
  margin-top:8px;
}
#Content_Main a, a:visited, a:link, a:hover {
  color:blue;
}    
#Content_Main img {
  color:white;
  border:0px white;
}
/************ CONTENT MAIN ************/
/**************************************/  
              

/**************************************/
/************ CONTENT MAIN ***********
#Content_Right {
    float: left;
    width: 160px;
    border-left: 1px solid #787D78;
    padding-left: 4px;
}

#Content_Right h1 {
    float: left;
    font-size:12px;
}                                     */
/************ CONTENT MAIN ************/
/**************************************/  
  
    
/**********************************/
/************ Referenz ************/
.wtgallery_list_firstofrow {
    display: table; 
    border: 1px solid #30498F;
    width: 120px;
    height: 60px;
    margin: 2px;  
    position: relative;
    padding: 0px;
}
.wtgallery_list_centerofrow {
    display: table; 
    border: 1px solid #30498F;
    width: 120px;
    height: 60px;
    margin: 2px;      
    position: relative;
    padding: 0px;                                
}
.wtgallery_list_lastofrow {
    display: table; 
    border: 1px solid #30498F;
    width: 120px;
    height: 60px;
    margin: 2px;
    position: relative;
    padding: 0px;           
}    
.wtgallery_list_container {
    _position: absolute; 
    _top: 50%; 
    display: table-cell; 
    vertical-align: middle;
}
/************ Referenz ************/
/**********************************/
