/* 
Document   : MenuFormat
Created on : 19.06.2009, 15:56:03
Author     : Kai Pancratz
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
++++++++++++++++++++
CSS Teil I
++++++++++++++++++++

Menue-styles fuer non-IEs
Achtung:
Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/


a {
    color: white;
}

a:hover{
    color: white;

}

#menuebox {
    position: relative;
    height: 30px;
    width: 60em;
}

.stupidie {
    display: none;
}

#menue {
    position:absolute;
    top: 0px;
    left: 0;
    z-index: 200;
}

#menue .aussen {
    float: left;
    display: block;
    overflow: hidden;
    width: 10em;
    height: 1.6em;
    padding-top: 2px;
    text-align: center;
    background-color: #808080;
    color: white;
    border: 1px solid white;
}

#menue .aussen:hover {
    height: auto;
    background-color: #001f5d;
    border-bottom: 0.1em solid #001f5d;
    color: white;
}

#menue .aussen1 {
    float: left;
    display: block;
    overflow: hidden;
    width: 10em;
    height: 1.6em;
    padding-top: 2px;
    text-align: center;
    background-color: #808080;
    color: white;
    border: 1px solid white;
}

#menue .aussen1:hover {
    height: 1.6em;
    background-color: #001f5d;
    border-bottom: 0.1em solid #001f5d;
    color: white;
}

span.menutag {
    display: block;
    cursor: default;
    height: 1.6em;
}

a.innen-1 {
    margin-top: 2px;
}

a.innen-last {
    
}

a.innen, a.innen-1 {
    border-bottom: 0.1em solid white;
}

a.innen, a.innen-1, a.innen-last {
    display: block;
    width: 10em;
    padding: 3px 0.1em;
    text-decoration: none;
    font-weight: normal;
    background-color: #EFEFEF;
    color: black;
}

a:hover.innen, a:hover.innen-1, a:hover.innen-last {
    background-color: #001f5d;
    color: white;
}


/*-----------------MENU für kleiner IE7 ------*/
* html #menuebox {
position: relative;
height: 30px;
width: 600px;
}

* html #menue {
    display:none;
}

* html .stupidie {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

* html a.auss {
    float: left;
    display: block;
    width: 9.9em;
    height: 2em;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-color: #808080;
    color: white;
    border: 1px solid;
    border-color: white;
    padding-top:3px;
}


* html a:hover.auss {
    overflow: visible;
    background-color: #001f5d;
    color: white;
}

* html a:hover.auss table {
    display: block;
    /*margin-top: 3px;*/
    background-color: #001f5d;
    color: white;
    border-collapse: collapse;
}

* html a.inn {
    display: block;
    width: 9.7em; /* fuer 5er IEs anpassen, sonst 'zuckt' es */
    padding: 3px;
    /*font-size: 100%;*/ /* fuer 5er IEs auf 80% reduzieren */
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align:middle;
    border-bottom: 1px solid white;
    background-color: #EFEFEF;
    color: black;
}

/*a:visited.inn {
    background-color: #ecd8ae;
    color:#444;
}*/

* html a:hover.inn {
    position: relative;
    background-color: #001f5d;
    color: white;
}

* html span.menutag {
    display: block;
    cursor: default;
}
