body {
    margin: 0;
    padding: 0;
    background: #FF7900 url(/skin/page-bg.png) 50% 0 repeat-y;
    color: #4F4F4F;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 10pt;
}

div#content {
    padding: 130px 180px 0 144px;
}
div#content a {
    color: #FF7900;
}

div#contentsearch {
    text-align: center;
}
div#contentsearch .searchText {
    border: 1px solid #4F4F4F;
}
div.match {
    margin-top: 16px;
}
a.matchurl {
    font-size: 90%;
}

div#head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 126px;
    background: #FF7900 url(/skin/header-bg.png) 0 0 repeat-x;
}
div#page {
    position: relative;
    width: 778px;
    margin: 0 auto 0 auto;
}

div#left {
    position: absolute;
    top: 126px;
    left: 0;
    width: 107px;
    padding: 10px;
}
div#left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#left ul li a {
    color: #FFF;
    font-weight: bold;
    line-height: 170%;
    text-decoration: none;
}
div#left ul li a:hover, div#left ul li a.active {
    color: #4F4F4F;
}

div#right {
    position: absolute;
    top: 126px;
    left: 617px;
    width: 187px;
    height: 500px;
    background-image: url(/skin/grijs.gif);
}

div#right a {
    color: #FF7900;
}

div#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 648px;
    height: 36px;
    padding: 90px 0 0 130px;
    background: #FF7900 url(/skin/TwenteFlex-header.jpg) 0 0 no-repeat;
}
div#top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#top ul li {
    float: left;
}
div#top ul li a {
    display: block;
    width: 100px;
    height: 30px;
    background-image: url(/skin/TwenteFlex-header2.jpg);
}
div#top ul li a:hover {
    background-image: url(/skin/TwenteFlex-header.jpg);
}
a#ontdek {
    background-position: -130px -90px;
}
a#ervaar {
    background-position: -230px -90px;
}
a#beleef {
    background-position: -330px -90px;
}

form#search {
    position: absolute;
    top: 62px;
    left: 485px;
    width: 124px;
    height: 50px;
    color: #FFF;
}
* html form#search {
    top: 65px;
    left: 480px;
}
form#search table {
    border-collapse: collapse;
    height: 50px;
}
form#search td {
    padding: 0;
    text-align: center;
    vertical-align: bottom;
}
form#search input.searchText {
    width: 80px;
    height: 16px;
    border: 0;
    padding: 2px;
}
* html form#search input.searchText {
    height: 20px;
}
form#search input[type="submit"] {
    width: 40px;
    height: 20px;
    margin-bottom: 1px;
    border: 0;
    background: #FF7900 url(/skin/zoekbutton.jpg) left top no-repeat;
    cursor: pointer;
}
form#search input[type="submit"]:hover {
    background: #FF7900 url(/skin/zoekbuttonMO.jpg) left top no-repeat;
}

a#home {
    display: block;
    position: absolute;
    top: 92px;
    left: 609px;
    width: 80px;
    height: 16px;
    padding: 2px;
    background-color: #FFF;
    color: #4F4F4F;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
* html a#home {
    top: 90px;
}

div#credits {
    margin-top: 200px;
    color: #FFF;
    font-size: 80%;
    text-align: center;
}
div#credits a {
    color: #4F4F4F;
    text-decoration: none;
}

div#content input.input, div#content textarea.input {
    width: 100%;
    border: 1px solid #4F4F4F;
}
* html div#content input.input, * html div#content textarea.input {
    width: 98%;
}
table.form {
    border: 5px solid #FFF;
    border-collapse: collapse;
    background-color: #FFF;
}

