/* CSS Document */

/* ----------------Font Faces-----------*/

@font-face {
    font-family: 'chesterfieldantdregular';
    src: url('fonts/chesterfieldantd-webfont.eot');
    src: url('fonts/chesterfieldantd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chesterfieldantd-webfont.woff') format('woff'),
         url('fonts/chesterfieldantd-webfont.ttf') format('truetype'),
         url('fonts/chesterfieldantd-webfont.svg#chesterfieldantdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---------------------------------------*/


#innerContent{
	font-family:  Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:30px;
	margin-bottom:20px;
}


h1{
	font-family: chesterfieldantdregular;
	font-size:34px;
	color:#1e4196;
	font-weight:100;
	margin-bottom:30px;
}

h2{
	font-family:  Verdana, Geneva, sans-serif;
	color:#b60050;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3862ae;
	margin-bottom:5px;
}

p{
	font-family:  Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:30px;
	margin-bottom:25px;
}

.blogDescription{
	font-family: Helvetica, Arial, sans-serif;
	color:#505153;	
	font-weight:bold;
	font-size:14px;
}

.footerTekst{
	font-family:Helvetic, Arial, sans-serif;
	font-size:11px;
	color:#828386;	
}

.footerDixxyo{
	font-family:Helvetic, Arial, sans-serif;
	font-size:11px;
	color:#828386;	
}


#contentSideBarContact{
	font-family:Helvetic, Arial, sans-serif;
	font-size:11px;
	color: #acadae;
	line-height:18px;
}

#mainContent a{
	text-decoration:none;
	color:#3862ae;		
}

#mainContent a:hover{
	text-decoration:underline;
	color:#3862ae;		
}


