/*
  Main lay-out
*/

html {
  background-color: #d0d0d0;
  background-image: url(../gfx/vw/body_bg.jpg);
  background-position: top;
  background-repeat: repeat-x;

  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;

  text-align: left;
}

form {
  margin: 0;
}

h1 {
  margin: 0;
}

img {
  border: 0;
}

hr.space {
  margin : 0;
  padding : 7px 0 7px 0;
  visibility : hidden;
}

.clear {
	clear: both;
}

/*
  Header
*/

div#header h1#logo {
  margin: 0;
  padding: 0;
}

div#header h1#logo a {
  display: block;

  background-repeat: no-repeat;
  background-position: 0 0;

  font-size: 0px;

  overflow: hidden;
}

/*
  Menu: in basic.css
*/

@font-face {
	font-family: 'GillSansMTRegular';
	src: url('/lay-out/fonts/gill_sans_mt-webfont.eot');
	src: local('☺'), url('/lay-out/fonts/gill_sans_mt-webfont.woff') format('woff'), url('/lay-out/fonts/gill_sans_mt-webfont.ttf') format('truetype'), url('/lay-out/fonts/gill_sans_mt-webfont.svg#webfontu3oP6SNg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body div#menu_n {
  position: relative;

  height: 40px;
  width: 924px;
  margin: 0;
  padding: 0;

  background: #FFF url(../gfx/vw/menu_bg.jpg) no-repeat 0 0;
  background-repeat: no-repeat;

  text-align: left;
}

ul.topnav {
  width: 800px;
  text-align: left;
  list-style: none; padding: 0 20px; margin: 0;
}

ul.topnav li { float: left; margin: 0; padding: 0 15px 0 0; position: relative; height: 40px; }

ul.topnav li a {  
    padding: 12px 5px 5px 2px;  
    color: #5c5c5c;  
    display: block;  
    text-decoration: none;  
    float: left;  
    font-family: GillSansMTRegular, Arial;
    text-transform: uppercase;
    font-size: 8.8pt;
}  

ul.topnav li a:hover { color: #000000; }


/*
  Submenu
*/

body div#submenu {
  position: inherit;
  z-index: 1;

  height: 35px;
  width: 924px;
  margin: 0;
  padding: 0;

  text-align: left;

  background-image: url(../gfx/vw/submenu_bg.jpg);
  background-repeat: no-repeat;
}

div#submenu ul {
  width: 460px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;

  margin-left: 4px;
}

div#submenu ul li{
  list-style: none;
  display: block;
  float: left;
}

div#submenu ul li a {
  display: block;
  height: 0px;
  font-size: 0px;
  padding-top: 35px;
  overflow: hidden;
  width: 150px;
}

div#submenu ul li#vc a{
  height: 0px;
  padding-top: 35px;
  width: 150px;
  background: url(../gfx/vw/submenu_vc.jpg) no-repeat 0 0;
}

div#submenu ul li#mail a{
  height: 0px;
  padding-top: 35px;
  width: 158px;
  background: url(../gfx/vw/submenu_mail.jpg) no-repeat 0 0;
}

div#submenu ul li#cp a{
  height: 0px;
  padding-top: 35px;
  width: 152px;
  background: url(../gfx/vw/submenu_cp.jpg) no-repeat 0 0;
}

div#submenu ul li#vc a:hover,
  div#submenu ul li#mail a:hover,
  div#submenu ul li#cp a:hover {
  background-position: 0 -35px;
}

/*
  Content
*/

body div#sitecontentbox {
  width: 924px;

  background-image: url(../gfx/vw/content_bg_box.jpg);
  background-repeat: repeat-y;
}

body div.sitecontent {
  position: inherit;
  z-index: 1;

  min-height: 295px;
  width: 864px;
  margin: 0px;
  padding: 30px;

  background-image: url(../gfx/vw/content_bg.jpg);
  background-repeat: no-repeat;

  text-align: left;
}

body div.sitecontent_newsletter {
  min-height: 295px;
  _height: 295px;
  width: 721px;
  margin: 0px;
  padding: 30px 30px 30px 180px;

  background-image: url(../gfx/vw/content_bg.jpg);
  background-repeat: no-repeat;

  text-align: justify;
}


/*
  Specifications
*/


div.topnav {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -25px;
  margin-right: -15px;

  font-size: 10px;
}

div.topnav a {
  font-size: 10px;
}


