/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body
{ 
  font-family: arial, helvetica, sans-serif;
  font-size: 0.77em;
  background-color: #ededed;
}
img { border:0; }
strong { font-weight:normal }

.container { width:750px; min-width:750px; padding-top:20px; padding-bottom:20px; text-align:center; margin:auto; }
.container h1 { font-size:1.2em; font-weight:bold; text-align:left; margin:0 0 0.8em 0; letter-spacing:0.15em; }
.container h2 { font-size:1em; font-weight:bold; text-align:left; margin-top:1.2em; margin-bottom:0.8em; font-style:italic;  letter-spacing:0.1em;}
.container a:link { color:#cc0033; }
.container a:hover, .container a:focus, .container a:active { color:#cc0033; text-decoration:overline underline; }
.container a:visited { color:#cc0033; text-decoration:none; }
.container ul li { list-style-image:url(../pics/pfeil.gif); padding-bottom:0.6em; }
.logo { float:left; width:165px; border:0; }
.head1 { padding-left:10px; font-size:20px; color:#cc0033; font-weight:bold; }
.break { clear:both; width:750px; }
.col_left { float:left; padding-right:2%; width:47%; text-align:left; }
.col_right { float:right; padding-left:2%; width:47%; text-align:left; }
.more { text-align:right; }
.aspm { visibility: hidden; }

.menu {
width:750px; 
font-size:0.85em;
position:relative;
z-index:10;
text-align:center;
margin:auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
/*font-size:1em;*/
text-decoration:none; 
color:#ffffff; 
width:139px; 
/*height:20px;*/ 
height:2.2em; 
border:1px solid #ffffff; 
border-width:1px 1px 0 0; 
background:#cc0033; 
padding-left:10px;
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#df4477;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ff99cc;
}
.menu ul ul :hover > a.drop, .menu ul ul :focus > a.drop {
background:#ff99cc;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#cc0033;
}
/* style the third level hover */
.menu ul ul ul a:hover, .menu ul ul ul a:focus {
background:#ff3366;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:2.2em;
left:0; 
width:150px;
z-index:20;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#cc0033; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menu a:active, .menu a:focus {
color:#ffffff; 
background:#ff3366;

}
.menu :hover > a, .menu ul ul :hover > a, .menu :focus > a, .menu ul ul :focus > a {
color:#ffffff;
background:#ff3366;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

.lnk_ext {
background-image:url(../pics/lnk_ext.gif);
background-repeat:no-repeat;
background-position:center bottom;
font-size:12px;
padding-left:20px;
display:inline;
}

#footer {
clear:both;
text-align:right;
vertical-align:top;
padding:0.5em 0 1em 0;
font-size:0.8em;
line-height:2em
}
