html {
	background-color: #555365;
}

body {
	position: relative;
	width: 994px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: black;
}

#container
{
	background-color: white;
}

#print_container
{
	display: none;
}

#header
{
	width: 994px;
	height: 254px;
}

#header_image_container
{
	width: 994px;
	height: 209px;
	background-image: url('/shared/images/custom/headers/rotator/header1.jpg');
}

#header_logo
{
	position: absolute;
	left: -4px;
	top: 0px;
	z-index: 600;
}

#menu_container
{
	width: 974px;
	height: 45px;
	margin: 0px 10px;
	background-image: url('/shared/images/custom/headers/menu/menu_bg.gif');
	clear: both;
}




















#content
{
	width: 994px;
	margin-top: 10px;
}

#left_container
{
	float: left;
	width: 222px;
	margin-left:20px;
	_margin-left:10px;
}

#right_container
{
	float: left;
	width: 222px;
	min-height: 300px;
}

#main_container
{
	float: left;
	width: 470px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
}

/*
home
*/

.home_news_title,
.home_news_link
{
	position: relative;
	display: block;
	width: 222px;
	height: 27px;
	line-height: 27px;
	background-image: url('/shared/images/custom/home/news_title.gif');
}

.home_news_link
{
	background-image: url('/shared/images/custom/home/news_link.gif');
}

.home_news_item_link
{
	position: absolute;
	bottom: 5px;
	right: 7px;
}


.home_news_item
{
	position: relative;
	width: 212px;
	height: 84px;
	padding: 5px;
	background-color: #DEEEB0;
	margin-bottom: 1px;
	margin-top: 1px;
	overflow: hidden;
}

.home_news_item_selected
{
	position: relative;
	width: 212px;
	height: 84px;
	padding: 5px;
	background-color: #ADD138;
	margin-bottom: 1px;
	margin-top: 1px;
	overflow: hidden;
}

.home_news_item_image
{
	float: left;
	width: 60px;
	/*height: 80px;*/
	margin-top: 5px;
}
.home_news_item_text
{
	float: left;
	width: 130px;
	height: 80px;
	margin-top: 5px;
	margin-left: 20px;
	_margin-left: 10px;
	text-align: justify;
	overflow: hidden;
}

.home_news_item_image_no_image
{
	display: none;
}

.home_news_item_text_no_image
{
	width: 212px;
}



#home_adres_container
{
	width: 222px;
	height: 165px;
}

.home_adres_title,
.home_toernooien_title
{
	position: relative;
	display: block;
	width: 222px;
	height: 27px;
	line-height: 27px;
	background-image: url('/shared/images/custom/home/adres_title.gif');
}

.home_toernooien_title
{
	background-image: url('/shared/images/custom/home/toernooien_title.gif');
}

.home_tournaments_item
{
	position: relative;
	width: 200px;
	height: 84px;
	padding: 10px;
	border-bottom: 1px solid white;
	overflow: hidden;
}

.home_toerooien_text
{
	position: relative;
	display: block;
	width: 222px;
	height: 98px;
	background-color: #b8b5c8;
	/*
	background-color: #DBD9E4;
	border: 1px solid #4D4574;
	*/
	text-decoration: none;
}

.home_tournaments_item_link
{
	position: absolute;
	bottom: 5px;
	right: 7px;
}



.home_adres_text
{
	position: relative;
	display: block;
	width: 210px;
	height: 110px;
	padding: 10px 5px;;
	background-color: #DBD9E4;
	text-decoration: none;
	border: 1px solid #4D4574;
}

.homeblockcontent
{
	position: relative;
	display: block;
	width: 210px;
	padding: 10px 5px;;
	background-color: #DBD9E4;
	border: 1px solid #4D4574;
}



#home_toerooien_container
{
	position: relative;
	width: 222px;
	/*height: 175px;*/
}

.home_toerooien_text
{
	/*	height: 126px;*/
	height: auto;
}


.random_image
{
	width: 216px;
	padding: 2px;
	border: 1px solid #AED137;
}

.random_image img
{
	width: 216px;
}






/*
news
*/
.news_title
{
	position: relative;
	display: block;
	width: 222px;
	height: 25px;
	line-height: 25px;
	background-image: url('/shared/images/custom/news/news_title.gif');
}

#news_years
{
	position: absolute;
	width: 55px;
	height: 20px;
	top: 3px;
	right: 5px;
	padding: 2px;
	border: 1px solid #6F8039;
	
}

#news_search_container
{
	width: 214px;
	height: 21px;
	padding: 3px 4px;
	background-color: #D6E89B;
	border-top: 1px solid white;
	clear: both;
}


#news_search_string
{
	float: left;
	width: 189px;
	height: 14px;
	padding: 2px;
	border: 1px solid #6F8039;
}

#news_search_btn
{
	float: left;
	width: 19px;
	height: 20px;
	border: 0;
	background-image: url('/shared/images/custom/news/search_btn.gif');
}





.news_page_title
{
	float: left;
	display: block;
	width: 370px;
	/*height: 20px;*/
	overflow: hidden;
}

.news_page_date
{
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	text-align: right;
}


