/* GENERIC STYLES */
* 
{ 
	margin:0;
	padding:0; 
}

.pageItself 
{
	position: relative;
	width: 1224px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

.hide {visibility: hidden;}

.clear {clear: both;}

label.error {
	color: #FF0000!important;
}

.container 
{
	position: relative;
	float: left;
}

/* POSITIONING */

.floatLeft 
{
	position: relative;
	float: left;
}

.floatRight 
{
	position: relative;
	float: right;
}

/* HTML STYLES */

body 
{
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #444;
	line-height: 1.4em;
	font-size: 12px;
}

body.white 
{
	background-color: #ffffff;
}

body.grey 
{
	background-color: #3d3a35;
}

body.grey #secondLevel .header 
{
	background-color: #ffffff!important;
}

img { border: none; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

a.noUnderline:hover { text-decoration: none; }

address { font-style: normal; }

/* Site wide font related styles */
.smaller { font-size: 98%; }

/* HEIGHTS */
.h10 { height: 10px; }
.h15 { height: 15px; }
.h24 { height: 24px; }

/* WIDTHS */
.w100 { width: 100px; }
.w280 { width: 280px; }
.w305 { width: 305px; }
.w360 { width: 360px; }


/* MARGINS */
.mt00 { margin-top: 0!important; }
.mt06 { margin-top: 6px!important; }
.mt08 { margin-top: 8px!important; }
.mt10 { margin-top: 10px!important; }
.mt12 { margin-top: 12px!important; }
.mt14 { margin-top: 14px!important; }
.mt16 { margin-top: 16px!important; }
.mt22 { margin-top: 22px!important; }
.mt24 { margin-top: 24px!important; }
.mt26 { margin-top: 26px!important; }
.mt28 { margin-top: 28px!important; }
.mt30 { margin-top: 30px!important; }
.mt32 { margin-top: 32px!important; }
.ml20 { margin-left: 20px!important; }
.ml30 { margin-left: 30px!important; }
.ml40 { margin-left: 40px!important; }
.mb00 { margin-bottom: 0px!important; }
.mb16 { margin-bottom: 16px!important }
.mb40 { margin-bottom: 40px!important; }

/* PADDINGS */
.pt16 { padding-top: 16px; }

/* Borders */
.bt00 { border-top: 0!important; }
.bt02 { border-top: 2px solid #585550; }

/* Generic text colours */
span.txtWhite {	color: #ffffff; }

/* Background Colours */
.white { background-color: #ffffff; }

/* Horosontal Dotted Lines */

.hrOne {
	height: 2px;
	width: 100%;
	background: url(../images/hr_dotted.gif) repeat-x 0 0;
}

.hrTwo {
	height: 2px;
	width: 100%;
	background: url(../images/hr_dotted_two.gif) repeat-x 0 0;
}

.hrThree {
	height: 2px;
	width: 100%;
	background: url(../images/hr_dotted_three.gif) repeat-x 0 0;
}

.hrFour {
	height: 2px;
	width: 100%;
	background: url(../images/hr_dotted_four.gif) repeat-x 0 0;
}

/* TEMPLATE WIDE STYLES */

/* Site functions menu */
.header ul {
	position: relative;
	float: right;
	margin: 3px 150px 0 0;
	font-size: 86%;
}

.header ul li {
	display: inline;
	padding-left: 14px;
}

.header ul li a {
	color: #999999;
}

.container {
	position: relative;
	float: left;
}

span.inlineBlock {
	display: inline-block;
}

/* UNORDERED LISTS */

ul.noBullets {
	list-style-type: none;
}

.noBullets li {
	color: #000000;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.noBullets a {
	color: #ffffff;
	font-size: 130%;
}

ul.oneThird {
	position: relative;
	float: left;
	width: 28%;
	margin-right: 2%;
	color: #ffffff;
	list-style-type: none;
}

/* BOX BGs */

.bgLined img.top {
	position: absolute;
	width: 361px;
	top: 0;
	left: 0;
	z-index: 7000;
}

.bgLined img.bottom {
	position: absolute;
	width: 361px;
	bottom: 0;
	left: 0;
	z-index: 7000;
}

.bgLined ul {
	margin: 8px 8px 8px 20px;
	padding: 8px 0;
}

.bgLined p {
	display: block;
	margin: 4px 8px;
}

.bgLined dl {
	display: block;
	width: 340px;
	margin: 0 8px 8px 8px;
	padding: 8px 0 0 0;
}

 .bgLined dl dt {
 	position: relative;
	float: left;
	width: 138px;
	text-align: left;
	margin: 0 0 4px 0;
 }
 
.bgLined dl dd {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 0 4px 0;
}

.greyText {
	color: #333333!important;
}

.bgLined {
	position: relative;
	margin:0;
	padding: 0;
	width: 361px;
	z-index: 4000;
}

.firstGreyStrip .bgLined,
.firstGreyColour .bgLined {
	color: #000000;
	background: url(../images/linedBGs/one.gif) 0 0;
}

.secondGreyStrip .bgLined,
.secondGreyColour .bgLined {
	color: #000000;
	background: url(../images/linedBGs/two.gif) 0 0;
}

.thirdGreyStrip .bgLined,
.thirdGreyColour .bgLined {
	color: #000000;
	background: url(../images/linedBGs/three.gif) 0 0;
}

.fourthGreyStrip .bgLined,
.fourthGreyColour .bgLined {
	color: #cccccc;
	background: url(../images/linedBGs/four.gif) 0 0;
}

.bgLined h4 {
	color: #ffffff!important;
	margin: 16px 8px 0 16px!important;
}

.bgLined p.contactInfo,
.bgLined address {
	color: #ffffff;
}

.bgLined p.contactInfo {
	margin: 0 8px 8px 16px;
}

.bgLined address {
	margin: 0 8px 0 16px;
}

.firstGreyStrip .bgLined dl dt,
.firstGreyColour .bgLined dl dt,
.secondGreyStrip .bgLined dl dt,
.secondGreyColour .bgLined dl dt,
.thirdGreyStrip .bgLined dl dt,
.thirdGreyColour .bgLined dl dt,
.fourthGreyStrip .bgLined dl dt  {
	color: #ffffff;
}

.firstGreyStrip .bgLined dl dd,
.firstGreyColour .bgLined dl dd,
.secondGreyStrip .bgLined dl dd,
.secondGreyColour .bgLined dl dd,
.thirdGreyStrip .bgLined dl dd,
.thirdGreyColour .bgLined dl dd {
	color: #000000;
}

.fourthGreyStrip .bgLined dl dd {
	color: #cccccc;
}

/* INDIVIDUAL PAGE STYLES */

/* -------- HOME -------- */
#home {
	background-color: #ffffff;
}

#home .header {
	position: relative;
	width: 1024px;
	height: 164px;
	background: url(../images/headerHome.jpg) no-repeat 0 0;
}

#home .photosTop {
	position: relative;
	width: 1024px;
	height: 107px;
	background: url(../images/photosTop.jpg) no-repeat 0 0;
}

#home .photosTop p {
	position: absolute;
	width: 100px;
	margin: 0 0 2px 486px;
	text-align: right;
	bottom: 0;
}

#home .photosTop p a {
	color: #666666;
}

