﻿body {
    background-color: #FDC903;
    background-image: url('/Style/background.png');
    background-repeat: repeat;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

#Title {
    margin: 5px 0px 5px 0px;
    font-size: 3em;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman , serif;
}

/*classes*/

.Title {
    margin: 5px 0px 5px 0px;
    font-size: 3em;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman , serif;
}

.h1 {
    font-weight: bold;
    font-size: 1.5em;
}

.h2 {
    font-weight: bold;
    font-size: 1.20em;
}

.bron {
    font-weight: normal;
    font-style: italic;
    color: #808080;
}

.Bestuur {
    padding-bottom: 30px;
}

.verkoopItem {
    margin-left: 1em;
    margin-bottom: 2em;
}

.verkoopItemNaam {
    font-weight: bold;
    font-size: 1.20em;
    padding-bottom: 5px;
}

.verkoopItemBeschrijving {
    font-weight: bold;
    font-size: 1.20em;
}

.verkoopItemVerkoper {
    margin-top: .5em;
    color: blue;
}

.verkoopItemVerkoperNaam {
    font-style: italic;
    font-weight: bold;
}

.aanbiedingTable {
    /*
    border-style: solid;
    border-width: medium 0pt;
    border-color: windowtext;
    */
}

.aanbiedingTableElement {
    border-bottom: solid windowtext 1.0pt;
    border-collapse: collapse;
        padding: 0cm 5.4pt 0cm 5.4pt;
    /*
    border: solid windowtext 1.0pt;

    border-width: 1pt;
    border-style: solid;
    border-color: windowtext;
    padding: 0cm 5.4pt 0cm 5.4pt;
    */
}

/*ID's*/

#page {
    border: 1px solid #000080;
    width: 960px;
    background-color: #FFdd80;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3px;
}

#header {
    width: inherit;
    height: 200px;
    background-color: #FFD800;
}

#menu {
    padding: 5px;
    margin: 5px;
    width: auto;
    height: auto;
    background-color: inherit;
}

#SiteMapPath {
    padding: 5px;
    margin: 5px;
    width: auto;
    height: auto;
    background-color: inherit;
}

#content {
    padding: 0px 10px 5px 10px;
    margin: 0px 20px 20px 20px;
    width: auto;
    background-color: inherit;
    min-height: 600px;
}

#facbookcontent {
    padding: 0px 0px 0px 0px;
    margin: 5px 5px 5px 5px;
    width: 400px;
    background-color: inherit;
    min-height: 200px;
}

#footer {
    padding: 1px;
    margin: 1px;
    width: inherit;
    height: auto;
    text-align: center;
    color: brown;
}

#Sidepage {
    /*
    padding: 3px;*/
    border: medium solid black;
    margin-left: -200px;
    min-width: 150px;
    max-width: 270px;
    width: auto;
    border-radius: 5px;
    /*vertical-align: top;*/
    position: fixed;
    /*margin-right: 5px;*/
	background-color: #ffdd80;
    position: fixed;
}

.TreeView {
    /*
    width: 100px;
    height: 50px;
    background-color: #ffdd80;
    vertical-align: top;
    */
    margin-right: 20px;
}

/* TAB MENU
----------------------------------------------------------*/

/* div.menu */
.menu
{
    padding: 4px 0px 4px 8px;
    float: left;
}

/* div.menu.menuBar */
.menuBar
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    position: relative;
    float: left;
}

/* div.menu.menuBar.menuitem */
.menuItem
{
    min-width:70px;
    text-align: center;
    position:  relative;
    float: left;
    display: inline-block;
}

/* div.menu ul li a, div.menu ul li a:visited */
.menuItem > a, .menuItem > a:visited
{
    background-color: #FFCC33;
    border: 1px #4e667d solid;
    color: #FF6600;
    display: block;
    line-height: 1.35em;
    padding: 4px 0.5em;
    text-decoration: none;
    white-space: nowrap;
}

/* div.menu ul li a:hover */
.menuItem > a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

/* div.menu ul li a:active { */
.menuItem > a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* items with children */

.ItemHead > a, .ItemHead > a:visited
{
    background-image: url(/Style/menuPijltje.gif);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    padding: 4px 14px;
}

/* Childitems */

.ChildItem
{
    text-align: left;
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

/* div.menu ul li a:active { */
.ChildItem > a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menuChildList
{
    display: none;
    position: absolute;
    /*z-index: 1;*/
    min-width:75px;
    width: auto;
    text-align: left;
}

.menuChildList > li
{
  width: 100%;
}

.level1
{
  left: -40px;
}

.level2
{
  top: 0px;
  left: 69%;
}

/* magic! when this combination happens, the submenu gets displayed! */
.ItemHead:hover > .menuChildList{
  display: block;
}



/* -------------------------Stolen from internet, but it tells how to make menu ----------------------- */
/*.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}*/

.flex-container {
  display: flex;
    justify-content: space-between;
    align-items: center;
}


.flex-image {
    display: flex;
    height: 300px;
    align-items: center;
}

.flex-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}


.flex-image2 {
    display: flex;
    height: 400px;
    align-items: center;
}