 
/* html elements */

*                           {
                            margin:0;
                            padding:0;
                            }


body, html, #wrap, #main    {
                            margin-left:auto;
                            margin-right:auto;
                            font-family: "Trebuchet MS", Arial;                            font-size:12px;                    
                            }
body, html                  {
                            /*background:url(gui/bodyback.png);
                            background-repeat:repeat-x;
                            background-position:top;
                            background: #A6B4DB url(gui/bodyback.png) repeat-x fixed 0px 0px;*/
                            background-color:lime;
                            }
html                        {
                            background-attachment:scroll;
                            }

h1             {
                font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
                color:black;
                width:465px;
                font-size:16px;
                font-weight:bold;
                border-bottom:1px lime solid;
                margin-top:0;
                background-position:center left;
                background-repeat:no-repeat;
                padding-left:18px;
                }
h2             {
                font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
                color:black;
                font-size:14px;
                line-height:16px;
                font-weight:bold;
                background-position:center left;
                background-repeat:no-repeat;
                padding-left:12px;
                }
                
 h3             {
                font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
                color:black;
                font-size:12px;
                line-height:16px;
                font-weight:bold;
                background-position:center left;
                background-repeat:no-repeat;
                padding-left:19px;
                }



/* id div's */


#content a {
                color: red;
                /*font-weight:bold;*/
                text-decoration:none;
                }
#content a:hover {
                         color: thistle;
                         text-decoration:underline;
                         }
#wrap           {
                    height:98%;
                    width:923px;
                    background-color:mistyrose;
                    }


#head       {
                height:150px;
                border-top:1px mistyrose solid;
                background-color:lightpink;
                }
#head a {
        color: red;
        text-decoration:none; 
        }
                
#headleft  {
                width:146px;
                height:150px;
                margin-right:2px;
                margin-left:1px;
                float:left;
                background:url(../img/soy.de_Hi_head_left.jpg);
                }
#headmiddle     {
                       width:517px;
                       height:150px;
                       margin-right:1px;
                       float:left;
                       border-left:1px mistyrose solid;
                       border-right:1px mistyrose solid;
                       background:url(../img/soy.de_Hi_head_middle.jpg);
                       }
#headright      {
                      width:249px;
                      height:150px;
                      float:left;
                      margin-left:1px;
                      background:url(../img/soy.de_Hi_head_right.jpg);
                      }


#title          {
                  font-size:30px;
                  font-weight:normal;
                  padding:10px;
                  position:relative;
                  top:70px;
                  text-align:right;
                  color: aqua;
                  }

#title a      { color: aqua;
                text-decoration:none; 

                }

#title a:hover {
                
                color:red;
                text-decoration:none;
                background-color:thistle;

                }


#subtitle          {
                  font-size:18px;
                  font-weight:normal;
                  padding:10px;
                  position:relative;
                  top:50px;
                  text-align:right;
                  color: aqua;
                  }

.tagline        {
                   font-size:12px;
                   font-weight:normal;
                   text-align:right;
                   color:aqua;
                   line-height:30px;
                   position:relative;
                   /*width:660px;*/
                   margin-right: 10px;
                   }

.tagline a {
            color: aqua;
            text-decoration:none; 
            }
.tagline a:hover {
                color:red;
                text-decoration:none;
                background-color:thistle;
                }

.taglineform {
                margin-top:4px;
                 font-size:9px;
                   font-weight:normal;
                   text-align:right;
                   color:aqua;
                   line-height:30px;
                   position:relative;
                   margin-right: 10px;
              }                 

#styleswitcher a img {
                             border:none;
                             }
 
#topbar         {
                    height:30px;
                    border-bottom:1px mistyrose solid;
                    border-top:1px mistyrose solid;
                    background-color:lightpink;
                    color: aqua;
                    }
                     
#topbarleft  {
                width:150px;
                height:30px;
                float:left;
                }
#topbarmiddle     {
                       width:517px;
                       height:30px;
                       float:left;
                       }
#topbarright      {
                      width:249px;
                      height:30px;
                      float:left;
                      }

#footbarleft  {
                width:150px;
                height:30px;
                float:left;
                }
#footbarmiddle     {
                       width:517px;
                       height:30px;
                       float:left;
                       }
#footbarright      {
                      width:249px;
                      height:30px;
                      float:left;
                      }
                             
                             
#content        {
                     height:100%;
                     }


#contentleft    {
                     font-family:Tahoma, Verdana, Arial, Helvetica;
                     width:150px;
                     margin-right:1px;
                     float:left;
                     }


#contentmiddle  {
                        width:500px;
                        margin-right:1px;
                        padding:9px;
                        padding-top:10px;
                        padding-bottom:10px;
                        float:left;
                        }



#contentright   {
                       font-family:Tahoma, Verdana, Arial, Helvetica;
                       font-size:10px;
                       color:black;
                       padding-top:6px;
                       float:left;
                       }
#contentright a, .blockleft a {
                                        /*font-weight:bold;*/
                                        text-decoration:none;
                                        color:red;
                                        }
#contentright a:hover, .blockleft a:hover {
                                                          text-decoration:none;
                                                          color:thistle;
                                                          }
#footbar         {
                     height:30px;
                     border-bottom:1px mistyrose solid;
                     border-top:1px mistyrose solid;
                     background-color:lightpink;
                     color:aqua;
                     }


