/*
Stylesheet by Cintron IT
Author: Mario Kuijpers
http://www.cintron.nl/
Version: 1.0
24-05-2010
*/

/* Start import stylesheets */
@import url("headerlogo.css");
@import url("headermenu.css");
@import url("download.css");
@import url("domeinnamen.css");
@import url("ideal.css");
@import url("mainmenu.css");
@import url("socialnetwork.css");
@import url("twitterfeed.css");
/* End import stylesheets */

/* Start page construction */
body {
	height: 100%;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	color: #000080;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #ffffff url('../images/mainbg.jpg') repeat-x top center; 
}

/* Start header */
#header {
	height: 125px;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	background-color: #5773ac;
}
/* End header */

/* Start headermenu */
#headerMenu{
	height: 30px;
	padding: 0px;
	position: relative;
	text-align: center;
	background: #56688f url('../images/topmenubg.jpg') repeat-x top center; 
}
/* End headermenu */

/* Start content */
#container { 
	float: left; 
	overflow: hidden;
	background: #ffffff url('../images/contentbg.jpg') repeat-y top center;
}

#container div {
	width: 200px; 
	margin: 0px 0px -1000px 0px;
	padding: 0px 0px 1000px 0px;
	float: left; 
}

#container .content { 
	min-height: 290px;
	width: 660px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 20px;
}

#container #left {
	min-height: 290px; 
	width: 330px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#container #right { 
	min-height: 290px;
	width: 330px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#container .pasfoto { 
	height: 165px; 
	width: 133px;
	margin: 5px 25px 5px 25px;
	padding: 1px 1px 1px 1px;
	float: left;
	border: 1px solid #6B8DD1;
}

#container #mainMenu {
	width: 150px; 
	margin: 20px 0px 0px 25px;
	padding: 0px;
	float: left; 
	border: 1px solid #6B8DD1;
}
/* End content */

/* Start footer */
#footer{
	height: 100px;
	width: 900px;
	margin: 0px 0px 20px 0px;
	float: left;
	text-align: center;
	line-height: 2em;
	color: #D1D1D1;
	display: inline-block;
	font-family:  Verdana, Arial, Sans-Serif;
	background: #56688f url('../images/bottombg.jpg') repeat-x top center;
}

#footer .bottomLeft{
	float: left; 
}

#footer .bottomRight{
	float: right;
}

#footer .bottomRight .orb{
	margin: -100px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

#footer .copy{
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 160px;
	text-align: center;
	line-height: 2em;
	display: inline-block;
}

#footer  a{
	color: #D1D1D1;
	text-decoration: none;
}
#footer a:hover{
	color: #F7F7F7;
	text-decoration: underline;
}
/* End footer*/
/* End page construction */

.bigimage {
	width: 600px; 
	margin: 5px 30px 5px 30px;
	padding: 1px 1px 1px 1px;
	float: left;
	border: 1px solid #6B8DD1;
}

.smallimage {
	width: 150px; 
	margin: 5px 30px 5px 30px;
	padding: 0px 0px 0px 10px;
	float: right;
}

.logo {
	width: 150px; 
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	float: left;
	border: 1px solid #6B8DD1;
}

/* Begin Overall Text Items */
h1{
	margin: 10px 0px 10px 0px;
	color: #7EA7F7;
	font-size: 1.8em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

h2{
	margin: 10px 0px 10px 10px;
	color: #6B8DD1;
	font-size: 1.6em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

h3{
	margin: 10px 0px 10px 10px;
	color: #6B8DD1;
	font-size: 1.4em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

h4{
	margin: 0px 10px 0px 10px;
	color: #6B8DD1;
	font-size: 1.2em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

ul, ol, li, td, tr, th{
	margin: 5px 0px 0px 2px;
	color: #000080;
	font-size: 1.1em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

p{
	margin: 10px 0px 0px 20px;
	color: #000080;
	font-size: 1.2em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

table{
	margin: 10px 0px 0px 20px;
	color: #000080;
	font-size: 1.2em;
	font-family:  Helvetica, Verdana, Arial, Sans-Serif;
}

a {
	color: #000080;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #000080;
	background-color: transparent;
	text-decoration: underline;
}
/* End Overall Text Items */
