*
{
box-sizing: border-box
-moz-box-sizing: border-box;
}

html,body
{
height:100%;
}

body
{
margin:0;
font-family:verdana;
font-size:12px;
color:#E8B73A;
}

input
{
border: 1px solid #698083;
color:#698083;
}

.radio
{
border:0px;
}

.button
{
background-color:white;
font-weight:bold;
}

.full
{
height:100%;
}

#topbar
{

}

#bottombar
{
background-color:#698083;
margin-top:10px;
}

#sidebar
{
background-image:url('../images/helpachtergrond.jpg');
background-position:top left;
background-repeat:no-repeat;
height:100%;
width:200px;
margin-left:auto;
margin-right:auto;
font-family:verdana;
font-size:10px;
line-height:15px;
}

#sidebar td
{
border:1px solid #698083;
color:#344345;
}

img
{
display:block;
border:0px;
}

.warning
{
color:red;
}
