@charset "utf-8";

/* alle kleuren op een rijtje */
body 								{ background-color: #BCBCBC; }
a:link, a:visited 		{	color: #000; }  
a:hover, a:active 		{	color: #ffffff; }  
#main.text					{ color: black; }
#main .overlay 			{	background-color:#FFFFFF	; z-index:3; }
#main a 							{	font-weight: bold; }
#main a:hover 				{	color: #7B56A4; }
#main a:link, #main a:visited, #main a:active { color: #7B56A4; }  
#main 								{ background-color: white; }

/* alle afbeeldingen */
#main 								{	background-image: url('http://driftomtedansen.nl/img/goodlife_2010_06_B.jpg'); }
#main .flyer 				{	background-image: url('http://driftomtedansen.nl/img/goodlife_2010_06_A.jpg'); }

/* de rest blijft gelijk... */											
body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	margin-bottom: 20px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	border: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 868px;
	text-align: left;
}

#navigatie {
	height: 40px;
	padding: 0px;
}

#navigatie .text {
	position: relative;
	top: 22px;
}

#main {
	height: 612px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
	position:relative;
}

#main .flyer, #main .overlay , #main .logo {
	padding: 0px;
	position: absolute;
	top:0px;
	left:0px;	
}

#main .flyer, #main .overlay { 	
height:612px;
width:450px;
}

#main .text { 
	width: 350px;
	top: 100px;
	/* left: 61px; */
	left: 28px;
	padding: 0px;
	position: absolute;
}

.inactive {
	display : none;
}

td { vertical-align: top; }