
body {
 background-color: #ffffff;
 
}

div.dideonheader {
 width:100%;
}

div.dideonmain {
 background-color: #ffffff;
}

#middle {
 min-height:750px;
}



#teststart {
 background-image: url("../images/box_3_start.jpg");
background-size: 100% 100%;
 
}


.dideonboxheight {
 height: 25em;
}


/*
footer {
    position: fixed; 
    left: 0px;
    bottom: 0px; 
    height: 64px;
    width: 100%; 
}
*/

div#dideontestpanel {
min-height:500px;	  
	  }
	  
	  
.ktextpad {
 padding: 6px 0px 6px 2px;
}	  
	  
.navbar-default {
	background-color:transparent !important;
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
.main_navigation ul li a {
    padding:0px !important;
}


.dformbutton {
    background: -moz-linear-gradient( top, #579a1d 0%, #99cc2e 90%, #99cc2e 90%, #99cc2e 90%, #99cc2e);
    background: -webkit-gradient( linear, left top, left bottom, from(#579a1d), color-stop(0.90, #99cc2e), color-stop(0.90, #99cc2e), color-stop(0.90, #99cc2e), to(#99cc2e));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #579a1d;
    -moz-box-shadow: 0px 0px 5px rgba(87,154,29,0), inset 0px 0px 0px rgba(87,154,29,0);
    -webkit-box-shadow: 0px 0px 5px rgba(87,154,29,0), inset 0px 0px 0px rgba(87,154,29,0);
    box-shadow: 0px 0px 5px rgba(87,154,29,0), inset 0px 0px 0px rgba(87,154,29,0);
    text-shadow: 0px 2px 2px rgba(0,0,0,0), 0px 2px 2px rgba(0,0,0,0);
}


