* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

body {
    font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Trebuchet MS', Tahoma, Arial, Sans-Serif;
    font-size: 17px;
    color: white;
    min-width: 1300px;
}

.yellow {
    /*background-color: rgb(255, 204, 0);*/
    background-color: #def600;
    color: rgb(28, 28, 28);
}

.black {
    background-color: rgb(28, 28, 28);
}

.center {
  margin: auto;
  width: 50%;
}

.clear {
    float: none;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

#head {
    padding-top: 8px;
    width: 80%;
}

#links {
    font-family: monospace;
    font-size: 120%;
    padding-top: 15px;
}

#links a {
    text-decoration: underline;
    color: white;
}

#links a:hover {
    color: white;
}

#links a:visited {
    color: white;
}

#logo {
    width: 80%;
    background-color: #def600;
    text-align: center;
    margin-top: 14px;
    padding-top: 6px
}

#content {
    width: 80%;
    padding-top: 8px; 
    padding-bottom: 12px; 
}

#inner {
    padding-left: 40px;
    padding-right: 40px;
}

#karriere {
    padding-top: 10px;
    background-image: url("img_together.jpg");
    background-repeat: no-repeat, no-repeat; 
    background-position: 47% 20%;
}

.imagebox img {
    border: 2px solid gray;
    margin: 4px;
}

.biglabel {
    font-family: Times, Georgia; 
    font-size: 210%;
    font-weight: bold;
    letter-spacing: 4pt; 
}

.subtext {
    padding-top: 5px;
    font-size: 150%;
}