#footer     {
               /*height:30px;*/
               
               }             

/* classes */

.block {
         width:239px;
         margin-left: 2px;
         padding: 4px;
	      border: none;
        color:black;
         }


.blockleft {
              width:130px;
              margin-left:10px;
              padding: 2px;
              border: none;
              font-size:10px;
              /*background:url(pics/slick_sidefoot.png);*/
              background-repeat:no-repeat;
              background-position:bottom left;
              margin-top:5px;
              
              }
.blockleft img {
                    border:none;
                    }

.blockleft h2 {
                    font-size:14px;
                    margin-top:12px;
                    margin-bottom:6px;
                              
                     }

.block h3, .blockleft h3 {
                                 color: black;
                                 font-size: 12px;
                                 }
.block p {
            margin: 0px;
            }
.date {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
        }

.translateform {
                font-size:10;
                color: aqua;
                background-color: lightpink;
                }

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
                                                                                              text-decoration: none;
                                                                                              font-weight: bold;
                                                                                              color: red;
                                                                                              }
.entryfooter_linkdump a {
                                   text-decoration: none;
                                   font-weight: normal;
                                   color: red;
                                   font-size:9px;
                                   }
.entryfooter a:hover, .date a:hover {
                                                  text-decoration: underline;
                                                  font-weight: bold;
                                                  color: thistle;
                                                  }
.prevnext_links {
                       float: right;
                       color: black;
                       }
#content .entry { 
                       background-position:bottom right;
                       background-repeat:no-repeat;
                       }
.entry        {
                padding:5px;
                color: black;
                
                }  


.leftentry {
               color: black;
               padding:2px;
            }

.rightentry {
                padding-bottom:15px;
                width:227px;
                padding-left:10px;
                border:1px lime solid;
                background:none;
                line-height:15px;
                font-size:9px;
                }
.rightentry  a, .rightentry  a:visited {
                                                  color:red;
                                                  text-decoration:none;
                                                  }
.rightentry a:hover {
                           color:thistle;
                           }
.rightentry h1 {
                    height:30px;
                    width:207px;
                    padding-left:17px;
                    line-height:30px;
                    font-size:12px;
                    }
.rightentry h2 {
                    margin-top:10px;
                    font-size:12px;
                    }
                    
.entry h1   {
               
                line-height:30px;
                height:30px;
                }

.entry h2   {
                margin-top:12px;
                margin-bottom:5px;
                line-height:20px;
                }

.entry        {
                border:1px lime solid;
                margin-bottom:10px;
                padding-right:10px;
                background-color:mistyrose
                color:black;
                }
.rightentry {
                padding:5px;
                }
.entry p     {
                text-align:justify;
                }
.commententry {
                      border:1px mistyrose solid;
                      background-color:lime;
                      padding:10px;
                      margin-bottom:5px;
                      margin-right:33px;
                      }
.entryfooter, .commententryfooter, entryfooter_linkdump    {
                                                                                    color:black;
                                                                                    font-size:9px;
                                                                                    text-align:right;
                                                                                    margin-bottom:3px;
                                                                                    margin-top:15px;
                                                                                    }
.commentfooter {
                       border-top:1px mistyrose solid;
                       /*padding:2px; 
                       background: #EEE;*/
                       margin-bottom:5px;
                       margin-top:5px;
                       /*margin-left:33px;*/
                       }


.searchbox {
                font-size:10px;
                border-style: solid;
			          border-width: 1px;
			          background-color:lime;
                color:black;
                margin-left:15px;
                margin-top:6px;
               
                



            }

.result-searchbox, .commentarea {
                                                                                       border-top:1px #999 solid;
                                                                                       border-left:1px #999 solid;
                                                                                       border-bottom:1px lime solid;
                                                                                       border-right:1px lime solid;
                                                                                       background:url(pics/formback.png);
                                                                                       background-color:lime;
                                                                                       background-position:right;
                                                                                       background-repeat:repeat-y;
                                                                                       font-size:10px;
                                                                                       height:12px;
                                                                                       padding:2px;
                                                                                       }


                                                                                       .input{
                                                                                       
                                                                                       background:url(pics/formback.png);
                                                                                       background-color:lightpink;
color:;
                                                                                       
                                                                                       font-size:10px;
                                                                                       }
                                                                                       

.commentarea  {
                      height:75px;
                      }
.commentbutton, .searchbutton, .result-searchbutton {
                                                                            border-style:groove;
                                                                            font-size:10px;
                                                                            }
textarea            {
                        font-family:Tahoma, Verdana, Arial, Helvetica;
                        /*height:75px;*/
                        }
.entryfooter_linkdump    {
                                   border-top:1px #990000 dotted;
                                   text-align:left;
                                   color:#999;
                                   font-size:9px;
                                   margin-top:5px;
                                   }
.pivot-image  {
                   border:1px #ccc solid;
                   background:#fff; 
                   padding:5px;
                   /*margin:2px;*/
                   }

.pivot-popupimage  {                  
                   border:1px #ccc solid;
                   background:#fff; 
                   padding:5px;
                   margin:2px;
                   }

/* ACCESSIBILITY CHANGES - JM 2004/11/26 */
/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px;}

/* this is a bonus */
/* a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; } */


