BODY, TD{
	color: #000000;
	font-family: 'Maven Pro', sans-serif;
	font-size : 11pt;
	}
	
	BODY{
	
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #7672b8;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
	
	A {
	text-decoration: none;
	color: Black;
}
	

INPUT {
	border-color: #FF004F;
	border: 1;
	background-color : #FFFFFF;
    font-family: 'Maven Pro', sans-serif;
    height: 30px;
	
}

A:Hover {
	text-decoration: none;
	color: #FF004F;
}


TEXTAREA {
	border-color: #000000;
	border: thin solid #000000;
	background-color : #FAFF66;
	font-family : Verdana, Arial;
	font-size : 9pt;
	}

#fullheight{height:100%}
   
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

.cookiediv {
        position: fixed;
        background-color : #FAFF66;
        border: thin solid #000000;
        bottom: 10px;
        right: 10px;
        margin: 0 auto;
        width: 200px;
        height: auto;
        padding: 10px;
    }
 
    #cross {
        float: right;
        top: -8px;
        right: -2px;
        background: red;
        height: 15px;
        position: relative;
        width: 3px;
        
 
        /* roteer het kruis*/
        -ms-transform: rotate(135deg); /* IE 9 */
        -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
        transform: rotate(135deg);
        cursor: pointer;
        }
 
    #cross:after {
        background: red;
        content: "";
        height: 3px;
        left: -6px;
        position: absolute;
        top: 6px;
        width: 15px;
        }