/* gebruikte kleuren (allen uit zelfde spectrum): */
/* donkerbruin  rgb(102, 51, 51) ofwel #663333 */
/* lichtbruin  rgb(201, 148, 148) */
/* bijna wit  rgb(254, 252, 252) ofwel #FEFcfc;*/

body {
    background-image: url("images/ecs-achtergrond.png");
    background-position: top left;
   /* font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; */
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue', 'Arial', sans-serif;
}

.container {
    background-image: url('images/254252252.png');
    background-repeat: repeat;
    behavior: url(iepngfix.htc);
    width: 900px;  /* was 96% */
    margin: 15px;  /* was 2% */
}

.header {
    background-color: #FEFcfc; /*white;*/
    color: black;
}


.title {
    margin: 0%;
    padding: 1em;
    left: 0%;
    top: 0%;
    right: 0%;
    height: 230px;
    background-color: #FEFcfc; /*white;*/
    color: black;
    background-image: url("images/uu-academiegebouw.jpg");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}


.title h1 {
    font-size: 220%;
    font-weight: normal;
    margin-bottom: 3;
}

.title h2 {
    margin-top: 0;
    font-size: 110%;
    max-width: 50%;
}


.title .image {
    display: none;
}

.title .ack {
    text-align: right;
    font-size: 55%;
}

.title a {
    color: rgb(201, 148, 148);
    text-decoration: none;
}



.menu, .submenu {
    background-color: rgb(102, 51, 51);
    color: #FEFcfc; /*white;*/
}

.menu ul {
    margin: 0;
    padding: 1ex;
    list-style-type: none;
    width: 96%;
    text-transform: uppercase;
}

.submenu ul {
    margin: 0;
    padding: 0ex;
   /* list-style-type: none; */
    width: 96%;
}


.menu li {
   display: inline; 
    cursor: pointer;
}

.submenu li {
   display: inline; 
    cursor: pointer;
}

.menu a {
    padding: 1ex;
    color: white;
    
}

.submenu a {
    padding: 1ex;
    color: white;
    
}

.menu a:hover {
    background-color: rgb(201, 148, 148) ;
    color: white;
}


.menu li.selected {
    background-color: #FEFcfc; /*white;*/
    color: rgb(102, 51, 51);
}

.selected a {
    background-color: #FEFcfc; /*white;*/
    color: rgb(102, 51, 51);
}

.submission {
    width: 34%;
    float: right;
    padding: 1em;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    background: white;
}

.submission dl {

}

.submission ul {
    list-style-type: none;
}

.text {
    padding: 1em;
}

.text h1 {
    color: rgb(102, 51, 51);
}

.text h2 {
    color: rgb(102, 51, 51);
}

.text h4 {
    color: rgb(153, 153, 102);
}

.stable th { font-size: 90%; }
.stable td { font-size: 90%; }

div.committee {
    width: 25%;
    float: right;
    padding: 0em;
    margin-right: 0em;
    margin-left: 2em;
    margin-bottom: 1em;
}

div.blockfix {
    clear: right;
}
