@charset "UTF-8";
/* CSS Document */

body 
{ 
  font-family: sans-serif;
  margin: 0;
  padding: 0;
} 

h1 
{ 
  display: none;
}

h3 
{ 
     font-weight: normal; 
     font-size:14px;
}

a 
{         
  text-decoration: none;  
} 

p
{  
margin-top: 16px;
}
 
br 
{ 
  clear: both;
}

label
{ 
  display: none;
}

button
{  
  display: none;
}

.content {
margin: auto;
min-width: 960px;
max-width: 1020px;
height: 700px;
background-image: url(../img/laptop.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

.output {
padding-top: 50px;
padding-left: 50px;
padding-right: 80px;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-position: 100% 25px;
float: right;
min-height: 710px;
min-width: 323px;
max-width: 383px;
}

.output a
{ 
color: #090;
}

.output a:visited
{ 
color: #360;
}

.output a:hover
{ 
color: #060;
}


.footer {
margin: auto;
width: 1020px;
position: relative;
bottom: 0px;
text-align: left;
}

.cloud {
padding-top: 50px;
text-align: center;
width: 400px;
height: 300px;
line-height: 2.25em;
}

.cloud a 
{
  padding: 1px;
  color: #999; 
}

.s1 { font-size: 80%; }
.s2 { font-size: 90%; }
.s3 { font-size: 100%; }
.s4 { font-size: 115%; }
.s5 { font-size: 150%; }
.lb { color: #ccc;}


#searchform
{
position: absolute; 
top: 700px;
z-index:999;
}


#searchbox
{
	width: 150px;
  margin-top: 5px;
  margin-bottom: 5px; 
  float: left;
}

div#suggest {
    display: none;
    position: absolute;
    width: 148px;
    padding: 0;
    margin: 0;
    text-align: left;
}

div#suggest ul 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div#suggest li 
{
    padding-top: 2px;
    padding-left: 2px;
    color: #000;
    font-weight: normal;
    font-size: 80%;
    text-decoration: none;
}

div#suggest li.active {
    background: #888;
    color: #fff;
}

.mandatory { display: none;}
.contact { display: none; }

.imgfooter { border: none; display: inline;} 

#contact {
margin:auto;
text-align:left;
width:350px;
}

#omschrijving { 
width: 350px;
}

#laptop
{ 
 position: relative;
  left: 0px;
  top: -26px;
}


* html .output
{ 
height: 674px;
width: 323px;
}

* html .content
{ 
  background-image: none;
}