/
******************************************************************************
*                                                                            *
*                                                                                               *
*                             TEMPLATE STYLES                                *
*                                                                                               *
*                                                                                               *
*                                                                                               *
******************************************************************************
/

/*** CONTAINER ***/

div#container
{
        width: 1000px;
        height: 600px;
        background-color: silver;
}

/**** END CONTAINER ****/


/*** HEADER ***/

div#header
{
        width: 1000px;
        height: auto !important;  /* für moderne Browser */
        min-height: 150px;
        height: 150px; /*für IE */
        margin-bottom: 2px;
}

div#header_logo
{
        width: auto !important;  /* für moderne Browser */
        min-width: 150px !important;  /* für moderne Browser */
        width: 150px; /* für IE */
        height: auto !important;  /* für moderne Browser */
        min-height: 150px !important;  /* für moderne Browser */
        height: 150px; /* für IE */
        float: left;
}

div#header_banner
{
        width: auto !important;  /* für moderne Browser */
        min-width: 850px !important;  /* für moderne Browser */
        width: 850px; /*für IE */
        height: auto !important;  /* für moderne Browser */
        min-height: 150px !important;  /* für moderne Browser */
        height: 150px;
        float: left;
}

/**** END HEADER ****/


/*** NAVIGATION ***/

div#navigation
{
        width: 195px;
        height: auto !important;  /* für moderne Browser */
        min-height: 620px !important;  /* für moderne Browser */
        height: 645px; /*für IE */
        float: left;
        margin-right: 2px;
        padding-top: 25px;
        background-color: gold;
}


div#navigation li
{
        list-style: none;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
}

*html div#navigation li
{
         margin: 0px;
         margin-bottom: -10px;
         padding: 0px;
}

*html div#navigation ul
{
}

div#navigation a
{
        font-family: Arial, Helvetica, sans serif;
        font-size: 11pt;
        color: black;
        text-decoration: none;
        font-weight:bold;
        display: block;
}

div#navigation a:hover
{
        text-decoration: underline;
}

div#navigation .level2
{
font-size:10pt;
margin-left:5px;
}

/**** END NAVIGATION ***/

/*** MENU BAR ***/
div#menu_bar
{
        width: 802px;
        height: auto !important;  /* für moderne Browser */
        min-height: 40px !important;  /* für moderne Browser */
        height: 40px; /* für IE */
        margin-bottom: 5px;
        float: left;
        background-color: blue;
}

div#menu_bar a
{
        font-family: Arial, Helvetica, sans serif;
        font-size: 11pt;
        font-weight: black;
        color: black;
        text-decoration: none;
        margin-top: 8px;
        margin-left: 10px;
        margin-right: 10px;
        font-weight:bold;
}

div#menu_bar a:hover
{
        text-decoration: underline;
}

div#menu_bar ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

div#menu_bar li
{
float: left;
margin: 3px;
padding: 3px;
}

/**** END MENU BAR ****/


/*** CONTENT ***/
div#content
{
        width: 790px;
        height: auto !important;  /* für moderne Browser */
        min-height: 600px !important;  /* für moderne Browser */
        height: 600px; /* für IE */
        float: left;
        background-color: silver;
        padding: 5px;
}

div#content_normal
{
        width: 100%;
        height: auto;
        font-family: Arial, Helvetica, sans serif;
        font-size: 12pt;
        line-height: 16pt;
        color: black;
        background-color: red;
}

div#content_2_columns
{
        width: 100%;
        height: auto;
        font-family: Arial, Helvetica, sans serif;
        font-size: 12pt;
        line-height: 16pt;
        color: black;
}

div#content_left
{
        width: 44%;
        height: auto !important;  /* für moderne Browser */
        padding-left: 3%;
        padding-left; 3%;
        float: left;
}

*html div#content_left
{
        width: 50%;
}

div#content_right
{
        width: 44%;
        height: auto !important;  /* für moderne Browser */
        padding-right: 3%;
        padding-left: 3%;
        float: left;
}

*html div#content_right
{
        width: 50%;
}

* {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
text-decoration:none;
}

