/* CSS Document */

body, html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1{
	font-weight: bold;
	font-size: 18px;
}

h2{
	font-weight: bold;
	font-size: 18px;
}

h3{
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

img{
	border: 0px;
}

a{
	color: #00b3f0;
}

a:hover{
	text-decoration: none;
}

.blueText{
	color: #00b3f0;
}

.whiteText{
	color: #ffffff;
}

.whiteTextHome{
	color: #ffffff;
	padding-left: 20px;
}

.menuLink{
	margin-right: 17px;
}

.blue{
	background-color: #00b3f0;
}

.pink{
	background-color: #e50e62;
}

.orange{
	background-color: #e58e1a;
}

.darkBlue{
	background-color: #3a4569;
}

.darkBlueText h1{
    font-weight: bold;
	font-size: 18px;
    color: white;
	background-color: #3a4569;
}

.right{
	text-align: right;
}

.arrow{
	list-style-image: url(../images/list_image.gif);
	line-height: 15px;
}

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

input{
	width: 214px;
}

.radio{
	width: 30px;
}

td.conTabel{
	color: #13195b;
}

a.klein {
	font-size:12px;
}

a.middel {
	font-size:14px;
}
a.groot {
	font-size:16px;
}

.white-h1{
	font-weight: bold;
	font-size: 18px;
	font-color: #ffffff;
}
