* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration:none;
}
img {
	border:none;
}
body {
	background:url(../images/bg-site.jpg) top left repeat-x #000;
    color:#fff;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
}


#container {
    width:980px;
    margin: 0 auto;
}
#header {
	background:url(../images/bg-header.jpg) top left no-repeat;
    height: 195px;
    overflow: none;
}
#logo {
	padding:49px 0 0 41px;
    width:237px;
    height:81px;
}

#menu {
	margin:15px 0 0 5px;
    overflow:none;
    height:33px;
    font-size:14px;
}
#menu ul {
    list-style:none;
}
#menu ul li {
	line-height:29px;
	border-right:solid 1px #d8d8d8;
    float:left;
	padding:4px 0 0 0;
}
#menu ul li a {
    padding: 0 15px;
    color:#fff;
}
#menu ul li.actief a, #menu ul li a:hover {
    color:#ed6501;
}
#menu ul ul li {
    background:#F80302;
    width:190px;
}
#menu ul ul li a:hover {
    color:#ccc;
}

#main {
	background:url(../images/bg-content.jpg) top left no-repeat;
    overflow:auto;
    padding: 0 0 20px 0;
}

#sidebar {
    width:200px;
    float:left;
}

#content {
    width:605px;
    float:left;
	padding:10px 43px 0 40px;
}
#main p, #main ul, #main ol, #main h1, #main h2, #main h3, #main h4, #main h5 {
    padding: 0 0 15px 0;
}
#main ul, #main ol {
    padding: 0 0 15px 25px;
}
#main h1, #main h2, #main h3, #main h4, #main h5 {
}
#main a {
    color:#ed6501;
}
#main a:hover {
    text-decoration:underline;
}
#right-side {
	width:252px;
	float:left;
	padding:10px 0 0 10px;
}

#footer {
	background:url(../images/bg-footer.jpg) top left no-repeat;
	height:41px;
    clear:both;
    color:#fff;
    font-size:10px;
	text-align:center;
	padding:15px 0 0 0;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    text-decoration:underline;
}
#xfadeContainer {	
	width:605px;
	height:220px;
	overflow:hidden;
	margin:0 0 10px 0;
	border:none;
}

#xfadeContainer img {
	display:none;
	float:left;
	position:absolute;
}

fieldset {
    padding: 5px;
    margin: 0 0 15px 0;
}
fieldset legend {
    padding: 0 5px;
    margin: 0 0 0 10px;
    font-weight:bold;
    font-size:14px;
}
.sliders {
    clear:both;
    
}

.sliders div  {
    float:left;
    width:250px;
    margin: 3px 10px 0px 10px;
}
.sliders label  {
    float:left;
    width:130px;
    clear:both;
    margin: 0 0 15px 0;
}
.sliders input {
    float:left;
    width:40px;
    border:none;
    background:#000;
    color:#EE0403;
    font-weight:bold;
}
.sliders span {
    float:left;
    width:50px;
    display:block;
    
    color:#EE0403;
    font-weight:bold;
}
.sliders {
    overflow:auto;
}
.radiowarpper .radio {
    margin: 0 0 15px 0;
}
.radiowarpper label {
    line-height: 22px;
    font-weight:bold;
    clear:both;
}
.radiowarpper .sliders label, .radiowarpper .radio label {
    line-height: 16px;
    font-weight:normal;
    clear:none;
}

#smallerbuttons .ui-button-text-only .ui-button-text {
     font-size:12px;
}
#smallerbuttons .ui-button-text-only .ui-button-text {
    padding: 0.4em 0.5em;
}