/* Lists */
div.list {
  width: 625px;
}

div.iconlist {
  width: 770px;
  min-height: 80px;
  _min-height: 80px;
}

div.iconlist div.option_item {
  float: left;
  width: 100px;
  height: 50px;

  padding: 15px 10px;

  text-align: center;
}

table.iconlist {
  width: 770px;
}

table.smalllist {
  width: 500px;
}

table.iconlist td {
  width: 100px;
  height: 50px;

  padding: 15px 10px 15px 10px;

  text-align: center;
}

/* Mijn Websites overview */
div.list div.row {
  width: 620px;
  padding: 2px;
}
div#listcolor {
  background-color: #DFE7F9;
}
div.row img.options, div.images img.options {
  float: right;
  border: 0;
  margin-left: 3px;
}

/*
  Footer
*/

body div#footer {
  position: inherit;
  z-index: 1;

  height: 15px;
  width: 924px;
  margin: 0;
  padding: 0;
  padding-top: 10px;

  background-image: url(../gfx/vw/footer_bg.jpg);
  background-repeat: no-repeat;
}

/*
  Side Menu
*/
div#side {
  position: absolute;
  float: left;

  width: 150px;
  padding: 0;
  margin: 15px 15px 15px 15px;

  text-align: left;
}

/* menu in sidemenu */

#nav, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150px; /* nodig voor IE, anders rendered hij de eerste <li> niet */
}
#nav li {
  display: inline;
  padding: 0;
  margin: 0;
}
#nav li a {
  display: block;
  width: 128px; /* nodig voor IE, zodat de mouseover over de gehele breedte werkt */
  padding: 4px 10px;
  text-decoration: none;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color : #BC1B1B;
}
#nav li a#selected {
  color: #444;
  background: #fcfcfc;
}
#nav li#first span, #nav li#first a {
  border-top: 1px solid #ddd;
}
#nav li a:hover {
  color: #444;
  background: #ededed;
}
#nav li li a, #nav li li span {
  padding: 4px 8px 6px 20px;
}

div#side div.bottom {
  display: block;
  width: 128px;
  padding: 4px 10px;
  text-decoration: none;
  background: #f4f4f4;
  border: 1px solid #ddd;
  color: #444;
}

div#side div.space {
  margin-top: 15px
}

div#side div.bottom select.select {
  width: 95px;
}
div#side div.bottom input.text {
  width: 90px;
}
div#side div.bottom input.button {
  background: url(../gfx/vw/icon-search.png) 0 0 no-repeat;
  width: 25px;
  height: 18px;
  border: 0px;
  font-size: 0;
  padding: 4px;
}

/*
  List zonder style en margin
*/
ul.clean {
  margin-top: 0px;
  margin-left: 0;
  position: relative;
  padding: 0px;
  list-style-image: none;
}

ul.clean li {
  list-style: none;
}

/*
  Extra tabs
*/

ul.tabs {
  margin-top: 10px;
  margin-left: 0;
  position: relative;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #BE3333;
}
ul.tabs a {
  margin: 0px 1px 0px 0px;
  padding: 3px 8px 5px 8px;
  color: #363636;
  font-size: 11px;
  border: 1px solid #cecece;
  border-bottom: none;
  background-color: #fff;
  text-decoration: none;
}
ul.tabs a#selected {
  border: 1px solid #BE3333;
  border-bottom: none;
}
ul.tabs a:hover{
  background-color: #f0f2f5;
}
ul.tabs ul{
  list-style-image: none;
}
ul.tabs li{
  display: inline;
}



/*
  Overzichttabel
*/

table.overview {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  margin-top: 2px;
}

table.overview td, table.overview th {
  padding: 3px 5px;
  margin: 0;
  text-align: auto;
  border-bottom: 1px solid #e5e5e5;
}

table.overview th {
  background: url(../gfx/vw/table_header_bg.png) 0 0 repeat-x;
  border-bottom: 1px solid #cecece;
}

table.overview td.label {
  width: 150px;
  padding-right: 3px;
}

table.overview tr.bgcolor1 td {
  background-color: #f4f4f4;
}
table.overview tr.bgcolor2 td {
  background-color: #ebebeb;
}
table.overview tr.highlight td {
  background-color: #F8E0E0;
}

td.category { padding: 4px 2px; }

table.overview td.options {
  text-align: right;
}

