@media all{

	body, table, td, div, p, input, select, textarea {
		font-family: Tahoma;
		font-size: 12px;
		line-height: 17px;
		font-weight: normal;
		color: #717F8F;
	}
	
	
	* a, * a:focus, * a:hover {
		color: #0064AE;		
		text-decoration: none;
		background: transparent;
	}

	.no-display {
		visibility: hidden;
	}

	.red_font {
		color: red;
	}

	/*
	Tabellen
	*/

	table, thead, th, tbody, tr, td {
		border-color: #D7E8F6;
	}

	table {
		border-spacing: 0px;
		border-collapse: collapse;
		margin-bottom: 20px;
	}


	.fce_text_w_img table {
		margin-bottom: 20px;
	}


	table.fullWidth {
		width: 100%;
        clear:left;
	}

	table.no_margin_bottom {
		margin-bottom: 0px;
	}

	table caption {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: left;
	}

	th, td {
		padding: 5px;
		border-width: 1px;
		border-style: solid;
		vertical-align: top;
	}

	table tbody tr th {
		background: #EBF3F9;
		color: #3D5166;
	}

		table tbody tr th p {
			color: #3D5166 !important;
		}

	table thead tr th {
		background: #4F94C8;
		font-weight: bold;
		color: #ffffff;
	}

		table thead tr th p {
			font-weight: bold;
			color: #ffffff !important;
		}

	body.htmlarea-showtableborders table, body.htmlarea-showtableborders td, body.htmlarea-showtableborders th {
		border:1px dashed #316AC5 !important;
		padding:5px;
	}
	
	strong {
		font-weight:bold;
	}

}
