/* *** Header *** */
.header
{
	height: 80px;
}

.header_div
{
	
}

.logo
{
	display: block;
	
	background-image: url('../images/layout/logo.png'); background-repeat: no-repeat; background-position: left top;

	width: 143px;
	height: 80px;
}

.menu
{
	/*background-image: url('../images/layout/bg_dark.png');*/
	background-color: #18b8ec;
	color: #FFFFFF;	
	height: 80px;
	line-height: 80px;
}

.menu_div
{

}

.menu_normal
{
	float: right;
}

.menu_name
{
	
}

.menu_name > a > img
{
	margin-top: 20px;
	margin-right: 2px;
	width: 36px;
	height: 36px;
}

.menu_name > a, .menu_name > a:visited
{
	text-decoration: none;
	color: #FFFFFF !important;
}

.menu_name > a:hover, .menu_name > a:active
{
	color: #000000 !important;
}

.menu_flag, .menu_flag:active, .menu_flag:visited, .menu_flag:hover,
.menu_flag_selected, .menu_flag_selected:active, .menu_flag_selected:visited, .menu_flag_selected:hover
{
	display: inline-block;
	padding-top: 33px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
}

.menu_flag, .menu_flag:visited
{
	opacity: 0.5;
}

.menu_flag:active, .menu_flag:hover
{
	opacity: 1;
}

.sidemenu
{
	float: right;
}

.sidemenu_credits, .sidemenu_messages, .sidemenu_favorites, .sidemenu_settings
{
	background-repeat: no-repeat; background-position: left top;
	display: inline-block;
	
	line-height: 80px;
	
	padding-left: 60px;
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	
	color: #FFFFFF;
}

.sidemenu_credits { background-image: url('../images/icons/sidemenu_credits.png'); padding-left: 50px; }			.sidemenu_credits:hover, .sidemenu_credits:active { background-image: url('../images/icons/sidemenu_credits_hover.png'); }
.sidemenu_messages { background-image: url('../images/icons/sidemenu_messages.png'); padding-left: 60px; }			.sidemenu_messages:hover, .sidemenu_messages:active { background-image: url('../images/icons/sidemenu_messages_hover.png'); }
.sidemenu_favorites { background-image: url('../images/icons/sidemenu_favorites.png'); padding-left: 50px; }			.sidemenu_favorites:hover, .sidemenu_favorites:active { background-image: url('../images/icons/sidemenu_favorites_hover.png'); }
.sidemenu_settings { background-image: url('../images/icons/sidemenu_settings.png'); padding-left: 40px; padding-right: 0px; }	.sidemenu_settings:hover, .sidemenu_settings:active { background-image: url('../images/icons/sidemenu_settings_hover.png'); }


/* *** Slideshow *** */
.slideshow
{

}

.slideshow_img
{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	background-color: #666;
	
	height: 600px;
}

.slideshow_div
{
	background-color: #666;
	width: 100%;
	height: 650px;
}

.slideshow_bar
{
	margin-top: -53px;
}

.slideshowbar
{
	background-repeat: no-repeat; background-position: center top;
	position: relative;
	z-index: 1000;
	padding-top: 115px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	width: 25%;
}

.slideshowbar:hover
{
	color: #ed7602 !important;
}


.slideshowbar span
{
	display: block;
	max-width: 225px;
	margin: 0px auto;
	text-align: center;
}

.slideshow_spacer
{
	height: 85px;
}


/* *** Verschillende constructies van main deel (=onder menu/slideshow) van website *** */
.main
{
	outline: none;
}

.main_div
{
	/* min-height: 260px; */
	
	padding-top: 30px;
	padding-bottom: 30px;
}

.main_cols
{
	display: table;
}

.main_cols_tr
{
	display: table-row;
}

.main_cols_content
{
	display: table-cell;
	width: 50%;

	padding-right: 20px;
	border-right: 1px solid #333;
}

.main_cols_sidebar
{
	display: table-cell;
	width: 50%;
	padding-left: 20px;
}

.full_span
{

}

.tweeluik_table
{
	display: table;
}

.tweeluik
{
	display: table-cell;
	border-width: 2px;
	width: 50%;
	border-radius: 20px;
}

.tweeluik_marge
{
	display: table-cell;

}

