/* CSS Document */

*{
padding:0;
margin:0;
}
ul {
	padding-left: 15px;
}
.capitalize {
	text-transform: uppercase;
}
#butNext {
	float: right;
	margin-top: 40px;
}
.underline {
	text-decoration: underline;
}
html, body {
height: 100%; /* heel belangrijk */
font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
color: #000;
background: #FFFFFF;
text-align: center;
}
#titleMarge {
	padding-left: 222px;
}
#container {
width: 1024px;
margin: 0 auto;
text-align: left;
position: relative;
background: #FFF;
}
#norepeat {
	background-repeat: no-repeat;
	background-position: left top;
}
#repeatY {
	background-repeat: repeat-y;
}
#content1 {
	padding-top: 20px;
	padding-left: 217px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 18px;
}
#content2 {
	padding-top: 20px;
	padding-left: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.textSmal {
	font-size: 10px;
}
input {
	font-family: 10;
}
a:link {
	color: #FF6E00;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FF6E00;
	text-decoration: underline;
}
#whitelink a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#whitelink a:hover {
	color: #FF6E00;
	text-decoration: underline;
}
#whitelink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.txtOrange {
	color: #FF6D00;
}
.textBlue {
	color: #80A2BE;
}
.txtBlueCapital {
	text-transform: uppercase;
	color: #80A2BE;
}
.txtOrangeCapital {
	color: #FB5A06;
	text-transform: uppercase;
}

