@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
html {height: 100%;}
body {margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica; height: 100%; }
img {max-width: 100%;}


@media screen and (max-width : 835px) {#container_404 h1 {font-size: 80px;} #container_404 h2 {font-size: 40px;}}
@media screen and (min-width : 836px) {#container_404 h1 {font-size: 150px;} #container_404 h2 {font-size: 55px;}}

#container_404 {
	min-height: 100%; 
	height: auto !important; 
	height: 100% !important; 
	width: auto;
}

#white_top {
	height: 50%;
	background: #FFFFFF;	
	text-align: center;
	color: #0098DD;
}

#grey_bottom {
	background:#F3F3F3 url(/error/afbeeldingen/driehoek.jpg) no-repeat top center;
	height: 50%;
	text-align: center;
	font-size: 17px;
}

#container_404 p {padding: 6% 0 3% 0;}

#stekker_404 {margin: 0 0 2% 0;}
#logo_404 {margin: 2% 0 0 0;}
.text_blue {color: #0098DD; font-weight: bold;}
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px;} 

#grey_bottom a, #grey_bottom a:active, #grey_bottom a:visited {color: #000000; text-decoration: none;}
#grey_bottom a:hover {color: #000000; text-decoration: underline;}

.text_blue a, .text_blue a:active, .text_blue a:visited {color: #0098DD !important; text-decoration: none;}
.text_blue a:hover {color: #0098DD !important; text-decoration: underline;}

.box{
	float:left;
	padding-top:50px;
	width:100%;
	height: 50px;
}

.container {
	margin: 0 auto;
	width:605px;
	position: relative;
}

.container input#search {
	width:500px;
	height:26px;
	border: 1px solid #ccc;
	font-size: 10pt;
	color: #63717f;
	padding-left: 32px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container .icon{
  position: absolute;
  top: -12px;
  left:-8px;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66;
}

#button {
    box-shadow: rgb(201, 201, 201) 0px 2px 2px 0px;
    color: rgb(255, 255, 255);
    font-size:15px;
    font-weight: bold;
    cursor: pointer;
    height: 26px;
    width: 81px;
    perspective-origin: 40.5px 13px;
    transform-origin: 40.5px 13px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgb(102, 193, 235) 0px, rgb(0, 152, 221) 40%, rgb(0, 152, 221) 100%) repeat scroll 0% 0% / auto padding-box border-box;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(top, rgb(102, 193, 235) 0px, rgb(0, 152, 221) 40%, rgb(0, 152, 221) 100%) repeat scroll 0% 0% / auto padding-box border-box;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(top, rgb(102, 193, 235) 0px, rgb(0, 152, 221) 40%, rgb(0, 152, 221) 100%) repeat scroll 0% 0% / auto padding-box border-box;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgb(102, 193, 235) 0px, rgb(0, 152, 221) 40%, rgb(0, 152, 221) 100%) repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    border-radius: 2px 2px 2px 2px;
    margin: 0px 0px 0px 15px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 15px;
}

#button:hover {
	background: -webkit-linear-gradient(top,#0098dd 0,#66c1eb 60%,#66c1eb 100%);
	background: -moz-linear-gradient(top,#0098dd 0,#66c1eb 60%,#66c1eb 100%);
	background: -ms-linear-gradient(top,#0098dd 0,#66c1eb 60%,#66c1eb 100%);
	background: -o-linear-gradient(top,#0098dd 0,#66c1eb 60%,#66c1eb 100%);
}


