/**

 * $Id$

 * Website Baker template: simple

 * This template is one of four basis templates distributed with Website Baker.

 * Feel free to modify or build up on this template.

 *

 * This file contains all CSS definitions required to display the template

 * in the Website Baker frontend.

 *

 * LICENSE: GNU General Public License

 *

 * @author     Ryan Djurovich, C. Sommer

 * @copyright  GNU General Public License

 * @license    http://www.gnu.org/licenses/gpl.html

 * @version    2.70

 * @platform   Website Baker 2.7

 *

 * Website Baker is free software; you can redistribute it and/or modify

 * it under the terms of the GNU General Public License as published by

 * the Free Software Foundation; either version 2 of the License, or

 * (at your option) any later version.

 *

 * Website Baker is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU General Public License for more details.

*/



body,td,th {

        font-family: Verdana, Arial, Helvetica, sans-serif;

        font-size: 12px;

       /* color: #073763;     */

       color: #191970;

}

body {

      background-image:url(elemente/bg08.jpg);


        margin: 9px;



}

a:link, a:visited, a:active {

        color: #191970;


        /* border-color:#999999;
        bottom: 1px solid #999999;
        text-decoration: none;

       text-decoration: none;
        letter-spacing:1px;
     background-color:#D9EDF5;*/

}

a:hover {



        text-decoration: none;

        /* color: rgb(255, 69, 0);

        font-weight: bold;  */

        /*border-bottom: 2px solid #0000CD;*/
        
       border-bottom: 2px solid #FF0000;

}

form {

        margin: 0;

}

h1, h2, h3, h4, h5 {

        margin: 5px 0px 5px 0px;

}

.header {

        background-image:url(elemente/header01_blau.jpg);

        background-repeat:no-repeat;

        background-position:bottom;

        vertical-align: middle;

        text-align: center;

        color: #000000;

        height: 50px;

        font-size: 2px;



}

.menu {

      background-image:url(elemente/bg08.jpg);

        padding: 10px;

        width: 150px;

        vertical-align: top;

        font-size:12px;

}

.menu ul, .menu li {

        list-style-type: none;

        display: block;

        margin: 0;

        padding: 0;

        padding-left: 5px;

}

.menu_current {

         /* font-weight: bold;  */

          text-decoration: none;

          /*border-bottom: 2px solid #0000CD;*/
          
          border-bottom: 2px solid #FF0000;

}

.menu_default {


        text-decoration: none;

}

.highlight {

        background-color: #D0D0D0;

}

.content {

       background-image:url(elemente/bg08.jpg);

        padding: 20px;

        height: 400px;

        vertical-align: top;

}

.footer {

        background-image:url(elemente/bg08.jpg);

        text-align: left;

        font-size: 15px;

        font-weight: bold;

        color:#000000;

        height: 20px;





}

td.footer_u {

        background-image:url(elemente/bg08.jpg);

       /* background-repeat:no-repeat;

        text-align: right; */

        font-size: 11px;

        color:#000000;

       /* height: 20px;      */

}

input.suchfeld

{

         border-style:solid;
         color: #073763;
         border-color:#999999;
         background-color: #FFFAFA;

}



input

{

         border-style:solid;
         color: #073763;
         border-color:#999999;
         background-color: #FFFAFA;
         border-width:1px;


}



textarea

{

         border-style:solid;
         color: #073763;
         border-color:#999999;
         background-color: #FFFAFA;
         border-width:1px;

}



input.knopf

{

         border-style:solid;
         color: #073763;
         border-color:#999999;
         background-color: #CCCCCC;
         border-width:1px;


}

.orange
{
color:#FF4500;
}

.schwarz
{
color:#000000;
}

.orange_fett
{

color:#FF0000;
/*color:#0000CD;*/
font-weight: bold;
}

._zitat

{
font-style:italic;
font-style:oblique;
}

hr

{
color:#494949;
border-color:#494949;
bottom: 2px solid #494949;

}