﻿/*************************************************************************************************************************
*	page / background / basic main-area
*************************************************************************************************************************/
html, body {
	background-color:		#EBEBEB;
	background-image:		url(../gfx/body/body_white_bg.jpg);
}

a {
	color:					#F18F4E;
}

h1, .box h2 {
	color:					#000;
}

h2, .first h2, .box h3 {
	color:					#20293E;
}

/*************************************************************************************************************************
*	Content boxes, menus
*************************************************************************************************************************/
/*		teaser		*/
#taf_teaser_de {
	background-image:		url(/gfx/taf_teaser/header_01_white_de.gif);
}

#taf_teaser_en {
	background-image:		url(/gfx/taf_teaser/header_01_white_en.gif);
}

/*		main navigation		*/
#top_menu ul.navi li a {
	color:					#FFF;
}

#top_menu ul.navi a:hover {
	color:					#FFF;
	background-image:		url(/gfx/content/menu/menu_hover.png);
}

#top_menu ul.navi ul a, #top_menu ul.navi ul a:visited {
	background-color:		#D4D8BD;
	color:					#000;
}

/*		footer		*/
#footer ul {
	color:					#000;
}

#footer ul li a {
	color:					#000;
}

#footer ul li a:hover {
	color:					gray;
}

/**************************************************************************************************************************
*	side bar 
*************************************************************************************************************************/
/*		login		*/
#login_wrap {
	background:				#EDEDED url(/gfx/login/login_box_white_bg.png) repeat-y;
}

#login_box h2 {
	background:				url(/gfx/login/login_box_hl_white.png) repeat-x;
	color:					#20293E;
}

#login_box input {
	background-color:		transparent;
}

#login_box input#username {
	background-image:		url(../gfx/login/login_inputus_white.png);
}

#login_box input#pass {
	background-image:		url(../gfx/login/login_inputpw_white.png);
}

#login_box input#login_button {
	color:					#FFF;
	background-image:		url(../gfx/buttons/white_normal.png);
}

#login_box input#login_button:hover{
	background-image:		url(../gfx/buttons/white_hover.png);
}

.loggedin {
	color:					#000;
}

.loggedin_button a {
	background-image:		url(../gfx/buttons/white_normal.png);
}

.loggedin_button a span {
	background-image:		url(../gfx/buttons/white_normal.png);
	color:					#FFF;
}

.loggedin_button a:hover span {
	background-image:		url(/gfx/buttons/white_hover.png);
}

/*		sidebar boxes		*/
#right_side .box .button .arrow {
	background-image:		url(../gfx/content/box/li_arrow_red.png);
}

#right_side .box .button:hover .arrow {
	background-image:		url(../gfx/content/box/li_arrow_green.png);
}

#right_side .box .button span {
	color:					#FFF;
}

	/*	poker boat	*/
#boat_box {
	background:				url(/gfx/content/boatcounter/white_bg.png) no-repeat;
}

.boat_counter {
	color:					#000;
}

#boat_box .button{
	background-image:		url(/gfx/content/boatcounter/white_button_normal.png);
}

#boat_box .button span {
	background-image:		url(/gfx/content/boatcounter/white_button_normal.png);
}

#boat_box .button:hover span{
	background-image:		url(/gfx/content/boatcounter/white_button_hover.png);
}

	/*	poker insel	*/
.island_de {
	background:				url(/gfx/content/pokerisland/de/pokerisland_bg.png) no-repeat;
}
.island_en {
	background-image:		url(/gfx/content/pokerisland/en/white_bg.png);
}
.island_pl {
	background-image:		url(/gfx/content/pokerisland/pl/pokerisland_bg.png);
}
.island_ru {
	background-image:		url(/gfx/content/pokerisland/ru/pokerisland_bg.png);
}

#island_box .button, #island_box .button span {
	background-image:		url(/gfx/content/pokerisland/white_button_normal.png);
}

#island_box .button:hover span {
	background-image:		url(/gfx/content/pokerisland/white_button_hover.png);
}

	/*	team teaser	*/
#team_teaser_box {
	background:				url(/gfx/content/box/main_team_right.png) no-repeat;
}

#right_side #team_teaser_box .button {
	background:				url(/gfx/content/box/team_normal2.png);
}

/**************************************************************************************************************************
*	content area
*************************************************************************************************************************/
#content ul, #content ol {
	/*
	color:					#22455c;
	*/
	color:					#686868;
}

#content p {
	color:					#686868;
}

/*		boxes		*/
#content .box {
	color:					#000;
	border:					1px solid #C6D1E1;
}

.box_head {
	background-image:		url(../gfx/boxes/contentbox-header_white_bg.png);
	color:					#20293E;
}

