@CHARSET "ISO-8859-1";

.default_color {
	color: #000 !important;
}

/* Admin / User / Sponsor Colors */
.admin_border_color {
	border-color: #079FEB !important;
}

.admin_background_color {
	background-color: #079FEB !important;
}

.admin_color {
	color: #079FEB !important;
}

.admin_button, .user_button:hover {
	background: #079FEB !important;  
	color: #fff !important; 
}

.admin_button:hover {
	color: #abe3ff !important;
}


.user_border_color {
	border-color: #75b100 !important;
}

.user_background_color {
	background-color: #75b100 !important;
}

.user_color {
	color: #75b100 !important;
}

.user_button, .user_button:hover {
	background: #75b100 !important;  
	color: #fff !important; 
}

.user_button:hover {
	color: #daff92 !important;
}

.sponsor_border_color {
	border-color: #E4A701 !important;
}

.sponsor_background_color {
	background-color: #E4A701 !important;
}

.sponsor_adprogram_background_color {
	background-color: #aaa !important;
}

.sponsor_color {
	color: #E4A701 !important;
}

.sponsor_button, .sponsor_button:hover {
	background: #E4A701 !important;  
	color: #fff !important; 
}

.sponsor_button:hover {
	color: #ffe08b !important;
}

.grey_button, .grey_button:hover {
	background: #aaa !important;  
	color: #fff !important; 
}

.grey_button:hover {
	color: #efefef !important;
}

.note_box_admin_color {
	background-color: #eee !important;
	border-left: solid 5px #079FEB !important;
}

.note_box_user_color {
	background-color: #eee !important;
	border-left: solid 5px #75B100 !important;
}

.note_box_sponsor_color {
	background-color: #eee !important;
	border-left: solid 5px #e4a701 !important;
}
/* END: User / Sponsor Colors */


.attention_background_color { background-color: #CB4B32 !important; }
.attention_color { color: #CB4B32 !important; }
.attention_button_hover:hover { color: #ffbeb1 !important; }

.ppclick_color { color: #c4d000 !important; }
.ppsale_color { color: #f65314 !important; }
.ppsignup_color { color: #079feb !important; }
.pptraffic_color { color: #b717ec !important; }

.ppclick_background_color { background-color: #c4d000 !important; }
.ppsale_background_color { background-color: #f65314 !important; }
.ppsignup_background_color { background-color: #079feb !important; }
.pptraffic_background_color { background-color: #b717ec !important; }

.ppclick_border_color { border-color: #c4d000 !important; }
.ppsale_border_color { border-color: #f65314 !important; }
.ppsignup_border_color { border-color: #079feb !important; }
.pptraffic_border_color { border-color: #b717ec !important; }

.ppclick_button_hover:hover { color: #fbffb3 !important; }
.ppsale_button_hover:hover { color: #ffc6b0 !important; }
.ppsignup_button_hover:hover { color: #b1e5ff !important; }
.pptraffic_button_hover:hover { color: #edb5ff !important; }

.admin_tile_colors { border: solid 1px #81d2fb !important; background-color: #079FEB !important; }
.user_tile_colors { border: solid 1px #b8e95a !important; background-color: #75b100 !important; }
.sponsor_tile_colors { border: solid 1px #eac358 !important; background-color: #e4a701 !important; }
.ppclick_tile_colors { border: solid 1px #f5fd75 !important; background-color: #c4d000 !important; }
.ppsale_tile_colors { border: solid 1px #ffa380 !important; background-color: #f65314 !important; }
.ppsignup_tile_colors { border: solid 1px #75cefb !important; background-color: #079feb !important; }
.pptraffic_tile_colors { border: solid 1px #df80fe !important; background-color: #b717ec !important; }

#header_bg {
	background-color: #2a2929;
}

/* Topmen&uuml; */
#top_menu {
	
}

#top_menu a {
	color: #ababab;
}

#top_menu a:hover {
	text-decoration: none;
}

#top_menu a:hover, .top_menu_active {
	background-color: #EEEEEE;
	color: #2a2929;
}

#top_menu .top_menu_active {
	color: #2a2929;
}

#top_menu_sub {
	background-color: #eee;
}

#top_menu_sub a:active {
	background-color: none;
	background-color: transparent;
}

/* Registrierungsformulare */
	.registration_form h3, .registration_form legend {
		background-color: #eeeeee;	
	} 
	
	.registration_form h3, 
	.registration_form legend, 
	.registration_form legend p, 
	.registration_form .radio_section .radio_section_header > .radio_label {
		color: #000;
	} 
	
	.registration_form .radio_section {
		border-color: #eee;
	} 
	
	.registration_form .radio_section:hover {
		border-color: #CCC;
	} 
/* END: Registrierungsformulare */


/* Buttons */
	.arrow-button {
		background: url(../images/icons/basic/24x24/disabled/nav_green_right.png) no-repeat right center;
		color: #a3a3a3;
	}
	
	.arrow-button:hover {
		background-image: url(../images/icons/basic/24x24/disabled/nav_blue_right.png);
		color: #5e5e5e;
	}
	
	.arrow-button.admin {
		background-image: url(../images/icons/basic/24x24/nav_blue_right.png);
		color: #4ebcf3;
	}
	
	.arrow-button.admin:hover {
		background-image: url(../images/icons/basic/24x24/nav_blue_right.png);
		color: #079FEB;
	}
	
	.arrow-button.user {
		background-image: url(../images/icons/basic/24x24/nav_user_right.png);
		color: #8abd37;
	}
	
	.arrow-button.user:hover {
		background-image: url(../images/icons/basic/24x24/hot/nav_user_right.png);
		color: #75b100;
	}
	
	.arrow-button.sponsor {
		background-image: url(../images/icons/basic/24x24/nav_sponsor_right.png);
		color: #eac358;
	}
	
	.arrow-button.sponsor:hover {
		background-image: url(../images/icons/basic/24x24/hot/nav_sponsor_right.png);
		color: #e4a701;
	}
	
	.arrow-button.ppclick {
		background-image: url(../images/icons/basic/24x24/nav_ppclick_right.png);
		color: #d4e100;
	}
	
	.arrow-button.ppclick:hover {
		background-image: url(../images/icons/basic/24x24/hot/nav_ppclick_right.png);
		color: #c4d000;
	}
	
	.arrow-button.ppsale {
		background-image: url(../images/icons/basic/24x24/nav_ppsale_right.png);
		color: #ff7b48;
	}
	
	.arrow-button.ppsale:hover {
		background-image: url(../images/icons/basic/24x24/hot/nav_ppsale_right.png);
		color: #f65314;
	}
	
	.arrow-button.ppsignup {
		background-image: url(../images/icons/basic/24x24/nav_ppsignup_right.png);
		color: #75cefb;
	}
	
	.arrow-button.ppsignup:hover {
		background-image: url(../images/icons/basic/24x24/hot/nav_ppsignup_right.png);
		color: #079feb;
	}
	
	.arrow-button.pptraffic {
		background-image: url(../images/icons/basic/24x24/nav_pptraffic_right.png);
		color: #cf42fe;
	}
	
	.arrow-button.pptraffic:hover {
		background-image: url(../images/icons/basic/24x24/hot/nav_pptraffic_right.png);
		color: #b717ec;
	}
	
	
	
/* END: Buttons */