/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
body                                    { font: 12px Arial, Serif; padding-top:0px;background-image:url(../images/background.jpg); 	background-repeat: no-repeat;
	background-position: center top; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }

#page-wrap                              { width: 760px; padding: 0px; padding-top:50px; background: white; margin: 0 auto 50px; position: relative; }
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }

h1                                      { font: bold 60px Arial, Sans-Serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
h2                                      { font: bold 30px Arial, Sans-Serif; letter-spacing: -1px; margin: 0 0 10px 0; }
h3                                      { font: 16px Arial, Serif; margin: 0 0 10px 0; }  
h5                                      { font: 15px Arial, Serif; text-align: center; }
pre                                     { font: 13px/1.8 Arial, Monaco, MonoSpace; margin: 0 0 15px 0; }

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 0px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }
#logo									{ position: absolute; }
/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          { color: white; font: bold 30px/40px Arial, Sans-Serif; letter-spacing: -1px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 6px 8px; }
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Arial, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Arial, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Arial, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

ol, ul
{
	list-style:				none;
}

em
{
	font-style:				normal;
}

#nav
{
	height:					122px;
	text-align:				left;
	width:					670px;
	margin:					auto;
	position:				relative;
	padding-left:			350px;
	padding-top:			51px;
}	

#nav li
{
	float:					left;	
}

#nav li a,
#nav li.home a em
{
	float:					left;
	display:				block;
	height:					22px;
	text-indent:			-9999px;
	overflow:				hidden;
}

#nav li.home a
{
	float:					left;
	display:				block;
	height:					auto;
	text-indent:			0;
	overflow:				auto;
}

#nav li.home a img
{
	position:				absolute;
	top:					0;
	left:					-26px;
	z-index:				10;
}

#nav .home a
{
	background:				url(../images/nav.gif) 0 0 no-repeat;
	width:					74px;
}
#header #nav .home a:hover,
#header #nav .home a.selected
{
	background-position:	0 -22px;
}


#nav .work a
{
	background:				url(../images/nav.gif) -74px 0 no-repeat;
	width:					71px;
}
#header #nav .work a:hover,
#header #nav .work a.selected
{
	background-position:	-74px -22px;
}

#nav .clients a
{
	background:				url(../images/nav.gif) -145px 0 no-repeat;
	width:					83px;
}
#header #nav .clients a:hover,
#header #nav .clients a.selected
{
	background-position:	-145px -22px;
}


#nav .about a
{
	background:				url(../images/nav.gif) -228px 0 no-repeat;
	width:					98px;
}
#header #nav .about a:hover,
#header #nav .about a.selected
{
	background-position:	-228px -22px;
}


#nav .services a
{
	background:				url(../images/nav.gif) -326px 0 no-repeat;
	width:					91px;
}
#header #nav .services a:hover,
#header #nav .services a.selected
{
	background-position:	-326px -22px;
}



#nav .news a
{
	background:				url(../images/nav.gif) -417px 0 no-repeat;
	width:					69px;
}
#header #nav .news a:hover,
#header #nav .news a.selected
{
	background-position:	-417px -22px;
}



#nav .blog a
{
	background:				url(../images/nav.gif) -486px 0 no-repeat;
	width:					69px;
}
#header #nav .blog a:hover,
#header #nav .blog a.selected
{
	background-position:	-486px -22px;
}



#nav .contact a
{
	background:				url(../images/nav.gif) -555px 0 no-repeat;
	width:					96px;
}
#header #nav .contact a:hover,
#header #nav .contact a.selected
{
	background-position:	-555px -22px;
}


.tabel_content {padding-top:10px;padding-left:10px;padding-right:10px;}
.titel_content2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#555454;line-height:20px;}
.titel_content3 { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#555454; line-height:18px;}

#twitter { position:absolute; margin-top:100px; margin-left:880px}
.titelpunten { font-family:Arial, Helvetica, sans-serif; font-size:16; color:#ea1885; }