/* @override 
	http://destudio.lin01.duall.be/stylesheets/destudio.css
	http://www.destudio.be/stylesheets/destudio.css
*/

/* @group reset (Thanks Eric) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group algemeen */

html {
	background: #666 url(images/bg_patroon.png) repeat fixed center top;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background: url(images/bg_licht.png) no-repeat fixed center top;
}

a:link {color:#c50e1f}
a:visited {color:#c50e1f}
a:hover {color:#c50e1f}
a:active {color:#c50e1f}
a.active {color: #c50e1f}

h3 {
	color: #c50e1f;
}

h4 {
	font-size: 1.1em;
	margin-top: 1em;
	color: #c50e1f;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

code {
	font-family: "Courier New", Courier, mono;
}

blockquote {
	margin-left: 1em;
	border-left: 1px solid #fff;
	padding-left: 1em;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
}



/* @end */

/* @group wrappers en content */

.wrapper {
	width: 100%;
	min-height: 755px;
	height: auto !important;
	height: 750px;
	margin: 0;
	padding: 60px 0 0 0;
	overflow: hidden;
}

#contentwrapper {
	width: 720px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	padding: 15px;
	padding-bottom: 0;
}

#TEMPHOME #contentwrapper {
	padding: 15px;
}

#content {
	padding: 10px 20px 20px 20px;
	background-color: #D8ECE9;
}

div#Ilaaike {
	background-color: #fff;	
	padding: 0 15px 10px 15px;
	width: 720px;
	margin: 0 auto;
	color: #000;
}

/* @end */

/* @group navigatie */

#navigatie {
	position: relative;
	width: 720px;
	height: 109px;
	background: transparent url(images/logo_DeStudio.png) no-repeat 15px -3px;
	margin: 0 0 15px 0;
}

#navigatie ul li {
	list-style-type: none;
	margin-left: 0;
}

#navigatie a {
	font: bold 11px/16px "Helvetica-Black", "Arial-Black", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	color: #000;
	text-decoration: none;
}

#navigatie a:hover,
#navigatie a.active,
#paginas a:hover,
#paginas a.active {
	color: #a00;
}

#paginas {
	width: 480px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}

#paginas div {
	width: 108px;
	margin-right: 2px;
	height: 60px;
	display: inline;
	float: left;
	position: relative;
	padding: 10px 5px;
}

div#studio.active {
	background-color: #d8ece9;
}

div#studio ul {
	display: none;
}

div#studio.active ul {
	display: block;
}

#paginas div a.mainNav {
	display: block;
	width: 98px;
	height: 15px;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1em;
}

#paginas div ul {
	position: absolute;
	width: 120px;
	height: auto;
	top: 5px;
	left: 0;
}

#paginas div ul li {
	display: block;
}

#paginas div ul li a {
	width: 98px;
	font: bold 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul#taal {
	position: absolute;
	right: 0;
	top: 0;
}

ul#taal li {
	display: inline;
}

ul#taal li a.nl,
ul#taal li a.eng {
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.nl ul#taal li a.nl {
	background-color: #c50e1f;
}

body.en ul#taal li a.eng {
	background-color: #c50e1f;
}


/* @end */

/* @group footer */

#footer {
	font-size: .8em;
	width: 720px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	padding: 10px 15px;
	border-color: #656565;
	margin-bottom: 15px;
}

#footer .pipe {
	font-size: .7em;
	padding: 0 10px;
	color: #818e8c;
}

#footer a {
	color: #c20e1f;
}

/* @end */

/* @group kolommen */

.kol {
	float: left;
	background-attachment: fixed;
}

/* @group noKol */

#noKol {
	overflow: hidden;
	width: 680px;
	margin: 0 auto;
	background-color: #D8ECE9;
}

.downloads #noKol {
	width: 648px;
	border-top:  1px solid #fff;;
}



/* @end */

/* @group tweeKol */

#tweeKol {
	overflow: hidden;
	width: 680px;
	margin: 0;
}

#tweeKol .kol {
	width: 330px;
}

#tweeKol #links {
	margin-right: 10px;
}

#tweeKol #rechts {
	margin-left: 10px;
}

/* @end */

/* @group drieKol */

/* @group vierKol */

#vierKol {
	overflow: auto;
	width: 680px;
	margin: 0;
}

#vierKol .kol {
	width: 155px;
}

#vierKol #middenL,
#vierKol #middenR {
	margin: 0 15px;
}

/* @end */

#drieKol {
	overflow: auto;
	width: 648px;
	margin: 0;
	background-color: #D8ECE9;
	/*background-color: green;*/
	padding: 16px;
}

#drieKol .kol {
	background-color: #D8ECE9;
	width: 206px;
}

#drieKol #midden {
	margin: 0 15px;
}

/* @end */

/* @group breedSmalKol */

#breedSmalKol {
	overflow: hidden;
	width: 680px;
	margin: 0;
}

#breedSmalKol #links {
	width: 455px;
	margin-right: 15px;
}

#content #breedSmalKol #rechts {
	width: 210px;
	height: auto;
}

/* @end */

/* @group smalBreedKol */

#smalBreedKol {
	overflow: hidden;
	width: 680px;
	margin: 0;
}

#smalBreedKol #links {
	width: 210px;
	margin-right: 15px;
}

#smalBreedKol #rechts {
	width: 455px;
}

/* @end */



/* @end */

/* @group temp HOME */

#content #rechtshome {
	position: relative;
	height: 247px;
	width: 210px;
}

#content h2 {
	font-size: 1.3em;
	color: #c50e1f;
	margin: 1em 0 .5em;
}

#content #rechtshome #address {
	position: absolute;
	bottom: 0;
}

/* @end */

/* @group home */

a#FBvisit {
	display: block;
	width: 160px;
	background: #c50e1f url(images/btn_FB.png) no-repeat left center;
	padding: 4px 0 4px 30px;
	color: #fff;
	text-decoration: none;
	font-size: .8em;
	margin: 1.5em 0 0 0;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

/* @group Twitterfeed */

#rechts div.tweetWrapper p.tweet strong {
	text-transform: uppercase;
	color: #c50e1f;
	margin-right: 2px;
}

#rechts.twitter h2 {
	font-size: 1.3em;
	padding-bottom: .5em;
	border-bottom: 1px solid #fff;
}

#rechts.twitter h2 a {
	text-decoration: none;
}

div.tweetWrapper {
	margin: .5em 0;
	padding: .5em 0;
	border-bottom: 1px solid #fff;
}

p.tweet_stamp {
	color: #818e8c;
	font-size: .8em;
}

p.tweet {
	font-weight: bold;
	margin-bottom: .5em;
}

p.tweet a {
	font-weight: normal;
	color: #818e8c;
}

/* @end */



/* @end */

/* @group fotos */

div#fotos {
	background-color: #000;
	padding: 8px;
	overflow: hidden;
	width: 704px;
}

div#fotos a {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 4px;
}



/* @end */

/* @group Materiaal */

#content.materiaal,
#content.inrichting {
	padding-bottom: 0;
}

#content.inrichting h3.fotos,
#content.materiaal h3.fotos {
	display: block;
	background-color: #c50e1f;
	color: #fff;
	padding: 4px 6px;
	width: 4em;
	text-align: center;
}
#content.materiaal #vierKol {
	width: 680px;
	overflow: hidden;
	margin-bottom: 2em;
}

#content.inrichting div#tweeKol {
	margin-bottom: 2em;
}

/* @end */

/* @group Contact */

#map {
	border: 1px solid #999;
	width: 455px;
	height: 455px; 
}


/* @end */
