/*CSS voor CME_OBC*/
/*Arjen Pluim*/

.main {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	color: #C0C0C0;
}
html {overflow-y: scroll}

a{
	color:#910505;
}
a:hover{
	color:#909090;
}

body{
	font-family:Arial;
	text-align: center;
	font-size: 12pt;
	background-color: #C0C0C0;
}

div.content{
	color: #242320;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

div.bottom{
	left:0; position:fixed; text-align:center; bottom:0; width:100%; 
	color: #242320;

	font-size:smaller;
}
div.caption{
	color: #242320;
	padding-bottom: 5px;
	text-align: left;
}

div.center{
	color: #242320;
	text-align: center;
}
div.indeximage{
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.centerimage{
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
a{
	text-decoration: none;	
}
.menu{
	background-color:#242320;
	font-weight: bold;
	font-size: 14pt;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu a{
	color: #909090;
}
.menu a:hover{
	color:#c0c0c0;
}
.language{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float:right;
	border:none;
	border-width:0px;
}
.language a{
	color: #909090;
}
.language a:hover{
	color:#c0c0c0;
}


