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

html, body {
  background: #CECECE;
  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;*/
}



/* Main page */

#header {
    margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 150px;
	text-align: left;
/*	background: #FFFFFF; */
}

#maincontent {
	margin: 0px auto;
	text-align: center;
	background: #FFFFFF;
    border: 1px solid silver;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 1px;
    padding: 1px 1px 2px 2px;
    height: 546px;
    width: 673px;
    font-family: Arial;
}

#right {
    text-align: center;
	width: 100%;
    padding: 1px 1px 1px 2px;
/*    position: absolute; top: 449; left: 22; width: 164; height: 123;
    position: absolute; top: 147; left: 22; width: 165; height: 294 */
}

#adres {
  position: absolute;
}

#adres2 {
  position: relative;
  top: -130px;
  left: 600px;
  z-index:+1;
}


/* menu */

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

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

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

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


#submenu {
	padding: 10px 0px 0px 0px;
	width: 135px;
}

#subitem {
    position: absolute;
    top: 160px;
    left: 320px;
}

/* ---- */



/* ---- */
/*
#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;}*/


