
body {
	font-family: Arial;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #e40520;
}

h2 {
	text-align: center;
	font-size: 16pt;
	text-align: left;
	color: #e40520;
}

img { border: 0px; }


.fe_title {
	color: #00295a;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
}
.fe_subtitle {
	color: #e40520;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
}


#holder {					/* main container, 972x665 */
	text-align: left;
	width: 911px;
	height: 637px !important;
	
	background-image: url('../img/background.gif');
	overflow: hidden;
	padding-top: 28px;
	padding-right: 38px;
	padding-left: 23px;
	margin-top: 4px;
}



/** BEGIN HEADER (top-container) **/
#top { height: 126px; }
#logo_wadoptie { float: left; }
#logo_waddenvereniging { float: right; }

.motivator {
	float: left;
	color: white;
	font-weight: bolder;
	background-color: #e40520;
	padding: 7px 10px 10px 10px;
	margin-top: 62px;
}
#main_menu { float: right; text-align: right; margin-top: 8px; }
#main_menu a {				 /* menu links */
	display: block;
	color: #00295a;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}
a.menu_active { color: #e40520 !important; }
#menu_legenda_holder {		/* Legenda */
	float: left;
	margin-left: 20px;
	width: 371px;
	height: 122px;
}
#legenda { font-size: 10pt; color: #00295a; float: right; }
#legenda div { margin-bottom: 2px; }
#legenda img { position: relative; top: 7px; }
/** END HEADER (top-container) **/

#main {
	overflow: auto;
	clear: both;
	height: 446px;
}

/* content thingy */
#content_holder {
	float: left;
	width: 210px;
	height: 429px;
	overflow: auto;
}
#content_header {
	padding-top: 8px;
	text-align: center;
	background-color: #e40520;
	color: #ffffff;
	height: 32px;
	font-weight: bold;
}

/* flash app holder */
#flash_app {
	float: right;
	width: 697px;
	height: 438px;
}


.spacer_holder_footer { clear: both; height: 35px; }

#holder_footer {
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

#footer_links { float: right; margin-top: -10px; }
#footer_links a { color: white; text-decoration: none; font-size: 8pt; }

#wadoptie_count { display: inline; background-color: white; color: black; padding: 0px 2px 0px 2px; }

.admin_toolbar { float: right; margin-right: 5px; }


.wad_button {
	background-image: url('../img/bg_button.gif');
	padding-bottom: 3px;
	width: 121px;
	height: 23px;
	color: white;
	border: 0px;
	cursor: pointer;
}
.wad_button_small {
	background-image: url('../img/bg_button_small.gif');
	padding-bottom: 3px;
	width: 98px;
	height: 23px;
	color: white;
	border: 0px;
}

.btn_as_txt { border: 0px; background-color: white; color: #0000ff; text-decoration: underline; }


.admin_menu {
	display: none;
	float: left;
	margin-top: -5px;
}
.admin_menu a { color: #ffffff; text-decoration: none; font-size: 10pt; }


.error_input_border { border: 2px solid #ff0000; }

.png_fix { behavior: url('iepngfix/iepngfix.htc'); }

