
/*==============================
	CSS - KIWANIS THOLEN
===============================*/
body
{
	font-family:Arial;
	font-size:12px; 
	color:#3f4a4e;
}
/*==============================
	Text
===============================*/
	.normaltext
	{
		font-family:Verdana;
		font-size:11px; 
		color:#3f4a4e;
	}
	
	.normaltext_home
	{
		font-family:Verdana;
		font-size:11px; 
		color:#3f4a4e;
		margin-right:63px;
	}
	
	.kopjes
	{
		font-family:Arial;
		font-size:12px;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.menutext
	{
		font-family:Verdana;
		font-size:14px;
		color:#053B5F;
		font-style:italic;
		text-align:right;
	}

/*==============================
	SITE WRAPPER
===============================*/
.site-wrapper
{
	width:1024px; 
	height:768px; 
	position: absolute;
	left: 50%;
	margin-left: -512px;
}
/*==============================
	HEADER WRAPPER
===============================*/
.header-wrapper
{
	width:1024px; 
	height:170px; 
 
 
	background:url(afbeeldingen/header.gif); 
	background-repeat:repeat-x; 
}
/*==============================
		BODY WRAPPER
===============================*/
.body-wrapper
{
	width:1024px; 
	height:598px; 
}

/*==============================
		MENU
===============================*/

.menu
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu.gif);
}

.menu_home
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_home.gif);
}

.menu_leden
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_leden.gif);
}

.menu_nieuws
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_nieuws.gif);
}

.menu_projecten
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_projecten.gif);
}

.menu_kalender
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_kalender.gif);
}

.menu_multimedia
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_multimedia.gif);
}

.menu_overkiwanis
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_overkiwanis.gif);
}

.menu_contact
{
	width:286px;
	height:598px;
	float:left;
	background:url(afbeeldingen/menu_contact.gif);
}

.middle
{
	width:463px;
	height:598px;
	float:left;
	background:url(afbeeldingen/middle.gif);
}

.middle_titel
{
	width:200px;
	height:15spx;
	margin-top:3px;
	margin-left:0px;
	font-family:verdana;
	font-size:14px;
	color:#053B5F;
}

	.middle_home
	{
	margin-top:18px;
	width:463px;
	height:576px;
	}

.right
{
	width:275px;
	height:598px;
	float:left;
	background:url(afbeeldingen/right.gif);
}

.signature
{
	width:175px;
	height:15px;
	margin-top:570px;
	margin-left:100px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.signature_home
{
	width:175px;
	height:15px;
	margin-top:97px;
	margin-left:100px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

.right_home
{
	width:275px;
	height:598px;
	float:left;
	background:url(afbeeldingen/right_home.gif);
}

	.nieuws
	{
		width:250px;
		height:202px;
		margin-top:24px;
		margin-left:23px;
		font-family:verdana;
		font-size:11px;
	}

	.kalender
	{
		width:250px;
		height:202px;
		margin-top:45px;
		margin-left:23px;
		font-family:verdana;
		font-size:11px;
	}
	
	.right_titel
	{
		width:150px;
		height:15px;
		margin-left:8px;
		margin-top:5px;
		font-family:verdana;
		font-size:13px;
		font-style:italic;
	}
/*=================================
		MENUITEMS
==================================*/

.icon-home
{
	width:205px;
	height:15px;
	margin-top:22px;
	float:left;
	text-align:right;
	font-family:Verdana;
	font-size:14px;
	color:#053B5F;
}

.icon-leden
{
	width:205px;
	height:15px;
	margin-top:16px;
	float:left;
	text-align:right;
	font-family:Verdana;
	font-size:14px;
	color:#053B5F;
}

.icon-rest
{
	width:205px;
	height:15px;
	margin-top:18px;
	float:left;
	text-align:right;
	font-family:Verdana;
	font-size:14px;
	color:#053B5F;
}

a:link, a:visited {color:#053B5F;text-decoration:none;}

a:hover {color:#CFBD7A;}



