/* basis */
body{
	color:#FFF;
	background-color:#383838;
	font-size: 11px;
	line-height:16px;
	font-family: Verdana, Arial, Tahoma;
}

#container{
	width:900px;
	margin: auto;
	margin-top: 15px;
}

table {
	margin-left: 7px;
}

tr {
	height: 30px;
}

.blauw {
	color:#0099FF;
}

.rood {
	color:#FF0000;
}


/* tekst en links */
h1{
	margin:10px 0px 0px 0px;
	font-size:14px;
	line-height:normal;
	color:#ddd;
}

h1.inloggen{
	margin:50px 0px 0px 0px;
	font-size:10px;
	line-height:normal;
	color:#ddd;
}

p{
	margin:10px 0px 0px 0px;
	text-align:justify;
}

a, a:visited, a:active, a:link{
	color:#ddd;
	text-decoration:none;
}

a:hover{
	color:#0099FF;
	text-decoration:none;
}

a.current {
	font-weight: bold;
	color: #fff;
}

table.agenda td {
	vertical-align: top;	
}

ul {
	margin: 10px;
	margin-left: 35px;
}

/* menu */
#menu {
	float:left;
	width: 150px;
	background: url(logo_mos1.jpg) top left no-repeat;
}

#menu p{
	margin:0;
	margin-top: 160px;
}

#menu p.extra{
	margin:0;
	margin-top: 10px;
}


#menu a{
	display: block;
	width: 150px;
	height: 20px;
	padding-top: 2px;
	border-bottom: 1px solid #555;
}

/*  inlogmenu */
#inlogmenu {
	position: absolute;
	bottom:10px;
	left:10px;
	width: 150px;
	text-align: center;
}

#inlogmenu h1{
	margin: 0;
	font-size:10px;
}

#inlogmenu p{
	margin:0;
	margin-top: 10px;
	font-size:10px;
	text-align: center;
}

#inlogmenu a{
	display: block;
	width: 140px;
	height: 20px;
	padding-top: 2px;
	border-bottom: 1px solid #555;
}

#inlogmenu .input {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #999;
	width: 130px;
	height: 15px;
	color: #333;
	font-size: 10px;
}

#inlogmenu .inputbutton {
	margin: 0;
	padding: 1px;
	width: 135px;
	height: 20px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	background-color: #555;
	color: #fff;
	font-size: 10px;
}

#inlogmenu .inputbutton:hover {
	background-color: #0099FF;
}

#inlogmenu p.fout {
	text-align:center;
}

/* content */
#content {
	float:left;
	width: 745px;
	margin-left: 0px;
}

#content p{
	width: 730px;
	margin:10px 0px 0px 10px;
	text-align:justify;
}

#content p.top{
	margin:0px 0px 0px 0px;
}

#content h1{
	font-size:14px;
	line-height:normal;
	color:#ddd;
	margin-left:10px;
	margin-top:10px;
}

#content p.totop{
	margin:25px 0px 0px 10px;
}

#content p.footer{
	margin:50px 0px 15px 10px;
	padding-top: 5px;
	border-top: 1px solid #555;
	text-align: center;
	font-size: 10px;
}

#content a {
	border-bottom: 1px dotted #ddd;
}

#content a:hover {
	border-bottom: 1px dotted #0099FF;
}

#content a.backtotop {
	border: none;
	text-decoration: none;
}

#content img {
	border: none;
}

#content .input {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #999;
	width: 230px;
	height: 20px;
	color: #333;
}

#content .inputbutton {
	margin: 0;
	padding: 3px;
	width: 240px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	background-color: #555;
	color: #fff;
	font-size: 11px;
}

#content .inputbutton:hover {
	background-color: #0099FF;
}

#content a.plaatje {
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#content a.plaatje1 {
	font-weight: normal;
	text-decoration: none;
	width: 235px;
	height: 235px;
	text-align: center;
	border: 1px dotted #0099FF;
	display: table-cell;
	vertical-align: middle;
}

#gallerycontainer {
	width: 740px;
	margin-left: 5px;
}

#plaatjeshouder {
	float:left;
	margin: 4px;
	width: 235px;
	height: 235px;
	text-align: center;
	border: 1px dotted #0099FF;
	display: table-cell;
	vertical-align: middle;
}

img.gallery {
	border: 1px solid #0099FF;
	display: block;
	margin-left: auto;
  	margin-right: auto;
}