/* LINKE SPALTE */
/* Kurztitel */
#caption
{
    color: #ffffff;
    height: 150px;
    padding: 10px;
    margin: 0px;
	font-size: 1em;
}

/* Navigation */
div#nav
{
    width: 160px;
    padding: 0px 10px;
    margin: 0px;
}
div#nav a
{
    display: block;
    border-bottom-color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 2px;
}
div#nav a:focus, div#nav a:hover, div#nav a:active
{
    background: #ffffff;  /* background-color funktioniert im IE7 nicht */
    color: #00892a;
}
div#nav a.level1
{
    width: 156px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
div#nav a.level2
{
    width: 150px;
    margin-left: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
div#nav a.level3
{
    width: 144px;
    margin-left: 12px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
div#nav a.level4
{
    width: 138px;
    margin-left: 18px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
div#nav a.level5
{
    width: 132px;
    margin-left: 24px;
}

div#nav a#active
{
    background-color: #ffffff;
    color: #00892a;
}

/* Suche */
div#search
{
    width: 160px;
    padding: 10px;
}
div#search form
{
    background-color: #ffffff;
}
div#search form input#query
{
    background: #ffffff;
    border: none;
    vertical-align: top;
    color: #00892a;
    font-weight: bold;
}

/* Login */
div#login
{
    width: 170px;
    text-align: right;
    vertical-align: top;
    padding: 5px;
}