#home .photosBottom {
	width: 1024px;
	height: 220px;
	background: url(../images/photosBottom.jpg) no-repeat 0 0;
}

#home .photosBottom address {
	color: #666666;
	width: 130px;
	padding: 13px 0 68px 480px;
	text-align: center;
}

#home .photosBottom address a {
	color: #666666;
	text-decoration: underline;	
}

#home .black {
	display: block;
	width: 100%;
	height: 140px;
	background: black;
}

#home .black .wrapper {
	position: relative;
	width: 650px;
	margin: 0 auto 0;
	padding: 30px 0 70px 0;
}

#home .black .wrapper a.left {
	position: relative;
	width: 222px;
	height: 41px;
	float: left;
	margin: 0 0 0 15px;
}

#home .black .wrapper a.right {
	position: relative;
	width:208px;
	height: 41px;
	float: right;
	margin: 0 -7px 0 0;
}

/* SECOND LEVEL */

#secondLevel .header {
	position: relative;
	width: 100%;
	height: 296px;
	z-index: 4000;
}

#secondLevel .header #flashcontent {
	z-index: 1;
}

#secondLevel .header #flashcontent #altContent {
	position: relative;
	width: 1024px;
	margin: 0 auto 0;
	height: 296px;
	background: #ffffff url(../images/header2ndlvl.jpg) no-repeat 0 0;
	z-index: 5000;
}

