/*

	All the non-default styles unique to this site.
	-----------------------------------------------

	@file 		style.css
	@version 	1.0
	@author 	Rommert van der Marel

	Copyright (c) 2010 Verdel ICT & Media

*/

@font-face {
    font-family: 'SansCulottesRegular';
    src: url('/template/fonts/sansc___-webfont.eot');
    src: url('/template/fonts/sansc___-webfont.eot?#iefix') format('eot'),
         url('/template/fonts/sansc___-webfont.woff') format('woff'),
         url('/template/fonts/sansc___-webfont.ttf') format('truetype'),
         url('/template/fonts/sansc___-webfont.svg#webfontnwDMa94j') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/font?kit=s-BiyweUPV0v-yRb-cjciL3hpw3pgy2gAi-Ip7WPMi0') format('woff');
}



body{ font-family: arial, serif; font-size:12px;}


/* //////////////////////////////
OPBOUW BLOKKEN 
////////////////////////////// */

#header				{width: 100%; height: 145px;}
#header_content		{width: 980px; height: 125px; padding: 10px 0px 10px 0px; margin: 0 auto;}

#logo				{width: 155px; height: 110px; background-image: url(/template/img/logo_ewi.jpg); background-repeat: no-repeat;}


#slider				{width: 100%; height: 155px; background-color: #F5F5F5;}
#slider_content		{width: 980px; height: 155px; margin: 0 auto; background-color: lime;}