/**
 * $Id$
 * Website Baker template: allcss
 * 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: #000000;
}
body {
        background-color: #036;
        background-image: url(images/julisbg.jpg);
        background-repeat: repeat;
        margin: 10px;
}
a:link, a:visited, a:active {
        color: #036;
        text-decoration: underline;
}

a:hover {
        color: #369;
        text-decoration: underline;
}
hr {
        margin: 15px 0px 15px 0px;
        color: yellow
        height: 1px;
        width: 100%;
}
h1 {
        font-size: 18px;
        color: #036;
        margin: 5px 0px 5px 0px;

}
h2 {
        font-size: 15px;
        color: #369;
        margin: 15px 0px 5px 0px;
}

h4{
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        border: 2px solid Yellow;
        padding: 2px 4px;
        font-weight: bold;
        color: #003399;
}

form {
        margin: 0;
}
.header {
        width: 750px;
        height: 100px;
        background-color: #103482;
        vertical-align: top;
}
.menu {
        vertical-align: top;
        background-color: yellow;
        width: 180px;
        color: yellow;
        padding: 0px;
}
.menu ul, .menu li{
        list-style-type: none;
        margin: 0;
        padding: 0;
        color: yellow;
        font-size: 13px;
}
.menu ul {
        border-bottom: 0px;
        background-color: #036;
}
.menu ul ul {
        padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
        padding: 4px 10px 4px 10px;
        color: yellow;;
        display: block;
        background-color: #036;
        text-decoration: none;

}
.menu a:hover {
        background-color: #369;
        text-decoration: none;
}
.menu_current {
text-shadow: #000000;
        font-weight: bold;
        text-transform: uppercase;
background-color: #D0D0D0;
}
.highlight {
        background-color: #D0D0D0;
}
.border {
        font-size: 1px;
        height: 1px;
}
.login {
        padding: 2px 10px 2px 10px;
        font-size: 8px;
        background-color: #103482;
        color: #FFFFCC;
        text-align: center;
}
.login input {
        width: 95%;
        font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
        color: #DDD;
        text-decoration: none;
}
.login a:hover {
        color: #FFF;
        text-decoration: none;
}
.powered_by {
        padding: 3px 0px 0px 15px;

}
.content {
        padding: 10px;
        background-color: #ffffcc;
        height: 600px;
        vertical-align: top;
        text-align: left;
}




.footer {
        padding: 5px;
        height: 15px;
        width: 600px;
        background-image: url(images/ecunge.png);
        background-color: yellow;
        background-repeat: no-repeat;
        color: blue;
        vertical-align: center;
        text-align: center;
}



.kopfmenu {
        padding: 5px;
        height: 15px;
        width: 600px;
        background-image: url(images/ecobge.png);
        background-color: yellow;
        background-repeat: no-repeat;
        color: blue;
        vertical-align: center;
        text-align: center;
}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES OBEREN MENÜS
* AUSRICHTUNG, KEINE LISTENSYMBOLE, AKTIVE ELEMENTE IN WEISSER SCHRIFT
***************************************************************************/
#navigation1 ul{

  list-style: none;
vertical-align: center;
        text-align: center;

}

#navigation1 ul li a {
color: #103482;
float: left;
font-size: 10px;
font-weight: 700;
text-decoration: none;
padding: 0;
list-style-type: none;
padding: 0 1em;
vertical-align: center;
        text-align: center;

}

#navigation1 ul li a.aktiv,#navigation1 ul li a:hover,
#navigation1 ul li a:active {
color: #fff;
padding: 0 1em;
list-style-type: none;
vertical-align: center;
        text-align: center;

}

/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES HAUPTMENÜS
* KEINE LISTENSYMBOLE, ABSTÄNDE ZU DEN RÄNDERN
**************************************************************************/
#navigation2 p, #news p { margin: 0 0 1em 0; }

#navigation2 ul li {
display: block;


}

#navigation2 ul li a {
color: red;
text-decoration: none;
padding: 0 1em;
font-size: 50px;
}

#navigation2 ul li a.aktiv,#navigation2 ul li a:hover,
#navigation2 ul li a:active {
text-decoration: underline;
}

#inhalt h2 { margin: 0 0 .5em 0; }
