/* @group Main elements */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0px;
	background: url(/images/shadowbg.gif) center repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 788px;
	bottom: auto;
	margin-top: 0px;
}

a {
	text-decoration : none;
	font-size: 10px;
	color: #000000;
}
	
/* @end */

/* @group Logo */

#menulogo {
	z-index: 66;
	margin: 0;
	padding: 0;
}

#banner {
	width: 778px;
	height: 80px;
	margin: 0 5px;
	top: 0;
	position: absolute;
	left: 0;
	border-bottom: 1px solid #000000;
	padding: 0;
}

#banner img {
	padding: 0;
	margin: 0;
	border: none;
}

#stamp {
	width: 120px;
	height: 30px;
	background: #000000;
	position: absolute;
	top: 0;
	color: #FFFFFF;
	font-size: 24px;
	right: 5px;
	padding: 3px 5px;
}
	
/* @end */

/* @group Menu */

#menu {
	width: 778px;
	text-transform: uppercase;
	color: #ffffff;
	font: bold  9px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 5px;
	margin-right: 0;
	background: #070707;
	border: 1px solid #ffffff;
	border-right-style: hidden;
	border-left-style: hidden;
	position: absolute;
	top: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu a:link {
	color: #ebebeb;
	font-size: 9px;
	margin: 0 -4px 0 0;
	border: 1px;
	background: #838383;
	padding: 4px 6px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#menu a:visited {
	color: #ebebeb;
	border-left: 1px solid #FFFFFF;
	font-size: 9px;
	border-right: 1px solid #ffffff;
	background: #838383;
	text-decoration: none;
	padding: 4px 6px;
	margin: 0 -4px 0 0;
}

#menu a:hover {
	color: #ffffff;
	border-left: 1px solid #FFFFFF;
	font-size: 9px;
	background: #424242;
	border-right: 1px solid #ffffff;
	margin: 0 -4px 0 0;
	text-decoration: none;
	padding: 4px 6px;
}

#menu .current {
	color: #ffffff;
	font-size: 9px;
	background: #424242;
	margin: 0 -4px 0 0;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 4px 6px;
}

#submenu {
	border-bottom: 1px solid #000000;
	width: 764px;
	background: #000000;
	color: #ffffff;
	padding: 4px 12px 2px 2px;
	position: absolute;
	top: 98px;
	text-transform: lowercase;
	border-top: 1px solid #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	font: normal 9px Arial, Helvetica, sans-serif;
}

#submenu a:link {
	font-size: 9px;
	color: #ffffff;
	margin: 0;
	padding: 2px 6px;
}

#submenu a:visited {
	font-size: 9px;
	margin: 0;
	padding: 2px 6px;
	color: #ffffff;
}

#submenu a:hover {
	font-size: 9px;
	padding: 2px 6px;
	margin: 0;
	text-decoration: underline;
	color: #ffffff;
}

#submenu .current {
	font-size: 9px;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 1px 6px;
	border-top: 1px solid #a5a5a5;
	border-bottom: 2px solid #ffffff;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}
	
/* @end */

/* @group Blog */

.item {
	border-style: dotted;
	border-width: 1px;
	border-top-style: hidden;
	border-bottom-style: none;
	width: 290px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	background: #eee repeat-y;
	padding: 0px;
	z-index: auto;
	border-right: 1px solid #666600;
	margin: 0px;
	position: absolute;
}

#blog {
	padding: 0px;
	display: block;
	background: repeat-y transparent;
	position: absolute;
	top: 144px;
	z-index: auto;
	left: 5px;
	margin-top: -20px;
	margin-bottom: -20px;
	right: -22px;
	border-right: none;
	padding-top: 20px;
	bottom: 0;
}

.date {
	font: bold 9px/13px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 2px;
}

.title {
	color: #990000;
	border-top: 1px hidden #000000;
	margin-top: 0px;
	z-index: 1;
	display: block;
	padding: 0px;
	font: bold 10px/13px Verdana, Arial, Helvetica, sans-serif;
}

.blogbody {
	width: 280px;
	left: 35px;
	padding-top: 10px;
	z-index: 5;
	margin-bottom: 0px;
	font: 10px/110% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	position: relative;
	top: 0px;
}

.blogbody a:link {
	color: #215b7c;
	font-weight: bold;
	font-size: 9px;
}

.blogbody a:visited {
	color: #215b7c;
	font-weight: bold;
	font-size: 9px;
}

.blogbody a:hover {
	color: #3b3b3b;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9px;
}

.blogbody hr {
	border-bottom: 1px solid #333333;
}

.blogbody img {
	border: 3px double #a5a5a5;
	margin-bottom: 3px;
}

.blogbody .title a {
	text-decoration: none;
}

.blogbody .title img {
		border-width: 0px;
		border-style: solid; 
		border-color: #FFFFFF; 
		margin: 0px;}

.blogbody .category {
	color: #FFFFFF;
	font: 12px/14px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #000000;
	z-index: auto;
	padding: 2px 10px 2px 10px;
	height: 14px;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	position: absolute;
	top: -5px;
	bottom: auto;
	background: #000000;
	display: block;
	width: 280px;
}

