* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* --- Content-Elemente ---------------------------------------------------- */

body {
    color: #333;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
}

a { color: #666; text-decoration: none; }
a:hover, a:focus, a:active { color: #00b8ff; }
a img { border: none; }

form {
    padding: 0 20px 0 20px;
}

form label {
    display: none;
}

form select {
    border: 1px #fff solid;
    color: #333;
    padding: 1px;
    vertical-align: top;
    width: 150px;
}

form input {
    background: #fff;
    border: 1px #fff solid;
    color: #333;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
}


/* --- Seitenraster -------------------------------------------------------- */

#wrapper {
    background: url(../_img/bg_content.png) repeat-y;
    margin: 0 auto;
    position: relative;
    width: 598px;
}

#top { padding: 95px 0 10px 0; }

#medical {
    background-color: #00b8ff;
    margin: 0 0 10px 0;
}

#system {
    background: url(../_img/bg_systemtechnik.gif) no-repeat;
}

#system img {
    vertical-align: top;
}

#nav {
    border-top: 1px #dededd solid;
    margin: 10px 0 0 0;
}

.col_left {
    float: left;
    width: 301px;
}

.col_left img {
  vertical-align: top;
}

.col_right {
    float: right;
    width: 297px;
}

#navline {
    font-size: .9em;
    margin: 10px 18px 0 0;
    text-align: right;
}

.xmas { position: absolute; top: 152px; right: 0; }
#medical .col_right img { visibility: hidden; }