.news_image_no_image
{
	display: none;
}

.news_image
{
	width: 216px;
	padding: 2px;
	border: 1px solid #ADD138;
}

.news_image img
{
	width: 216px;
}




#news_pager_container
{
	width: 222px;
	height: 22px;
	padding-bottom: 6px;
	background-image: url('/shared/images/custom/news/news_title_bg.gif');
	background-repeat: repeat-x;
}

#news_pager_table,
#news_pager_table tr
{
	width: 100%;
	height: 21px;
}
#news_pager_table td
{
	height: 21px;
}

#news_pager_table *
{
	text-decoration: none;
	color: white;
}

#news_pager_table_prev,
#news_pager_table_next
{
	width: 70px;
}

#news_pager_table_next
{
	text-align: right;
}

#news_pager_table_prev img,
#news_pager_table_next img
{
	vertical-align: middle;
}

#pager_table_pages
{
	height: 21px;
}

.news_page_selected
{
	border: 1px solid white;
}


/*
toernooien
*/
.tournaments_title
{
	position: relative;
	display: block;
	width: 222px;
	height: 27px;
	background-image: url('/shared/images/custom/tournaments/toernooien_title.gif');
}

#tournaments_search_container
{
	width: 214px;
	height: 21px;
	padding: 3px 4px;
	background-color: #dbd9e4;
	border-top: 1px solid white;
	clear: both;
}

.tournaments_item
{
	position: relative;
	width: 212px;
	height: 84px;
	padding: 5px;
	background-color: #dbd9e4;
	margin-bottom: 1px;
	margin-top: 1px;
	overflow: hidden;
}

.tournaments_item_selected
{
	position: relative;
	width: 212px;
	height: 84px;
	padding: 5px;
	background-color: #b8b5c8;
	margin-bottom: 1px;
	margin-top: 1px;
	overflow: hidden;
}

#tournaments_pager_container
{
	width: 222px;
	height: 22px;
	padding-bottom: 6px;
	background-image: url('/shared/images/custom/tournaments/adres_title_bg.gif');
	background-repeat: repeat-x;
}

#tournaments_search_btn
{
	float: left;
	width: 19px;
	height: 20px;
	border: 0;
	background-image: url('/shared/images/custom/tournaments/search_btn.gif');
}

#tournaments_search_string
{
	float: left;
	width: 189px;
	height: 14px;
	padding: 2px;
	border: 1px solid #726d8f;
}

/*
.news_page_date
{
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	text-align: right;
}
*/




/*
Contact
*/
#contact_left_container
{
	float: left;
	width: 250px;
	margin-left:20px;
	_margin-left:10px;
}

#contact_main_container
{
	float: left;
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
}


#contact_form
{
	display: block;
	position: relative;
	width: 436px;
	height: 460px;
	background-color: #AED137;
	font-weight: bold;
}
#contact_form_sent
{
	display: none;
}

#contact_form *
{
	color: #57681B;
}

#contact_gender
{
	width: 400px;
	height: 25px;
	padding-left: 30px;
	padding-top: 5px;
}

.contact_item_container
{
	width: 436px;
	height: 30px;
	clear: both;
}

.contact_item_text
{
	float: left;
	width: 100px;
	height: 30px;
	padding-left: 30px;
}

.contact_item_error,
.contact_item
{
	float: left;
	width: 280px;
	height: 14px;
	padding: 4px;
	color: #7F7F7F;
	border: 1px solid #B3B3B3;
	font-weight: normal;
}

.contact_item_error
{
	border: 1px solid red;
}

.contact_comments
{
	width: 400px;
	height: 15px;
	padding-top: 15px;
	padding-left: 30px;
}

#contact_form textarea
{
	width: 382px;
	height: 160px;
	margin-left: 30px;
	_margin-left: 30px;
	padding: 2px;
	border: 1px solid #B3B3B3;
}

#contact_form .error
{
	border: 1px solid red;
}

#contact_send
{
	position: absolute;
	width: 80px;
	height: 27px;
	bottom: 10px;
	right: 20px;
	background-image: url('/shared/images/custom/send_btn.gif');
	border: 0;
	cursor: pointer;
}



/*
Reserve
*/
#reserve_left_container
{
	float: left;
	width: 250px;
	margin-left:20px;
	_margin-left:10px;
}

#reserve_main_container
{
	float: left;
	width: 480px;
	min-height: 300px;
}

#reserve_form, #reserve_form_zwei
{
	display: block;
	position: relative;
	width: 467px;
	height: 420px;
	background-color: #AED137;
	font-weight: bold;
	padding-top:15px;
	margin-bottom:20px;
}
#reserve_form_sent
{
	display: none;
}

#reserve_form *
{
	color: #57681B;
}

#reserve_gender
{
	width: 400px;
	height: 25px;
	padding-left: 30px;
	padding-top: 5px;
}

.reserve_item_container
{
	width: 452px;
	height: 30px;
	clear: both;
	margin-right:15px;
}

.reserve_item_text
{
	float: left;
	width: 160px;
	height: 30px;
	padding-left: 15px;
	line-height:30px;
	font-weight:bold;
	font-size:13px;
}