#secondLevel .flat {
	position: relative;
	width: 1024px;
	margin: 0 auto 0;
	height: 181px;
	background: #ffffff url(../images/bgHeader2ndFlat.jpg) no-repeat 0 0;
}

#secondLevel .flat h1 {
	position: relative;
	float: left;
	width: 172px;
	height: 76px;
	margin: 30px 0 0 0;
	padding: 0;
	background: url(../images/roet_logo.gif) no-repeat 0 0;
}

#secondLevel .flat h1 span {
	visibility: hidden;
}

#secondLevel .flat .strapline {
	position: absolute;
	top: 134px;
	left: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#secondLevel .extraPositioning {
	position: relative !important; 
	margin-left: 56px !important; 
	margin-top: -10px !important;
}

#secondLevel .flat .bedrijven {
	width: 392px;
	height: 27px;
	background-image: url(../images/strapline_bedrijven.gif);
}
#secondLevel .flat .scholen {
	width: 400px;
	height: 27px;
	background-image: url(../images/strapline_scholen.gif);
}

#secondLevel .flat .bedrijven  {
	width: 392px;
	height: 27px;
	background-image: url(../images/strapline_bedrijven.gif);
}

#secondLevel .flat h1 span,
#secondLevel .flat .strapline span {
	visibility: hidden;
}

/* positions the 'No flash thanks' para on the alt content for the second level headers */
p.noFlashTa {
	position: absolute;
	width: 160px;
	bottom: 35px; 
	right: 133px;
	padding: 5px;
	color: #ffffff;
	background-color: #000000;
}

p.noFlashTa a {
	color: #fe0c00;
	font-weight: bold;
	text-decoration: none;
}

p.noFlashTa a:hover {
	text-decoration: underline;
}

#secondLevel .header address {
	position: absolute;
	width: 140px;
	top: 115px;
	right: 163px;
	color: #666666;
}

#secondLevel .header address.longer {
	width: 180px!important;
	top: 90px!important;
	right: 130px!important;
}

#secondLevel .header address a {
	color: #666666;
	text-decoration: underline;
}

#secondLevel .header address a:hover {
	color: #ffb200;
}

#secondLevel .blackStrip {
	position: relative;
	width: 100%;
	height: 24px;
	background: #000000;
	text-align: center;
	
	top: -24px;	
	margin-bottom: -24px;
	z-index: 1000;
}

//Resets the margin of the black strip
.reset {
	display: block;
	margin: 10px 0 0 0!important;
}

//Styles the menu witin the black strip
.blackStrip ul {
	text-align: center;
	color: #999999;
	list-style-type: none;
}


.blackStrip ul li {
	display: inline;
	margin-right: 56px;
	
}

.blackStrip ul li a.first {
	display: inline-block;
	margin-left: 190px;
}

.blackStrip ul li a {
	display: block;
	/*width: 200px;*/
	float: left;
	color: #999999;
	font-variant: small-caps;
	font-size: 120%;
	margin-top: 5px;
	margin-right: 60px;
	
	background-color: #000000;
}

.blackStrip ul li a:hover,
.blackStrip ul li a.active {
	color: #f0a800;
}

.blackStrip ul li a#one:hover,
.blackStrip ul li a.active {
	color: #f0a800;
}

.blackStrip ul li a#two:hover,
.blackStrip ul li a.activeTwo {
	color: #e57b14;
}

.blackStrip ul li a#three:hover,
.blackStrip ul li a.activeThree {
	color: #ff4301;
}

.blackStrip ul li a#four:hover,
.blackStrip ul li a.activeFour {
	color: #ff3300;
}

/* GREY STRIPS */

.greyStripContainer a { 
	color:#ffffff; 
	text-decoration: underline;
}

.greyStripContainer {
	background-position: 0 0;
	background-repeat: repeat-x;
}

.insideStrip {
	position: relative;
	width: 850px;
	margin: 0 auto 0;
	padding: 15px 0 0 0;
}

.insideStrip h3 {
	color: #000000;
	margin: 10px 0 0 0;
	font-size: 110%;
}

.insideStrip h4 {
	color: #000000;
	margin: 10px 0 0 0;
	font-size: 100%;
}

