/*
#komodoheader v0.3
###############################################################################
#
# File:         page.css
# Description:
# Created_On:   Sun Nov 30 10:11:03 2008
# Created_By:   Rudolf Horbas (rhorbas@hypotext.de)
# Modified_On:
# Modified_By:
# Language:     CSS
# Encoding:     UTF-8
# Status:       dev
# (c) Copyright 2008, hypotext all rights reserved.
#
###############################################################################

neu So Nov 30 10:11:14 2008
Rotbraun:#B10000
Orange:  #FF9F00
Grau:    #D4D0C8

Beige:      #d3cfc8
Beige hell: #eeebdf
Beige:      #faf9f5
Gelb:       #f6a607
Weinrot:    #b0131f
Blau:       #00478d
Orange:     #df681f
hellblau:   #8ab5c1

*/

h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0em 1em 0em;
}

*
{
    font-family: verdana, arial, helvetica, sans-serif;
}

#screen
{
    font: normal 0.8em verdana, arial, helvetica, sans-serif;;
    background-color: #ffffff;
}

#header
{
    background-color: #ffffff;
    background-image: url(/ha/img/layout/header_950x50.jpg);
}

#navi_sub
{
    background-color: #ffffff;
}

#navi_service
{
    background-color: transparent !important;
    float: right;
    max-width: 600px;
    height: 18px;
    text-align: right;
}

#navi_service li
{
    display: inline;
    margin-left: 5px;
    padding-left: 5px;
}

#navi_service a
{
    color: #B6B2AB;
    text-decoration: none;
}

#navi_breadcrumbs
{
    background-color: #ffffff;
    color: #d3cfc8 !important;
}

#navi_breadcrumbs a
{
    color: #d3cfc8 !important;
    text-decoration: none;
}

#navi_right
{
    background-color: #EBF3DC;
}

#content
{

}

.clear
{
}

#footer
{
    color: #B6B2AB;
    background-color: #ffffff;
    margin-top: 30px;
}

#footer ul
{
    display: inline;
    margin-right: 10px;
}

#footer li
{
    display: inline;
    margin-left: 5px;
    padding-left: 5px;
}

#footer a
{
    color: #B6B2AB;
    text-decoration: none;
}


/* Navigation oben */


#navi_main_container {
    height: 45px;
    margin-top: 0px;
    background: #EBF3DC !important;
    border-bottom: 1px solid #d3cfc8;
}

#navi_main
{
    position: relative;
    top: 0;
    width: 951px;
    height: 45px;
    list-style: none;
}


#navi_main li, #navi_sub li
{
    float:left;
    height: 22px;
    line-height: 22px;
    /*border-right: 1px solid #ffffff !important;*/
}

#navi_main li ul
{
    position: absolute;
    margin-top: 0px;
    left: 0;
    display:none;
    width: 950px;
    list-style: none;
    background: #EBF3DC;
}

#navi_main ul li:last-child
{
    border-right: none !important;
}

#navi_main a.topn:link,
#navi_main a.topn:visited
{
    display:block;
    min-width: 135px;
    height: 22px;
    line-height:22px;
    text-align:center;
    font-weight:bold;
}

#navi_main li ul a
{
    float: left;
    border: 0;
    font-weight: normal;
    width: auto;
    margin-right: 10px;
    color: #ffffff;
}

#navi_main li.active ul
{
    display: block;
}

#navi_main li:hover ul,
#navi_main li.over ul
{
    display: block;
    z-index: 60;
}

#navi_main li.active ul
{
    display:block;
}

#navi_main li ul li a
{
    background-color: #EBF3DC !important;
}

#navi_main li.active li.active a
{
    font-style: italic;
    background-color: #EBF3DC !important;
    font-weight: bold !important;
}

#navi_main ul li a:link,
#navi_main ul li a:visited
{
    display:block;
    padding: 0 20px;
    font-size: 10px;
    font-weight: bold;
}


#navi_main li ul li a
{
    background-color: #EBF3DC;
    margin-right: 1px;
    width: auto !important;
    font-weight: normal !important;
    padding: 0 7px !important;
}


#navi_main a.topn:hover,
#navi_main a.topn:active,
#navi_main a.topn:focus,
#navi_main li.active a.topn:link,
#navi_main li.active a.topn:visited
{
    background: #EBF3DC;
    color: #000000;
    background-image: url(/ha/img/layout/trennstrich.gif);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration:none;
}

#navi_main li.nobg a
{
    background-image: none !important;
}


#navi_main > li.active
{
    background-color: #BEA86F;
    margin: 1px 0px;
    text-align:center;
}


#navi_main a.active
{
    color: #000000;
    text-decoration: none;
}

#navi_main li.inactive a
{
    color: #000000;
    text-align:center;
    text-decoration: none;
    background-color: #A3C3E9;
}

#navi_main li.inactive a:hover
{
    color: #000000;
    font-weight: bold !important;
}

#navi_main li a
{
background-image: url(/ha/img/layout/trennstrich.gif);
background-repeat: no-repeat;
background-position: right center;
}

#navi_main li:last-child a
{
background-image: none !important;
}

/*  ------navi_sub------  */

#navi_sub li
{
    background-color: #ffffff;
    font-size: 0.8em;
}

#navi_sub a
{
    color: #000000;
    text-decoration: none;
}

#box_search
{
    background-color: #EBF3DC;
    border: 1px solid #d3cfc8;
    border-top: none;
}

#box_search_input
{

}

#box_search_input_image
{

}

.navi_right_box
{
    border-bottom: 1px solid #D4D0C8;
    background-color: #EBF3DC;
    width: 287px;
}

.navi_right_box h3
{
    font-weight: bold;
    color: #484848;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 16px;
    background-color: transparent !important;
    width: auto !important;
    border: none;

    padding: 5px 0px 5px 5px;
}

a.more, a.more:visited
{
    font-weight: bold;
    color: #ff0000;
    background-image: url(/ha/img/layout/arrow-right.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
}



/* content styles */

#content .teaser
{

}

#content h1,
#content h2,
#content h3,
#content h4
{
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

/* ICONS FUER RUBRIKEN */

h2.medizin
{
border-left: none !important;
padding-left: 23px !important;
background-image: url(/ha/img/icons/cat_medizin.gif);
background-repeat: no-repeat;
background-position: left center;
}

h2.politik
{
border-left: none !important;
padding-left: 23px !important;
background-image: url(/ha/img/icons/cat_politik.gif);
background-repeat: no-repeat;
background-position: left center;
}

h2.wirtschaft
{
border-left: none !important;
padding-left: 23px !important;
background-image: url(/ha/img/icons/cat_wirtschaft.gif);
background-repeat: no-repeat;
background-position: left center;
}
