/* Stylesheet "WiTag" Zum Anfang ein paar Grundeinstellungen */

body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
}
body {
        background-color: #FFF;
        margin: 10px;
}
a:link, a:visited, a:active {
        color: #004494;
        text-decoration: none;
}
a:hover {
        text-decoration: none;
        color: #B1C800;
}
hr {
        height: 1px;
        color: #004494;
        background-color: #004494;
        border: 0;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #004494;font-weight:normal}
h1          {font-size:1.5em;}
h2          {font-size:1.4em;}
h3          {font-size:1.3em;}
h4          {font-size:1.2em;}
h5          {font-size:1.1em;}
h6          {font-size:1.0em;}

form {
        margin: 0;
}



/* Hier die einzelnen Container */

#box { /* Der Grundcontainer */
        width: 999px;
                height: 540px;
        background: #FFF;
}

#leftline1 {
        float: left;
        width: 25px;
        height: 144px;
        background: #004494;

}

#leftline2 {
        float: left;
        margin-top: 100px;
        margin-left: -25px;
        width: 25px;
        height: 456px;
        background: #004494;

}

#headline {
        margin-left:25px;
        height: 144px;
        background: transparent url(../../media/basis/witag.jpg) left no-repeat;
}

#weissraum {
        height: 50px;
        border-left: 25px;
        border-left-color: #004494;
        border-left-style: solid;



 }


#menu { /* Menuleiste*/
        float: left;
        width: 230px;
        margin-left: 0px;
        border-left: 25px;
        border-left-color: #004494;
        border-left-style: solid;

        padding-left: 5px;

        line-height:150%;
        color: #004494;
}

#thema { /* hier geht die aktuelle �berschrift hin */
        float:left;
        width: 460px;
        text-align: left;
        height: 46px;
}

#content { /* hier geht der Seiteninhalt hin */
        /*position:relative;*/
        /*margin-left:265px;*/
        float:left;
        width: 465px;
        text-align: left;
        height: 290px;
        overflow: auto;
}

.content_head{
        color: #004494;
        font-weight: bold;
}
#news{
        float: right;
        width: 220px;
        text-align: left;
        font-size: 0.8em;
        height: 346px;
        overflow: auto;
        background: #D6DBEF;

}

#kontakt{
        float: right;
        width: 220px;
        text-align: left;
        font-size: 80%;
        color: #004494;

}

#bottomline{
        clear:both;
        height: 55px;
        background: transparent url(../../media/basis/linie_witag_u.gif) left no-repeat;
}


#foot {
        font-size: 85%;
        color: #004494;
        text-align: right;
}


/* Einstellungen für die einzelnen Container */

/*Menus*/
#menu ul {
        padding-left: 0px;

        list-style-type: none;
        margin: 0;
}
#menu ul ul{
        padding-left: 15px;
}
#menu ul ul ul {
        padding-left: 30px;
}
#menu li {
        border: 0px;
}
#menu li li{
        border: 0px;
}
#menu li li li{
        border: 0px;
}


.menu_current {
        font-weight: bold;
}

#menu ul li a.menu_current
{
color: #B1C800;
}


.login a:link, .login a:visited, .login a:active {
        display: inline;
        background-color: #DDDDDD;
        color: #000000;
        text-decoration: none;
        padding: 0;
}
.login input {
        font-size: 10px;
}
