html, body {
   overflow-x: none;
}


body, html {
   font-family: Verdana, Arial;
   font-size: 10pt;
   margin: 0px;
   padding: 0px;
}
body {
   background: url('../gfx/v2/bg_patroon.gif') repeat;
}

#container {
   margin: 0px auto;
   width: 1000px;
   height: 805px;
   background-color: #FFFFFF;
}
#header {
   background: white;
   width: 1000px;
   height: 200px;
}
#header_left {
   background: url('../gfx/v2/logo_amrath_amsterdam.jpg') no-repeat;
   width: 175px;
   height: 180px;
   float: left;
}
#header_center {
   background: url('../gfx/v2/logo_world.jpg') no-repeat;
   width: 520px;
   height: 40px;
   margin: 70px 0px;
   float: left;
}
#header_right {
   width: 295px;
   /*height: 170px;*/
   float: right;
   margin: 5px;
   padding-top: 60px;
}
#header_nav {
   width: 990px;
   height: 20px;
   margin: 0px;
   float: left;
   font-family: Arial;
   font-size: 12px;
   margin: 0px 5px;
   color: #aeaeae;
}

span.menu_divider {
   color: #727272;
   margin-top: 1px;
   float: left;
}
span.submenu_divider {
   color: #727272;
   margin-top: -1px;
   /*float: right;*/
}
.menuitem a, .menuitem a:visited {
   text-decoration: none;
   color: #aeaeae;
   font-weight: bold;
   padding: 2px 5px;
   height: 12px;
   float: left;
}
.menuitem a:hover {
   text-decoration: underline;
   color: #aeaeae;
   font-weight: bold;
   float: left;
}
.menusubitem {
   float: right;
   padding: 2px;
   white-space:nowrap;
}
.menusubitem a, .menusubitem a:visited {
   text-decoration: none;
   color: #aeaeae;
   font-weight: bold;
   /*padding: 2px 5px;*/
   height: 12px;
   /*float: right;*/
   font-size: 9pt;
}
.menusubitem a:hover {
   text-decoration: underline;
   color: #aeaeae;
   font-weight: bold;
   /*float: right;*/
   font-size: 9pt;
}

#content {
   width: 1000px;
   height: 609px;
   margin-top:0px;
   background-color:#FFFFFF;
}
#content_left {
   background: white;
   height: 570px;
   width: 160px;
   float: left;
}
#content_left_top {
   background: #b3b3b3;
   width: 140px;
   height: 230px;
   margin: 5px auto;
   padding: 5px;
   color: black;
   font-family: Arial;
   font-size: 12px;
}
#content_left_top input {
   font-size: 10px;
}
#content_left_top select {
   font-size: 10px;
}
#content_left_bottom {
   width: 140px;
   padding: 0px 5px 0px 5px;
}

#content_center {
   background: white;
   xheight: 495px;
   width: 840px;
   /*margin-left: 5px;*/
   float: left;
}
#content_top {
   margin: 5px;
   width: 825px;
   height: 240px;
   overflow: hidden;
   float: left;
   position: relative;
}
#usp_overlay {
   position: absolute;
   padding-top: 10px;
   padding-left: 10px;
   height: 130px;
   width: 300px;
   background: #fff;
   top: -330px;
   display:block;
   filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#content_middle {
   margin: 5px;
   margin-top: 0px;
   width: 825px;
   height: 40px;
   float: left;
}
#content_bottom {
   margin: 5px;
   margin-top: -5px;
   float: left;
   height: 260px;
   *height:270px;
   width: 828px;
   overflow: auto;
}
#content_bottom_hrs {
   margin: 5px;
   margin-top: -5px;
   float: left;
}
#content_bottom_text {
   border: 1px solid #d9d9d9;
   margin-top: 5px;
   xheight: 150px;
   width: 808px;
   xpadding: 5px;
}
#content_bottom_arrangementen {
   margin-top: 5px;
   height: 225px;
   *height:235px;
   width: 810px;
}
div.arrangement_item {
   width: 395px;
   height: 80px;
   float: left;
   margin-left: 10px;
   margin-top: 15px;
}
div.arrangement_left {
   width: 305px;
   height: 70px;
   background: url('../gfx/v2/bg_arrangementen_left.gif') repeat-y;
   float: left;
   padding: 5px;
   font-size: 11px;
   text-align: left;
}
img.arrangement_left {
   width: 80px;
   height: 80px;
   float: left;
   border: 0px;
}
div.arrangement_right {
   width: 305px;
   height: 70px;
   background: url('../gfx/v2/bg_arrangementen_right.gif') repeat-y;
   float: right;
   padding: 5px;
   font-size: 11px;
   text-align: right;
}
img.arrangement_right {
   width: 80px;
   height: 80px;
   float: right;
   border: 0px;
}
.panel 
{
   color: #000000;
   text-decoration: none;
   cursor: pointer;
}

#footer {
   height: 20px;
   width: 825px;
   margin: 15px 5px;
   float: left;
}
#footer_left {
   float: left;
   color: #727272;
}
#footer_left a, #footer_left a:visited {
   text-decoration: none;
   color: #aeaeae;
   padding: 2px 5px;;
   height: 12px;
}
#footer_left a:hover {
   text-decoration: underline;
   color: #aeaeae;
}
#footer_right {
   float: right;
   color: #727272;
}
#footer_right a, #footer_right a:visited {
   text-decoration: none;
   color: #aeaeae;
   padding: 2px 5px;;
   height: 12px;
}
#footer_right a:hover {
   text-decoration: underline;
   color: #aeaeae;
}

