/* # staat voor ID */
/* div.naam staat voor class */
/* table.naam staat voor table class */
/* td.naam staat voor td class */

/* 
BASIS OPMAAK
*/

html, body { margin: 0px; padding: 0px; }
body { text-align: center; background: #730000 url("/images/bggradient.png") repeat-x 0px 0px; background-position: top; }
body, table, tr, td, span{ font-family: Tahoma; font-size: 11px; color: #ffb91e; }
li {text-align: left;}

/*
LINK OPMAAK
*/

a:link, a:visited { color: #dc8b16; text-decoration: none; }
a:hover, a:active { color: #dc8b16; text-decoration: underline; }

a:link.footer, a:visited.footer { color: #dc8b16; text-decoration: none; }
a:hover.footer, a:active.footer { color: #dc8b16; text-decoration: underline; }

.contentfilled a:link, a:visited { color: #ffbb32; text-decoration: underline; }
.contentfilled a:hover, a:active {color: #ffbb32; text-decoration: none; }

/*
CONTAINER 
*/

#container {	width: 1003px; padding: 0px 0px 0px 0px; background: url("/images/bgcontainer.gif") repeat-y 0px 0px; text-align: left; }

/*
MENU
*/

div.menu { float: left; padding: 0px 0px 0px 170px; }
div.ads_menu{ padding-left: 25px; }

ul.menu {
	list-style: square;	
}

ul.menu li {
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid yellow;
}

/*
CONTENT 
*/

div.content { float: left; background: url("/images/bgheader.png") no-repeat 0px 0px; width: 458px; padding: 0px 0px 0px 0px; }
div.contentbanner { padding: 125px 0px 0px 100px; }
div.contentfilled { text-align: justify; word-spacing: 2px; letter-spacing: 1px; padding: 45px 30px 20px 17px; color: #ffbb32; line-height: 17px; }
div.clear { clear: both; }
iframe.frame { background: #8e0e02;}

/*
FOOTER
*/

#footerid { color: #dc8b16; font-size: 11px; font-weight: normal; text-align: center; word-spacing: 3px; letter-spacing: 1px; padding: 27px 0px 0px 0px; }

div.footerclass { width: 1003px; height: 52px; background: url("/images/bgfooter.png") no-repeat 0px 0px; }
	
/*
PIETEN DIPLOMA
*/

div.diploma_background{ background: url("/images/pietendiploma.jpg") no-repeat; height: 816px; width: 1154px;}
div.diploma_naam { text-align: left; padding: 323px 0 0 340px; color: #5b4824; font-family: Trajan Pro, verdana; font-size: 18pt;}
	
.nieuws_top { background: url("/images/nieuws_top.jpg") no-repeat; height:50px; width: 407px; padding-left:30px;}
.nieuws_mid { background: url("/images/nieuws_mid.jpg") repeat-y; height:1px; width: 407px; padding: 10px 40px 10px 30px; }
.nieuws_bottom { background: url("/images/nieuws_bottom.jpg") no-repeat; height: 34px; width: 407px;}

/*
SHOP
*/

td.shopBg {
	width: 175px;
	height: 176px;
	background: url('/images/shop_bg.png') no-repeat;
	position: relative;	
	
}

td.shopBg div.shopImage {
	position: absolute;
	top: 15px;
	left: 32px;
	width: 104px;
	height: 104px;
	overflow: hidden;
}

td.shopBg div.shopTitle {
	width: 169px;	
	text-align: center;
	position: absolute;
	bottom: 15px;
	font-weight: bold;
}
