/* CSS Document */

html {
	
}
#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}
#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #990000;
}
#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}
#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
/* hier de algemene style informatie voor de website font-family (lettertype) background : achtergrond kleur */
body {
 	margin: 0px
	padding: 0px;
	font-family:  Arial, Helvetica;
	line-height: 115%;
	font-size: 13px;
        /* background:url(http://85.12.31.24/~margareta/images/stories/bg/bruin_bg.jpg); */
	
	 background: #999999; 
        color:#000000;
}


/* standard site links */
a:link, a:visited {
	color: #FFFFff; 
       text-decoration: none;
	font-weight: normal;
       font-family:   Arial, Helvetica;
}

a:hover {
	color: #990000;	
text-decoration: none;
	
}

.contentpaneopen {
width:800px;
}

.contentheading {
	font-size: 16px;
        line-height:18px;
	font-weight: bold;
	padding-bottom: 0px;
	text-align:left;
}