.reserve_item_error,
.reserve_item
{
	float: left;
	width: 265px;
	height: 14px;
	padding: 4px;
	color: #7F7F7F;
	border: 1px solid #B3B3B3;
	font-weight: normal;
}

.reserve_item_error
{
	border: 1px solid red;
}

.reserve_comments
{
	width: 400px;
	height: 15px;
	padding-top: 15px;
	padding-left: 15px;
}

.reserveheading 
{
	width:447px;
	height:40px;
	line-height:40px;
	color:white;
	padding:0px 10px;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	background-image:url('/shared/images/custom/reserve/form-heading.png');
}

#reserve_form textarea
{
	width: 427px;
	height: 160px;
	margin-left: 15px;
	_margin-left: 30px;
	padding: 2px;
	border: 1px solid #B3B3B3;
}

#reserve_form .error
{
	border: 1px solid red;
}

#reserve_send
{
	width: 80px;
	height: 27px;
	bottom: 10px;
	right: 20px;
	background-image: url('/shared/images/custom/send_btn.gif');
	border: 0;
	cursor: pointer;
	margin-top:10px;
	margin-right:10px;
}

/* HACK*/

#reserve_form input.error, #reserve_form_zwei input.error  {
	border:solid 1px red !important;
}

#reserve_form label.error, #reserve_form_zwei label.error {
	display:none !important;
}


#reserve_form span.asterix, #reserve_form_zwei span.asterix {
	font-weight:bold;
	color:red;
}

/*
FotoAlbum
*/

#album_items_container
{
	float: left;
	width: 232px;
	margin-left:20px;
	_margin-left:10px;
}

#album_images_container
{
	float: left;
	width: 232px;
	min-height: 300px;
}

#album_container
{
	float: left;
	width: 465px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 300px;
}




#album_items_header
{
	position: relative;
	width: 232px;
	height: 36px;
	background-image: url('/shared/images/custom/album/album_header.gif');
	background-repeat: no-repeat;
}

#year_id
{
	position: absolute;
	top: 8px;
	right: 5px;
	width: 85px;
	height: 18px;
}

#album_items
{
	width: 232px;
}

.album_item,
.album_item_selected
{
	display: block;
	width: 220px;
	height: 34px;
	line-height: 34px;
	padding-left: 12px;
	border-top: 1px solid white;
	color: white;
	background-color: #A3C535;
	text-decoration: none;
}

.album_item_selected
{
	background-color: #87A32C;
	font-weight: bold;
}

#picture_list_header,
#picture_list_footer
{
	position: relative;
	width: 232px;
	height: 35px;
	background-image: url('/shared/images/custom/album/header_bg.gif');
	background-repeat: repeat-x;
}

#picture_list_header
{
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: white;
}

#picture_list
{
	width: 225px;
	height: 285px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #B2BC90;
}

.thumb_url
{
	display: block;
	float: left;
	width: 110px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
}
.picture_thumb
{
/*	width: 107px;
	max-height: 68px;
	*/
}

#image_image
{
	display: block;
	width: 465px;
	text-align: center;
}


/*
sponsors
*/
#sponsors_header
{
	width: 222px;
	height: 27px;
	background-image: url('/shared/images/custom/sponsors/sponsors_header.gif');
}

#sponsors_content
{
	width: 202px;
	height: 455px;
	padding: 10px;
	border-top: 1px solid white;
	background-color: #D6E89B;
}

#sponsors_container
{
	float: left;
	width: 610px;
	padding-left: 50px;
	padding-top: 20px;
	min-height: 300px;
}

.sponsor_link
{
	display: block;
	float: left;
	width: 140px;
	height: 100px;
	line-height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
	_margin-right: 5px;
	_margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #97ADC9;
	text-align: center;
}

.sponsor_image
{
	/*width: 140px;
	height: 100px;*/
	vertical-align: middle;
}

.sponsor_image_no_link
{
	float: left;
	width: 146px;
	height: 106px;
	line-height: 106px;
	margin-right: 5px;
	margin-bottom: 5px;
	_margin-right: 5px;
	_margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

#footer
{
	position: relative;
	width: 974px;
	height: 38px;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	background-image: url('/shared/images/custom/footer/footer_bg.gif');
	background-repeat: repeat-x;
}


#footer_bookmark
{
	position: absolute;
	top: 0px;
	left: 10px;
}

#footer_send
{
	position: absolute;
	top: 0px;
	left: 159px;
}

#footer_print
{
	position: absolute;
	top: 0px;
	right: 10px;
}

#album_pager_prev
{
	position: absolute;
	top: 10px;
	left: 5px;
	color: white;
	text-decoration: none;
	
}
#album_pager_prev img,
#album_pager_next img
{
	vertical-align: middle;
}

#album_pager_next
{
	position: absolute;
	top: 10px;
	right: 5px;
	color: white;
	text-decoration: none;
}

#credit
{
	float: none;
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #AAA9B2;
	text-align: center;
}

#credit a{
	color: #AAA9B2;
	text-decoration: none;
}


a {
	color: inherit;
}

#preload img {
	display: none;
}

img {
	border: none;
}

form
{
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

