body {margin:0px;}
body,td   {font-family:tahoma,arial; font-size:11px; color:#333333}
.n        {font-family:tahoma,arial; font-size:11px; color:#333333}
p {font-family:tahoma,arial; font-size:11px; margin-bottom:0pt; margin-top:0pt;}
blockquote {font-family:tahoma,arial; font-size:11px; margin-bottom:0pt; margin-top:0pt;}

H1 {font-family:arial, Helvetica; font-size:16px; color:#333333; margin-bottom:0pt; margin-top:0pt; display:inline;}
H2 {font-family:arial, Helvetica; font-size:14px; color:#333333; margin-bottom:0pt; margin-top:0pt; display:inline;}
H3 {font-family:arial, Helvetica; font-size:12px; color:#333333; margin-bottom:0pt; margin-top:0pt; display:inline;}

.i_text {Font-family:tahoma,arial,verdana; font-size:11px; color:#333333; background-color:#E6E6E6; border:1px solid #999999;}
.i_select {Font-family:tahoma,arial,verdana; font-size:11px; color:#333333; background-color:#E6E6E6; border:1px solid #999999;}
.i_textarea {Font-family:tahoma,arial,verdana; font-size:11px; color:#333333; background-color:#E6E6E6; border:1px solid #999999;}

.small  {font-family:tahoma,arial; font-size:10px; color:#77947d; text-decoration:none; font-weight:normal}
.kursiv {font-family:tahoma,arial, Helvetica; font-size:17px; font-style:italic}
.courier {font-family:Courier, Courier New; font-size:12px; color:#333333;}
.beige {font-family:tahoma,arial; font-size:12px; color:#454545;}

a.p        {font-family:tahoma,arial; font-size:11px; color:#4C7A56; text-decoration:none; font-weight:normal}
a.p:hover        {font-family:tahoma,arial; font-size:11px; color:#4C7A56; text-decoration:underline; font-weight:normal}
a.pa        {font-family:tahoma,arial; font-size:11px; color:#000000; text-decoration:none; font-weight:normal}
a.pa:hover        {font-family:tahoma,arial; font-size:11px; color:#000000; text-decoration:underline; font-weight:normal}
a.pp        {font-family:tahoma,arial; font-size:11px; color:#000000; text-decoration:none; font-weight:normal}
a.pp:hover        {font-family:tahoma,arial; font-size:11px; color:#000000; text-decoration:underline; font-weight:normal}
a.ppa        {font-family:tahoma,arial; font-size:11px; color:#4C7A56; text-decoration:underline; font-weight:normal}
a.ppa:hover        {font-family:tahoma,arial; font-size:11px; color:#4C7A56; text-decoration:none; font-weight:normal}

a         {font-family:tahoma,arial; font-size:11px; color:#578d62; text-decoration:underline; font-weight:bold}
a:hover   {font-family:tahoma,arial; font-size:11px; color:#578d62; text-decoration:none; font-weight:bold}

a.grey         {font-family:tahoma,arial; font-size:11px; color:#333333; text-decoration:none; font-weight:normal}
a.grey:hover   {font-family:tahoma,arial; font-size:11px; color:#333333; text-decoration:underline; font-weight:normal}

a.small         {font-family:tahoma,arial; font-size:10px; color:#77947d; text-decoration:none; font-weight:normal}
a.small:hover   {font-family:tahoma,arial; font-size:10px; color:#77947d; text-decoration:underline; font-weight:normal}

.topm		{border-right: 3px solid; border-color:#E6E6E6; padding:5px 8px 7px 11px; background-color:#E6E6E6;}
.topma		{border-right: 3px solid; border-color:#E6E6E6; padding:5px 8px 7px 11px; background-color:#E6E6E6;}
.subm		{border-bottom: 1px solid; border-color:#FFFFFF; padding:5px 25px 6px 25px;filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; margin:0; background-color:#E6E6E6;}

#nav, #nav ul { /* all lists */
	
	font-family: tahoma; 
	font-size:11px; 
	background-color:#E6E6E6;
        padding: 0px;
        margin: 0px;
        list-style: none;
        line-height: 1;
}

#nav a { display: block; }

#nav li { /* all list items */
        float: left;
}

#nav li ul { /* second-level lists */
	border-top:3px solid;
	border-color:#E6E6E6;
	margin-top:7px;
	white-space:nowrap;
    position: absolute;
    background: #E6E6E6;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}
