body {
	background-color: white;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	font-family: 'Droid Serif', serif, arial,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-style: normal;
	color: #222222;
	font-weight: 400;
}
::selection {
	background: #203508;
	color: white;
}

::-moz-selection {
	background: #203508;
	color: white;
}

::-webkit-selection {
	background: #203508;
	color: white;
}
.wrapper {
	width: 878px;
	height: 878px;
	margin: auto;
	background-color: white;
	border-bottom: 6px solid black;
	box-shadow: 0px 0px 5px 2px black;
	border-radius: 0px 0px 15px 15px;
}
.header {
	background-image: url("../img/header_bg.jpg");
	width: 878px;
	height: 200px;
	clear: both;
}
/* Abschnitt "Menü" */  
.menu {
	clear: both;
}
.menu_not_logged_in {
	background-color: black;
	height: 1px;
	width: 878px;
	border-top: 1px solid #a8bc37;
	box-shadow: 0px 0px 4px 2px black;
}
.main_menu {
	clear: both;
	width: 878px;
	background-color: black;
	height: 32px;
	box-shadow: 0px 0px 2px 2px #393939, 0px 0px 4px 2px black;
	border-top: 1px solid #A8BC37;
	border-left: none;
	border-right: none;
}
.main_menu_item {
	float: left;
	height: 51px;
	width: 80px;
	margin-top: -27px;
	border-radius: 10px 26px 10px 26px;
	background-color: #191919;
	position: absolute;
	box-shadow: 0px 0px 2px 2px #393939, 0px 0px 1px 1px #A8BC37 inset;
	cursor: pointer;
}
.main_menu_item:hover {
	box-shadow: 0px 0px 0px 2px #393939, 0px 0px 1px 2px #A8BC37 inset;
}
.main_menu_item_active {
	box-shadow: 0px 0px 0px 2px #393939, 0px 0px 1px 2px #A8BC37 inset;
}
.sub_menu_container {
	clear: both;
	width: 878px;
	height: 44px;
	overflow: hidden;
}
.sub_menu {
	clear: both;
	width: 878px;
	height: 24px;
	border-top: 1px solid #606B22;
	background-color: #191919;
	box-shadow: 0px 0px 2px 2px #191919;
}
.sub_menu_item {
	float: left;
	text-shadow: 0px 0px 1px #A8BC37;
}
.sub_menu_item:hover {
	margin-top: -1px;
	border-top: 1px solid #a8bc37;
}
.sub_menu_item_active {
	margin-top: -1px;
	border-top: 1px solid #a8bc37;
}
.sub_menu_item a, .sub_menu_item a:hover, .sub_menu_item a:visited {
	float: left;
	padding: 4px 14px;
	color: #e6f2dd;
	text-decoration: none;
	cursor: pointer;
}
.main_menu_entry {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 33px;
	height: 33px;
	margin-left: 25px;
	margin-top: 9px;
}
.menu_caption {
	clear: both;
	width: 80px;
	height: 17px;
	line-height: 17px;
	color: #A8BC37;
	background-color: #1D2109;
	text-shadow: 0px 0px 4px #E4ECB8;
	border-radius: 15px 15px 15px 15px;
	position: absolute;
	text-align: center;
	box-shadow: 0px 0px 1px 1px #555555;
}
.main_menu_career {
	background-image: url('../img/menu/menu_career_bg.png');
}
.main_menu_club {
	background-image: url('../img/menu/menu_verein_bg.png');
}
.main_menu_coach {
	background-image: url('../img/menu/menu_coach_bg.png');
}
.main_menu_home {
	background-image: url('../img/menu/menu_home_bg.png');
}
.main_menu_training {
	background-image: url('../img/menu/menu_training_bg.png');
}
.main_menu_liga {
	background-image: url('../img/menu/menu_liga_bg.png');
}
.main_menu_stadion {
	background-image: url('../img/menu/menu_stadion_bg.png');
}
.main_menu_transfer {
	background-image: url('../img/menu/menu_transfer_bg.png');
}
.main_menu_personal {
	background-image: url('../img/menu/menu_personal_bg.png');
}
.main_menu_player {
	background-image: url('../img/menu/menu_player_bg.png');
}
.main_menu_jugend {
	background-image: url('../img/menu/menu_jugend_bg.png');
}
.main_menu_privat {
	background-image: url('../img/menu/menu_privat_bg.png');
}
.main_menu_world {
	background-image: url('../img/menu/menu_world_of_football_bg.png');
}
.main_menu_active {
	background-position: 0px -33px;
}
.page {
	clear: both;
	width: 878px;
	height: 585px;
	margin-top: 16px;
	overflow: auto;
}
.page_content_container {
	width: 822px; 
	margin-left: 28px;
}
/* Abschnitt "Kurzhilfe" */
.quick_help_container {
	clear: both;
	width: 840px;
	height: 120px;
	margin: 0px auto 12px auto;
	background-color: ghostwhite;
	border: 1px solid skyblue;
	border-radius: 12px;
	text-align: justify;
}
.quick_help_header {
	width: 132px;
	margin-bottom: 24px;
	background-color: skyblue;
	color: white;
	text-align: center;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 12px 0px 12px 0px;
}
/* Abschnitt "Benutzereinstellungen" */
.settings_container {
	clear: both;
	width: 840px;
	height: 130px;
	margin: 0px auto 12px auto;
	background-color: ghostwhite;
	border: 1px solid darkgrey;
	border-radius: 12px;
}
.settings_header {
	width: 132px;
	margin-bottom: 30px;
	background-color: darkgrey;
	color: white;
	text-align: center;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 12px 0px 12px 0px;
}
.setting_box {
	float: left;
	width: 140px;
	height: 120px;
	margin-left: 12px;
	border: 1px solid darkgrey;
}
.setting_box_header {
	height: 20px;
	line-height: 20px;
	background-color: rgba(168, 188, 55, 0.2);
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid darkgrey;
}
.setting_box_content {
	height: 70px;
	padding: 4px;
}
.setting_box_content img:hover {
	box-shadow: 0px 2px red;
	cursor: pointer;
}
.setting_box_footer {
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid darkgrey;
}
/* Abschnitt "Menümusik" */
.menu_music_title {
	line-height: 200px; 
	font-size: 84px; 
	color: white; 
	text-align: center;
	text-shadow: 6px 6px 4px black;
}
.menu_music_tracklist_container {
	width: 400px;
	height: 216px;
	margin: 0px auto 0px auto;
	font-size: 24px;
	color: white; 
	text-align: center;
	text-shadow: 2px 2px 1px black;
	cursor: pointer;
}
.menu_music_track {
	height: 40px;
	line-height: 40px;
}
.menu_music_trackinfo_container {
	width: 400px;
	margin: 0px auto 0px auto;
	background-color: white;
	border: 1px solid #a8bc37;
	border-radius: 8px;
	text-align: center;
}
/* Tabs */
.tab_bar {
	clear: both;
	height: 20px;
	border-bottom: solid 1px #CCCCCC;
}
.tab_heading {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 120px;
	background-color: rgba(168, 188, 55, 0.2);
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.tab_heading:hover {
	background-color: #a8bc37;
}
.tab_heading.active {
	color: white;
	text-shadow: 0px 0px 2px black;
	background-color: #a8bc37;
}
.tab_heading_second_level:hover {
	background-color: rgba(168, 188, 55, 0.7);
}
.tab_heading_second_level.active {
	background-color: rgba(168, 188, 55, 0.7);
}
/* Boxen */
.box {
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
	border: 1px solid #777777;
	border-radius: 5px;
}
.box_header {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #a8bc37;
	border-radius: 8px 8px 0px 0px;
	background-color: black;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.box_content {
	clear: both;
	overflow: hidden;
	background-color: ghostwhite;
}
.registrierung_status_icon {
	margin-left: 8px;
	height: 22px;
}
.login_row {
	clear: left;
	overflow: hidden;
	padding: 4px 0px;
}
.login_label {
	float: left;
	margin-right: 10px;
	line-height: 28px;
	text-align: right;
	width: 130px;
}
.login_input {
	float: left;
}
.login_input input {
	width: 200px;
}
.login_input div {
	float: left;
}
.game_info_main_tab {
	height: 435px;
	line-height: 380px;
	background-image: url("../img/backgrounds/views/cover_image.jpg");
	background-position: center;
    background-size: cover;
	font-size: 64px;
	color: white;
	text-align: center;
	text-shadow: 6px 6px 4px black;
}
.game_info_tab_header {
	height: 30px;
	line-height: 30px;
	margin-top: 1px;
	margin-bottom: 2px;
	border: 1px solid #a8bc37;
	background-color: gold;
	font-size: 14px;
}
.styled_input {
	border: 1px solid #a8bc37;
	padding: 4px 6px;
	border-radius: 3px;
}
.styled_input:focus {
	box-shadow: 0px 0px 2px 1px #CCCCCC;
}
.bg_agb {
    background-image: linear-gradient(rgba(255,255,255,0.96), rgba(255,255,255,0.96)), url("../img/backgrounds/views/agb.png");
    background-position: center;
    background-size: cover;
}
.bg_calendar_day {
    background-image: url("../img/backgrounds/misc/calendar_day.png");
    width: 60px;
    height: 60px;
    text-align: center;
	font-size: 18px;
	color: white;
}
.bg_data_archive {
	height: 530px;
	line-height: 500px;
	background-image: url("../img/backgrounds/views/data_archive.jpg");
    background-size: cover;
	font-size: 64px;
	color: white;
	text-align: center;
	text-shadow: 6px 6px 4px black;
}
.bg_default {
    background-image: url("../img/backgrounds/main_bg_0.jpg");
}
.bg_rasen {
    background-image: url("../img/backgrounds/main_bg_7.jpg");
}
.bg_shirt {
    background-image: url("../img/backgrounds/misc/shirt.png");
    width: 90px;
    height: 72px;
    text-align: center;
    font-family: "Coda", cursive;
	font-size: 18px;
	color: #998100;
}
.bg_teamchat {
   width: 260px;
   height: 554px;
   background-image: url("../img/backgrounds/views/teamchat_content.png");
   background-size: 277px 554px;
   background-position: center;
   background-repeat: no-repeat;
}
.button {
	float: left;
	padding: 3px 9px;
	color: white;
	background-color: #a8bc37;
	border: 1px solid #748c14;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: -2px -3px 8px 1px #788433 inset;
	text-shadow: 1px 1px 1px black;
	margin: 0px;
}
.button:hover {
	box-shadow: -2px -3px 4px 0px #788433 inset;
}
.button:active {
	padding: 4px 8px 2px 10px;
}
.button:disabled {
	background-color: #999999;
	color: #DDDDDD;
	box-shadow: none;
	cursor: not-allowed;
}
.button_small {
	float: left;
	padding: 0px 6px 0px 6px;
	color: white;
	background-color: #a8bc37;
	cursor: pointer;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #586319;
}
.button_small:hover {
	text-shadow: 0px 0px 6px #586319;
}
.button_small:disabled {
	background-color: #999999;
	color: #DDDDDD;
	text-shadow: none;
	cursor: not-allowed;
}
.button_decline {
	padding: 3px 9px;
	color: white;
	background-color: red;
	border: 1px solid red;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: -2px -3px 8px 1px darkred inset;
	text-shadow: 1px 1px 1px black;
}
.button_decline:hover {
	box-shadow: -2px -3px 4px 0px darkred inset;
}
.button_decline:active {
	padding: 4px 8px 2px 10px;
}
.disabled_button {
	background-color: #999999;
	color: #DDDDDD;
	box-shadow: none;
}
.disabled_button:hover {
	cursor: default;
	box-shadow: none;
}
.disabled_button:active {
	padding: 3px 9px;
	box-shadow: none;
}
a, a:visited {
	color: #8D9E2E;
	text-decoration: none;
}
a:hover {
	color: #8D9E2E;
	text-decoration: underline;
}
a.important, .important {
	color: #ab4141;
	font-weight: bold;
}
.admin_session {
	width: 878px;
	background-color: white;
	border: 1px solid black;
	overflow: hidden;
	margin: 24px auto 0px auto;
	border-radius: 5px;
}
.headline_small {
	clear: left;
	height: 22px;
	border-bottom: 1px solid #CCCCCC;
	color: white;
	font-weight: bold;
	padding-top: 12px;
	font-size: 12px;
}
.headline_small_text {
	float: left;
	background-image: url("../img/headline_small_bg.png");
	background-repeat: repeat-x;
	height: 18px;
	padding-left: 10px;
	padding-top: 4px;
	line-height: 15px;
}
.headline_small_right {
	float: left;
	background-image: url("../img/headline_small.png");
	height: 22px;
	width: 28px;
}
.headline_small_left {
	float: left;
	background-image: url("../img/headline_small_left.png");
	height: 22px;
	width: 28px;
}
.headline_small_red {
	clear: left;
	height: 22px;
	border-bottom: 1px solid #CCCCCC;
	color: white;
	font-weight: bold;
	padding-top: 12px;
	font-size: 12px;
}
.headline_small_text_red {
	float: right;
	background-image: url("../img/headline_small_bg_red.png");
	background-repeat: repeat-x;
	height: 18px;
	padding-right: 10px;
	padding-top: 4px;
	line-height: 15px;
}
.headline_small_right_red {
	float: right;
	background-image: url("../img/headline_small_red.png");
	height: 22px;
	width: 28px;
}
.headline_small_left_red {
	float: right;
	background-image: url("../img/headline_small_left_red.png");
	height: 22px;
	width: 28px;
}
.bg_headline_small {
	float: left;
	background-image: url("../img/headline_small_bg.png");
	height: 22px;
}
.seperator {
	clear: both;
	height: 3px;
	background-color: #A8BC37;
}
.seperator_with_border {
	border-bottom: 1px solid #777777;
	width: 100%;
	clear: both;
	height: 3px;
	background-color: #A8BC37;
}
.small_seperator {
	clear: both;
	height: 1px;
	background-color: #CCCCCC;
}
.row {
	clear: left;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
}
.row_header div {
	color: #8D9E2E;
	font-weight: bold;
}
.col {
	float: left;
}
.col div {
	overflow: hidden;
}
/* Seitendesign mit drei Spalten */
/*https://stackoverflow.com/questions/3172738/centering-a-div-between-one-thats-floated-right-and-one-thats-floated-left*/
/*https://www.lockedowndesign.com/parent-div-100-height-child-floated-elements/*/
.three_columns_design_row {
	clear: both;
	margin-bottom: 34px;
}
.three_columns_design_left {
	text-align: center;
	float: left;
}
.three_columns_design_center {
	text-align: center;
	margin: 0px 165px 0px 165px;
}
.three_columns_design_right {
	text-align: center;
	float: right;
}
.three_columns_design_table_headline {
	width: 140px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #a8bc37;
	margin-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.three_columns_design_table_row {
	width: 140px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
/* "Standarddesign" zur Ausgabe von (zusammenhängenden) Informationen in einer Box */
.default_information_box {
	width: 240px;
	border: 1px solid #a8bc37;
	border-radius: 22px;
	background-color: rgba(168, 188, 55, 0.05);
	overflow: hidden;
}
.default_information_box_row {
	font-family: "Coda", cursive;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-bottom: 1px;
}
.default_information_box_value_header {
	background-color: #a8bc37;
	border-radius: 8px;
	color: white;
}
.default_information_box_value {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
/* "Standarddesign" für kompakte Spielerinfo */
.default_player_info_box {
	width: 75px;
	height: 52px;
	line-height: 35px;
	background-color: white;
	box-shadow: 0px 0px 4px 2px #555555;
	border-radius: 5px;
	font-size: 11px;
}
/* Ligalogo und Liganame mit Hintergrund */
.league_logo_and_name {
	display: inline-block;
	font-weight: bold;
	background-color: black;
}
/* Seitenspezifische Designs */
/* Ausbildung */
.education_overview_container {
	width: 822px;
	height: 368px;
	margin-bottom: 12px;
	border: 1px solid #a8bc37;
	border-radius: 8px;
}
.education_overview_header {
	height: 22px;
	line-height: 22px;
	background-color: #a8bc37;
	text-align: center;
	text-shadow: 0px 0px 2px black;
	font-size: 14px;
	color: white;
	cursor: pointer;
}
.education_overview_box {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #a8bc37;
	border-radius: 12px;
	cursor: pointer;
}
.education_overview_box:hover {
	color: black;
	background-color: #E5E5E5;
}
.education_overview_box_locked {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #a8bc37;
	border-radius: 12px;
}
.education_type_title {
	float: left;
	width: 240px;
	line-height: 80px;
	margin-left: 12px;
	text-align: center;
	font-size: 18px;
}
.education_info_box {
	width: 400px;
	height: 190px;
	border: 1px solid #a8bc37;
	border-radius: 8px;
}
.education_info_box_text {
	width: 400px;
	height: 190px;
	line-height: 190px;
	border: 1px solid #a8bc37;
	border-radius: 8px;
	text-align: center;
	font-size: 24px;
}
.education_info_box_value_progress {
	height: 40px;
	line-height: 40px;
	text-shadow: 1px 1px 1px grey;
	font-size: 24px;
	font-weight: bolder;
}
/* Hilfeseite */
.help_page_container {
	margin: 24px auto 24px auto;
	width: 594px;
	height: 420px;
	border: 1px solid #CCCCCC;
	text-align: justify;
}
.help_page_header {
	background-color: #749a42;
	color: white;
	text-align: center;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.help_page_content {
	height: 350px;
	margin: 12px;
	overflow: auto;
}
.help_page_preview {
	margin-top: 9px;
	margin-left: 12px;
	width: 85px; 
	height: 60px; 
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}
/* Karrierestatus */
.career_state_role_box {
	width: 400px;
	height: 280px;
	border: 1px solid #a8bc37;
	border-radius: 8px;
	background-color: rgba(168, 188, 55, 0.05);
}
/* Vorbericht */
.preliminary_content_lineup_container {
	position: relative; 
	width: 670px; 
	height: 544px; 
	background-image: url("../img/match_field_bg.png"); 
	background-repeat: no-repeat;
}
.preliminary_content_lineup_player_details_box {
	position: relative;
	z-index: 2;
	width: 333px; 
	height: 542px; 
	background-color: white;
	border-radius: 8px;
}
.preliminary_content_lineup_player_shirt_number {
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 8px;
	border: 1px solid #555555;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.preliminary_content_lineup_club_names_container {
	position: absolute;
	top: 395px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
.preliminary_content_lineup_subs {
	clear: both;
	position: absolute;
	top: 420px;
	height: 122px;
	width: 668px;
	border: 1px solid grey;
	border-radius: 8px;
	background-color: lightgrey;
}
/* Benutzeraccount */
.user_account_create_person_container {
	height: 158px;
	line-height: 158px;
	font-size: 32px;
	font-weight: bolder;
	cursor: pointer;
}
/*---*/
.match_bg {
	position: relative;
	width: 670px;
	height: 389px;
	background-image: url("../img/soccer_field_bg.png");
	border-radius: 8px;
}
.match_field_bg {
	position: relative;
	width: 670px;
	height: 389px;
	background-image: url("../img/match_field_bg.png");
	border-radius: 8px;
}
.league_match_scoreboard {
	width: 500px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(168, 188, 55, 0.05); 
	border: 2px solid #a8bc37;
	border-radius: 12px;
	font-size: 14px;
	overflow: hidden;
}
.league_match_scoreboard_score {
	float: left;
	width: 100px;
	background-color: rgba(168, 188, 55, 0.7);
	border-radius: 12px;
	text-align: center;
	text-shadow: 0px 0px 2px black;
	font-size: 20px;
	font-weight: bolder;
	color: white;
}
.league_match_event_box {
	height: 120px; 
	line-height: 120px;
	border-radius: 12px;
	box-shadow: 0px 0px 12px #a8bc37;
}
.league_match_report_statistics_container {
	width: 400px;
	line-height: 22px;
	background-color: rgba(168, 188, 55, 0.05);
	border: 1px solid #a8bc37;
	border-radius: 12px;
	text-align: center;
	font-weight: bolder;
}
.league_match_report_statistics_container_header {
	height: 22px;
	background-color: #a8bc37;
	text-shadow: 0px 0px 2px black;
	color: white;
}
.league_match_report_lineup_player_shirt_number {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	border-radius: 10px;
	border: 1px solid #555555;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.league_match_report_attack_direction_arrow {
	width: 200px;
	height: 30px;
	filter: drop-shadow(2px 2px 2px black);
}
.league_match_report_auszeichnungen_container {
	width: 260px; 
	height: 100px; 
	margin-left: 10px; 
	background-color: white;
	border-radius: 12px;
}
.league_match_report_auszeichnungen_container_header {
	line-height: 17px;
	border-bottom: 1px solid black;
	border-radius: 12px 12px 0px 0px;
	text-align: center;
	font-weight: bolder;
	color: white;
}
#spielverlauf_ball {
	width: 16px;
	height: 16px;
	background-image: url("../img/ball.png");
	background-size: 16px 16px;
	border-radius: 50%;
}
.spielverlauf_spieler {
	width: 16px;
	height: 16px;
	border-radius: 6px;
	border: 1px solid #555555;
	text-align: center;
	color: white;
	font-size: 11px;
	left: 0px;
	top: 0px;
}
.spielverlauf_spieler_torwart {
	background-color: #e7ef62;
	color: black;
}
.spielverlauf_spieler_name {
	clear: both;
	width: 100px;
	overflow: hidden;
	margin-top: -17px;
	margin-left: -44px;
	color: white;
}
.spielverlauf_tor {
	width: 331px;
	height: 103px;
	filter: drop-shadow(12px 12px 12px black);
}
.match_text {
	clear: both;
	border: 1px solid #CCCCCC;
	border-top: none;
	width: 660px;
	overflow: hidden;
}
.match_text_row_container {
	width: 648px;
	padding: 6px;
	background-color: white;
}
.match_text_row {
	clear: both;
	overflow: hidden;
	width: 648px;
}
.match_text_icon {
	float: left;
	width: 29px;
	height: 29px;
	margin: 0px 2px 0px 0px;
}
.match_text_text {
	float: left;
	width: 604px;
	margin-left: 10px;
}
.match_text_timestamp {
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	padding-top: 6px;
	width: 660px;
	margin-left: -6px;
	margin-top: -6px;
	margin-bottom: 6px;
}
.match_text_timestamp_neutral {
	background-color: #DDDDDD;
	color: black;
}
.match_text_color_sphere {
	border-radius: 12px;
	box-shadow: 0px 0px 2px black;
}
.waiting {
	background-image:url('../img/waiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:white;
}
.profile_player_current_state {
	clear: both;
	text-align: center;
}
.profile_player_datasheet_header {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 16px;
}
.profile_player_datasheet_headline {
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #a8bc37;
	width: 140px;
	margin-bottom: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.profile_player_datasheet_row {
	height: 20px;
	line-height: 20px;
}
.profile_player_datasheet_col {
	float: left;
	width: 140px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
.profile_player_datasheet_general_information {
	float: left;
	width: 140px;
	margin-left: 98px;
	margin-top: 24px;
}
.profile_player_datasheet_portrait {
	float: left;
	margin-left: 98px;
	margin-top: 16px;
	width: 150px;
	text-align: center;
}
.player_profile_datasheet_radar_chart {
	width: 190px;
	height: 180px;
}
.profile_player_datasheet_popularity {	
	clear: left;
	float: left;
	margin-left: 24px;
	margin-top: 24px;	
}
.profile_player_datasheet_season_summary {
	float: left;
	margin-left: 24px;
	margin-top: 50px;
}
.profile_player_portrait {
	width: 150px;
	text-align: center;
	float: left;
}
.profile_player_emblem {
	width: 150px;
	text-align: center;
	float: left;
	margin-left: 12px;
}
.profile_player_contract {
	float: left;
	margin-left: 36px;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	border-radius: 5px;
	overflow: hidden;
}
.profile_player_contract_row {
	clear: both;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.profile_player_contract_col {
	float: left;
	width: 65px;
	padding-left: 6px;
	overflow: hidden;
	white-space: nowrap;
}
.profile_player_statistics {
	float: left;
	margin-left: 24px;
	border: 1px solid #CCCCCC;
	margin-top: 18px;
	border-radius: 5px;
	overflow: hidden;
}
.profile_player_stats_row {
	clear: both;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.profile_player_stats_col {
	float: left;
	width: 65px;
	padding-left: 6px;
	overflow: hidden;
	white-space: nowrap;
}
.profile_player_skills {
	clear: both;
	margin-top: 24px;
	margin-bottom: 16px;
	border: 1px solid #CCCCCC;
	width: 668px;
	border-radius: 5px;
}
.player_profile_statistics_row {
	height: 35px;
	line-height: 35px;
}
.profile_player_statistics_col {
	float: left;
	width: 42px;
	text-align: center;
	white-space: nowrap;
}
.contract_content_box {
	height: 220px;
	width: 150px;
	text-align: center;
	float: left;
}
.contract_season_heading {
	width: 260px;
	color: white;
	background-color: #a8bc37;
	font-size: 14px;
	font-weight: bold;
	border-radius: 22px;
}
.contract_selection_heading {
	width: 260px;
	font-weight: bold;
	background-color: rgba(168, 188, 55, 0.2); 
	margin-top: 6px;
	margin-bottom: 12px;
	border-radius: 22px;
}
.contract_transition {
	padding-top: 70px;
	text-align:center;
	margin: 0px 260px 0px 260px;
}
.contract_data_table {
	float: left;
	width: 260px;
	background-color: rgba(168, 188, 55, 0.05);
	border: 1px solid #a8bc37;
	border-radius: 22px;
}
.contract_data_table_stats_row {
	height: 20px;
	line-height: 20px;
	font-family: "Coda", cursive; /* TODO: Zur Seite passende Schrift finden, wo auch Zahl 1 schön lesbar ist */
}
.contract_data_table_stats_col {
	float: left;
	width: 110px;
	margin-left: 6px;
	text-align: left;
}
.contract_player_page {
	font-family: "Arial", Helvetica, sans-serif;
	text-align: justify;
	width: 400px;
	height: 564px;
	border: 1px solid #CCCCCC;
	margin: 0px auto 14px auto;
}
.contract_player_top {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.contract_player_introduction {
	margin-top: 20px;
	margin-left: 8px;
	margin-right: 8px;
}
.contract_player_heading {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 8px;
}
.contract_player_text {
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.contract_player_location_and_date {
    font-family: "Reenie Beanie", cursive;
    font-size: 20px;
    color: navy;
	text-align: center;
	margin-top: 12px;
}
.contract_player_describer {
	width: 150px;
	text-align: center;
	margin: auto;
	border-top: 1px solid black;
}
.contract_player_describer_2 {
	float: left;
	width: 150px;
	text-align: center;
	margin-left: 8px;
	border-top: 1px solid black;
}
.contract_player_describer_3 {
	float: right;
	width: 150px;
	text-align: center;
	margin-right: 8px;
	border-top: 1px solid black;
}
.contract_player_signature_player {
	float: left;
	width: 150px;
	text-align: center;
	overflow: hidden;
	font-family: "League Script", cursive;
	font-size: 20px;
	color: navy;
	margin-left: 8px;
}
.contract_player_signature_director {
	float: right;
	width: 150px;
	text-align: center;
	overflow: hidden;
	font-family: "Herr Von Muellerhoff", cursive;
	font-size: 20px;
	color: navy;
	margin-right: 8px;
}
/* --- */
/* 
Die folgenden Klassen werden auf diesen Seiten (zumindest teilweise) verwendet:

	- "Aktiendetails"
	- "Vereinsheim"
	- "Transferdetails Spieler"
*/
.coda_20_gold {
	font-family: "Coda", cursive;
	font-size: 20px;
	color: #998100;
}
/* --- */
.skill_row {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	line-height: 30px;
}
.skill_name {
	float: left;
	width: 150px;
	padding-left: 12px;
}
.skill_bar {
	float: left;
	width: 452px;
	height: 28px;
	padding-top: 1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.skill_bar_bg {
	background-color: #F5F5F5;
	width: 452px;
	height: 28px;
}
.skill_bar_content {
	width: 0px;
	height: 28px;
	background-image: url('../img/skill_balken.png');
}
.skill_value {
	float: left;
	width: 50px;
	text-align: center;
}
.skill_bar_small {
	float: left;
	width: 100px;
	height: 18px;
	padding: 1px;
	border-left: 1px solid #CCCCCC;
}
.skill_bar_bg_small {
	background-color: #F5F5F5;
	width: 100px;
	height: 18px;
}
.skill_bar_content_small {
	width: 0px;
	height: 18px;
	background-image: url('../img/skill_balken_small.png');
}
.skill_value_bronze {
	border-radius: 8px;
	box-shadow: 0px 0px 14px 4px #cd7f32 inset;
}
.skill_value_silver {
	border-radius: 8px;
	box-shadow: 0px 0px 14px 4px silver inset;
}
.skill_value_gold {
	border-radius: 8px;
	box-shadow: 0px 0px 14px 4px gold inset;
}
.wappen_container {
	clear: both;
	width: 150px;
	height: 150px;
}
.wappen_text {
	clear: both;
	line-height: 22px;
	color: #222222;
	text-shadow: 0px 0px 3px #DDDDDD;
	font-size: 14px;
	font-weight: bold;
	margin-top: -95px;
	/*width: 100px;
	margin-left: 25px;*/
	width: 130px;
	margin-left: 10px;
}
.wappen_container_small {
	clear: both;
	width: 35px;
	height: 35px;
}
.wappen_text_small {
	clear: both;
	line-height: 5px;
	color: #222222;
	text-shadow: 0px 0px 3px #DDDDDD;
	font-size: 3px;
	font-weight: bold;
	margin-top: -23px;
	width: 27px;
	margin-left: 4px;
}
.squad_portrait img {
	height: 35px;
}
.squad_small_col {
	width: 59px;
}
.squad_tiny_col {
	width: 5px;
}
.squad_portrait_col {
	width: 35px;
	height: 35px;
}
.squad_name_col {
	width: 150px;
	padding-left: 6px;
}
.navigation_content {
	background-image: url('../img/navigation_bg.png');
	padding-top: 1px;
	padding-bottom: 1px;
}
.navigation_content select {
	margin-left: 2px;
	height: 22px;
	color: #8D9E2E;
}
.left_button {
	background-image: url('../img/button_left.png');
	height: 18px;
	width: 18px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.right_button {
	background-image: url('../img/button_right.png');
	height: 18px;
	width: 18px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.calendar_col {
	border-right: 1px solid #CCCCCC;
	text-align: center;
	width: 97px;
}
.calendar_row {
	border-bottom: 1px solid #CCCCCC;
	clear: left;
	font-size: 11px;
	overflow: hidden;
}
.calendar_not_in_month {
	background-color: #DDDDDD;
}
.calendar_caption {
	color: white;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: 100%;
}
.calendar_entry {
	clear: left;
	min-height: 40px;
}
.calendar_weekday {
	background-color: #A8BC37;
}
.calendar_weekend {
	background-color: #606c1e;
}
.calendar_today {
	/*background-color: #e9f1bb;*/
	background-color: #AB4141;
}
.calendar_empty {
	height: 39px;
	margin-left: 1px;
	margin-top: 1px;
	width: 100%;
}
.calendar_pic {
	cursor: pointer;
	height: 39px;
	margin-left: 1px;
	margin-top: 1px;
	text-align: left;
	margin-right: 1px;
	overflow: hidden;
	width: 95px;
}
.dfs_detail_row {
	clear: both;
	overflow: hidden;
}
.calendar_row_left {
	float: left;
	color: #999999;
}
.calendar_row_right {
	float: left;
	font-weight: bold;
	padding-left: 4px;
}
.calendar_create_row {
	clear: left;
	overflow: hidden;
}
.calendar_create_row div {
	float: left;
}
.calendar_create_left {
	height: 22px;
	line-height: 22px;
	margin-right: 6px;
	text-align: right;
	width: 200px;
}
#calendar_create_entry {
	color: #666666;
}
/* Abschnitt "Ligastammtisch" */
.league_talk_comment_list_container {
	height: 432px;
	margin-bottom: 18px;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
}
.league_talk_comment_container {
	width: 792px;
	min-height: 140px;
	margin-top: 4px;
}
.league_talk_comment_person_info_box {
	width: 140px;
	height: 120px;
	background-color: rgba(168, 188, 55, 0.05);
	border-right: 1px solid #A8BC37;
	text-align: center;
}
.league_talk_comment_person_name {
	clear: both;
	height: 16px;
	margin-bottom: 4px;
	border-bottom: 1px solid #A8BC37;
	font-size: 11px;
}
.league_talk_comment_content {
	float: left;
	width: 642px;
	margin-left: 4px;
	margin-bottom: 8px;
}
.league_talk_comment_text {
	clear: both;
	min-height: 102px;
	max-height: 223px;
	background-color: ghostwhite;
	overflow-y: auto;
	word-break: break-all;
}
textarea.league_talk_textarea {
	margin-bottom: 12px;
	width: 634px;
	height: 50px;
	max-height: 223px;
	padding: 4px;
	resize: none;
	border: 1px solid #A8BC37;
	border-radius: 5px;
}
textarea.league_talk_textarea:hover, textarea.league_talk_textarea:focus {
	box-shadow: 0px 0px 2px 1px #CCCCCC;
}
/* Abschnitt "Teamchat" */
.teamchat_smiley_list {
	display: inline-block;
	margin-left: 30px;
	margin-top: 420px;
	width: 214px;
}
.teamchat_content_box_header {
	display: inline-block;
	margin-top: 82px;
	width: 221px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #000000;
	text-align: center;
	font-weight: bolder;
}
.teamchat_messages_container {
	margin-left: 8px;
	margin-bottom: 6px;
	width: 213px;
	height: 300px;
	overflow: auto;
}
.teamchat_messages_highlight_new {
	margin-top: 12px;
	max-width: 205px;
	height: 4px;
	background-color: #A8BC37;
	text-align: center;
}
.teamchat_message_box {
	margin-top: 12px;
	max-width: 205px;
	background-color: ghostwhite;
	border: 1px solid grey;
	border-radius: 8px;
	font-size: 11px;
}
.teamchat_message_box_content {
	display: flow-root;
	margin-left: 4px;
	margin-right: 4px;
	word-break: break-word;
}
.teamchat_persons_online_container {
	margin-left: 21px;
	margin-bottom: 8px;
	width: 221px;
	height: 360px;
	overflow: auto;
}
textarea.teamchat_textarea {
	width: 165px;
	height: 50px;
	padding: 4px;
	resize: none;
	border: 1px solid #A8BC37;
	border-radius: 8px;
	font-size: 11px;
}
.standings_place {
	width: 50px;
	height: 28px;
	line-height: 28px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	color: black;
}
.lineup_player {
	position: absolute;
	width: 146px;
	overflow: hidden;
	background-color: white;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 11px;
	box-shadow: 0px 0px 4px 2px #555555;
	height: 35px;
	line-height: 35px;
}
.settings_row {
	clear: both;
	overflow: hidden;
	margin-top: 12px;
	height: 24px;
	line-height: 24px;
}
.settings_label {
	float: left;
	text-align: right;
	width: 150px;
}
.search_slider {
	float: left;
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 4px;
}
.settings_action {
	float: left;
	margin-left: 12px;
}
.settings_action input {
	width: 358px;
}
.settings_action select {
	width: 372px;
}
.settings_value {
	float: left;
	text-align: center;
	width: 25px;
	font-weight: bold;
}
textarea.settings_text {
	margin-left: 128px;
	width: 540px;
	min-width: 540px;
	max-width: 540px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	padding: 4px;
	border: 1px solid #A8BC37;
	border-radius: 5px;
}
textarea.settings_text:hover, textarea.settings_text:focus {
	box-shadow: 0px 0px 2px 1px #CCCCCC;
}
.trainingresults_label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
	color: #777777;
}
.item_box {
	float: left;
	width: 150px;
	height: 100px;
	line-height: 22px;
	text-align: center;
	margin-top: 8px;
	margin-left: 8px;
	border: 2px solid #CCCCCC;
	border-radius: 5px;
}
.item_box:hover {
	cursor: pointer;
}
.offers_entry {
	border-bottom: 1px solid #CCCCCC;
	padding: 16px 8px;
	overflow: hidden;
}
.offers_entry_content {
	width: 150px;
	text-align: center;
	float: left;
}
.rueckennummer_select {
	width: 50px;
	border: 1px solid #a8bc37;
	border-radius: 3px;
	padding: 0px 3px 0px 6px;
	height: 18px;
	margin-top: 1px;
	font-size: 10px;
}
.rueckennummer_select:focus {
	box-shadow: 0px 0px 2px 1px #CCCCCC;
}
.finances_wrapper {
	clear: both;
	overflow: hidden;
	border: 1px solid Gainsboro;
	border-top: none;
	background: #FFFFFF;
}
.finances_header_row {
	clear: both;
	overflow: hidden;
	border-top: 2px solid Gainsboro;
	margin-bottom: 6px;
	font-weight: bold;
	background-color: whitesmoke;
}
.finances_header_col {
	float: left;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	width: 100px;
}
.finances_entry_wrapper {
	clear: both;
	overflow: hidden;
	margin-left: 138px;
	margin-right: 18px;
	margin-bottom: 18px;
	color: #555555;
	background: transparent;
}
.finances_second_row {
	clear: both;
	padding-top: 4px;
	padding-bottom: 22px;
	font-weight: bold;
}
.finances_second_col {
	float: left;
	margin-left: 20px;
}
.finances_third_row {
	clear: both;
	padding-left: 40px;
}
.finances_third_col {
	float: left;
	width: 120px;
}
.finances_content {
	margin: 24px 72px 12px 72px;
}
.finances_overview_row {
	clear: both;
	height: 22px;
	line-height: 22px;
}
.finances_overview_label {
	float: left;
	width: 275px;
}
.finances_overview_value {
	float: left;
	width: 125px;
	text-align: right;
}
.match_results_ball_position_box {
	float: left;
	width: 67px;
	height: 65px;
	line-height: 65px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 0px 1px 0px #CCCCCC inset;
	opacity: 0.85;
}
.match_results_ball_position_box_0 {
	background-color: #A8BC37;
}
.match_results_ball_position_box_1 {
	background-color: #b2bc37;
}
.match_results_ball_position_box_2 {
	background-color: #bcbc37;
}
.match_results_ball_position_box_3 {
	background-color: #c6bc37;
}
.match_results_ball_position_box_4 {
	background-color: #d0bc37;
}
.match_results_ball_position_box_5 {
	background-color: #dabc37;
}
.match_results_ball_position_box_6 {
	background-color: #e4bc37;
}
.match_results_ball_position_box_7 {
	background-color: #eebc37;
}
.match_results_ball_position_box_8 {
	background-color: #f8bc37;
}
.match_results_ball_position_box_9 {
	background-color: #ffbc37;
}
.match_results_spielstatistik {
	clear: both;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	overflow: hidden;
	width: 420px;
	margin-left: 132px;
	margin-top: 12px;
}
.match_results_spielstatistik_row {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
}
.match_results_spielstatistik_row:hover {
	background-color: #EEEEEE;
}
.match_results_spielstatistik_label_col {
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 218px;
	text-align: center;
}
.match_results_spielstatistik_away_team_col {
	float: left;
	width: 88px;
	text-align: left;
	padding-left: 12px;
}
.styled_input_black {
	border: 1px solid #CCCCCC;
	padding: 2px 3px;
	border-radius: 3px;
	background-color: #444444;
	color: #DDDDDD;
	font-size: 10px;
	height: 21px;
	line-height: 21px;
	margin-left: 1px;
}
.styled_input_black:focus {
	box-shadow: 0px 0px 2px 1px #CCCCCC;
}
.delete_settings_button {
	float: left;
	margin-top: 1px;
	margin-left: 12px;
}
.aktie_content {
	float: left;
	width: 678px;
	margin-left: 72px;
	margin-bottom: 18px;
}
.aktie_diagramm {
	clear: both;
	width: 678px;
	text-align: center;
}
.hover_box:hover {
	box-shadow: 0px 4px 0px 0px #a8bc37 inset;
}
.hover_row:hover {
	color: black;
	background-color: #E5E5E5;
}
.input_row {
	clear: both;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 3px;
}
.input_row_label {
	float: left;
	width: 80px;
}
.input_row_value {
	float: left;
}
.background_kreuz_me {
	background-color: #DDDDDD;
}
a.color_kreuz_home, a.color_kreuz_home:visited {
	color: #749a42;
}
a.color_kreuz_away, a.color_kreuz_away:visited {
	color: #ab4141;
}
a.color_kreuz_neutral, a.color_kreuz_neutral:visited {
	color: #777777;
}
.kreuzhover {
	background-color: #DDDDDD;
}
textarea.banner_text {
	width: 656px;
	height: 56px;
}
.white_skill {
	width: 226px;
	height: 27px;
	background-color: white;
	left: 0px;
	top: 0px;
}
.white_skill_border {
	width: 1px;
	height: 27px;
	background-color: #CCCCCC;
	position: absolute;
	left: 226px;
	top: 0px;
}
.white_skill_icon {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 217px;
	top: 4px;
	line-height: 18px;
}
input.default_checkbox {
	float: left;
	margin: 0px;
	margin-top: 7px;
	padding: 0px;
	max-width: 20px;
}
.award_row {
	clear: both;
	overflow: hidden;
	margin-bottom: 24px;
}
.award {
	float: left;
	width: 150px;
	border-radius: 5px;
}
.award:hover {
	background-color: #f1f4e0;
}
.middle_award {
	margin-left: 29px;
	margin-right: 29px;
}
.award_caption {
	clear: both;
	color: #777777;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin-bottom: 6px;
	padding-top: 6px;
}
.award_image {
	clear: both;
	width: 150px;
	height: 150px;
}
.award_count {
	clear: both;
	color: #777777;
	text-align: center;
	width: 150px;
	margin-top: 3px;
}
.award_bester_mittelfeldspieler {
	background-image: url("../img/awards/bester_mittelfeldspieler.png");
	background-repeat: no-repeat;
}
.award_meister_dfs_bundesliga {
	background-image: url("../img/awards/meister_dfs_bundesliga.png");
	background-repeat: no-repeat;
}
.award_meister_2_bundesliga {
	background-image: url("../img/awards/meister_2_bundesliga.png");
	background-repeat: no-repeat;
}
.award_meister_1_oberliga {
	background-image: url("../img/awards/meister_1_oberliga.png");
	background-repeat: no-repeat;
}
.award_meister_2_oberliga {
	background-image: url("../img/awards/meister_2_oberliga.png");
	background-repeat: no-repeat;
}
.award_meister_1_unterliga {
	background-image: url("../img/awards/meister_1_unterliga.png");
	background-repeat: no-repeat;
}
.award_meister_2_unterliga {
	background-image: url("../img/awards/meister_2_unterliga.png");
	background-repeat: no-repeat;
}
.award_meister_1_klasse {
	background-image: url("../img/awards/meister_1_klasse.png");
	background-repeat: no-repeat;
}
.award_meister_2_klasse {
	background-image: url("../img/awards/meister_2_klasse.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_2_bundesliga {
	background-image: url("../img/awards/aufsteiger_2_bundesliga.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_1_oberliga {
	background-image: url("../img/awards/aufsteiger_1_oberliga.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_2_oberliga {
	background-image: url("../img/awards/aufsteiger_2_oberliga.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_1_unterliga {
	background-image: url("../img/awards/aufsteiger_1_unterliga.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_2_unterliga {
	background-image: url("../img/awards/aufsteiger_2_unterliga.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_1_klasse {
	background-image: url("../img/awards/aufsteiger_1_klasse.png");
	background-repeat: no-repeat;
}
.award_aufsteiger_2_klasse {
	background-image: url("../img/awards/aufsteiger_2_klasse.png");
	background-repeat: no-repeat;
}
.award_bester_torwart {
	background-image: url("../img/awards/bester_torwart.png");
	background-repeat: no-repeat;
}
.award_bester_verteidiger {
	background-image: url("../img/awards/bester_verteidiger.png");
	background-repeat: no-repeat;
}
.award_bester_mittelfeldspieler {
	background-image: url("../img/awards/bester_mittelfeldspieler.png");
	background-repeat: no-repeat;
}
.award_bester_stuermer {
	background-image: url("../img/awards/bester_stuermer.png");
	background-repeat: no-repeat;
}
.award_meiste_goals {
	background-image: url("../img/awards/meiste_goals.png");
	background-repeat: no-repeat;
}
.award_meiste_assists {
	background-image: url("../img/awards/meiste_assists.png");
	background-repeat: no-repeat;
}
.award_meiste_passes {
	background-image: url("../img/awards/meiste_passes.png");
	background-repeat: no-repeat;
}
.award_meiste_flanken {
	background-image: url("../img/awards/meiste_flanken.png");
	background-repeat: no-repeat;
}
.award_meiste_shots {
	background-image: url("../img/awards/meiste_shots.png");
	background-repeat: no-repeat;
}
.award_meiste_kopfball {
	background-image: url("../img/awards/meiste_kopfball.png");
	background-repeat: no-repeat;
}
.award_meiste_long_passes {
	background-image: url("../img/awards/meiste_long_passes.png");
	background-repeat: no-repeat;
}
.award_meiste_zweikampf_ok {
	background-image: url("../img/awards/meiste_zweikampf_ok.png");
	background-repeat: no-repeat;
}
.award_meiste_baelle_abgefangen {
	background-image: url("../img/awards/meiste_baelle_abgefangen.png");
	background-repeat: no-repeat;
}
.award_elf_des_tages {
	background-image: url("../img/awards/elf_des_tages.png");
	background-repeat: no-repeat;
}
.award_weltfussballer {
	background-image: url("../img/awards/weltfussballer.png");
	background-repeat: no-repeat;
}
.huge_awards_container {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 16px;
}
.disabled_award {
	opacity: 0.3;
}
.header_event_match {
	top: 0px;
	margin-left: 168px;
	padding: 4px 8px;
	color: #888888;
	background-color: #222222;
	border: 1px solid #444444;
	border-top: none;
	width: 145px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
}
.header_event_training {
	top: 0px;
	margin-left: 548px;
	padding: 4px 8px;
	color: #888888;
	background-color: #222222;
	border: 1px solid #444444;
	border-top: none;
	width: 145px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
}
.header_person_info_box {
	width: 150px;
	height: 124px;
	background-image: linear-gradient(to bottom right, #aaaaaa, #222222, #222222);
	border-right: 3px solid #A8BC37;
	border-bottom: 3px solid #A8BC37;
	border-radius: 0px 0px 20px 0px;
}
.header_person_info_box .person_name, .person_name_multiple {
	clear: both;
	height: 16px;
	overflow-y: hidden;
	margin-bottom: 4px;
	border-bottom: 1px solid #A8BC37;
	color: gold;
	font-size: 11px;
	font-weight: bold;
}
.header_person_info_box .person_name_multiple:hover {
	cursor: pointer;
	border-bottom: 1px solid red;
}
.header_person_info_box .person_info_row {
	clear: both;
	margin-bottom: 1px;
	font-size: 11px;
	color: white;
}
/* Wochenkalender */
.weekly_calendar_container {
	width: 613px;
	height: 137px;
}
.weekly_calendar_day {
	float: left;
	width: 85px;
	height: 80px;
	color: white;
	background-color: #222222;
	border: 1px solid #A8BC37;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 4px;
	overflow: hidden;
}
.weekly_calendar_day.active {
	width: 607px;
}
.weekly_calendar_day_more_entries {
	border-bottom: 6px solid #A8BC37;
}
.weekly_calendar_date {
	width: 85px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #A8BC37;
}
.weekly_calendar_date.active {
	width: 607px;
}
.weekly_calendar_time {
	width: 85px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	color: black;
	background-color: #A8BC37;
}
.weekly_calendar_time.active {
	margin-left: auto;
	margin-right: auto;
}
.weekly_calendar_entry {
	width: 85px;
	height: 16px;
	font-size: 11px;
	overflow: hidden;
}
.weekly_calendar_bottom_line {
	position: absolute;
	top: 110px;
	width: 548px;
	height: 15px;
	color: #A8BC37;
	text-align: center;
	white-space: nowrap;
}
.header_buttons {
	float: right;
	margin-right: 4px;
	width: 191px;
	height: 17px;
	line-height: 17px;
	background-color: #1D2109;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0px 0px 1px 1px #555555;
}
.forum_button, .fullscreen_button, .help_button, .info_button, .logout_button, .menu_music_button, .settings_button, .weekly_calendar_button {
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.forum_button:hover, .help_button:hover, .info_button:hover, .logout_button:hover, .menu_music_button:hover, .settings_button:hover, .weekly_calendar_button:hover  {
	border-top: solid 1px;
}
.forum_button {
	margin-left: 11px;
	background-image: url("../img/icons/forum.png");
	background-position: center;
}
.fullscreen_button {
	margin-left: 11px;
	cursor: default;
	background-image: url("../img/icons/fullscreen.png");
	background-position: center;
}
.help_button {
	margin-left: 4px;
	background-image: url("../img/icons/icon_help.png");
	background-position: center;
}
.info_button {
	margin-left: 4px;
	background-image: url("../img/icons/info.png");
	background-position: center;
}
.logout_button {
	margin-left: 4px;
	background-image: url("../img/icons/logout.png");
	background-position: center;
}
.menu_music_button {
	margin-left: 11px;
	background-image: url("../img/icons/icon_menu_music.png");
	background-position: center;
}
.settings_button {
	margin-left: 11px;
	background-image: url("../img/icons/icon_settings.png");
	background-position: center;
}
.weekly_calendar_button {
	background-image: url("../img/icons/weekly_calendar.png");
}
.widget_wrapper_left {
	width: 150px;
	background-color: transparent;
	height: 500px;
	position: absolute;
	z-index: -1;
	margin-left: 0px;
	margin-top: 289px;
}
.widget_wrapper_right {
	width: 150px;
	background-color: transparent;
	height: 500px;
	position: absolute;
	z-index: -1;
	margin-left: 727px;
	margin-top: 289px;
}
.widget_wrapper_left_open {
	margin-left: -162px;
	z-index: 1;
}
.widget_wrapper_right_open {
	margin-left: 889px;
	z-index: 1;
}
.widget_box {
	position: absolute;
	width: 150px;
	border-radius: 8px;
	box-shadow: 0px 0px 2px 0px black;
}
.widget_content {
	height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}
.widget_left_top {
	top: 0px;
	left: 0px;
}
.widget_left_bottom {
	top: 250px;
	left: 0px;
}
.widget_right_top {
	top: 0px;
	right: 0px;
}
.widget_right_bottom {
	top: 250px;
	right: 0px;
}
.widget_opener_left {
	top: 200px;
	margin-left: -24px;
	width: 24px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	background-color: black;
	color: white;
	border-top: 1px solid #A8BC37;
	border-left: 1px solid #A8BC37;
	border-bottom: 1px solid #A8BC37;
	box-shadow: -3px 0px 3px 0px black;
	border-radius: 10px 0px 0px 10px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.widget_opener_right {
	top: 200px;
	margin-left: 878px;
	width: 24px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	background-color: black;
	color: white;
	border-top: 1px solid #A8BC37;
	border-right: 1px solid #A8BC37;
	border-bottom: 1px solid #A8BC37;
	box-shadow: 3px 0px 3px 0px black;
	border-radius: 0px 10px 10px 0px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
.widget_opener_left:hover, .widget_opener_right:hover {
	background-color: #606B22;
	box-shadow: 0px 0px 2px 2px #393939, 0px 0px 1px 1px #A8BC37 inset, 0 0 13px 1px #A8BC37 inset;
}
#widget_opener_left_open, #widget_opener_right_close {
	background-image: url("../img/widget_arrow_left.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#widget_opener_left_close, #widget_opener_right_open {
	background-image: url("../img/widget_arrow_right.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.widget_tabelle_row {
	clear: left;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
.widget_arrow_left {
	float: left;
	width: 8px;
	height: 11px;
	margin-top: 7px;
	margin-left: 8px;
	background-image: url("../img/widget_prev.png");
	cursor: pointer;
}
.widget_arrow_right {
	float: left;
	width: 8px;
	height: 11px;
	margin-top: 7px;
	background-image: url("../img/widget_next.png");
	cursor: pointer;
}
.widget_reload {
	float: right;
	width: 16px;
	height: 14px;
	margin-top: 5px;
	margin-right: 4px;
	background-image: url("../img/widget_reload.png");
	cursor: pointer;
}
#widget_content_Finanzen .widget_tabelle_row {
	height: 16px;
	line-height: 16px;
}
.widget_standard_row {
	clear: both;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 11px;
	overflow: hidden;
}