body  { font: 12px/16px Arial, Verdana, Helvetica, sans-serif; background: #FFB584
; color: #000; }


/* Container */
#container {
	width: 801px;
	margin: 0 auto;
}

/* Header */
#header {
	margin-top: 10px;
	text-align: right;
}

/* Bovenbalk */
#boven {
	background: url(../img/boven.png) no-repeat;
	height: 147px;
	padding-left: 10px;
}
#boven img {
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 55px;
}

/* Rijen */
.rij {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Menus */
.menu .top {
	width: 191px;
	height: 43px;
}
.menu .mid {
	background: url(../img/menu-mid.png) repeat-y;
	padding-left: 23px;
	padding-right: 23px;
}
.menu .bot {
	background: url(../img/menu-bot.png) no-repeat;
	height: 10px;
}

/* Advertenties */
.ad {
	text-align: center;
}
.advertentie {
	margin-top: 20px;
}
.advertentie .top {
	width: 801px;
	height: 41px;
	background: url(../img/ad-top.png) no-repeat;
}
.advertentie .mid {
	background: url(../img/ad-mid.png) repeat-y;
	text-align: center;
}
.advertentie .bot {
	background: url(../img/ad-bot.png) no-repeat;
	height: 8px;
}



/* Content */
.content {
	margin-top: 20px;
}
.content .top {
	width: 801px;
	height: 41px;
	background: url(../img/content-top.png) no-repeat;
	font: 20px Verdana ;
	line-height: 35px;
	padding-left: 23px;
	color: #FFF;
	letter-spacing: 1px;
}
.content .mid {
	background: url(../img/content-mid.png) repeat-y;
	padding-left: 23px;
	padding-right: 23px;
}
.content .bot {
	background: url(../img/content-bot.png) no-repeat;
	height: 8px;
}
a{
color: #000000;
	text-decoration: none;
}
a:hover{
 color: #cc0000; text-decoration: none; 
}
#countryCodesIndex { padding: 5px 0 0 0; margin-top: 5px;  text-align: center; color: #000000; line-height: 20px; font-size: 11px; }
{
ul { list-style: none; }
li { width: 10em; }