#overlaybanner {
   width: 100%;
   height: 100%;
   background: white;
   border: 0;
   position: absolute;
}
#bannerimage {
   width: 1000px;
   height: 600px;
   margin: auto;
   background: url('../gfx/v2/overlay_banner.jpg');
}

h1 {
   color: #a97b50;
   font-size: 16pt;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
}
h2 {  
   color: #a97b50;
   font-size: 13pt;
   font-weight: bold;
}
h3 {  
   color: #a97b50;
   font-size: 12pt;
   font-weight: bold;
}
h4 {  
   color: #a97b50;
   font-size: 11pt;
   font-weight: bold;
}
h5 {  
   color: #a97b50;
   font-size: 10pt;
   font-weight: bold;
}
h6 {  
   color: #a97b50;
   font-size: 10pt;
   font-weight: normal;
}

a {
   color: #a97b50;
}

/* Photo gallery */
#galleryrow {
   float:left;
   margin-bottom: 10px;
}
#gallerythumb_left {
   float:left;
   margin-left: 20px;
}
#gallerythumb_right {
   float:right;
   margin-right: 20px;
}
#fotoblok {
   margin-top:20px;
}
.fotobg {
   float:left;
   background:url("../gfx/foto_schaduw.gif") no-repeat;
   padding:3px 0 0 3px;
   width:130px;
   height:135px;
   margin:0 10px;
}
.fotodesc {
   text-align:center;
}

/* FORMS */
/*formulieren*/
label {
   display:block;
   margin-top: 8px;
}
.textinput {
   margin-bottom:2px;
   width:380px;
}
.textklein {
   width:280px;
   height:20px;
}
.textinput .left, .textklein .left {
   float:left;
   width:225px;
}
.textklein .left {
   width:100px;
}
.textinput .right, .textklein .right {
   float:right;
   width:140px;
}
.bitinput2 {
   padding:15px 0 30px 0;
}
.radioinput2 {
   padding-bottom:10px;
}

.inlineselectinput {
   margin-left:35px;
}
.inlineselectinput2 {
   margin-left:15px;
}
.selectblock {
   margin-bottom:50px;
}
.selectblock select {
   width:100px;
}
.boldlabel {
   font-weight:bold;
}
.antwoord {
   margin-bottom:10px;
}
.down {
   margin-bottom:30px;
}

td .textklein {
   margin-bottom:2px;
}
input, select, textarea {
	font-size: 11px;
}
.submitbutton {
	font-size: 11px;
	/*background-color: #d9d9d9;*/
	/*background-color: #812034;*/
	background-color: #c9b4a1;
	color: #000;
	border: #c9b4a1;
}

#content_left_top form {
   padding:0px;
}
#content_left_top input.submitbutton {
   height:23px;
   margin:0 0 0 30px;
   width:80px;
}

form {
   border: 2px solid #ccc;
   padding: 8px;
}
.vacancyselect {
   border: 1px solid #d6c899;
   width: 530px;
   padding: 0px;
   margin: 0px;
   margin-bottom: 25px;
   vertical-align: top;
}
.vacancygroup {
   padding: 0px;
   margin: 0px;
   vertical-align: top;
   width: 129px;
   height: 100%;
   xmargin: -2px -2px -4px -1px;
}
.vacancyselect .item {
   vertical-align: top;
   text-align: left;
   width: 125px;
   color: #c9b4a1;
}
.vacancyselect .group {
   vertical-align: top;
   text-align: left;
   margin: -5px;
   width: 125px;
}

.vacancyselect .vacancylink {
}

.vacancy {
   border: 1px solid #d6c899;
   width: 530px;
   padding: 15px;
   margin: 0px;
   margin-bottom: 25px;
}
.vacancy td.item {
   border: 1px solid #d6c899;
   vertical-align: top;
}
.vacancy th.item {
   border: 1px solid #d6c899;
   vertical-align: top;
   text-align: left;
}
.vacancy .col_one {
   font-weight: bold;
   width: 145px;
}
.vacancy .col_two {
   text-align: justify;
}
a.contact {
   qdisplay: block;
   font-family: Verdana, "Times New Roman", Times, serif;
	padding: 5px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #d6c899;
	color: #fff;
   text-align: center;
}
#vac_form {
   border: 0px none;
}
#vac_form label {
   clear: both;
   display: block;
}
#vac_form span {
   width: 150px;
   font-weight: bold;
   float: left;
   display: block;
}
#vac_form input, textarea {
   width: 200px;
   border: solid 1px #cdb889;
   float: left;
}
#vac_form textarea {
   width: 250px;
   height: 150px;
}
a.vac_section {
   display: block;
   clear: both;
   margin-bottom: 15px;
   /*font-size: 14pt;
   border: 1px solid #000;*/
}

a#counterlink {
   position:absolute;
   top:0;
   left:0;
}
#reserveerblok form {
	margin: 0;
	padding: 0;
}
#reserveerblok input.submitbutton {
	margin: 0 0 0 30px;
    width: 80px;
    height: 23px;
}
iframe {
	width: 825px;
	height: 500px;
}