/*
DemonTPx.com CSS
(C)2005-2007 Bert Hekman

Basic Scheme colors:
yellow/orange: #FC0
red/brown: #C40
black: #000
*/

body {
	background-color: white;
	background: url('images/phoenix.gif');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, tahoma, arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#head {
	width: 990px;
	height: 100px;
	background: url('images/top_back.gif') repeat-x;
	padding: 0;
	margin: 0;
	position: relative;
}

#main {
	width: 775px;
	padding: 0;
	text-align: justify;
}

#menu {
	float: right;
	width: 200px;
	padding: 0;
	text-align: right;

}

#footer {
	text-align: center;
	margin: 15px 0;
	color: #888;
	font-size: 8pt;
}

#head h1 {
	margin: 0;
	float: left;
	text-indent: -5000px;
}

#head h1 a {
	display: block;
	width: 450px;
	height: 100px;
	background: transparent url('images/top_logo.gif') no-repeat;
	padding: 0;
}

#headmenu {
	padding: 0;
	margin: 0;
	font-size: 8pt;
}

#imgpreload {
	display: none;
	visibility: hidden;
	position: absolute;
}

#headmenu ul {
	padding: 72px 0 0 0;
	margin: 0;
}

#headmenu ul li {
	display: block;
	float: left;
	margin: 5px 1px 0;
}

#headmenu ul li a {
	display: block;
	background: transparent url('images/knop_normaal.gif') no-repeat;
	color: white;
	width: 100px;
	height: 19px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#headmenu ul li a:hover {
	background: transparent url('images/knop_muisover.gif') no-repeat;
}

#headtext {
	position: absolute;
	font-size: 8pt;
	top: 0px;
	left: 450px;
	padding: 20px 60px;
}

#menu ul {
	margin: 0 0 2px;
	padding: 0;
}

#menu ul li {
	list-style: none;
}

#menu ul li.category  {
	padding-top: 4px;
	font-weight: bold;
}

#menu ul li.item {
}

#menu ul li.item a {
	display: block;
	font-weight: normal;
	padding: 0 10px;
}

.navigation {
	height: 2em;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.blogitem {
	font-size: 10pt;
	width: 100%;
	padding-bottom: 25px;
	text-align: justify;
}

img.blogimage {
	border: 1px solid #CCC;
	margin: 15px;
	background-color: #EEE;
	height: 106px;
	width: 100px;
}

div.blogheader {
	font-size: 8pt;
	color: #888;
	margin: 0 0 5px;
}

div.blogheader h1 {
	font-size: 16pt;
	color: #C40;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #C40;
}

div.blogheader a,
div.blogheader a:link,
div.blogheader a:visited,
div.blogheader a:active,
div.blogheader a:hover {
	color: #888;
	text-decoration: underline;
}

div.blogheader h1 a,
div.blogheader h1 a:link,
div.blogheader h1 a:visited,
div.blogheader h1 a:active,
div.blogheader h1 a:hover {
	color: #C40;
	text-decoration: none;
}

div.blogheader .right {
	margin-top: 10px;
}

div.blogreacties {
	border: 1px solid #C40;
	padding: 5px;
}

div.blogreactie {
	font-size: 10pt;
	width: 100%;
	padding-bottom: 25px;
	text-align: justify;
}

div.blogpingback {
	width: 100%;
}

.small {
	color: #888;
	font-size: 8pt;
}

#main ul { padding-left: 10px; }
#main ul li {
	display: block;
}
#main ul li a {
	display: block;
}
#main ul li.even{
	background-color: #eee;
}
#main ul li.oneven{
	background-color: #ddd;
}

.RSSbutton a,
.RSSbutton a:link,
.RSSbutton a:active,
.RSSbutton a:visited,
.RSSbutton a:hover {
	background-color: #F50;
	color: white;
	font-weight: bold;
	border-left: 1px solid #FA5;
	border-right: 1px solid #A00;
	border-top: 1px solid #FA5;
	border-bottom: 1px solid #A00;
	display: block;
	width: 35px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

a {
	color: #C40;
	text-decoration: none;
}

a:hover {
	color: #C40;
	text-decoration: underline;
}

h1 {
	color: #C40;
	font-size: 20pt;
	margin: 0;
}

h2 {
	color: #C40;
	font-size: 14pt;
	margin: 5px 0 0 0;
}

h3 {
	color: #888;
	text-indent: 15px;
	font-size: 11pt;
	margin: 5px 0 0 0;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

img {
	border: 0;
}

img.icon {
	vertical-align: bottom;
}

#main img[align=left] {
	margin: 5px 15px 5px 0;
}

#main img[align=right] {
	margin: 5px 0 5px 15px;
}

#main form table a img {
	margin: 0;
}

#error {
	background-color: #CCC;
	border: 1px solid red;
	padding: 2px;
}

td { font-size: 10pt; }

tr.kop {
	font-weight: bold;
	background-color: #DA0;
}

tr.oneven {
	background-color: #ddd;
}

tr.even {
	background-color: #eee;
}

#code {
	border: 2px solid #ddd;
	background-color: #eee;
}

pre#code br {
	display: none;
}

pre#code + br {
	display: none;
}

tr a:hover {
	color: #E60;
}

input {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-family: tahoma, verdana, arial, times;
	font-size: 10pt;
}

input[type="text"] {
	min-width: 500px;
}

textarea {
	border: 1px solid #CCC;
	background-color: #EEE;
	font-family: tahoma, verdana, arial, times;
	font-size: 10pt;
}

input.button {
	border: 0;
	background: transparent url('images/knop_normaal.gif');
	color: white;
	width: 100px;
	height: 19px;
	min-width: 100px;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

input.button:hover {
	background: transparent url('images/knop_muisover.gif');
}

form {
	margin: 0;
	padding: 0;
}

.photoalbum {
	text-align: center;
}

.photoalbum .info {
	color: #888;
	font-size: 8pt;
}

.photoalbum tr.thumbnails td {
	text-align: center;
	vertical-align: middle;
	height: 150px;
}

.photoalbum tr.thumbnails td img {
	border: 5px solid black;
}