.blogbody p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.blogbodywide {
	width: 720px;
	font: 10px/110% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: 0;
	left: 35px;
}

.blogbodywide table {
	margin-left: 20px;
	margin-right: 20px;
}

.blogbodywide td {
}

.blogbodywide img {
	border: 1px hidden #d3c9b8;
	border-spacing: 3px;
	padding: 5px;
}

.blogbodywide .category {
	color: #FFFFFF;
	font: 12px/14px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #000000;
	z-index: auto;
	padding: 2px 10px 2px 10px;
	height: 14px;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	position: absolute;
	top: -5px;
	bottom: auto;
	background: #000000;
	display: block;
	width: 690px;
}

.blogbodywide .item {
	border-style: solid;
	border-width: 1px;
	border-top-style: hidden;
	width: 700px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

.posted {
	font-style: italic;
	border-bottom: 1px dotted #333333;
	width: 300px;
	position: relative;
	right: 0px;
	left: -5px;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

#ads {
	font: 10px/110% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	margin-top: 20px;
	margin-right: 37px;
	display: block;
	left: 380px;
	float: right;
	top: 0px;
	border-collapse: collapse;
}

#ads img {
	border: 1px solid #000000;
}

.ad {
	font-weight: bold;
}

.archief {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px/14px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	width: 80px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	float:
	display: inline;
	position: absolute;
	top: -5px;
	right: 0px;
	display: block;
	margin-right: 0px;
	border-top: 2px hidden #336666;
	border-right: 2px hidden #336666;
	text-align: right;
	padding-right: 5px;
}

.archief a:link {
	text-transform: uppercase;
	border: 1px;
	font-weight: bold;
}

.archief a:visited {
	text-transform: uppercase;
	font-weight: bold;
}

.archief a:hover {color: #cc0000;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

.entrykeywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}

.extended {
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -2px;
}

.extended a:link {
	font-size: 9px;
	line-height: 9px;
	color: #cc0000;
}

.extended a:visited {
	font-size: 9px;
	line-height: 9px;
	color: #cc0000;
}

.extended a:hover {
	font-size: 9px;
	line-height: 9px;
	color: #000000;
}

.smidx {
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
}

.smidx a:link {
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.smidx a:visited {
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.smidx a:hover {
	color: #cc0000;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.smcatmenu {
	list-style: none inherit;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.smcatmenu a:link {
	list-style: square inside;
	margin-left: 10px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.smcatmenu a:visited {
	list-style: square inside;
	font-size: 10px;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}

.smcatmenu a:hover {
	list-style: square inside;
	font-size: 10px;
	text-decoration: underline;
	margin-left: 10px;
	font-weight: bold;
}

.smsubmenu a:link {
	display: list-item;
	list-style: square inside;
	font-size: 9px;
	text-decoration: none;
	line-height: 10px;
	color: #666600;
	margin-left: 10px;
	position: relative;
	left: 15px;
}

.smsubmenu a:visited {
	display: list-item;
	list-style: square inside;
	font-size: 9px;
	text-decoration: none;
	margin-left: 10px;
	color: #666600;
	line-height: 10px;
	left: 15px;
	position: relative;
}

.smsubmenu a:hover {
	display: list-item;
	list-style: square inside;
	font-size: 9px;
	text-decoration: underline;
	margin-left: 10px;
	line-height: 10px;
	left: 15px;
	position: relative;
}

#copyright {
	border-top: 1px dotted #000000;
	width: 768px;
	min-height: 100%;
	margin-top: 100%;
	padding-bottom: 10px;
	padding-left: 11px;
	margin-bottom: 0;
	color: #b15e0f;
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
}
	
/* @end */

/* @group Extra */

#zoek {
	position: absolute;
	top: 160px;
	z-index: 49;
	list-style: none;
	left: 640px;
}

#zoek .searchform {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font: bold 9px/11px   Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 1px  #DEE192;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	width: 100px;
}

.searchform li {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font: bold 9px/11px   Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 1px none #DEE192;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	display: list-item;
}

#help {
	width: 300px;
	height: auto;
	left: 40px;
	position: absolute;
	z-index: 40;
	background: #b2c300;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #000000;
	visibility: hidden;
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	right: auto;
	bottom: auto;
	top: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	background-repeat: repeat;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	vertical-align: middle;
	border-top: 1px none #666600;
}

h2 img {
	border: 1px solid #cc9900;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	background-repeat: repeat;
	text-transform: uppercase;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	vertical-align: middle;
}

h3 img {
	border: 1px solid #cc9900;
}

h3 .title {
	font-weight: bold;
	color: #990000;
	font-size: 10px;
	line-height: 12px;
	display: block;
	z-index: auto;
	padding-top: 10px;
	position: relative;
	border-top: 1px none #000000;
	margin-top: -12px;
	top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

table {
	margin-bottom: 5px;
	background-color: #000;
	color: #fff;
}
	
/* @end */

.content-nav a:link {
	vertical-align: middle;
	font-size: 20px;
}

.content-nav a:visited {
	font-size: 20px;
	vertical-align: middle;
}

.content-nav a:hover {
	font-size: 20px;
	vertical-align: middle;
	color: #ff3f20;
}

.entrytitle {
	color: #004c73;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

.left {
	text-align: left;
}


