  body {
    color: black; background-color: #6A6A6A;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0px;
    margin-top: 0px;
    /*text-align: center;   Zentrierung im Internet Explorer */
  }
a:link {
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
 }
a:visited {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }
p { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 12px; 
 margin: 10px;
 line-height: 18px;
 padding-left: 8px;
 color: #333333;
 }
h3 { 
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 16px; 
 margin: 2px;
 line-height: 15px;
 padding-left: 0px;
 color: #000000;
 }
.header { 
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 13px; 
 font-weight: bold;
 margin: 10px;
 line-height: 13px;
 color: #46644C;
 }
.small
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 color: #e9ffe9;
; text-decoration: none }
.small a,.small a:visited
{
 color: #e9ffe9;
 font-weight: bold;
} 
.smalldark
 {
	font-family: verdana, arial, "ms sans serif", sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	text-decoration : none;
}
.smalldark a
 {
 color: #333333;
 font-weight: bold;
 }
.basic
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 12px; 
 line-height: 14px;
 padding-left: 0px;
 color: #333333;
 }
.basic a
 {
 color: #46644C;
 }
input, textarea{
 background-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #333333;
 padding: 0px;
}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC3300; text-decoration: none}
select  { 
 background-color: #CCCCCC;
 border-style: solid;
 border-width: 1px;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 color: #333333;
 padding: 0px;
 } .basic a:visited
 { 
 color: #990000;
 } .smalldark a:visited
 { 
 color: #990000;
 font-weight: bold;
 } 

 #csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
	border: 1px solid green;
	border-left-width: 0px;
	background-color: #FFFFCC;
	font-size: 12px;
}

.headerlinks a{
margin: auto 26px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #FFFFCC;
border: 1px solid green;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
.style1 {color: #FF0000}
