/* Main settings */
html, body {
	height: 100%;
}
body {	
	background: #000 url(../images/bg.jpg) repeat-x;	
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #ccc;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
}
a {
	color: #ccc;
	text-decoration: underline;
}

a:hover {}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	list-style-image: url(../images/arrow.png);
	margin:10px 20px 10px 20px;
	padding: 0;
	border: none;
	display: block;
}
ol {
	list-style-type: decimal;
	margin: 0;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	color: #666;
}
li {
	margin: 0px;
	margin-left: 5px;
	margin-top: 8px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0 0 7px 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #ccc;
	display: block;
	width: 440px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.8em;
	text-align: left;
	color: #414170;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0em;
	text-align: left;
	color: #414170;
}
td {
	vertical-align: top;	
}
/* header */
#header {
	background: url(../images/header-trans.png) no-repeat;	
	height:160px;
    line-height: 295px;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	position: relative;
    text-align: center;
    font-size: 16px;
}
/* wrapper */
#wrapper {
	background: #000 url(../images/content.jpg) no-repeat;	
	min-height:692px;
	height:auto !important; /* voor moderne Browser */
	height:692px; /*voor IE6 */
	width: 962px;
	margin: 0 auto;
	padding: 14px 14px 0 14px;
	position: relative;
}

/* Menu */
#wrapper #menu {
	background: none;
	height: auto;
	width: 218px;
	margin: 266px 0 0 43px;
	display: inline;
	position: relative;
	float: left;
}
#menu ul.menuTree {
	background: none;
	height: auto;
	width: 195px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	display: block;
}	
	#menu ul.menuTree li {
		background: none;
		width: 195px;
		height: 29px;
		display: block;
		padding: 0;
		margin: 0;
	}
	
	#menu ul.menuTree li a {
		background:none;
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		width: 152px;
		height: 24px;
		padding: 0 0 0 0;
		margin: 0;
		text-align: left;
		text-decoration: none;
		border:0;
	}
					
	#menu ul.menuTree li.active a,
	#menu ul.menuTree li:hover a {
		text-decoration: underline;
	}

#wrapper #main {
	background: none;
	height: auto;
	width: 440px;
	margin: 37px 32px 0 0;
	padding: 0;
	position: relative;
	float: left;
	display: inline;
}

#wrapper #main .item{
	margin: 0 0 57px 0;
}
#wrapper #right {
	background: none;
	height: auto;
	width: 208px;
	margin: 0 0 0 0;
	padding: 52px 0 0 0;
	position: relative;
	float: left;
	display: inline;
}

#wrapper #right #legs {
	background: url(../images/legs-trans.png) repeat;
	width: 111px;
	height: 76px;
	top: 0;
	left: 48px;
	position: absolute;	
}
#wrapper #right .block {
	
}
#wrapper #right .block .item {
	background: url(../images/blockBg-trans.png) repeat;	
	width: 198px;
	height: auto;
	border: 1px solid #717171;
	margin: 3px 0 30px 0;
	padding: 5px;
}
/* Footer */
#footer {
	background: none;
	width: 950px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 6px 0 0 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#footer p{
	text-decoration: none;
	color: #fff;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{}
/* Contct form */
.contact form {
	margin: 0;
	padding: 0;
}	
.contact input, option, select {
		border:1px solid #666;
		padding:0px;
		margin:0;
		width:300px;
		height: 22px;
		color: #4c4c4c;
		font-size: 12px;
		padding-top: 4px;
		padding-left: 6px;
		color: #333;
	}
	.contact input.error{
		border:1px solid red;
	}

	.contact textarea {
		width: 370px;
		height: 150px;
		padding-left: 6px;
		padding-top: 4px;
		border:1px solid #666;
		font-weight: bold;
		color: #4c4c4c;
	}
	.contact textarea.error {
		border:1px solid red;
	}
	.contact input.verstuurButton {
		border:0px;
		cursor:pointer;
		width: 100px;
		height: 20px;
		margin: 0px;
		padding: 0 0 3px;
		font-weight: bold;
	}	
	.contact label {
		font-size: 12px;
		width: 150px;
		margin: 0;
		padding:0;
		display: block;
		float: left;
	}

.photoalbum li {
    float: left;
    padding: 5px;
    width: 80px;
    height: 80px;
    text-align: center;
}

.tweet_text {
    display: block;
    color: #fff;
}

.tweet_list {
    margin: 0 !important;
}

#contactTable td {
    padding: 5px;
}

.twitter {
    left:271px;
    position:absolute;
    top:132px;
}

