@charset "utf-8";
/* CSS BK IT - Appie Neef */

html, body {
	font-family: Verdana ,arial, helvetica;
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
}

/* Index page */

#container {
	margin: 0px auto;
	width: 964px;
	background: #6600CD;
}

#toplogo1 {
	position:relative;
	background-image:url(/images/top_image1.jpg);
	background-repeat:repeat-x;
}

#adres2 {
  position: absolute;
  top: 40px;
  left: 850px;
   z-index:1;
}

#adres3 {
  position: absolute;
  top: 10px;
  left: 660px;
   z-index:1;
}

#centerlogo1 {
	text-decoration: none;
}

#bottomlogo1 {
	top:2px;
	position:relative;
	background-image:url(/images/bottom_image1.jpg);
	background-repeat:repeat-x;
}

/* Main page */

#header {
    margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 171px;
	text-align: left;
	background: #6600CD;
}

#maincontent {
	margin: 0px auto;
	text-align: center;
}

/* menu */

/* --- navigatie ------------------------------- */

#navigation {
	margin: 0px auto;
	padding: 2%;
	display: block;
}

#navigation ul {
	width: 128px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li a {
	height: 30px;
	width: 128px;
	float: left;
}

a.button {
    background: transparent url('/images/menu/leeg_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    text-align: left;
    height: 31px;
    margin-right: 0px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/menu/leeg_span.png') no-repeat;
    display: block;
    line-height: 31px;
    padding: 0px 0px 0px 10px;
}

a.button2 {
    background: transparent url('/images/menu/submenu_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    text-align: left;
    height: 21px;
    margin-right: 12px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span {
    background: transparent url('/images/menu/submenu_span.png') no-repeat;
    display: block;
    line-height: 21px;
    padding: 0px 0px 0px 5px;
}


/* ---- */



/* ---- */
/*
#corner {
	position:relative;

	background-image:url(/images/menu/paars_hoekstuk.jpg);
	background-repeat:no-repeat;
}
*/

#admin {
border: 1px solid red;
background-color: red;

}

button.editButton {
    border: 1px solid silver;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 1px;
    padding: 1px 1px 1px 28px;
    height: 30px;
    cursor: pointer;
    font-family: Arial;
}

button.edit2Button {
    border: 1px solid silver;
    background-color: #6600CD;
    background-repeat: no-repeat;
    background-position: 1px;
    padding: 1px 1px 1px 28px;
    height: 30px;
    cursor: pointer;
    font-family: Arial;
}


button.add {
    background-image: url(/images/admin/icon_plus.gif);
}

button.removeknop {
    background-image: url(/images/admin/icon_cancel.gif);
}

button.editknop {
    background-image: url(/images/admin/icon_edit.gif);
}


/* --- Contact */

form#contact a.refresh {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 1em 202px;
}

form#contact textarea {
	width: 257px;
	height: 100px;
}
div#contact p {
	margin: 0 0 1em 0;
	text-align: justify;
}


/* ---- */
/*
.items {position: relative; width: 600px; height: 60px;} */
/*.cell_1_1 {position: absolute; left: 0px; top: 0px; width: 300px; height: 20px;}*/