.tweeluik_static_sidebar_left
{
	display: block;
	border-width: 2px;

	border-radius: 20px;
}

.tweeluik_static_sidebar_right
{
	display: table-cell;
	border-width: 0px;
	width: 240px;
}

.static_sidebar, .static_sidebar_fixed
{
	width: 198px;
	border-width: 1px;
}

.static_sidebar_fixed
{
	position: fixed;
	top: 100px;
}

.about_bg_color
{
	background-color: #d8cabd;
}

.half_table
{
	display: table;
	
	background-repeat: no-repeat; background-position: 150px top;
}

.half_tr
{
	display: table-row;
}

.half_td
{
	width: 50%;
	display: table-cell;

	padding-top: 20px;
	padding-bottom: 20px;
	
	padding-left: 40px;	
}

.half_td:first-child
{
	padding-right: 40px;
	padding-left: 0px;	
}

.half_td h2
{
	color: #FFFFFF;
}

.half_td_restrict_width
{
	max-width: 450px;
}

.half_td_restrict_width2
{
	padding-left: 150px;
}





.faq_titel_closed, .faq_titel_open
{
	background-image: url('../images/icons/faq_closed.png'); background-repeat: no-repeat; background-position: 1px 13px;
	display: block;
	
	font-weight: normal;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faq_titel_closed:hover
{
	background-image: url('../images/icons/faq_closed_hover.png'); 
}

.faq_titel_open
{
	background-image: url('../images/icons/faq_open.png');
}

.faq_titel_open:hover
{
	background-image: url('../images/icons/faq_open_hover.png');
}

.faq_beschrijving
{
	padding-bottom: 20px;
	padding-left: 16px;
	
	font-style: italic;
}





.narrowbar_table
{
	display: table;
	background-repeat: no-repeat; background-position: left top;
	
	width: calc(100% + 15px) !important;
	max-width: none !important;
	margin-left: -15px;
	margin-bottom: 30px;
}

.narrowbar_tr
{
	display: table-row;
}

.narrowbar_td:nth-child(1)
{
	display: table-cell;
	padding: 15px;	
	border-right: 15px solid #FFFFFF;
}

.narrowbar_td_color
{
	background-color: #f4ede5;
}

.narrorbar_td_color2
{
	background-color: #000000 !important;
	color: #FFFFFF;
}


.narrowbar_td:nth-child(2)
{
	display: table-cell;
	width: 310px;
	background-color: #18b8ec;
	padding: 15px;
	
}

.narrowbar_td h2
{
	padding-bottom: 0px;
}

.narrowbar_td:nth-child(1) h2
{
	color: #ed7602;
}

.narrowbar_td:nth-child(2) h2
{
	color: #FFFFFF;
}

.contentitem_table
{
	display: table;	
	margin-bottom: 30px;
}

.contentitem_table_color, .contentitem_table_color:visited
{
	text-decoration: none;	
	color: #000000;
}

.contentitem_table_color:active, .contentitem_table_color:hover
{
	color: #ed7602 !important;
}

.contentitem_tr
{
	display: table-row;
}

.contentitem_td:nth-child(1)
{
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
	
}

.contentitem_td:nth-child(2)
{
	display: table-cell;
	vertical-align: middle;
		
}


.contentbox
{
	display: inline-block;
	width: 300px;
	height: 630px;
	margin-right: 15px;
	text-align: center;	
}

.contentbox img
{
	margin-bottom: 20px;
}

.pic_left
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pic_right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.italic
{
	color: #ed7602;
	font-style: italic;

}

.ad_slogan
{
	display: block;
	text-align: center;
	font-size: 44px;
	line-height: 54px;
	letter-spacing: 2px;
	text-decoration: none;
	
	color: #FFFFFF !important;
	
	margin: -15px;
	padding: 15px;
}

.ad_slogan b
{
	color: #ed7602 !important;
}


.ad_slogan:hover
{
	background-image: url('../images/layout/bg_light.png');
}

.checkbox, .checkbox_checked
{
	background-image: url('../images/icons/checkbox.png'); background-repeat: no-repeat; background-position: left top;
	
	display: block;
	text-decoration: none;
	color: #000000;

	min-height: 40px;
	
	padding-left: 45px;
	line-height: 40px;
}

.checkbox_checked
{
	background-image: url('../images/icons/checkbox_checked.png');
}

.filters
{
	padding-bottom: 30px;
	text-align: center;
}

.filters > .button, .filters > .button_alt
{
	/*font-weight: normal;*/
	font-size: 20px;
}

#filters_button
{
	display: none;
}

.dot_online, .dot_offline
{
	display: inline-block;
	
	background-image: url('../images/icons/dot_online.gif'); background-repeat: no-repeat; background-position: 0px 0px;
	margin-top: 6px;
	width: 18px;
	height: 18px;
	
}

.dot_offline { background-image: url('../images/icons/dot_offline.png'); } 

.daters
{
	font-size: 0px;
	text-align: center;
}

.dater
{
	display: inline-block;
	width: 284px;
	height: 420px;
	color: #000000;
	text-decoration: none;
	text-align: center;

	margin-right: 64px;
	
	font-size: 26px;
}

.dater img
{
	transition: margin 250ms ease-in-out;
	border-radius: 300px;
}

.dater:active img, .dater:hover img
{
	margin-top: -10px;
	margin-bottom: 20px;	
}

.dater:active, .dater:hover
{
	color: #ed7602 !important;
}


.dater:nth-child(4n)
{
	margin-right: 0px;
}

.dater img
{
	width: 284px;
	height: 284px;
	
	display: block;
	margin: 0px auto;
	
	margin-bottom: 10px;
}

.dater_favorite
{
	background-image: url('../images/icons/dater_favorite.png'); background-repeat: no-repeat; background-position: 0px 0px;
	display: block;
	position: absolute;
	width: 59px;
	height: 59px;
	
	margin-left: 214px;
	margin-top: 10px;
}

.check
{
	background-image: url('../images/icons/check.png'); background-repeat: no-repeat; background-position: 0px 4px;
	padding-left: 25px;

}





.profile_table
{
	display: table;	
}

.profile_tr
{
	display: table-row;
}

.profile_td:nth-child(1)
{
	display: table-cell;
	width: 650px;
	padding-right: 30px;
	
}

.profile_td:nth-child(2)
{
	display: table-cell;

		
}

#profile_avatar
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right:  30px;
	border-radius: 50px;
}