.insideStrip p {
	color: #000000;
	margin: 0 0 5px 0;
}

.insideStrip p a {
	color: white;
	text-decoration: underline;
}

.insideStrip .left {
	position: relative;
	float: left;
	width: 412px;
	margin-left: 50px;
}

.insideStrip .right {
	position: relative;
	float: left;
	width: 354px;
	margin: 0 0 0 10px;	
}

/* If the content needs to span both the left and right columns it should be placed in fullWidth instead of left and right */
.fullWidth { margin-left: 56px; }

img.imgArrow {
	position: relative;
	float: left;
}

img.imgHeader {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
}

.container img.imgHeader {
	margin: 0 0 0 0!important;
}

/* STRAPLINE STYLES */

p.strapline {
	position: relative;
	float: left;
	color: #000000;
	margin: 0 0 0 20px;
}

.smlStrapline {
display: block;
clear: both;
margin-left: 20px;
}

/* GREY STRIPS */

.firstGreyColour {
	background-color: #827b73;
}

.firstGreyStrip {
	min-height: 30px;/*50px*/
	background-color: #827b73;
	background-image: url(../images/firstFadeBG.jpg);
}

.firstGreyStrip .right p {
	color: #ffb200;
}

.firstGreyStrip .orange,
.firstGreyColour .orange {
	color: #f0a800!important;
}

.secondGreyStrip {
	min-height: 30px;/*50px*/
	background-color: #75726b;
	background-image: url(../images/secondFadeBG.jpg);
}

.secondGreyColour {
	background-color: #75726b;
}
 
.secondGreyStrip .right p {
	color: #e67c18;
} 

.secondGreyStrip .orange,
.secondGreyColour .orange {
	color: #e57b14!important;
}

.thirdGreyStrip {
	min-height: 30px;/*50px*/
	background-color: #6b6660;
	background-image: url(../images/thirdFadeBG.jpg);
}

.thirdGreyColour {
	background-color: #6b6660;
}

.thirdGreyColour p.orange {
	color: #ff4301!important;
}

.thirdGreyStrip .right p {
	color: #ff3300;
}

.thirdGreyStrip .orange,
.thirdGreyColour .orange {
	color: #ff4301!important;
}

.fourthGreyStrip {
	min-height: 30px;/*50px*/
	background-color: #3d3a35;
}

.fourthGreyStrip p {
	color: #ffffff;
}

.fourthGreyColour {	
	color: #ffffff;
	background-color: #3d3a35;
}

.fourthGreyColour h3 {
	font-size: 110%;
	color: #ffffff;
}

.fourthGreyColour p {
	color: #cccccc;
	font-weight: normal;
}

span.greyText {
	color: #cccccc!important;
}

.fourthGreyStrip .imgHeader {
	margin-right: 100px;
}

.fourthGreyStrip p.strapline {
	color: white;
}

.fourthGreyStrip .right p {
	color: #ff3300;
}

.fourthGreyStrip .orange,
.fourthGreyColour .orange {
	color: #ff3300!important;
}

/* WERKEN VOOR ROET BUBBLE */
.werkenImageLink {
	position: absolute;
	top: 0;
	left: -160px;
}

/* OVER ROET */

a.googleLink {
	position: relative;
	display: block;
	width: 360px;
	height: 196px;
	background: url(../images/google_link.gif) no-repeat 0 0;
}

a.googleLink:hover {
	background: url(../images/google_link_over.gif) no-repeat 0 0;
}

/* CONTACT FORM */

.fourthGreyStrip label {
	color: #ffffff;
	display: block;
	margin: 0 0 6px 0;
}

.fourthGreyStrip form#contact {
	width: 265px;
}

.fourthGreyStrip input,
.fourthGreyStrip textarea {
	color: #333333;
	width: 255px;
	background-color: white;
	border: none;
	padding: 2px;
	margin: 0 0 16px 0;
}

.fourthGreyStrip input.submit {
	width: 184px;
	background: none!important;
	margin-right: 46px;
}

.fourthGreyStrip textarea {
	height: 130px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* FOOTER */
.footer {
	background-color: #3d3a35;
}


/* IMAGE HEADERS - used when sIFR can't be seen */

h2#aanbodOnderbouw {
	display: block;
	width: 221px;
	height: 36px;
	background: url(../images/workshopsOnderbouw.gif) no-repeat 0 0;
}

