#borderbottom{
display: block;
    height: 10px;
    margin-top: -1px;
    width: 100%;
	background-color:rgb(41,57,145);
}
#navigation a.act{
background-color: rgb(41,57,145);
color:white;
}

.textklein, .textgross,.farbe{
    color: rgb(41,57,145);
}
.preisklein,.preisgross{
	color:black;
}
.kasten:hover .kastentext {
background-color: rgba(41,57,145, 0.7);
}

hr.gross {
	background-color: rgb(41,57,145);
}