/* Woneninoss.nl - 29/10/2008 */

/* Reset
---------------------------------------------------------------------------------------- */

body,html {
  height: 100%;
  margin: 0;
}

img {
  border: 0px;
}

h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

h2, h3 {
  font-size: 13px;
}

ul#landingspages {
	/*border: 1px solid #f00;*/
	position: absolute;
	bottom: -25px;
	left: -100px;
	height: 30px;
	z-index: 999;
}

ul#landingspages li {
	/*border: 1px solid #ccc;*/
	display: inline !important;
	padding: 10px 0 0 0;
	margin: 0 30px 0 0;
}

ul#landingspages li a {
	text-decoration: none;
	color: #616161;
	font-weight: normal;
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	color: #000;
	font-family: Verdana, Arial, sans serif;
	font-size: 11px;
	line-height: 16px;
}	

a, a:hover {
	color: #FFF;
	font-weight: bold;
}

/* Form styling
---------------------------------------------------------------------------------------- */

.input_text {
  border: 1px solid #000;
  padding: 2px;
  width: 270px;
}

.input_button {
  background: #702d17;
  border: 0px;
  color: #FFF;
  text-transform: uppercase;
  padding: 4px;
}

/* Positioning
---------------------------------------------------------------------------------------- */

#header {
  height: 100px;
  padding: 5px 0 0 0;
  width: 100%;
}

#header ul{
  float: left;
  margin: 35px 0 0 0;
  padding: 0px;
  width: 150px;
}

#header ul li {
  display: inline;
  list-style: none;
  margin: 0 20px 0 0;
}

#search_form {
 float: left; 
 margin-top: 31px;
}

#footer {

  height: 20px;
  padding: 5px 0 10px 0;
  width: 100%;
  position: relative;
}

#footer ul{
  float: right;
  margin: 5px 0 0 0;
  padding: 0px;
}

#footer ul li {
  display: inline;
  list-style: none;
  margin: 0 20px 0 0;
}

#logo_wio {
  float: left;
}

#logo_oss {
  float: right;
}

#logo_wio {
  margin: 10px 55px 0  0;
}

#logo_oss {
  margin: 25px 0 0 0;
}

/* Blocks
---------------------------------------------------------------------------------------- */

.block {
  color: #FFF;
  padding: 12px;
  width: 196px;
  height: 116px;
  float: left;
  margin: 0 8px 0 0;
  display: block;
	line-height: 18px;
}

.block strong {
  text-transform: uppercase;
  font-size: 14px;
}

.block strong a{
  text-decoration: none;
}

.block strong a:hover{
  text-decoration: underline;
  font-weight: normal;
}

.block a, .block a:hover {
  font-weight: normal;
}

#wonen  {
  background: #ab6710;
}

#actueel{
  background: #472b16;
}

#datisoss{
  background: #5f5f50;
}

#partners{
  background: #7e3f07;
}


