body{
	width: 100%;
}

/* de hoofdtekst */
body > table{
	padding-left: 120px;
	padding-top: 20px;
}

#togglebutton{
	border-radius: 0px;
	font-weight: bold;
	text-shadow: 3px 2px white;
	font-variant: all-small-caps;
	font-family: "Times New Roman";
	cursor: pointer;
}

#togglebutton:hover{
	color: purple;
}
/*
#toggletoggle img:hover{
	border: 1px solid red;
}
*/


/* breedte van 1500px en meer */
@media all and (min-width: 1500px){
	#retrobanner{
		height: 150px;
	}
	
	#retrobannertxt{
		font-size: 60px;
	}
	
	#tape{
		width: 120px;
	}

	#ans2toc{
		top: 160px;
		width: 398px !important;
		left: -400px;
	}
	
	.header-nav{
		position: relative;
		float: right;
		margin-top: 100px;
		margin-right: 100px;
		
	}
	
	.header-nav a{
		color: white;
	}

}

@media all and (min-width: 1100px) and (max-width: 1500px){
	#retrobanner{
		height: 130px;
	}	
	#retrobannertxt{
		font-size: 50px;
	}
	#tape{
		width: 120px;
	}
	#ans2toc{
		top: 140px;
		width: 398px !important;
		left: -400px;
	}
}
	
@media all and (min-width: 900px) and (max-width: 1100px){
	#retrobanner{
		height: 120px;
	}
	
	#retrobannertxt{
		font-size: 40px;
	}
	#tape{
		width: 100px;
	}
	#ans2toc{
		top: 130px;
		width: 398px !important;
		left: -400px;
	}
}

@media all and (min-width: 700px) and (max-width: 900px){
	#retrobanner{
		height: 100px;
	}
	
	#retrobannertxt{
		font-size: 33px;
	}
	#tape{
		width: 80px;
	}
	#ans2toc{
		top: 110px;
		width: 398px !important;
		left: -400px;
	}
	
	#toggletoggle{
		/*margin-right: -20px !important;*/
	}
}

@media all and (min-width: 551px) and (max-width: 700px){
	#retrobanner{
		height: 100px;
	}
	
	#retrobannertxt{
		font-size: 24px;
	}
	#tape{
		width: 60px;
	}
	#ans2toc{
		top: 110px;
		width: 398px !important;
		left: -400px;
	}
}


@media all and (max-width: 550px){
	#retrobanner{
		height: 70px;
	}
	
	#retrobannertxt{
		font-size: 20px;
		margin-top: 24px !important;
	}
	#tape{
		width: 40px;
		margin-top: 24px !important;
	}
	
	#retrobannertxt #iegrap{
		display: none;
	}
	
	#ans2toc{
		top: 80px;
		width: 398px !important;
		left: -400px;
	}
}
#retrobanner{
	background-color: #13f213;
	background: url('../images/band2.gif');
	background-size: 100%;
	margin-top: -8px;
	margin-left: -8px;
	width: 100%;
}

#tape{
	float: left;
	margin: 34px 20px 20px 20px;
}

#retrobannertxt{
	color: white;
	font-family: "Times New Roman";
	font-weight: bold;
	float: left;
	margin: 37px 0px;
	text-shadow: 2px 2px #222;
}

#retrobannertxt a{
	text-decoration: none;
	color: white;
}

#retrobannertxt #iegrap{
	width: 80px;
	position: absolute;
	right: 10px;
	top: 10px;
}

