* {
    padding: 0;
    margin: 0;
}

img {
	font-family: "Monospace";
}

html, body{
	height: 100%;
	min-height: 340px;
}

#logo {
    width: 260px;
    /*height: 150px;*/
    float: left;
    display: block;
    margin-top: 20px;
    margin-right: 10px;
}

.information-panel {
    position: fixed;
    float: left;
    width: 260px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}

.wrapper:after {
    content: "";
    display: block;
}

.wrapper:after, .footer {
    height: 50px;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#navbar ul {
    list-style-type: none;
    background: #000099;
    overflow: hidden
}

#navbar li {
    float: left;
    display: inline-block;
    border-right: 1px solid white;
}

#navbar li:first-child {
    margin-left: 360px;
    border-left: 1px solid white;
    text-align: center;
}

#navbar li:last-child {
    float: right;
    border-right: none;
    border-left: 1px solid white;
}

#navbar li:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
}

#navbar li a {
    color: white;
    text-decoration: none;
    font-family: "Lucida Console";
    padding: 20px;
    display: block;
}

#navbar li a:first-child {
    padding-left: 39px;
    padding-right: 38px;
}

#navbar li:hover {
    background-color: blue;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    height: 750px;
}

.marked {
	cursor: copy;
    color: #000099;
    float: right;
    margin-right: 5%;
}

.markedAndCopied {
    color: white;
    background-color: blue;
    float: right;
    margin-right: 5%;
}

.adressText {
    font-size: 18px;
    font-style: italic;
    font-family: "Arial"; 
    line-height: 30px;
}

.adressTextAdditive {
    font-size: 16px;
    font-style: italic;
    font-family: "Arial"; 
    line-height: 20px;
}

.footer {
    height: 50px;
    width: 100%;
    background-color: #000099;
    overflow: hidden;
    font-family: "Lucida Console";
}

.footer ul {
    display: table;
    list-style-type: none;
    padding: 0;
    margin: auto;
    overflow: hidden;
}

.footer li {
    float: left;
}

.footer li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.selectedItem {
    background-color: blue;
}

h1{
    font-family: Arial; 
}

@media only screen and (max-width: 1400px) {
    #navbar li:first-child {
        margin-left: 0px;
        border-left: none;
    }
    #navbar li:last-child {
        float: left;
    }
    .content {
        height: 600px;
    }
    .footer {
        left: 0;
    }
}

@media only screen and (max-width: 950px) {
    #navbar {
        position: static;
    }
    .content {
        margin-top: 20px;
    }
    #navbar li {
        float: none;
        display: block;
        border: none;
        border-top: 1px solid white;
    }
    #navbar li:first-child {
        text-align: left;
    }
    #navbar li:nth-child(2) {
        padding-left: 0px;
    }
    #navbar li:last-child {
        float: none;
        border-left: none;
    }
    .footer li {
        display: none;
    }
    .footer li:last-child {
        display: inline-block;
    }
}
