/* algemeen */
html, body {
	margin: 0;
	background: #ffffff;
  font-family: Arial;
  font-size: 12px;
	line-height: 19px;
  color: #d3d3d3;
  background: url('images/background.gif') repeat-x #ffffff;
}

img {
  border: 0;
}

p {
  margin-bottom: 25px;
}

div#container {
	width: 1000px;
	position: absolute;
	margin-left: -500px;
	left: 50%;
  height: 100%;
  background: url('images/background_content.gif') no-repeat;
}

span#slogan {
color: #000000; 
font-style: italic; 
margin-top: 10px; 
position: absolute;
display: none;
}

div#menu {
  float: left;
  margin-top: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #56575b;
}
  div#menu a:link, div#menu a:visited {
  	color: #56575b;
    text-decoration: none;
  }
  div#menu a:hover, div#menu a:active { 
    color: #007cb0;
  }

div#logo {
  text-align: right;
  padding-right: 20px;
  margin-top: 0px;
}

div#content {
  width: 1000px;
  min-height: 350px;
  padding-top: 15px;
  float: left;
  background: url('images/content_top.gif') no-repeat #292c31;
}
  
div.contentdiv {
  width: 460px;
  float: left;
  padding: 0 20px 0 20px;
  background: url('images/content_background.gif') repeat-x;
}  
div.contentdiv_notitle {
  width: 470px;
  float: left;
  padding: 0 15px 0 15px;
  background: url('images/content_background_notitle.gif') repeat-x;
}  
div.contentdiv h1 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 25px;
}
  div.contentdiv  a:link, div.contentdiv  a:active, div.contentdiv  a:visited, div.contentdiv_notitle  a:link, div.contentdiv_notitle  a:active, div.contentdiv_notitle  a:visited {
  	color: #d3d3d3;
    text-decoration: none;
  }
  div.contentdiv  a:hover, div.contentdiv_notitle  a:hover { 
    color: #d3d3d3;
    text-decoration: underline;
  }

div#footer {
  width: 1000px;
  min-height: 41px;
  padding: 10px 15px 0 15px;
  float: left;
  background: url('images/content_footer.gif') no-repeat;
  font-size: 11px;  
  color: #292c31;
}
  div#footer a:link, div#footer a:active, div#footer a:visited {
  	color: #292c31;
    text-decoration: none;
  }
  div#footer a:hover { 
    color: #292c31;
    text-decoration: underline;
  }
  
div.thumbnail {
  padding: 10px;
  float: left;
	background: url('images/thumbnail.png') no-repeat;
}

input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
}

.contactinput {
	width: 272px;
	border: 0;
	color: #000000;
	margin: 2px;
	padding: 4px 0 0 3px;
	height: 18px;
	background-image: url('images/contact_background.gif');
	background-repeat: no-repeat;
	background-position: absolute;
}

a:link, a:active, a:visited {
	color: #292c31;
  text-decoration: none;
}
a:hover { 
  text-decoration: underline;
}
