@charset "UTF-8";
/* CSS Document */

/*
Theme Name: PSprod
Theme URI: http://www.pieterspoelstraproducties.nl
Description: Pieter Spoelstra Producties
Version: 09.09.2008
Author: T. Iamsam-ang
Authors URI: http://www.klabam.com */


/* CSS Document */
/*creative commons copyright(s) 2008 KLABAM */
/*written by T.Iamsam-ang*/

/* general CSS template*/

html { height: 100%; }

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}

a:link { color: #999999; text-decoration:none; }
a:visited {	color: #999999; text-decoration:none; }
a:hover { color: #000000; text-decoration:none; }
a:active { color: #000000; text-decoration:none; }

img { border: 0 none; }

p { padding-left: 20px; padding-right: 20px; }
hr {
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: thin dotted #CCCCCC;
	margin-left: 20px;
	margin-right: 0px;
}
.subject { font-size: 16px; color: #333333; font-weight: bold; }
.subject-menu { font-size: 13px; color: #333333; font-weight: bold; margin-top: 20px;}
.tiny { font-size: 10px; color: #333333; font-weight: bold; }

ul { padding: 0px; margin: 0 auto;}
ul li { 
	list-style-type: none; 
	/*list-style-position: decimal inside;*/
	display: block;
	padding: 0px;
	margin-bottom: 20px;
}
li ul li {
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 2px;
	background-color: #F5F5F5;
	/*list-style-type: circle;*/
	/*list-style-position: decimal inside;*/
	list-style-position: outside;
}

#box {
	width: 850px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	height: 100%;
    height: auto;
	border: 0px solid #000000;
	background-image:url("images/bg-content2.gif");
	background-repeat: repeat-y;
}

#header {
	width: 850px;
	height: 191px;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	border: 0px solid #00FF00;
}

#subbox {
	width: 850px;
	/*height:auto !important;
	height:100%;
	min-height:100%;*/
	overflow: hidden;
	position: relative;
	/*background-image:url("images/bg-content2.gif");
	background-repeat: repeat-y;*/
	border: 0px solid #FFFF00;
}

#sidebar {
	width: 230px;
	float:left;
	position: relative;
	border: 0px solid #FF0000;
}

#content {
	width: 610px;
	float: right;
	position: relative;
	border: 0px solid #0099FF;
}

#footer {
	clear: both;
	width: 850px;
	height: 29px;
	/*position: fixed;*/
	position: fixed;
	bottom: 0px;
	margin-bottom: 0px;
	/*background-image: url("images/footer3.gif");
	background-repeat: no-repeat;*/
	border: 0px solid #CC66CC;
}