h2#voorstellingdenOnderbouw {
	display: block;
	width: 261px;
	height: 36px;
	background: url(../images/voorstellingen_onderbouw.gif) no-repeat 0 0;
}

h3#SO1 {
	display: block;
	width: 200px;
	height: 22px;
	background: url(../images/roet_theaterdag.gif) no-repeat 0 0;
}

h3#SO2 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/theaterworkshops.gif) no-repeat 0 0;
}

h3#SO3 {
	display: block;
	width: 200px;
	height: 22px;
	background: url(../images/rondjeTheater.gif) no-repeat 0 0;
}

h3#SO4 {
	display: block;
	width: 200px;
	height: 22px;
	background: url(../images/videoProjecten.gif) no-repeat 0 0;
}


h3#SO5 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/FILMFESTIVAL.gif) no-repeat 0 0;
}


h3#SO6 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/OVERIGEWORKSHOPS.gif) no-repeat 0 0;
}

h3#SO7 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/ACTORFACTOR.gif) no-repeat 0 0;
}

h3#workshopThriller {
	display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopthriller.gif) no-repeat 0 0;
}

h3#workshopEmoties {
	display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopEmoties.gif) no-repeat 0 0;
}

h3#workshopTafel {
	display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopTekstAanTafel.gif) no-repeat 0 0;
}

h3#Cameracteren {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/cameraActeren.gif) no-repeat 0 0;
}

h3#trailerMaken {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/eenTrailerMaken.gif) no-repeat 0 0;
}

h3#schoolinbeeld {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/SchoolInBeeld.gif) no-repeat 0 0;
}

h3#stage {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/maatschappelijkestage.gif) no-repeat 0 0;
}

h3#animatie {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/animatieonderbouw.gif) no-repeat 0 0;
}

h3#workshopSport {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshoptheatersport.gif) no-repeat 0 0;
}

h3#workshopGrieks {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopGrieksetragedies.gif) no-repeat 0 0;
}

h3#workshopKomedie {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopKomedie.gif) no-repeat 0 0;
}

h3#maatschappelijkestage {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopMaatschappelijkestage.gif) no-repeat 0 0;
}

h3#overigegrime {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopOverigegrime.gif) no-repeat 0 0;
}

h3#SB1{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/roetTheaterdag.gif) no-repeat 0 0;
}

h3#SB2{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/theaterworkshops.gif) no-repeat 0 0;
}
h3#SB2A{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/theaterworkshops.gif) no-repeat 0 0;
}
h3#SB2B{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/theaterworkshops.gif) no-repeat 0 0;
}
h3#improviseren {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopImproviseren.gif) no-repeat 0 0;
}

h3#workshoptheater {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopTheaterSoorten.gif) no-repeat 0 0;
}
h3#workshopstatus {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/workshopStatus.gif) no-repeat 0 0;
}
h3#SB3{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/videoProjecten.gif) no-repeat 0 0;
}
h3#SB3A{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/videoProjecten.gif) no-repeat 0 0;
}
h3#videocamera {
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/cameraActeren.gif) no-repeat 0 0;
}
h3#minispeel {
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/minispeelfilm.gif) no-repeat 0 0;
}
h3#SB4{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/improviseren.gif) no-repeat 0 0;
}
h3#SD1{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/improviastieTheater.gif) no-repeat 0 0;
}
h3#SD2{
display: block;
	width: 200px;
	height: 22px;
	background: url(../images/roetTheaterdag.gif) no-repeat 0 0;
}
h3#SD3{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/uZoekDramaCKV.gif) no-repeat 0 0;
}
h3#SD4{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/ondersteuningBijRealisatie.gif) no-repeat 0 0;
}
h3#hoegaat{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/hoeGattHetWerk.gif) no-repeat 0 0;
}
h3#watlevert{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/watLevertHetOp.gif) no-repeat 0 0;
}

