/* CSS Document */

.Button { 
display: inline;
<!--display: block;-->
background-color:#eef2f5; 
color:#004682; 
font-size:12px; 
border:1px solid #a3b7c7; 
width: 23%;
font-weight: normal;
text-align: left;
line-height: 28px;
vertical-align: middle;
padding-left: 15px;

}

.Button_hover { 
<!--display: block;-->
background-color:#eef2f5; 
color:#469be6; 
font-size:11px; 
border:1px solid #a3b7c7; 
font-weight: normal;
text-align: left;
line-height: 28px;
vertical-align: middle;

}
.Subbutton { 
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 100%;
	text-indent: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #004682;
	background: #eef2f5;
	border-bottom: solid 1px #a3b7c7;
}

input:focus, input:hover, input:active { 
background-color:#eef2f5; color:#469be6; font-size:11px; border:1px solid #a3b7c7; text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
		display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 26%;
	text-indent: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #004682;
	background: #eef2f5;
        border-top: solid 1px #a3b7c7;
border-left: solid 1px #a3b7c7;
border-right: solid 1px #a3b7c7;
	<!--border-bottom: solid 1px #a3b7c7;-->
        
}

a.sublevel:hover {
	color: #469be6;
}

a.sublevel#active_menu {

}

a.subsublevel:link, a.subsublevel:visited {
		display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 26%;
	text-indent: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #004682;
	background: #fff;
border-top: solid 1px #a3b7c7;
border-left: solid 1px #a3b7c7;
border-right: solid 1px #a3b7c7;
	<!--border-bottom: solid 1px #a3b7c7;-->
}

a.subsublevel:hover {
	color: #469be6;
}


a.mainlevel:link, a.mainlevel:visited {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
        text-decoration: none;
	color: #004682;	       

        
}

a.mainlevel:hover {
        font-weight: normal;
	color: #e46e09;        
}

a.grafikhoverwhite:link, a.grafikhoverwhite:visited, a.grafikhoverorange:link, a.grafikhoverorange:visited {
	font-family:Verdana;
	font-size: 7pt;
	font-weight: bold;	
	color: #45484B;	
	text-align: center;
	text-decoration: none;	
	line-height:10px;       

        
}

a.grafikhoverwhite:hover {
    font-weight: bold;
	color: #fae9db;        
}

a.grafikhoverorange:hover {
    font-weight: bold;
	color: #dc6e0f;      
}

a.nounderline:link, a.nounderline:visited {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
    text-decoration: none;
	color: #004682;	       

        
}

a.nounderline:hover {
    font-weight: normal;
	color: #469be6;        
}



