/* 
    Document	: bc_typography
    Gemaakt op	: 31-okt-2011, 14:11:17
    Auteur		: Communicatiebureau fourdesign_
    Omschrijving:
        In dit bestand staat de css met betrekking to tekst.
*/

body {
	font: 400 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #152A2A;
	/*background: url('../../img/24_col.gif') repeat-y center top;*/	
	 background: url('../../img/body.png') repeat-x center top; 
}

h1 {
	color: #2d2d2d;
	font-weight: normal;
	font-size: 20px;
}

	body h1#logo {
		font-size: 16px;
	} 
	
h2 {
	color: #0098D9;
	line-height: 20px;	
	padding: 0 0 13px 0;
	font-weight: 500;
	max-width: 420px;
	font-size: 18px;
}

	h2:before {
		margin-right: 10px;
	}
	
h3 {
	color: #848484;
    font-size: 12px;
    margin: 13px 0 0;
    padding-bottom: 7px;
    text-transform: uppercase;
}

h4 {
	font-size: 12px;
	margin: 20px 0 10px 0;
}

a {
	color: #152A2A;
	font-weight: bold;
	text-decoration: none;
	
	-webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
	transition: color 150ms ease-in-out;
}

	a:hover {
		color: #0098D9;
	}

i {
	margin-right: 5px;
}

table {
	
}

	table th {
		text-align: left;
		width: 200px;
	}