/*
intoSpace.nl - CSS
Author: Youri Zwanepol
*/

* {
margin: 0;
padding: 0;
}

body {
background: #1b263f;
}

a {
color: #000;
text-decoration:none;
font: 13px Verdana;
}

a:hover {
color: #000;
text-decoration:underline;
}

hr {
height: 1px;
background: #000;
color: #000;
border: 0;
}

hr.bottom {
margin: 0 5px;
width: 840px;
float: left;
}

h2 {
font: bold 14px Verdana;
}

h3 {
font: bold 13px Verdana;
}

h6 {
font: 13px Verdana;
}

img.r {
border: 1px solid #000;
margin: 0px 0px 5px 5px;
float: right;
clear: right;
}

img.flag {
margin: 5px 0px 10px 5px;
border:0px;
}

p {
margin-bottom: 13px;
}

p a {
text-decoration: underline;
}

#container {
width: 870px;
margin: 0 auto;
overflow: hidden;
}

#left {
height: 1px;
width: 10px;
margin-bottom: -25000px; padding-bottom: 25000px;
background: url(images/left.jpg) top left repeat;
float: left;
}

#middle {
width: 850px;
overflow: hidden;
background: #fff;
float: left;
}

#logo {
height: 75px;
width: 425px;
background: url(images/logo.jpg) top left no-repeat;
float: left;
}

#navigation {
margin: 5px;
height: 65px;
width: 415px;
background: #fff;
float: left;
text-align: right;
font: 13px Verdana;
}

#horizontal_nav {
margin-bottom:5px;
height: 1px;
width: 415px;
background: #000;
overflow: hidden;
}

#head {
height: 152px;
width: 850px;
background: url(images/head.jpg) top left no-repeat;
float: left;
}

#menu {
margin: 5px;
padding: 5px;
width: 190px;
background: #f4f7fe;
border: 1px #000 solid;
float: left;
font: bold 13px Verdana;
display:inline;
}

#vertical {
margin: 5px 0;
height: 470px;
width: 1px;
background: #000;
float: left;
}

#content {
margin: 5px;
width: 627px;
float: left;
font: 13px Verdana;
}

#horizontal_bottom {
margin: 0 5px;
height: 1px;
width: 840px;
float: left;
background: #000;
overflow: hidden;
display:inline;
}

#footer {
margin: 5px;
width: 840px;
float: left;
font: 11px Verdana;
text-align: right;
display:inline;
}

#right {
margin-bottom: -25000px; padding-bottom: 25000px;
width: 10px;
height: 1px;
float: left;
background: url(images/right.jpg) top left repeat;
}

label {
	width: 150px;
	float: left;
}

input {
	width: 330px;
}

input.submit {
	width: 130px;
}