@charset "utf-8";

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	border: 0;
}

body {
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

body, td {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

table,td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.top {
	vertical-align: top !important;
}

.middle {
	vertical-align: middle !important;
}

.bottom {
	vertical-align: bottom !important;
}

#container {
	height: 100%;
	width: 100%;
	overflow: visible;
}

#header,
#mainmenu,
#submenu,
#content,
#footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
	clear: both;
}

#header {
	text-align: center;
	height: 200px;
	width: 100%;
	background-color: #004D83;
	margin-bottom: 0px;
}

#mainmenu {
	width: 100%;
}

#mainmenu table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

#mainmenu td.menu_button {
	width: 105px;
	padding: 0;
	margin: 0;
	height: 50px;
}

#mainmenu td.edge {
	background-image: url('../images/menu/edge.png');
	background-repeat: repeat-x;
	width: auto;
	background-position: 0 0;
}

#submenu a:link,
#submenu a:visited {
	color: #0C7FB9;
	font-weight: bold;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
	color: #004D83;
	font-weight: bold;
}

#content {
	padding: 5px 5px 5px 5px;
	background-image: url('../images/star_background.png');
	background-position: 100% 150px;
	background-repeat: no-repeat;
}

#content table {
	width: 100%;
}

#content h1 {
	font-size: 20px;
	margin: 0 0 10px 0px;
	font-weight: bold;
	color: #0C7FB9;
	text-align: left;
	font-variant: small-caps;
}


#content h2 {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

#content h1 a:link,
#content h1 a:visited,
#content h1 a:hover{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}

#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
}

#content h1 a:hover,
#content h2 a:hover {
	text-decoration: underline;
	color: #0C7FB9;
}

#content li {
	list-style: disc outside;
}

#content p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#content a:link,
#content a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
	color: #0C7FB9;
	font-weight: normal;
}

#content td {
	text-align: left;
	vertical-align: top;
}

#content td.date_day {
	padding-top: 1px;
	font-weight: bold;
	font-size: 50px;
	font-style: normal;
	color: #666666;
	width: 60px;
	height: 30px;
}

#content td.date_month {
	padding-top: 13px;
	font-weight: bold;
	font-size: 21px;
	font-style: normal;
	color: #999999;
	line-height: 0.9;
	width: 70px;
	height: 30px;
}

#content td.text {
	padding-top: 10px;
}

#content td.image {
	width: 170px;
	text-align: left;
}

#content img.divider {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#content img.thumb {
	border: 2px SOLID #FFFFFF;
}

#content div.thumb {
	float: left;
	margin: 1px;
	border: 1px SOLID #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../jscript/jquery/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 154px;
	width: 154px;
}

#content div.thumb_sig {
	clear: both;
	margin: 1px;
	border: 1px SOLID #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../jscript/jquery/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 50px;
	width: 472px;
	margin-left: auto;
	margin-right: auto;
}

#content td.vorige {
	text-align: left;
	width: 33%;
}

#content td.pagina {
	text-align: center;
	width: 33%;
}

#content td.volgende {
	text-align: right;
	width: 33%;
}

#content a.page_nav:link,
#content a.page_nav:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#content a.page_nav:hover {
	color: #0C7FB9;
	text-decoration: underline;
	font-weight: bold;
}

/* Tag cloud */
#tagcloud span {
    padding: 4px;
	vertical-align: middle;
}

#content .small {
	font-size: 10px;
}

#content .medium {
	font-size: 12px;
}

#content .large {
	font-size: 15px;
}

#content .larger {
	font-size: 18px;
}

#content .largest {
	font-size: 21px;
}

#content .light {
	color: #777777;
}

#content td.row_1,
#content td.row_2 {
	text-align: left;
	vertical-align: top;

	border-bottom: 1px SOLID;
	border-color: #DDDDDD;

	padding: 2px 5px 2px 2px;
}

#content td.row_0 {
	text-align: left;
	vertical-align: top;

	background-color: #DDDDDD;

	font-weight: bold;
	color: #0C7FB9;

	padding: 3px 3px 3px 3px;
}

#content td.row_1 {
	background-color: #E8E8E8;
}

#content td.row_2 {
	background-color: transparent;
}

#content a.largelink:link,
#content a.largelink:visited,
#content a.largelink:hover {
	font-size: 20px;
	margin: 0 0 10px 0px;
	font-weight: bold;
	color: #0C7FB9;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

#content a.largelink:hover {
	color: #666666;
	text-decoration: underline;
}

#content .code {
	border: 1px SOLID #CCCCCC;
	padding: 3px;
	width: 95%;
	height: 100px;
	white-space: normal;
}

#content div.breadcrumbs {
	width: 100%;
	height: 20px;
}
/**************************************************************************************************
 *	Comments
 ***************************************************************************************************/
#content div.comments {
	margin-left: 130px;
	text-align: left;
}

#content div.comments h2 {
	margin-bottom: 1em;
}

#content div.comments input.username,
#content div.comments input.email {
	width: 350px;
	height: 18px;
	border: 1px SOLID #BBBBBB;
	margin: 1px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

#content div.comments textarea.textarea {
	width: 350px;
	height: 60px;
	border: 1px SOLID #BBBBBB;
	margin: 1px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}


/**************************************************************************************************
 *	Footer
 ***************************************************************************************************/
#footer {
	width: 100%;
	min-height: 220px;
	overflow: visible;
	background-color: #2E2E2E;
	background-image: url('../images/footer_background.png');
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-top: 25px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer div.rss_tag {
	position: absolute;
	Z-index: 30;
	margin-left: 700px;
	margin-top: -8px;
	height: 55px;
	width: 48px;
}

#footer div.inside {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#footer a:link,
#footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #0C7FB9;
	text-decoration: none;
}

/* Footer Table */
#footer table,
#footer td {
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

#footer table {
	width: 100%;
}

#footer td.date {
	color: #999999;
	font-size: 9px;
	width: 50px;
	text-align: right;
	padding-right: 5px;
}

#footer h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
}

#footer hr {
	margin-top: 25px;
	background-color: #454545;
	height: 1px;
	border: 0px;
}

#footer img.thumb {
	border: 2px SOLID #CCCCCC;
	height: 120px;
	width: 120px;
}

#footer div.thumb {
	margin: 1px 1px 1px 1px;
	border: 1px SOLID #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../jscript/jquery/images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 124px;
	width: 124px;
}

#footer ul {
	margin: 0 0 0 20px;
	padding: 0px;
	list-style-type: square;
}

#footer li {
	margin: 0px;
	padding: 0px;
}

#footer p {
	margin: 0 0 10px 0;
}

#footer input.pollvotebutton,
#footer input.pollvotebutton:hover{
    background-color: transparent;
	border: none;
	background-image: url('../images/stem.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 20px;
	width: 60px;
	cursor: pointer;
}

#footer input.pollvotebutton:hover {
	background-image: url('../images/stem_over.png');
}

#copy {
	padding-bottom: 15px;
}

#copy img {
	vertical-align: middle;
}

div.error404 {
	background-color: #2e2e2e;
	background-image: url('../images/background_404.jpg');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 100%;
}

div.error404 a:link,
div.error404 a:visited {
	color: #ffffff !important;
}

div.error404 a:hover {
	color: #0C7FB9 !important;
}