.profile_header
{
	padding-bottom: 30px;
}

.profile_header h1
{
	padding-bottom: 0px;
}

.footer_message
{
	background-color: #ed7602;
	padding: 10px;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;	
}

.footer_message_txt
{
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}


.favorite
{
	background-image: url('../images/icons/dater_favorite.png'); background-repeat: no-repeat; background-position: 0px -5px;

	height: 34px;
	
	font-weight: bold;
	color: #fbbb1c;
	font-size: 26px;
	
	line-height: 34px;
	padding-left: 58px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.no_favorite
{
	display: none;
}

.button_favorite
{
	display: none; 
	background-color: #4db159 !important; 
	width: 220px;
}

.button_favorite img
{
	width: 31px;
	height: 30px;
}
 
.black_link
{
	display: inline-block; 
	
	padding: 5px; 
	padding-left: 20px; 
	padding-right: 0px; 
	
	color: #000000;
}

hr
{
	padding-top: 30px;
	margin-bottom: 50px;
}


.tabblad_div
{
	margin-bottom: 30px;
	height: 54px;
	background-image: url('../images/layout/bg_tabblad.png'); background-repeat: repeat-x; background-position: left bottom;
}

.tabblad, .tabblad_selected
{
	display: inline-block;
	
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
	line-height: 30px;
	padding: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
	
	height: 30px;
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.tabblad
{
	color: #18b8ec;
	line-height: 26px;
}

.tabblad_selected
{
	border: 2px solid #000000;
	border-bottom: 2px solid #FFFFFF;
	
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.todo
{
	display: inline-block;
	background-color: #FF0000;
	color: #FFFFFF;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.button > .todo, .button_alt > .todo
{
	width: 20px;
	height: 20px;
	line-height: 20px;	
	font-size: 14px;
}

#dater_photo
{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	
	display: block;
	width: 650px;
	height: 650px;
	background-color: #efefef;
	
	margin-bottom: 15px;
}

.dater_thumb, .dater_thumb_selected
{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	display: inline-block;
	
	width: 125px;
	height: 125px;
	
	margin-right: 6px;
	
}

.dater_thumb_selected
{
	width: 121px;
	height: 121px;
	
	border: 2px solid #000000;
}

.dater_thumb:nth-child(5), .dater_thumb_selected:nth-child(5)
{
	margin-right: 0px;
}

#dater_photos
{
	font-size: 0px;
}



/* *** Chat *** */
#chat_div
{
	background-color: #e8e8e8;
	background-image: url('../images/chat/bg.png'); background-position: center center;
	
	padding: 15px;
	/*height: 610px;*/
	height: 65vh;
	
	overflow: auto;
	
	border-radius: 0px;
	margin-bottom: 15px;
	
	box-shadow: 0px 0px 3px #000000;
}

.chat_message_container
{
	padding-bottom: 10px;
	min-height: 50px;
}

.chat_message_you, .chat_message_me
{
	min-height: 60px;
}

.chat_message_you
{	
	background-position: 0px 0px, 54px 15px;
	background-repeat: no-repeat, no-repeat;	
	background-size: 50px 50px, 11px 11px;
	padding-left: 65px;
}

.chat_message_me
{
	background-position: right 0px, right 15px;
	background-repeat: no-repeat, no-repeat;	
	background-size: 50px 50px, 65px 11px;

	padding-right: 65px;
	text-align: right;
}

.chat_message
{
	background-color: #FFFFFF;
	display: inline-block;
	padding: 10px;
	border-radius: 8px;
}

.chat_message_date
{
	position: relative;
	color: #AAAAAA;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: -5px;
}

#chat_input_div
{
	margin-bottom: 30px;
}

#chat_input_border
{
	border: 2px solid #000000;
	border-radius: 40px;
	height: 66px;	
}

#chat_input
{
	height: 66px;
	line-height: 66px;
	width: calc(100% - 96px - 30px);
	
	border-radius: 40px;
	padding-left: 30px;
	font-size: 22px;
}

#chat_input:focus
{
	outline: none;
}

#chat_input_button
{
	display: inline-block;
	background-image: url('../images/chat/chat_button.png'); background-repeat: no-repeat; background-position: left top;
	width: 96px;
	height: 66px;
}

#chat_sub_div
{
	margin-bottom: 40px;
}

#chat_sub_div a, #chat_sub_div a:visited
{
	color: #000000;
}

#chat_sub_div a:active, #chat_sub_div a:hover
{
	color: #ed7602;
}
/* *** /Chat *** */



.membership, .membership:visited
{
	display: inline-block;
	background-color: #ed7602;
	
	width: 360px;
	height: 410px;
	
	padding: 30px;
	padding-bottom: 0px;

	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	
	margin-right: 35px;
	margin-bottom: 30px;
}

.membership:nth-child(3)
{
	margin-right: 0px;

}

.membership:active, .membership:hover
{
	background-image: url('../images/layout/bg_light.png');
	color: #FFFFFF !important;
}

.membership:active > .memebership_button, .membership:hover > .memebership_button
{
	background-image: url('../images/layout/bg_light.png');
	color: #FFFFFF !important;
}


.memebership_top
{
	font-size: 38px;
	line-height: 44px;
	padding-bottom: 20px;
}


.memebership_price
{
	font-size: 60px;
	line-height: 70px;
	padding-bottom: 30px;
	font-weight: bold;
}

.memebership_button
{
	font-weight: bold;
	width: 240px;
	background-color: #000000;
	border-radius: 30px;
	text-align: center;
	margin: 0px auto;
	padding: 5px;
}

.membership_tab
{
	background-image: url('../images/layout/membership_tab.png'); background-repeat: no-repeat; background-position: left top;
	
	width: 237px;
	height: 35px;
	
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 35px;
	margin-left: -119px;
	margin-top: -47px;
	
	display: inline-block;
	position: absolute;
}

.font_small
{
	font-size: 18px;
	font-weight: bold;
}





.drieluik
{
	text-align: center;
}

.drieluik_bg_color
{
	padding-top: 0px; 
	padding-bottom: 0px;
}

.drieluik_1, .drieluik_2, .drieluik_3
{
	display: table-cell;
	width: 300px;
	text-align: center;
}

.drieluik_1 img, .drieluik_2 img, .drieluik_3 img
{
	display: block;
	width: 300px;
}


/* *** Horizontal scroller *** */
.horizontal_scroller
{
	width: 100%;
	overflow: auto;
}

.horizontal_scroller_left, .horizontal_scroller_left:visited,
.horizontal_scroller_right, .horizontal_scroller_right:visited
{
	position: absolute;
	z-index: 100;
	display: inline-block;

	width: 40px;
	margin-top: 160px;

	line-height: 40px;
	
	text-decoration: none;	
	text-align: center;
}

.horizontal_scroller_left
{
	
}

.horizontal_scroller_right
{
	margin-left: 940px;
}

/* *** Extra grote schermen: left/right buiten de 980px breedte plaatsen: cool! *** */
@media only screen and (min-width:1100px) 
{
	.horizontal_scroller_left
	{
		margin-left: -50px;
	}
		
	.horizontal_scroller_right
	{
		margin-left: 990px;
	}
}
	

/* *** Sidebar *** */
.sidebar_movie
{
		
}

.sidebar_movie video
{
	max-width: 100%;
}

.sidebar_news_a, .sidebar_news_a:visited, .sidebar_news_a:active
{
	display: block;
		
	text-decoration: none;
}

.sidebar_news_a b
{
	display: block;
	text-decoration: underline;	
}

.sidebar_news_a:hover b
{

}
	
.sidebar_images
{
		
}

.sidebar_images a, .sidebar_images a:visited, .sidebar_images a:active
{
	display: inline-block;
	
	margin-bottom: 5px;	
	border-width: 4px;
}

.sidebar_images a:hover
{

}

.sidebar_images a, .sidebar_images img
{
	width: 85px;
	height: 85px;
}

.sidebar_a, .sidebar_a:visited, .sidebar_a:active
{

}


/* *** News *** */
.news
{
	display: table;
	text-decoration: none;
	margin-bottom: 20px;
}

.news_tr
{
	display: table-row;
}

.news_img
{
	display: table-cell;
	padding-right: 0px;
	padding-top: 25px;
	
}

.news_img img
{
	width: 135px;
	height: 90px;
	padding-right: 25px;
}

.news_text
{
	display: table-cell;	
}

.news_date
{
	font-size: 10px; 
	opacity: 0.5;
}

.news:active .news_img img, .news:hover .news_img img
{
	width: 150px;
	height: 100px;
	padding-right: 10px;

	transition: width 250ms ease-in-out, height 250ms ease-in-out, padding-right 250ms ease-in-out;
}

.news:active, .news:hover
{
	transition: color 250ms ease-in-out;
}


/* *** Miscellaneous *** */
.avatar_table
{
	display: table;
}

.avatar_tr
{
	display: table-row;
}

.avatar_td
{
	display: table-cell;
}

.avatar_td:first-child
{
	padding-right: 15px;
}

.avatar
{
	/*border-radius: 50px;*/
	width: 100px;
	height: 100px;
}

#avatar_preview
{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	
	width: 200px;
	height: 200px;
	margin: 0px auto;
	margin-bottom: 10px;
	
	border-radius: 200px;
}

.avatar_large
{
	border-radius: 2000px;
	width: 200px;
	height: 200px;
}

#avatar_decoration_overlay
{
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 100;
}

#avatar_decorations
{
	background-color: #DDDDDD;
	border-radius: 20px;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.avatar_decoration
{
	display: inline-block;
	width: 50px;
	height: 50px;
	
	background-position: center center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	
	margin-right: 10px;
	margin-bottom: 10px;
	
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.avatar_decoration span
{
	display: inline-block;
	
	background-image: url('../images/icons/token.png'); background-repeat: no-repeat; background-position: 0px 18px;
	background-size: 14px 14px;
	padding-top: 14px;
	padding-left: 16px;
}

.avatar_bg
{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	
	border-radius: 50px;
	width: 100px;
	height: 100px;
	
}

.tokens
{
	display: inline-block;
	
	background-image: url('../images/icons/token.png'); background-repeat: no-repeat; background-position: 2px 3px;
	background-size: 18px 18px;
	
	padding-left: 22px;
}

.overflow_div
{
	max-height: 200px; 
	overflow: auto; 
	background-color: #EEEEEE; 
	
	padding: 10px; 
	margin-left: -10px; 
	margin-right: -10px;
}

.behind_photo
{
	background-color: #EEEEEE;
	padding: 10px;

	text-align: center;
	margin-bottom: 20px;
}


.green
{
	background-color: #00FF00 !important;
	color: #00FF00 !important;
}

.paginatie
{
	text-align: center;
}

.paginatie a, .paginatie span
{
	text-decoration: none;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.paginatie_prev_disabled, .paginatie_next_disabled
{
	opacity: 0.5;
}

.paginatie_nr_selected, .paginatie_nr_selected:active, .paginatie_nr_selected:visited, .paginatie_nr_selected:hover
{
	font-weight: normal;
}

.account_status_flag
{
	display: inline-block;
	padding: 5px;


	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	
	text-align: center;
	
	float: right;
}

.reseller_account
{

}

.admin_account
{

}

.link_pdf, .link_pdf:visited, .link_pdf:active, .link_pdf:hover,
.link_youtube, .link_youtube:visited, .link_youtube:active, .link_youtube:hover
{
	display: table-cell;
	vertical-align: middle;
	
	background-image: url('../images/extensies/pdf.png'); background-repeat: no-repeat; background-position: left top;
	
	text-decoration: none;
	padding-left: 60px;
	height: 50px;
}

.link_youtube, .link_youtube:visited, .link_youtube:active, .link_youtube:hover
{
	background-image: url('../images/extensies/youtube.png');
}

.youtube
{

}

.youtube_iframe
{
	width: 100%;
	height: 540px;	
}

.icon_question, .icon_question:visited, .icon_question:active, .icon_question:hover
{
	background-image: url('../images/icons/question.png'); background-repeat: no-repeat; background-position: left center;
	display: inline-block;
	text-decoration: none;
	width: 16px;
	
}


/* *** Footer *** */
.footer
{
	background-color: #dedede;
	padding-top: 65px;
	padding-bottom: 65px;
}

.footer_div
{
	display: table;
}

.footer_td1, .footer_td2
{
	display: table-cell;
	color: #FFFFFF;
}

.footer_td2
{
	width: 330px;
	padding-left: 80px;
}

.footer a, .footer a:visited, .footer a:active
{
	color: #4caac9;
	text-decoration: underline;
}

.footer a:hover
{
	color: #000000;
}

.footer_title, .footer_title a, .footer_title:visited
{
	font-weight: bold;
	padding-bottom: 15px;
	color: #000000 !important;
}

.footer_share_icons img
{
	border-radius: 30px;
}

.footer_desc
{
	max-width: 370px;
	padding-bottom: 20px;
}


.footer_title_float
{
	float: right; 
	font-size: 22px;
	color: #000000;	
}

.footer_news
{
	display: inline-block;
}

.footer_news img 
{
	max-width: 340px;
}

.footer_news > span
{
	color: #000000 !important;
}

.footer_news:hover > span
{
	color: #FFFFFF !important;
}
.subfooter
{
	background-color: #000000;
}

.subfooter_div
{
	color: #706f6f;	
	font-size: 22px;
	line-height: 26px;
	
	padding-top: 30px;
	padding-bottom: 30px;
}

.subfooter_div a, .subfooter_div a:visited
{
	color: #706f6f;	
}

.subfooter_div a:active, .subfooter_div a:hover
{
	color: #FFFF;	
}

.subfooter_table
{
	display: table;
}

.subfooter_tr
{
	display: table-row;
}

.subfooter_td1, .subfooter_td2
{
	display: table-cell;
	vertical-align: middle;
}

.subfooter_td2
{
	padding-left: 15px;
}



.share_images img
{
	margin-bottom: 3px;
}

.sitemap, .landingspages
{
	display: table;
}


.sitemap_sub, .landingspages_sub
{
	display: table-cell;
	padding-left: 80px;
}

.sitemap_sub:first-child, .landingspages_sub:first-child
{
	padding-left: 0px;
}


/* *** Form *** */
.captcha
{
	background-image: url('../images/layout/bg_dark.png'); 
	
	display: inline-block;
	
	width: 377px;
	max-width: calc(100% - 20px);
	
	padding: 10px;
	padding-right: 0px;
}

.area .captcha
{
	background-image: url('../images/layout/bg_light.png'); 
}

.captcha_div
{
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
}

.form_input_captcha
{
	width: 65px;
	text-align: center;
	
	line-height: 35px;
	
	border-width: 2px;
	
	font-size: 18px;
	font-weight: bold;
}

.form_input, .form_textarea, .form_select
{
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
	
	border-width: 2px;
	font-weight: bold;
}

.form_input, .form_textarea
{
	width: 375px;

	max-width: calc(100% - 25px);
	
}

.form_textarea
{
	height: 100px;
}

.form_input_medium
{
	width: 210px;
}

.form_input_kort
{
	width: 135px;
}

.form_input_mini
{
	width: 65px;
}

.ster
{
	
}

.button, .button:visited, 
.button_alt, .button_alt:visited,
.button_disabled
{
	display: inline-block;

	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	margin-bottom: 5px;

	text-align: center;
	text-decoration: none;
	
	font-weight: bold;
}

.button:hover, .button:active,
.button_alt:hover, .button_alt:active,
.area .button_alt, .area .button_disabled
{
	background-image: url('../images/layout/bg_light.png'); 
}

.button_alt, .button_alt:visited
{
	
}

.button_disabled
{
	opacity: 0.5;
}

.button_winkelwagen, .button_winkelwagen:hover
{
	background-image: url('../images/icons/cart_hamburger.png'); background-repeat: no-repeat; background-position: 5px 15px !important;
	padding-left: 35px !important;
}

.x_button, .x_button:visited
{
	display: inline-block;
	
	width: 30px;
	height: 30px;
	
	line-height: 30px;
	text-align: center;

	text-decoration: none;
	
	float: right; 
	
	margin-left: 20px;
}

.x_button:hover, .x_button:active
{
	background-image: url('../images/layout/bg_light.png'); 
}

.input_aantal
{
	display: table;
}

.input_aantal_minus, .input_aantal_plus
{
	display: table-cell;
	background-repeat: no-repeat; background-position: center center;
	background-color: #ffcccc;

	border-width: 1px;

	min-width: 24px;	
}

.input_aantal_minus
{
	background-image: url('../images/icons/input_aantal_minus.png');
	
	border-right-width: 0px;
		
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
}

.input_aantal_plus
{
	background-image: url('../images/icons/input_aantal_plus.png');
	
	border-left-width: 0px;	
		
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.input_aantal_aantal
{
	display: table-cell;

	border-width: 1px;
}

.input_aantal_aantal input
{
	width: 35px;
	height: 44px;
	
	text-align: center;
	line-height: 44px;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#cookie
{
	display: none;
	position: fixed;
	z-index: 1000; 
	bottom: 10px;
	left: 10px;
	padding: 10px;
	
	background-color: #DDDDDD;
	border: 1px solid #333333;
	border-radius: 10px;
}


a.skip-main
{
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}

a.skip-main:focus, a.skip-main:active
{
	color: #fff;

	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;

	border: 4px solid white;
	text-align:center;
	font-size:1.2em;
	z-index: 999;
}

#create_team_bg
{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
	width: 100%;
	height: 280px;
	
	padding-top: 40px;
	margin-bottom: 20px;
}

#create_team_back
{
	background-repeat: no-repeat; background-position: center center;
	width: 200px;
	height: 200px;
	margin: 0px auto;
	margin-bottom: 20px;
}

#create_team_back img
{
	width: 200px;
	height: 200px;
}

#create_team_title
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 0px 2px 5px #000000;
}

.create_team_divider
{
	display: inline-block;
	width: 50px;
}

.team_badge
{
	background-repeat: no-repeat; background-position: center center;
	background-size: 100px 100px;
	
	 width: 100px; 
	 height: 100px;
}

.team_badge img
{
	 width: 100px; 
	 height: 100px;
}

.team_badge_small
{
	background-repeat: no-repeat; background-position: center center;
	background-size: 30px 30px;
	
	 width: 30px; 
	 height: 30px;
}

.team_badge_small img
{
	 width: 30px; 
	 height: 30px;
}

.team_link
{
	display: block;
	background-color: #DDDDDD;
	border-radius: 30px;
	padding: 10px;
	
	color: #000000;
	text-decoration: none;
	min-height: 33px;
	
	margin-bottom: 4px;
}
