.content {
	padding: 25px 20px 180px 20px;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
	line-height: 16px;	
	vertical-align: top;
}
	
/* hyperlinks */
.content a{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #1C4A7B;
	text-decoration: underline;	
}

/* handover bij hyperlinks */
.content a:hover{
	color: #8C8C8C;
	text-decoration: none;		
}

/* vette tekst (bold) */
.content b{
	
}
/* vette tekst (strong) */
.content strong{
	
}

/* schuine tekst (italic) */
.content i{
	
}

/* normale tekst in een paragraaf */
.content p{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
	line-height: 16px;	
}

/* hyperlinks */
.content br{
	
}

/*		TABELLEN		*/

/* tabel */
.content table{
	
}
/* tabel cell*/
.content td{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
	line-height: 16px;		
}
/* tabel header*/
.content th{
	
}

/*		PLAATJE		*/

/* plaatje */
.content img{
	
}

/*		HEADINGS		*/

/* heading 1 */
.content h1{
	font-size : 15px;
	font-family : Tahoma, Verdana, sans-serif;
	font-style: italic;
	color: #971E23;
	text-align: center;
	margin-bottom: 0px;
}
/* heading 2 */
.content h2{
	font-size : 14px;
	font-family : Tahoma, Verdana, sans-serif;
	font-style: italic;
	color: #971E23;
	text-align: center;
	margin-bottom: 0px;	
}
/* heading 3 */
.content h3{
	font-size : 13px;
	font-family : Tahoma, Verdana, sans-serif;
	font-style: italic;
	color: #971E23;
	text-align: center;
	margin-bottom: 0px;	
}
/* heading 4 */
.content h4{
	
}
/* heading 5 */
.content h5{
	
}
/* heading 6 */
.content h6{
	
}

/*		FORMULIEREN		*/

/* heel formulier */
.content form{

}
/* tekst velden, radiobutton, checkboxes */
.content input {
	
}
/* tekst velden met meerdere regels */
.content textarea{
	
}
/* selectie lijsten */
.content select{
	
}
/* opties van de selectielijst */
.content option{
	
}

/*		OPSOMMING / BULLETS		*/

/* ordende lijst */
.content ul{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
	line-height: 16px;	
	
}

/* items in de lijst (bullets) */
.content li{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
	line-height: 16px;	
}

/* geordende lijst*/
.content ol{
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
	line-height: 16px;	
}







.content-tab {
	border: 1px solid #000000;
}
.picture	{
	border: 1px solid #000000;
}





