ul {
position: relative;
margin: 0;
padding: 0;
list-style: none;
width: 140px;
}
ul li {
position: relative;
}
li ul, li #test {
position: absolute;
width: 140px;
color: #000;
left: 0;
top: 30px;
display: none;
}
li #test {
left: 140px;
top: -1px;
}
ul li a {
display: block;
text-decoration: none;
color: #000;
background: transparent; /* IE6 Bug */
padding: 8px;
height: 14px;
border: 0; /* IE6 Bug */
border-bottom: 0;
}
* html ul li {
float: left; height: 1%;
}
* html ul li a {
height: 1%;
}
li:hover ul, li.over ul, li.archiv:hover #test, #archiv ul.over {
display: block;
}
a:link, a:visited, a:active {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}
a.mail:link, a.mail:visited, a.mail:active {
color: #003366;
font-weight: bold;
text-decoration: underline;
}
a.mail:hover {
color: #ff8c00;
font-weight: bold;
text-decoration: none;
}
a.copy:link, a.copy:visited, a.copy:active {
color: #003366;
text-decoration: none;
}
a.copy:hover {
color: #ff8c00;
text-decoration: none;
}
a.reg:link, a.reg:visited, a.reg:active {
display: block;
font-size: 18px;
color: #003366;
background: gold;
text-align: center;
padding: 10px;
margin: 10px 150px 0 150px;
border: 1px solid #003366;
}
a.reg:hover {
color: #ff8c00;
display: block;
font-size: 18px;
color: #fff;
background: #003366;
text-align: center;
padding: 10px;
margin: 10px 150px 0 150px;
border: 1px solid gold;
}
a.news:link, a.news:visited, a.news:active {
text-decoration: none;
color: #000;
background-image: url(im/news.png);
}
a.news:hover {
text-decoration: none;
color: #000;
background-image: url(im/newsz.png);
}
a.contact:link, a.contact:visited, a.contact:active {
text-decoration: none;
color: #000;
background-image: url(im/contact.png);
}
a.contact:hover {
text-decoration: none;
color: #000;
background-image: url(im/contactz.png);
}
a.partner:link, a.partner:visited, a.partner:active {
background-image: url(im/partner.png);
}
a.partner:hover {
background-image: url(im/partnerz.png);
}
a.magazine:link, a.magazine:visited, a.magazine:active {
background-image: url(im/magazine.png);
}
a.magazine:hover {
background-image: url(im/magazinf.png);
}
a.m:link, a.m:visited, a.m:active {
text-decoration: none;
color: #fff;
border: solid 1px #990000;
border-top: 0;
background: #003366;
}
a.mz:link, a.mz:visited, a.mz:active {
text-decoration: none;
color: #fff;
border: solid 1px #990000;
border-top: 0;
background: #003366;
background-image: url(im/arrow.png);
background-repeat: no-repeat;
background-position: right;
}
a.m2:link, a.m2:visited, a.m2:active {
border: solid 1px #003366;
background: #666699;
}
a.m3:link, a.m3:visited, a.m3:active {
border: solid 1px #003366;
border-top: 0;
background: #666699;
}
a.m:hover, a.m2:hover, a.m3:hover, a.mz:hover {
text-decoration: none;
background: #e6e6fa;
color: #000;
}
a.mz:hover {
text-decoration: none;
background: #e6e6fa;
background-image: url(im/arrowz.png);
background-repeat: no-repeat;
background-position: right;
color: #000;
}
a.action:link, a.action:visited, a.action:active {
background-image: url(im/action.png);
}
a.action:hover {
background-image: url(im/actionz.png);
}
a.actb:link, a.actb:visited, a.actb:active {
text-decoration: none;
color: #fff;
border: solid 1px #990000;
border-top: 0;
background: #003366;
height: 50px;
}
a.actb:hover {
text-decoration: none;
color: #000;
background: #e6e6fa;
height: 50px;
}
a.act:link, a.act:visited, a.act:active {
text-decoration: none;
color: #fff;
border: solid 1px #990000;
border-top: 0;
background: #003366;
height: 30px;
}
a.act:hover {
text-decoration: none;
color: #000;
background: #e6e6fa;
height: 30px;
}


