
#hauptmenue ul
{
margin:0;
padding:0;
background: url(../images/bg_hm.gif) repeat-x;
height: 100%;
overflow: none;
}

#hauptmenue ul li
{
height: 100%;

margin:0 1px 0 0;
padding: 0 0 0 0;
border-left: 1px solid white;
float:left;
list-style-type: none;
}

.hm, .hm:hover, .hm_aktiv, .hm_aktiv:hover, .hm_last, .hm_last2
{
height: 100%;
float:left; /* nebeneinander */
display:block; /* feste hoehe und breite */
padding: 7px 14px 0 13px;
font-size: 11px;
line-height: 11px;

text-transform:uppercase;
letter-spacing:1px;

background: url(../images/bg_hm_out.gif) repeat-x;
}

.hm_aktiv, .hm_aktiv:hover, .hm:hover
{
background: url(../images/bg_hm_over.gif) repeat-x;
}

.hm_last
{
width: 238px;
}

.hm_last2
{
width: 26px;
}



#untermenue ul
{
margin:0;
padding:0;
}

#untermenue ul li
{
margin:0;
padding: 0;
list-style-type: none;
background: none;
border-bottom: 1px solid #d6d6d6;
}

.um, .um:hover, .um_aktiv, .um_aktiv:hover
{
display: block;
padding: 8px 0 8px 13px;
font-size:11px;
line-height: 15px;
text-transform:uppercase;
letter-spacing:1px;
}

.um:hover, .um_aktiv, .um_aktiv:hover
{
xbackground: url(../images/bg_um_over.gif) repeat-x;
}


input.formular_senden
{
width:9.5em;
text-align:right;
border: 0 solid transparent;
background:transparent;
padding:0;
margin:0 -2.8em 0 0;

/* background: url(../images/tag_a_senden.gif) no-repeat 0 1px transparent; */
cursor:pointer;
}

#inhalt
{
font-size:11px;
line-height: 16px;
}

.rechts, .links, .mitte
{
border: 1px solid #d6d6d6;
padding: 0.25em;
}

.rechts
{
float:right;
margin-left: 1em;
}

.links
{
float:left;
margin-right: 1em;
}


#fusszeile a
{
font-size:10px;
}

/* untersuchungen */
.inhalt_mehr
{
overflow:auto;
padding: 0 0.5em 0.5em 0em;
margin: 0 0 1em 0;
border-bottom: 1px solid #d0d0d0;
}


.zurueck
{

}

#eeg,
#extracranielle,
#transcranielle,
#duplexsonographie,
#eng,
#emg,
#vep,
#sep,
#aep,
#mep,
#nervenwasser,
#hirnleistung
{
display: block;
}

#eeg_content,
#extracranielle_content,
#transcranielle_content,
#duplexsonographie_content,
#eng_content,
#emg_content,
#vep_content,
#sep_content,
#aep_content,
#mep_content,
#nervenwasser_content,
#hirnleistung_content
{
display: none;
clear: both;
overflow: auto;
}



