/*top right bottom left*/

html{
	font-family: verdana;
	text-align:left;
}

body {
	width:800px;
}

.printlogo {
	display:block;
}

#topHome {
	width: 800px;
}

#topWie {
	width: 800px;
}

#topDiensten {
	width: 800px;
}

#topCongres {
	width: 800px;
}

#topContact {
	width: 800px;
}

#bottom {
	width: 800px;
}

#content {
	width: 800px;
}


/*Lijsten*/
.numberlist{
	list-style-type:decimal;
	margin-top:0;
}

.normallist{
	list-style-type:disc;
	margin-top:0;
}

/*Menu*/
#tabs {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-left:60px;
	display:none;
}

#tabs ul{
	list-style-type:none;
}

#tabs li {
	float:left;
	width: 115px;
}

#tabs A {
	color:#000000;
	text-decoration: none;  
}

#tabs A:hover{
	color:#e84340;
}

#tabs li A.current {
	color:#e84340;
}

/*Content tekst*/
.contentTitle {
	padding-top:40px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#e84340;
}

.contentText {
	margin-bottom:10px;
	font-size:11px;
	width:450px;
}

.contentText a{
	color:black;
}

.contentText .left{
	width:190px;
	margin-right:20px;
	float:left;

}

.contentText .right{
	margin-left:20px;
	margin-bottom:20px;
	width:190px;
	float:right;
}

.contentText .image {
	text-align:right;
}

.flash {
	border:1px solid #dddddd;
	width:160px;
}

.readmore {
	text-align:right;
}

.readmore a {
	color:#e84340;
	text-decoration:none;
}

.boxImage {
	text-align:center;
	background-color:#f4f4f4;
	padding:20px 20px 20px 20px;
	border:1px solid #dddddd;
}
.image {
	text-align:center;
	padding:20px 20px 20px 20px;
}

.contentText .smallTitle {
	padding-top:15px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	color:#e84340;
}

/*Congressen*/
.contentText .congress{
	text-decoration:none;
	color:black;
	padding:5px;
	margin:5px;
	width:430px;
	height:80px;
	border-bottom:1px solid #dddddd;
}

.contentText .congress .title{
	font-weight:bold;
	color:#e84340;
	text-decoration:none;
}

.contentText .congress .links {
	color:#e84340;
	text-decoration:none;
}

.contentText .congress .links a{
	color:#e84340;
	text-decoration:none;
}

.contentText .congress .logo{
	float:right;
	padding:5px;
	background-color:#f4f4f4;
	border:1px solid #dddddd;
	text-align:center;
}

.contentText .congress img{
	width:60px;
	border:0;
}


.footer{
	padding-top:42px;
	color:#bbbbbb;
	font-size:11px;
}

.split {
    clear:both;
}

/*Congres menu*/
#congresMenu {
	margin-left:-25px;
	margin-bottom:30px;
}

#congresMenu ul{
	list-style-type:disc;
}

#congresMenu{
	font-size:11px;
}

#congresMenu A {
	color:#000000;
	text-decoration: none;  
}

#congresMenu A:hover{
	font-weight:bold;
}

#congresMenu li A.current {
	color:#e84340;
}

/*Formulier*/
.inputtext{
	width:250px;
	color            : #000000;
	background-color : #FEFEFE;
	border           : 1px solid #C2C2C2;
	font-family: verdana;
	font-size:10px;
}

select{
	width:250px;
	color            : #000000;
	background-color : #FEFEFE;
	border           : 1px solid #C2C2C2;
	font-family: verdana;
	font-size:10px;
}

textarea {
	color            : #000000;
	background-color : #FEFEFE;
	border           : 1px solid #C2C2C2;
	width:250px;
	height:200px;
	font-family: verdana;
	font-size:10px;
}

.button {
	color            : #000000;
	background-color : #FFFFFF;
	border           : 1px solid #C2C2C2;
	width:100px;
	font-family: verdana;
	font-size:10px;
}

.buttonRow{
	text-align:left;
}

.dot{
	color:#e84340;
	margin-left:2px;
}

table {
	width:100%;
}