h3#OV1{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/contact.gif) no-repeat 0 0;
}
h3#vanuitArnhem{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/VanUitArnhem.gif) no-repeat 0 0;
}
h3#oost{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/VanuiTheOosten.gif) no-repeat 0 0;
}
h3#zuid{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/VanUitHetZuiden.gif) no-repeat 0 0;
}
h3#west{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/VanuithetWesten.gif) no-repeat 0 0;
}
h3#noord{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/VanuitHetNoorden.gif) no-repeat 0 0;
}
h3#openv{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/OpebaarVV.gif) no-repeat 0 0;
}
h3#OVR2{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/visieRoet.gif) no-repeat 0 0;
}
h3#OVR3{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/vacatures.gif) no-repeat 0 0;
}
h3#OVR4{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/werkenVoorRoet.gif) no-repeat 0 0;
}
h3#OVR5{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/refferenties.gif) no-repeat 0 0;
}
h3#WV1{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/werkenVoorRoet.gif) no-repeat 0 0;
}
h3#BTeamone{
	position: relative;
	float: left;
	width: 201px;
	height: 22px;
	background: url(../images/aanbod_team.gif) no-repeat 0 0;
}
h3#BT1{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/improviastieTheater.gif) no-repeat 0 0;
}
h3#BT3{
display: block;
	width: 369px;
	height: 22px;
	background: url(../images/funshots.gif) no-repeat 0 0;
}
h3#workshops{
display: block;
	width: 107px;
	height: 22px;
	background: url(../images/workshops.gif) no-repeat 0 0;
}
h3#BW1{
display: block;
	width: 107px;
	height: 22px;
	background: url(../images/workshops_header.gif) no-repeat 0 0;
}
h3#BW2{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/workshopImproviseren.gif) no-repeat 0 0;
}
h3#BW3A{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/VideoProjecten_2.gif) no-repeat 0 0;
}
h3#BW3B{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/VideoProjecten_2.gif) no-repeat 0 0;
}
h3#BW3C{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/VideoProjecten_2.gif) no-repeat 0 0;
}
h3#bedrijfinBeeld{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/bedrijfInBeeld.gif) no-repeat 0 0;
}
h3#commercial{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/CommercialsMaken.gif) no-repeat 0 0;
}
h3#filmpje{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/presentatieFilpmpje.gif) no-repeat 0 0;
}
h3#BW4{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/huisbezoek.gif) no-repeat 0 0;
}
h3#voorwie{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/voorWie.gif) no-repeat 0 0;
}
h3#wat{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/watGaanWeDoen.gif) no-repeat 0 0;
}
h3#BW5{
display: block;
	width: 220px;
	height: 22px;
	background: url(../images/TrainingsActeur.gif) no-repeat 0 0;
}
h3#openv{
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/OpebaarVV.gif) no-repeat 0 0;
}

h3#OVR2{
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/visieRoet.gif) no-repeat 0 0;
}

h3#OVR3{
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/vacatures.gif) no-repeat 0 0;
}

h3#OVR4{
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/werkenVoorRoet.gif) no-repeat 0 0;
}

h3#OVR5{
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/refferenties.gif) no-repeat 0 0;
}

h3#WV1{
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/werkenVoorRoet.gif) no-repeat 0 0;
}

/*Business*/
h3#aanbodFormaat {
	display: block;
	width: 190px;
	height: 20px;
	background: url(../images/h_aanbod-formaat.gif) no-repeat 0 0;
}

h2#aanbodTeambuilding {
	display: block;
	width: 199px;
	height: 20px;
	background: url(../images/h_aanbod-teambuilding.gif) no-repeat 0 0;
}

h2#workshops {
	display: block;
	width: 308px;
	height: 20px;
	background: url(../images/h_aanbod-workshops.gif) no-repeat 0 0;
}

h2#overRoet {
	display: block;
	width: 103px;
	height: 18px;
	background: url(../images/h_over-roet.gif.gif) no-repeat 0 0;
}

h3#BF1 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/organisatie.gif) no-repeat 0 0;
}

h3#BF2 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/registratie.gif) no-repeat 0 0;
}

h3#BF3 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/animatie.gif) no-repeat 0 0;
}

h3#BF4 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/ludiek.gif) no-repeat 0 0;
}

h3#BF5 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/trainingsacteur2.gif) no-repeat 0 0;
}

h3#BT1 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/improviastieTheater.gif) no-repeat 0 0;
}

h3#BT2 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/roetTheaterdag.gif) no-repeat 0 0;
}