.box .box_content, #content .box .clear {
	background-color:		#FCFCFC;
}

#content .box .box_content .clear {
	background-color:		transparent;
}

.first .box_content {
	background-image:		url(../gfx/boxes/contentbox-first_white_bg.jpg);
}

.box .border_box {
	border:					1px solid #1C429A;
}

#content .box .white_box {
	background-color:		#FFF;
}

#content .box .white_box ul {
	color:					#000;
}

#content .box .white_box a {
	color:					#0AE;
}

#content .box .white_box a:hover {
	color:					#00C;
}

#content .box .white_box p.important {
	border:					1px solid #F00;
	color:					#F00;
	background-color:		#FFF;
}

/*		lists		*/
#content ul.check {
	color:					#20293E;
}

ul.check li {
	background-image:		url(../gfx/content/box/li_arrow_red.png);
}

ul.check li:hover {
	background-image:		url(../gfx/content/box/li_arrow_green.png);
}

#content ul.minicheck {
	color:					#22455C;
}

ul.minicheck li {
	background-image:		url(../gfx/content/box/li_arrow_red.png);
}

ul.minicheck li:hover {
	background-image:		url(../gfx/content/box/li_arrow_green.png);
}

/*		team gallery		*/
div.team a {
	background-color:		#FFF;
	color:					#FFF;
}

div.team .alexander {
	background-image:		url(../gfx/team/alexander/thumb.png);
}

div.team .axel {
	background-image:		url(../gfx/team/axel/thumb.png);
}

div.team .felix {
	background-image:		url(../gfx/team/felix/thumb.png);
}

div.team .melody {
	background-image:		url(../gfx/team/melody/thumb.png);
}

div.team .svetlana {
	background-image:		url(../gfx/team/svetlana/thumb.png);
}

/*		image galleries		*/
#content div.gallery img, #content div.gallery a img {
	border:					2px solid silver;
}

/*		news		*/
#content .intro {
	color:					#336;
}

/*		tables		*/
#content .box table {
	border:					1px solid silver;
}

#content .box thead tr {
	background-color:		#FFF;
}

#content .box tbody tr.r1 {
	background-color:		#DDD;
}

#content .box tbody tr.r2 {
	background-color:		#EEE;
}

/*		quiz		*/
#content div.quiz {
	background-color:	#FFF;
	color:				#000;
}

#content div.quiz p, #content div.quiz form {
	color:				#000;
}

/*		poker room overview		*/
#content .room_box {
	/*border:				1px solid #EEE;
	background-color:	#FFF;*/
	color:				#000;
}

#content .room_box h2, #content .box .white_box h2 {
	//color:				#000;
	color:				#999933;
}

#content .room_box h3, #content .box .white_box h3 {
	color:				#000;
	color:				#999933;
}

#content .room_box p, #content .box .white_box p {
	color:				#686868;
}

.room_box .button span {
	color:					#000;
	border:					1px solid #B5B5B5;
	background:				#000 url(../gfx/buttons/pokerroom_white.png) no-repeat;
}

.room_box .button:hover span {
	background-image:	url(../gfx/buttons/pokerroom_white_hover.png);
	color:				#F5F5F5;
}

/*		lighteners		*/
hr.dashed {
	border:					1px dashed #22455C;
}

/**************************************************************************************************************************
*	social network links
*************************************************************************************************************************/
#social, #social a, #social hr {
	color:			#000;
}

/**************************************************************************************************************************
*	buttons
*************************************************************************************************************************/
a.register_button {
	background:				url(../gfx/content/box/register_button.png) no-repeat;
	color:					#FFF;
}

a.register_button span {
	background-image:		url(../gfx/content/box/register_button.png);
}

a.register_button:hover span{
	background-image:		url(../gfx/content/box/register_button_hover.png);
}


#content a.button, #content a.button span {
	background-image:		url(../gfx/buttons/white_normal.png);
	color:					#FFF;
}

#content a.button:hover span {
	background-image:		url(/gfx/content/buttons/white_hover.png);
}

/**************************************************************************************************************************
*	helpers
*************************************************************************************************************************/
#helpers .window {
	background-color:		#FFF;
	border:					3px solid #C6D1E1;
}

#helpers .window h2 {
	background-image:		url(../gfx/boxes/contentbox-header_white_bg.png);
	color:					#20293E;
}

#helpers .window h2 span.right input {
	color:					#FFF;
	background-color:		#F00;
}

#helpers .window h2 span.right a span {
	background-image:		url(../gfx/hhelper_close.png);
	color:					#000;
}

#helpers .window h2 span.right a:hover span {
	background-image:		url(../gfx/hhelper_close_hover.png);
	color:					#FFF;
}