/* ALLGEMEIN */

body {
    background-image: url(/web/20240227044332im_/https://www.foodlaw.ch/images/hg_main.jpg);
    background-position: 50% 0%;
    background-color: #ffffff;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family:  Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #ffffff;
    }

div#menucontainer{

    background-repeat: no-repeat;
    width: 950px;
    height: 80px;
    line-height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    }

span.menu{
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    }

span.red{
    color: #cc0000;
    }

div#maincontainer{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    }

div#foto{
    width: 950px;
    }

img.bild_links{
    margin-left: 0px;
    border: 1px solid #666666;
    margin-bottom: 20px;
    }

div#inhaltlinks{
    float: left;
    width: 250px;
    margin-right: 20px;
    }

div#stempel{
    float: left;
    width: 150px;
    height: 300px;
    }

div#inhalt{
    float: left;
    width: 760px;
    text-align: left;
    padding: 20px;
    }

div#bottom{
    width: 910px;
    padding: 20px;
    padding-top: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    font-size: 12px;
    color: #666666;
    }


.stop{
    clear: both;
    }

.nichtsehen { display:none; }

/* menu.php */
           ul.menu {
                   list-style: none;
                   padding: 0;
                   margin: 0;
                   height: 50px;
                   line-height: 50px;
                   float: right;
           }

           ul.menu li{
                   float: left;
                   text-align: center;
                   line-height: 50px;
           }

           ul.menu li a{
                   float: left;
                   text-align: center;
                   line-height: 50px;
                   padding-left: 20px;
                   padding-right: 20px;
           }

           ul.menu li.ro a{
                   float: left;
                   background-image: url(/web/20240227044332im_/https://www.foodlaw.ch/images/hg_menubutton.gif);
                   background-repeat: no-repeat;
                   background-position: 50% 0%;

                   text-align: center;
                   line-height: 50px;
                   padding-left: 20px;
                   padding-right: 20px;
           }


/* home.php */

.links{
    float: left;
    margin-top: 30px;
    padding: 10px;
    width: 220px;
    border: 0px solid #fff;
    background-color: #333333;
    margin-right: 50px;
    }

.welcome{
    float: left;
    margin-top: 30px;
    padding: 10px;
    width: 510px;
    border: 0px solid #fff;
    background-color: #333333;
    }

/* inhalt*/

div#bildinhalt{
    float: left;
    width: 240px;
    margin-right: 50px;
    }

div.bildedit{
    margin-left: -20px;
    }

img.bildinhalt{
    border: 5px solid #fff;
    }

div#textinhalt{
    float: left;
    width: 530px;
    }

/* links */

/* allgemein */
a:link {color:#cc0000; text-decoration:none;}
a:visited {color:#cc0000; text-decoration:none;}
a:active {color:#cc0000; text-decoration:none;}
a:hover {color:#cc0000; text-decoration:underline;}

/* menu */
a.menu:link {color:#000000; text-decoration:none;}
a.menu:visited {color:#000000; text-decoration:none;}
a.menu:active {color:#000000; text-decoration:none;}
a.menu:hover {color:#cc0000; text-decoration:none;}

/* menu active */
a.menuro:link {color:#cc0000; text-decoration:none;}
a.menuro:visited {color:#cc0000; text-decoration:none;}
a.menuro:active {color:#cc0000; text-decoration:none;}
a.menuro:hover {color:#cc0000; text-decoration:none;}

/* bottom */
a.bottom:link {color:#666666; text-decoration:none;}
a.bottom:visited {color:#666666; text-decoration:none;}
a.bottom:active {color:#666666; text-decoration:none;}
a.bottom:hover {color:#666666; text-decoration:underline;}

/* Formulare */

form{
    margin: 0px;
    padding: 0px;
    }

.submit_login{
    width: 100px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #fff;
    background-color: #006699;
    margin: 20px;
    color: #fff;
    }

.input {
   width: 300px;
   margin-left: 20px;
   margin-bottom: 4px;
   margin-top: 4px;
   font-family:  Tahoma, Arial, Verdana, sans-serif;
   border: 1px solid #000000;
   background-color: #CCCCCC;
   font-size: 14px;
   }

.inputred {
   width: 300px;
   margin-left: 20px;
   margin-bottom: 4px;
   margin-top: 4px;
   font-family:  Tahoma, Arial, Verdana, sans-serif;
   border: 1px solid #000000;
   background-color: #FB3636;
   font-size: 14px;
   }

.textbox {
   width: 300px;
   height: 50px;
   margin-left: 20px;
   margin-bottom: 4px;
   margin-top: 4px;
   font-family:  Tahoma, Arial, Verdana, sans-serif;
   border: 1px solid #000000;
   background-color: #CCCCCC;
   font-size: 14px;
   }

.textboxred {
   width: 300px;
   height: 50px;
   margin-left: 20px;
   margin-bottom: 4px;
   margin-top: 4px;
   border: 1px solid #000000;
   background-color: #FB3636;
   font-family:  Tahoma, Arial, Verdana, sans-serif;
   font-size: 14px;
   }

.textboxbig {
   width: 500px;
   height: 250px;
   margin-left: 20px;
   margin-bottom: 4px;
   margin-top: 4px;
   font-family:  Tahoma, Arial, Verdana, sans-serif;
   border: 1px solid #000000;
   background-color: #CCCCCC;
   font-size: 14px;
   }

.textboxbigred {
   width: 500px;
   height: 250px;
   margin-left: 20px;
   margin-bottom: 4px;
   margin-top: 4px;
   border: 1px solid #000000;
   background-color: #FB3636;
   font-family:  Tahoma, Arial, Verdana, sans-serif;
   font-size: 14px;
   }

/* überschriften */

h1{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    }

.strich{
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
    }

.news_datum{
    float: right;
    font-size: 10px;
    color: #999999;
    }

.back{
    float: left;
    width: 50%;
    text-align: center;
    }

.vor{
    float: right;
    width: 50%;
    text-align: center;
    }