* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
	font: .70em/1.3em  Verdana, Tahoma, Helvetica, sans-serif;
}

a {
	color:#a50000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#bg { 
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#container {
	position:absolute;
	margin-left: 300px;
	margin-top: 185px;
	margin-bottom: 0;
    z-index:70;
    overflow:none;
	height: auto;
	color:#000;
	width: 750px;
	/* background:#FFF;
	border: 1px;
	border-style: solid;
	border-color:#000; */
}

.box { 
    width: 700px;
	height: auto;
    padding: 12px;
	padding-top: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
#box-in-box {
	float: left;
	width: 250px;
}
#box-in-box2 {
	float: right;
	width: 450px;
	text-align: right;
}
#focus-stealer      { position: absolute; left: -9999px; }

#logo {
	position: fixed;
	z-index: 70;
	margin-top: 20px;
	text-align: center;
	width: 205px;
	float: left;
}


#banner {
	position:fixed;
	float: left;
	background-image:url(../images/bg2.jpg);
	background-color:#999;
	margin: 0;
	height: 100%;
	width: 220px;
	z-index:70;
}

#menu {
	position: fixed;
	margin-top: 180px;
	float: left;
	width: 220px;
	height: auto;
	z-index:70;
	text-align: right;
	font-size: 16px;
	line-height: 25px;
	background: none;
}
.menu-ul {
}

.menulijst {
	list-style: none;
	background-color:#000;
	color: #FFF;
	margin-top: 5px;
	width: 215px;
}
.menulijst a {
	color: #FFF;
	text-decoration: none;
	background-color:#000;
	width: 215px;
	display: block;
	padding-right: 5px;
}
.menulijst a:hover {
	background-color:#a50000;
	width: 240px;
	line-height: 25px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #a50000;
	padding-bottom: 20px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
hr
{
width: 100%;
border: none;
background-color:#000;
color:#000;
height: 1px;
margin-top: 15px;
margin-bottom: 15px;
}

/* contactformulier */

#contact
{
	float: right;
	text-align: right;
}

.contactform
{
	width: 100%;
}
.rij
{
	padding-bottom: 3px;	
}

.vak
{
	background-color:#EEEEEE;
	border-style:solid;
	border-width: 1px;
	border-color: #000;
	height: 16px;
	width: 300px;
}
.vak2
{
	background-color:#EEEEEE;
	border-style:solid;
	border-width: 1px;
	border-color: #000;
	height: 80px;
	width: 300px;
}
.button2
{
	background-color:#a50000;
	border-style:solid;
	border-width: 1px;
	border-color: #a50000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
	cursor: hand;	
}
.knop
{
	text-align:left;
}

.current {
	color: #FFF;
	text-decoration: none;
	background-color:#a50000;
	width: 240px;
	display: block;
	padding-right: 5px;
}

input.button {
  color: #a50000; background: none;
  font-size: 11px;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: none;
  padding: 0;
  margin: 0;
  width: 142px;
  cursor: pointer;
}


.resize {
width: 70px;
height : auto;
}

.resize {
width: auto;
height : 70px;
border: 1px;
border-color:#000;
border-style: solid;
padding: 1px;
margin-bottom: 5px;
}
