body {
	color: #747474;
	background-color: #fff;
}
.default {
	color: #0057b0 !important;
}
a {
    font-weight: bold;
    color: #ff0000;
}
a:hover {
	color: #000000;
}
div.navList a {
	color: #fff;
}
div.main {
	background: #fefdfd;
}
div.subnav h2 {
	color: #ffffff;
	background: #0057b0;
}
div.contactInfo h1, div.contactInfo h2 {
	color: #454545;
}

.active2 {
	color: #6e6e6e;
	font-weight: bold;
}
.address.aktiv {
	border: 1px solid #8a8a8a;
	background: #eaeaea;
}
div.item .button, .button {
	background: #ff0000;
        font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #ff8484;
	border-right: 1px solid #ae0505;
	border-bottom: 1px solid #ae0505;
	border-left: 1px solid #ff8484;
}
.button2 {
	background: #d4d4d4;
	color: #4d4d4d;
	border: 1px solid #c7c7c7;
}
div.content h1 {
	color: #ff0000;
}
h1, h2 {
	color: #000;
}
input, select, textarea, .captcha, .action {
	border: 1px solid #a2a2a2;
	color: #a2a2a2;
	background: #f8f8f7;
}
input, textarea, select {
    color: gray;

}