/*
Title:		Standard customer style definitions
File: 		inc/style_default.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl

Comments:	Here you can add customer specific style definitions which will be included after our own stylesheet.
*/


body {
 font-family:Arial;
 vertical-align: middle;
}

#wrapper {
 width: 800px;
 margin: 30px auto 0px;
 
}
#header {
  margin-bottom: 0px;
  width: 800px;
  height: 80px;
  clear: both;
}


#header_title {
 margin-top: 15px;
 float: left;
 
}

#logo {
 	display: block;
 	float: left;
}

#header_title {
 font-size: 13px;
 margin-left: 10px;
}

#header_menu {
 margin-top: 13px;
 float: right;
}

#header_menu a {
 margin: 0px;
 font-size: 13px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
}

#content {
 clear: both;
 width: 800px;

}

.banner_index {
 margin-bottom: 20px;
}

#footer {
 padding-top: 0px;
 clear: both;
 width: 800px;
 
}

#footer_contact {
 float: right;
}
#footer p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  
}
