/* CSS Document 
Colors:

Groen: #7ac142;
Zwart: #000000;

*/

.boxInsite {
	height:35px;
	padding: 5px 15px 0 15px;
	border: 1px solid #000000 ;
	background: white;
	color:white;
	font-size: 95%;
	width:870px;
	margin: 20px auto -15px auto;
	}

.EditSummary,
.EditImage,
.EditContent,
.EditImageRight {
	width:100%;
	margin: 5px 0;
	background: #f7fbf4;
	/*border: 1px solid #7ac142;*/
	}
 
.EditSummary {
        height:100px; 
        font-family:Arial;
        }
        
.EditImage {
	height:100px; 
	width:100px;
	float:left;
	}
	.EditImageRight {
		background:#7ac142; 
		height:80px;
		color:white; 
		width: 375px;
		padding: 10px;
		float:right;
		}
	
.EditContent {
	height:300px;
	background: #f7fbf4;
	}

.RadEditor a,
.RadEditor a:link,
.RadEditor a:visited
{
    background:none;
    }
    
.RadEditor a:hover .InsertOrderedList,
.RadEditor a:active .InsertOrderedList
{
    background:auto;
    }

/* Forum */
.TextArea { height:100px; }