
* { margin: 0; padding: 0; }

/* Main body
------------------------------------------------------------------------------------------------ */


body {
	background: #22241c url('./../images/bg_main.png') no-repeat;
	background-position: left top;

	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;

	text-align: center;

	/* --- Scrollers (IE 5 and up only) BEGIN */
	scrollbar-3dlight-color: #1f1f2b;
	scrollbar-arrow-color: #9ea882;
	scrollbar-track-color: #22241c;
	scrollbar-darkshadow-color: #1f1f2b;
	scrollbar-base-color: #6f7267;
	/* --- Scrollers (IE 5 and up only) END */
}
img {
	margin: 0px;
	padding: 0px;
}

/* Layout
------------------------------------------------------------------------------------------------ */
#box_h {
	margin: 0 auto;

	height: 80px;
}
#box_w {
	margin: 0 auto;

	width: 882px;
}
#box_l {
	margin: 0 auto;

	width: 588px;
	height: 475px;

	float: left;
}
#box_r {
	margin: 0 auto;

	width: 294px;
	height: 465px;

	background: #22241c url('./../images/bg_right.png') no-repeat;
	background-position: left top;

	float: right;

	text-align: left;
}
#logo {
	margin-top: 106px;

	width: 294px;
	height: 42px;
}
#box_b {
	width: 133px;
	height: 261px;

	float: right;

	text-align: left;
}

/* Viewers
------------------------------------------------------------------------------------------------ */
#frontpage {
	width: 588px;
	height: 442px;

	background: #fff url('../../../images/joke_car1.jpg') no-repeat;
	background-position: center center;

}
#text_viewer {
	padding: 5px;

	/*width: 584px;*/
	height: 438px;

/*	background: #20241c;*/
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
#text_content {
	padding: 5px;

	/*width: 574px;*/
	height: 428px;

	font-size: 12px;
	font-style: normal;
	color: #fff;
	text-align: left;
	line-height: 1.4;
	overflow: auto;

/*	background: #22241c;*/
	
}
#text_content a {
	color: #8a9e32;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
#text_content a:link {

}
#text_content a:visited {

}
#text_content a:hover {
	text-decoration: underline;
}
#image_viewer {
	width: 588px;
	height: 475px;
}
#credits {
	padding-top: 7px;
	padding-left: 30px;

	width: 564px;
	height: 27px;

	font-size: 9px;
	color: #8b8b8b;
	font-weight: normal;
	text-align: left;
}
#credits a {
	font-size: 9px;
	color: #8b8b8b;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}

/* Menu's
------------------------------------------------------------------------------------------------ */
#menu_m {
	width: 161px;
	height: 261px;

	float: left;

	text-align: right;
}
#menu_b {
	padding-left: 15px;

	float: left;

	width: 294px;
	height: 39px;
}

/* Tables
------------------------------------------------------------------------------------------------ */
#table_v {
	margin: 0 auto;

	position: relative;
	top: 0px;
	left: 0px;

	width: 588px;
	height: 475px;
}
.viewer {
	margin: 0 auto;

	width: 588px;
	height: 475px;

	text-align: center;
	vertical-align: top;
}

/* Image browser
------------------------------------------------------------------------------------------------ */
#box_browser {
	width: 90px;
	height: 237px;

	background: #22241c url('./../images/bg_browser.png') no-repeat;
	background-position: left top;
}
.iframe_browser {
	margin-top: 5px;
	margin-left: 2px;
	padding: 0px;

	width: 110px;
	height: 227px;
}
.browser_body {
	width: 70px;

	background: #22241c url('./../images/bg_iframe_browser.png') repeat-y;
	background-position: left top;

	text-align: left;
}
.browser_table {
	margin-left: 1px;
	padding: 0px;

	width: 70px;
	height: 0px;
}

/* Image viewer
------------------------------------------------------------------------------------------------ */
.iframe_image_viewer {
	width: 588px;
	height: 475px;
}
.large_image_body {
	background: none;
}
.large_image_table {
	width: 588px;
	height: 475px;

/*	background: #fff;*/
}
.large_image_cell {
	width: 588px;
	height: 442px;

	text-align: center;
	vertical-align: center;

	background: #fff;
}
.large_image {
	width: 584px !important;
	height: 438px !important;

	overflow: hidden;

	background: #22241c;
}
.tool_box {
	width: 584px;
	height: 27px;
}
.image_info {
	width: 544px;
	height: 27px;
	text-align: left;
	vertical-align: center;
	font-size: 10px;
	color: #ccc;
}
.image_info a {
	color: #8a9e32;
	font-size: 10px;
	text-decoration: none;
}
.image_info a:link {

}
.image_info a:visited {

}
.image_info a:hover {
	color: #8a9e32;
	text-decoration: underline;
}
.navigator {
	width: 20px;
	text-align: center;
	vertical-align: top;
}
.navigator a {
	color: #999;
	font-size: 20px;
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
}
.navigator a:link {

}
.navigator a:visited {

}
.navigator a:hover {
	color: #fff;
	text-decoration: none;
}

/* Copied-without-looking-stuff
------------------------------------------------------------------------------------------------ */


/* Contact form:
-------------------------------------------------------------------------------------------- */
input {
	width: 150px;
	background-color: #22241c;
	border-style: solid;
	border-width: 1px;
	border-color: #a1a1a1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
textarea {
	width: 300px;
	height: 200px;
	background: #22241c;
	border-style: solid;
	border-width: 1px;
	border-color: #a1a1a1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
select {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #bac5d6;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.form_button {
	padding: 2px;
	width: 50px;
	background: #22241c;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.input_fout {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.text_fout {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.contact_table {
	padding: 0px;
	width: 400px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: auto;
}