/*
* MAIN STYLESHEET WILLIAMRUTTEN.NL
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #151314 url(../images/layout/bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}

#container {
	position: relative;
	width: 980px;
	margin: 100px auto 0 auto;
}

#header {
	width: 100%;
	height: 38px;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top:32px;
}

#contentHolder {
	width: 938px;
	padding: 0 21px;
	background-position: top center;
	background-repeat: repeat-y;
	min-height:256px;
	_height:256px; /*IE6*/
}

.slider-button {
	width: 918px;
	height: 28px;
	padding: 13px 0 0 20px;
	margin-bottom: 2px;
	background: url(../images/layout/slider-button-bg.gif) repeat-x;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}

.slider {
	display: none;
	width: 100%;
	padding: 1px 0 3px 0;
}

.red{
	color:#ac0000;
}

a{
	color:#c20000;
}

a.copyright{
	position:relative;
	text-decoration:none;
	color: #777;
}

a.copyright:hover{
	border-bottom:1px dotted #777;
	color: #777;
}

#footer {
	width: 960px;
	height: 26px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 11px;
}

/* Menu */
#menuid1{
	position:absolute;
	float: left;
	width: 90px;
	height: 38px;
	margin-left:295px;
	cursor:pointer;
}
#menuid2{
	position:absolute;
	float: left;
	width: 105px;
	height: 38px;
	margin-left:400px; /*+ 90+15*/
	cursor:pointer;
}
#menuid3{
	position:absolute;
	float: left;
	width: 100px;
	height: 38px;
	margin-left:520px; /*+ 105+15*/
	cursor:pointer;
}
#menuid4{
	position:absolute;
	float: left;
	width: 100px;
	height: 38px;
	margin-left:635px; /*+ 100+15*/
	cursor:pointer;
}
#menuidx{
	position:absolute;
	float: left;
	width: 160px;
	height: 15px;
	margin-top:13px;
	margin-left:805px; /*+ 100+15*/
	cursor:pointer;
}

p{
	padding-bottom:15px;
}

/* Clearfix */  

* html .clearfix {
	height: 1%;
}
.clearfix {
	/*display: inline-block;*/
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
