/* CSS Document */

body {
	background-color: #e5e8ed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 3px;
}
a {
	color: #626262;
}
strong {
	color: #003952;
	font-weight: bold;
}

/* IDs */
#wrapper {
	width: 633px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-image: url(images/img_intro/back.gif);
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	
}
#header {
	width: 560px;
	padding: 20px;
}
#header p {
	font-size: 14px;
	line-height: 1.3em;
}
#box1 {
	width: 620px;
	height: 105px;
	border-top: 3px #e5e8ed solid;
	background: #2d78a4 url(images/img_intro/back_st.jpg) no-repeat right;
	color: #ffffff;
}
/*#box1text {
	width: 450px;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}*/
#text1 {
	width: 320px;
	height: 105px;
	float: left;
}
#box2 {
	width: 620px;
	height: 105px;
	border-top: 3px #e5e8ed solid;
	background: #f29f39 url(images/img_intro/back_sp.jpg) no-repeat right;
	color: #ffffff;
}
#text2 {
	width: 300px;
	height: 105px;
	float: left; 
}
#box3 {
	width: 620px;
	height: 105px;
	border-top: 3px #e5e8ed solid;
	color: #ffffff;
	background-color: #6fa78e;
}
#text3 {
	width: 440px;
	height: 105px;
	float: left;
}
#box4 {
	width: 620px;
	height: 105px;
	border-top: 3px #e5e8ed solid;
	color: #ffffff;
	background-color: #6fa78e;
}
#text4 {
	width: 430px;
	height: 105px;
	float: left;
}
#box5 {
	width: 620px;
	height: 105px;
	border-top: 3px #e5e8ed solid;
	border-bottom: 3px #e5e8ed solid;
	color: #ffffff;
	background-color: #6fa78e;
}
#text5 {
	width: 430px;
	height: 105px;
	float: left;
}
#boximpr {
	width: 620px;
	border-top: 3px #e5e8ed solid;
	border-bottom: 3px #e5e8ed solid;
	background-color: #ffffff;
}
#textimpr {
	width: 430px;
	padding: 20px;
}
#footer {
	width: 620px;
}
#footext {
	width: 450px;
	font-size: 10px;
	padding: 10px 0 10px 20px;
}

/* Klassen */
.logo {
	width: 130px;
	height: 105px;
	margin-right: 20px;
	background-color: #ffffff;
	padding-left: 20px;
	color: #626262;
	float: left;
}
.bodysmall {
	font-size: 10px;
}
