
a:link,
a:visited,
a:hover,
a:active {
	color: #555;
}

#logo {
	border-bottom: 1px solid #111;
	background-image: url(https://happy-capital.de/assets/images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#header ul.menu li a {
	color: #fff;
}

#panel input.button {
	background: #ffdd4d url(../../../images/colors/sun_thead.png) top left repeat-x;
	color: #000;
}

.thead {
	background: #D9AD3A;
	color: #000;
	border-bottom: 1px solid #ffaf1a;
	background-color: #D9AD3A;
}

.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
	color: #000;
}

.thead input.textbox,
.thead select {
	border: 1px solid #ffaf1a;
}

.popup_menu .popup_item:hover {
	background: #ffea9c;
	color: #000;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #ffea9c;
	color: #fff;
}

.pagination a:hover {
	background-color: #ffea9c;
	color: #000;
	border-color: #ffaf1a;
}

