@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CBitter%3A400%2C700&subset=latin%2Clatin-ext&ver=20131010");

html {
    font-size: 14pt;
}

body {
    color: #454545;
    font-weight: normal;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    line-height: 1.6;
    background: #f5f5f5;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #356fa2;
}

hr {
    height: 0.1em;
}

div.menu {
    position: fixed;
    top: 0px;
    width: 100%;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0 0 2em 0;
    padding: auto;
    background: #fff;
    border-bottom: #aaa solid 0.2em;
}

div.menu ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0 1em 0;
    width: 100%;
    max-width: 900px;
}

div.menu li {
    display: inline;
    padding: 1em;
}

div.menu a {
    color: inherit;
    text-decoration: none;
}

div.menu a:hover {
    color: black;
}

main{
    color: #454545;
    background: white;
    padding: 1em;
    width: 100%;
    max-width: 900px;
    margin: auto;
}    

#footer {
    width: 100%;
    max-width: 900px;
    background: #2c2c2c;
    color: #eee;
    margin: auto;
    padding: 1em;
    text-align: center;
    border-top: #aaa solid 0.2em;
}

#footer div {
    font-size: 0.5rem;
    text-align: right;
}

#footer li {
    display: inline;
    padding: 1em;
}

#footer a {
    color: #eee;
}

img.socialimg {
    height: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 1.75rem;
}

h2 {
    font-size: 1.43rem;
}

h3 {
    font-size: 1.125rem;
}

p {
    line-height: 1.6;
    text-align: justify;
}

main p img,
main div video {
    display: block;
    max-width: 100%;
    max-height: 400px;
    margin: 0.5em auto 0.5em auto;
}

main ul {
    padding-left: 0;
}

main li {
    border-left: 0.2em solid #aaa; 
    list-style-type: none;
    margin: 0.5em;
    padding-left: 0.2em;
}

table {
    width: 100%;
}

td {
    padding: 6px 10px;
    background: #f5f5f5;
    text-align: center;
}

dt {
  font-weight: bold;
}

dt, dl {
  line-height: 1.41;
}

ol.roman {
  list-style-type: upper-roman;
}

div.pop_background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(128, 128, 128, 0.7);
    display: none;
}

div.pop_show {
    display: block;
}

div.pop_background img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

img.logo {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 400px;
}

*.prev {
    float: left;
    border-bottom: 0.2em solid #aaa; 
    border-top: 0.2em solid #aaa; 
    padding: 1em;
}

*.next  {
    float: right;
    text-align: right;
    border-bottom: 0.2em solid #aaa; 
    border-top: 0.2em solid #aaa; 
    padding: 1em;
}

#erasmusimage {
    position: fixed;
    top: 0;
    right: 0;
    height: 3.5em;
}

#title {
    margin-top: 4em;
    text-align: center;
}

ul.biglist img{
    height: 4em;
    vertical-align: middle;
}

ul.biglist li {
    padding: 1em;
    margin: 1em;
}

ul.inline li {
    display: inline-block;
    width: 40%;
}

ul.biglist div.title {
    font-size: 1.3rem;
}

ul.biglist div.date {
    margin-top: -0.8em;
}

ul.biglist a {
    text-decoration: none;
    color: #000000;
}

