/* HAUPT-NAVIGATION */

.leibut{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:90px;}
.leibut:hover{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:90px;}
#button1{
	width: 108px;
	height: 64px;
	background: url(../images/buttons/leibut.jpg);
	z-index:100;
}
#button1:hover{
	width: 108px;
	height: 64px;
	background: url(../images/buttons/leibut_ho.jpg);
	z-index: 200;
}
.unter{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:116px;}
.unter:hover{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:116px;}
#button2{
	width: 139px;
	height: 64px;
	background: url(../images/buttons/untbut.jpg);
	z-index:100;
}
#button2:hover{
	width: 139px;
	height: 64px;
	background: url(../images/buttons/untbut_ho.jpg);
	z-index: 200;
}
.ref{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:105px;}
.ref:hover{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:105px;}
#button3{
	width: 122px;
	height: 64px;
	background: url(../images/buttons/refbut.jpg);
	z-index:100;
}
#button3:hover{
	width: 122px;
	height: 64px;
	background: url(../images/buttons/refbut_ho.jpg);
	z-index: 200;
}
.con{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:90px;}
.con:hover{font-size:4px; color:#182f61; padding-bottom: 58px; padding-left:90px;}
#button4{
	width: 101px;
	height: 64px;
	background: url(../images/buttons/konbut.jpg);
	z-index:100;
}
#button4:hover{
	width: 101px;
	height: 64px;
	background: url(../images/buttons/konbut_ho.jpg);
	z-index: 200;
}

/* SUB-NAVIGATION */

#sub a{
	color: #173474;	
	background: none;
	font: 10px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 11px;
	font-weight: light;
}
#sub li{
	background: url(../images/buttons/subbut.png) no-repeat;
	width: 138px;
	height: 28px;
	padding-top: 13px;
	padding-left: 10px;
}
#sub li:hover{
	background: url(../images/buttons/subbut_ho.png) no-repeat;
	width: 138px;
	height: 28px;
	padding-top: 13px;
	padding-left: 10px;
}
#sub li li{
	background: none;
	margin-left: -50px;
	margin-top: -100px;
	text-align: left;
	list-style: none;
}
#sub li li a {
	font-size: 9px;

}
#sub li li:hover{
	background: none;
	text-align: left;
	font-size: -1;
	list-style: none;
}