@charset "utf-8";
/* CSS Document */

body{
	margin:							0px;
	margin-top:						20px;
	
	background-image:				url('../img/background.jpg');
	background-position:			center top;
	background-repeat:				no-repeat;
	background-color:				#4b2151;
	
	font-family:					Arial, Helvetica, sans-serif;
}

.top{
	margin-bottom:					20px;
}

.top_logo{
	margin-top:						10px;
}

.top_bigitems{
	font-size:						32px;
	font-weight:					bold;
	line-height:					32px;
}

.top_links{
	position:						absolute;
	margin-top:						-42px;
	margin-left:					720px;
	
	font-size:						11px;
}


.left_contact{
	font-size:						11px;
	color:							#ffffff;
	
	margin-top:						10px;
}

.content{
	font-size:						11px;
	color:							#333333;
	
	margin-top:						12px;
	margin-left:					15px;
	width:							250px;
}

.index_content{
	margin:							10px;
	margin-bottom:					0px;
}

.titel{
	font-size:						11px;
	font-weight:					bold;
}


.index_items{
	margin-bottom:					10px;
}

.index_item_holder{
	width:							262px;
	height:							202px;
	margin-left:					10px;
	margin-top:						10px;
}

.color_grey{
	color:							#babbbd;
}

 /* standaard link eigenschappen */
a:link 		{color: #000000; text-decoration: underline}
a:visited 	{color: #000000; text-decoration: underline}
a:hover 	{color: #000000; text-decoration: none}
a:active	{color: #000000; text-decoration: underline}



a.bigtopitem:link 		{color: #ffffff; text-decoration: none}
a.bigtopitem:visited 	{color: #ffffff; text-decoration: none}
a.bigtopitem:hover 		{color: #babbbd; text-decoration: none}
a.bigtopitem:active		{color: #ffffff; text-decoration: none}

a.bigtopitemsel:link 		{color: #babbbd; text-decoration: none}
a.bigtopitemsel:visited 	{color: #babbbd; text-decoration: none}
a.bigtopitemsel:hover 		{color: #babbbd; text-decoration: none}
a.bigtopitemsel:active		{color: #babbbd; text-decoration: none}

a.smalltopitem:link 	{color: #ffffff; text-decoration: none}
a.smalltopitem:visited 	{color: #ffffff; text-decoration: none}
a.smalltopitem:hover 	{color: #babbbd; text-decoration: none}
a.smalltopitem:active	{color: #ffffff; text-decoration: none}

a.smalltopitemsel:link 		{color: #babbbd; text-decoration: none}
a.smalltopitemsel:visited 	{color: #babbbd; text-decoration: none}
a.smalltopitemsel:hover 	{color: #babbbd; text-decoration: none}
a.smalltopitemsel:active	{color: #babbbd; text-decoration: none}