h3#BT3  {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/funshots.gif) no-repeat 0 0;
}

h3#BW1 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/WorkshopStatus_2.gif) no-repeat 0 0;
}

h3#BW2 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/workshop_impro.gif) no-repeat 0 0;
}

h3#BW3 {
	display: block;
	width: 220px;
	height: 22px;
	background: url(../images/videoProjecten.gif) no-repeat 0 0;
}

h3#BW4 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/huisbezoek.gif) no-repeat 0 0;
}

h3#BW5 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/TrainingsActeur.gif) no-repeat 0 0;
}

/*
DUPLICATED ABOVE

h3#OV1 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/contact.gif) no-repeat 0 0;
}
*/

h3#OV2 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/visieRoet.gif) no-repeat 0 0;
}

h3#OV3 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/vacatures.gif) no-repeat 0 0;
}

h3#OV4 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/werkenVoorRoet.gif) no-repeat 0 0;
}

h3#OV5 {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/refferenties.gif) no-repeat 0 0;
}

h3#werkenVoorRoet {
	display: block;
	width: 369px;
	height: 22px;
	background: url(../images/werkenVoorRoetHeader.gif) no-repeat 0 0;
}

h2#overRoet {
	display: block;
	width: 103px;
	height: 18px;
	background: url(../images/h_over-roet.gif) no-repeat 0 0;
}

h2#contactBoekingen {
	display: block;
	width: 179px;
	height: 22px;
	background: url(../images/conact_boekingen.gif) no-repeat 0 0;
}
h3#training{
	display: block;
	width: 179px;
	height: 22px;
	background: url(../images/training.gif) no-repeat 0 0;
}
/*
***** You can use this as a template to copy and paste the ID of the heading element into *****

DON'T FORGET TO ADD IT TO THE LIST BELOW WITH span ON THE END!!

h3# {
	display: block;
	width: px;
	height: px;
	background: url(../images/.gif) no-repeat 0 0;
}
*/

h2#aanbodOnderbouw span,
h2#voorstellingdenOnderbouw span,
h3#SO1 span,
h3#SO2 span,
h3#SO3 span,
h3#SO4 span,
h3#SO5 span,
h3#workshopThriller span,
h3#workshopEmoties span,
h3#workshopTafel span,
h3#Cameracteren span,
h3#trailerMaken span,
h3#schoolinbeeld span,
h3#SB1 span,
h3#SB2 span,
h3#SB2A span,
h3#SB2B span,
h3#SB3 span,
h3#SB3A span,
h3#SB3B span,
h3#improviseren span,
h3#workshoptheater span,
h3#workshopstatus span,
h3#videocamera span,
h3#minispeel span,
h3#SB4 span,
h3#SD1 span,
h3#SD2 span,
h3#SD3 span,
h3#SD4 span,
h3#hoegaat span,
h3#watlevert span,
h3#OV1 span,
h3#vanuitArnhem span,
h3#oost span,
h3#zuid span,
h3#west span,
h3#noord span,
h3#BTeamone span,
h3#BT1 span,
h3#BT3 span,
h3#workshops span,
h3#BW1 span,
h3#BW2 span,
h3#BW3A span,
h3#BW3B span,
h3#BW3C span,
h3#bedrijfinBeeld span,
h3#commercial span,
h3#filmpje span,
h3#BW4 span,
h3#voorwie span,
h3#wat span,
h3#openv span,
h3#OVR2 span,
h3#OVR3 span,
h3#OVR4 span,
h3#OVR5 span,
h3#WV1 span,
h3#BF1 span,
h3#BF2 span,
h3#BF3 span,
h3#BF4 span, 
h3#BF5 span,
h3#BT2 span, 
h3#BW3 span,
h3#BW4 span,
h3#BW5 span,
h3#OV1 span,
h3#OV2 span, 
h3#OV3 span,
h3#OV4 span,
h3#OV4 span,
h3#OV5 span,
h3#aanbodFormaat span,
h3#werkenVoorRoet span,
h3#training span,
h3#workshopSport span,
h3#workshopGrieks span,
h3#workshopKomedie span,
h3#animatie span,
h3#filmfestival span,
h3#maatschappelijkestage span,
h3#overigegrime span,
h3#SO7 span,
h3#SO6 span
{
	visibility: hidden;
}

