body {
    font: 14px "Arial", sans-serif;
    padding: 0 50px 0 50px;
    background-image: url("../images/header.jpg");
}

h1 {
    font-size: 30px;
    color: #0075AE;
}

p {
    line-height: 1.5em;
    /* font-size: 13px; */
    -webkit-margin-after: 1.8em;
}

a {
    text-decoration: none;
}

ul {
    line-height: 1.5em;
    /* font-size: 13px; */
    -webkit-margin-after: 1.8em;
}

#tabs {
    border-radius: 0px !important;
    max-width: 1300px;
}

.content {
    padding: 40px 50px !important;
}

.titlebox {
    height: 60px;
    margin: 0;
    padding: 35px 0;
}

.title {
    line-height: 20px;
    float: left;
    padding-left: 20px;
}

.titleimagebox {
    vertical-align: middle;
}

.titleimage {
    height: inherit;
    line-height: 100px;
}

.titleimage img {
    height: 80px;
}

#map {
    height: 400px;
    width: 50%;
}

/* navigation */

.menubox {
    border-radius: 0px !important;
}

.menu {
    border-radius: 0px !important;
    /* font-size: 14px; */
}

.ui-dialog,
.ui-button,
.ui-dialog-titlebar {
    border-radius: 0px !important;
}


/* home */

.postheader {
    display: block;
    height: 100px;
    width: 100%;
}

.postinfobox,
.elephant {
    display: inline-block;
    height: inherit;
    float: left;
}

.postinfobox p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.elephant {
    padding-right: 30px;
}

.elephant img {
    max-height: 100px;
    max-width: 100px;
}

.postfooterbox {
    display: table;
    width: 100%;
}

.postfooter img {
    max-width: 190px;
}

.postfooter,
.postfootericon {
    display: inline-table;
    vertical-align: middle;
}

.postfooter {
    width: 250px;
}

.postfootericon {
    float: right;
    padding-right: 50px;
}

.footericon {
    /* font-size: 50px; */
    color: #00aced;
    display: table-cell;
    text-align: right;
    transition-duration: 0.05s;
    transition-property: transform;
}

.footericon:hover{
    transform: scale(2);
}


/* programm */

/*
.program {
    display: table;
}
*/

th.program, td.program {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #000;
}
tr.program:nth-child(odd) {
	background-color: #DFDFDE;
}
td.track1 {
	background-color: #FFEC80;
} 
td.track2 {
	background-color: #5C87B8;
} 

/* team */

.team {
    display: table;
    width: 100%;
}

.column1,
.column2,
.column3 {
    display: table-cell;
    float: left;
    padding: 10px 0;
    /* font-size: 13px; */
}

.column1 {
    width: 20%;
}

.column2 {
    width: 80%;
}

.column3 {
    width: 40%;
}