table.overview td.empty {
  text-align: center;
}

table.overview tr.footer td {
  background: url(../gfx/vw/table_header_bg.png) 0 0 repeat-x;
  font-weight: bold;
}

table.noborder {
  border: 0;
}
table.bottomborder {
  border: 0;
  border-bottom: 1px solid #cecece;
}
tr.bottomborder {
  border: 0;
  border-bottom: 1px solid #cecece;
}
/*
  Formulier Tabel
*/

table.form {
  margin: 0;
  width: 865px;
  border-collapse: collapse;
}
table.form#small {
  width: 700px;
}
table.form#tiny {
  width: 500px;
}
table.form>tr>td, table.form>tbody>tr>td {
  padding: 4px 2px 4px 0;
}
table#idAreaomschrijving_ td {
  padding: 0;
}
table#idAreakorte_omschrijving_ td {
  padding: 0;
}
table.form td.nopadding td {
  padding: 0;
}
table.form td.label {
  width: 150px;
  padding-right: 3px;
}
table.form td.label#small {
  width: 100px;
  padding-right: 3px;
}
table.form td.textbox {
  vertical-align: top;
}
td.req {
  background: url(../gfx/vw/bullet_red.gif) 140px 10px no-repeat;
}

/*
table.form td input {
	width: 150px;
	padding: 1px;
}
*/
table.form td input.checkbox {
  width: auto;
  border: 0;
  margin-right: 3px;
}
table.form td.small input {
  width: 100px;
}
table.form td.large input {
  width: 275px;
}
table.form td.big input {
  width: 460px;
}
table.form td.huge input {
  width: 500px;
}

table.form td.button {
	text-align: right;
}
/*
table.form td.button input, input.button {
	width: 91px;
	height: 21px;
	padding-bottom: 2px;

	border: 0;
	background-image:url(../gfx/input_button.gif);
}
*/

input.button_large {
	width: 150px;
	height: 21px;
	padding-bottom: 2px;

	border: 0;
	background-image:url(../gfx/input_button150.gif);
}

td.area textarea {
  width: 700px;
  height: 400px;
}
td.smallarea textarea {
  width: 614px;
  height: 50px;
}

.noborder { border: 0!important; }
/*
  Meldingen
*/

/* Formulieren */
div.block {
  width: 865px;

	border: 1px solid #cecece;

	text-align: left;
}
div.block div.message {
  clear: both;
  padding: 3px;
  padding-top: 5px;
	text-align: center;
	color: #be3333;
  font-weight: bold;
}
div.block div.row, div.block div.box, div.successmessage div.row {
  clear: both;
  padding: 3px;
  padding-top: 5px;
}
div.block div.area {
  clear: both;
  padding: 1px 5px 1px 5px;
}
div.block div.button {
  clear: both;
  padding: 5px;
	text-align: right;
}

div.block div.button input, input.submitbutton {
	width: 91px;
	height: 21px;
	padding-bottom: 2px;

	border: 0;
	background-image:url(../gfx/input_button.gif);

  font-weight: bold;
}


/*
  Messages
*/

div.successmessage {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 15px;

  min-height: 35px;
  _height: 35px;

  border: 1px solid #58b75a;

  padding-right :35px;

  background : #d6ffd7 url(../gfx/vw/success.png) no-repeat 99% 5px;

  color: #259427;
}
div.successmessage a, div.successmessage b {
  color: #259427;
}

div.errormessage {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-right :35px;
	border: 1px solid #FFCC00;
	min-height: 30px;
	_height; 30px;

  background : #FFFF99 url(../gfx/vw/notification.png) no-repeat 99% 0;
}

div.notification {
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 15px;
	border: 1px solid #cecece;
}

/*
  Div standaard hiden
*/

div.hide {
  display: none;
}

/* Backup lijst */

div.backuplist {
  width: 850px;
  height: 450px;
}

div.backuplist div.itemslist {
  float: left;
  width: 200px;
}

div.backuplist div.iframe {
  float: left;
  width: 650px;
  height: 450px;
}

div.iframe iframe {
  width: 648px;
  height: 450px;

  border:0;
}
.navigation {
  margin-top: 5px;
}

.left {
  float: left;
}
.right {
  float: right;
}


/* extra */
textarea#text_content { width: 400px; height: 200px; margin-top: 5px; }

.extra_spacing td { padding: 4px 2px 13px 0!important; }
