@import url(http://fonts.googleapis.com/css?family=Ubuntu);

html {
    font-family: Ubuntu, sans-serif !important;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: black;
    background: white;
    background-image: url(achtergrond.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: contain;
    min-height: 600px;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: Ubuntu, sans-serif !important;
}

h1 {
    clear: both;
    font-size: 150%;
    margin: 10px 0 10px;
}

h2 {
    clear: both;
    font-size: 120%;
}

h3 {
    clear: both;
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: black;
    color: inherit;
}           

a img {
    border: 0;
}

a:hover {
    text-decoration: underline;
}

td, th {
    padding: 3px;
    border: none;
}

tr th {
    text-align: left;
    background-color: #f0f0f0;
    color: #333;
}

#main_content {
	display: block;
  	width: 960px;
  	min-height: 700px;
  	margin: 0 auto 0 auto;
  	background: url(white.png);
  	border: 2px dashed  #C4C5C5;
  	color: #F39100;
  	clear: both;
}

#main_content a {
  color: #F39100;
}

#main_inner {
    padding: 10px 30px;
    clear: both;
}


.menuItems{
    float: left;
    width: 137px;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
}

a.menuItems:hover, a.menuItemsClicked{
    margin-top: 0px;
    height: 30px;
    padding-top: 14px;
    color: white;
    text-decoration: none;
}

a.menuItems{
	line-height: 205%;
}

#menuItem1{
    background-color: #e5007c;
}

#menuItem2{
    background-color: #941980;
}

#menuItem3{
    background-color: #009ee3;
}

#menuItem4{
    background-color: #3ca433;
}

#menuItem5{
    background-color: #f39100;
}

#menuItem6{
    background-color: #cd1416;
}

#menuItem7{
    background-color: #c7d300;
}

#header {
    width: 994px;
    margin: 0 auto;
}

#header img {
    margin: 10px 0;
}

#header_logo {
    float: left;
}

#header_contact {
    margin: 25px 0 0 20px;
    font-weight: bold;
    color: #696969;
    float: left;
    font-size: 11px;
}

#header_nav {
    margin-top: -3px; /* Waarom? */
    text-align: center;
    height: 60px;
    float: left;
    display: block;
}

#header_nav_bg {
    float: left;
    margin-top: 10px;
    width: 960px;
}

#header_links {
    padding: 10px 30px;
    font-weight: bold;
    clear: both;
    border-bottom: 2px dashed  #C4C5C5;
    background-color: white;
}

#page_thumbs {
    margin-left: -20px;
    margin-right: -20px;
}

#pattern\.sid img {
    background: gray;
}

h1 {
    font-size: 150%;
    color: gray;
}

#buttons {
    font-weight: bold;
    color: gray;
}

#uitleg {
    color: gray;
    height: 5em;
}

#hpage {
    font-weight: bold;
    color: #f39100;
}

#slinger_main_wrap{
	display: block;
	margin: auto;
	margin-left: -30px;
}

.tabs {
    margin: 0;
    padding: 0;
    border-bottom: 2px dashed  #C4C5C5;
}

.tabs li {
    font-weight: bold;
    cursor: pointer;
    display: inline;
    color: gray;
    margin-right: 1em;
}

.tabs li.active {
    color: #f39100;
}

.shadow{
	box-shadow: 0 13px 8px #ccc;
	height: 20px;
	z-index: -1;
	margin-top: 95px;
	width: 959px;
	position: absolute;
}

#lijst_collecties{
	display: block;
	width: 960px;
	min-height: 200px;
	margin-left: -40px;
}

#lijst_collecties li{
	list-style-type: none !important;
	list-style: none !important;
	display: inline !important;
}

#tabel{
	margin-left: -20px;
	border: none;
}

#tabel span{
	clear: both !important;
	font-size: 11px;
}

