/* Init styles */
* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

hr.hide {
    clear: both;
    visibility: hidden;
}


/* layout styles */
body {
    font-family: verdana, sans-serif;
    font-size: 11px;
    /*text-align: center;*/
    background-color: #fff;
    /*min-width: 780px;*/
}

div.center {
    position: relative;
    /*margin-left: auto !important;
    margin-right: auto !important;*/
    margin-left: 185px;
    width: 490px;
    text-align: justify;
}

div#logo {
    background-image: url(../images/stellen_logo.gif);
    background-repeat: no-repeat;
    height: 60px;
    width: 510px;
    margin-top: 20px;
    margin-bottom: 33px;
}

div#panelRight {
    position: absolute;
    right: 20px;
    top: 24px;
    /*height: 49px;*/
    width: 150px
}

div#panelRight img {
    margin-bottom: 10px;
}

div#panelLeft {
    position: absolute;
    left: 20px;
    z-index: 1;
    background-image: url(../images/forumholz_logo.gif);
    background-repeat: no-repeat;
    background-position: 20px 3px;
    top: 14px;
}

div#panelLeft ul {
    margin-top: 94px;
    margin-left: 0;
    width: 140px;
    list-style: none;
    line-height: 22px;
    text-align: right;
}

div#panelLeft ul li {
    border-bottom: 1px solid #ccc;
}

div#panelLeft ul li a:hover, div#panelLeft ul li a.sel {
    color: #e28807;
}


/* general styles */
h3 {
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}
h4 { font-size: 11px; font-weight: normal; line-height: 15px; text-decoration: none; text-align: right; }
a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover { color: #e28807; }

div.left {
    float: left;
    width: 100px;
}

input {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
    width: 200px;
}

select {
    border: 1px solid #000;
    width: 200px;
}

div.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 15px;
    max-height: 539px;
    /*height: auto !important;
    height: 539px;*/
}



/* Stellen and Ausbildung styles */
form {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 350px;
}

form div.line {
    margin-bottom: 1px;
}

form div#submit {
    margin-left: 100px;
    margin-top: 20px;
}

div.result {
    background-color: #f4f1ed;
    margin-bottom: 15px;
    padding: 5px;
    text-align: left;
    width: 473px; /* used to solve a IE& bug */
    min-height: 65px;
}

div.result:last-child {
    margin-bottom: 0px;
}

div.result div {
    width: 345px;
    margin-bottom: 5px;
}

div.result div:last-child {
    margin-bottom: 0px;
}

div.result div.left {
    width: 200px;
    margin-bottom: 0px;
    /*width: 160px;*/
}

div.result div.short {
    width: 150px;
    margin-left: 200px;
    margin-bottom: 0px;
    /*width: 37px;
    margin-left: 320px;*/
}

div.result span {
    font-weight: bold;
}

div.result div.logo {
    float: right;
    height: 60px;
    width: 90px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 16px;
}

div.hidden {
    display: none;
}

div.nav {
    float: right;
    font-weight: bold;
}

div.nav15 {
    margin-right: 16px;
}

div.nav a {
    padding-left: 2px;
    padding-right: 2px;
}

div.nav a:hoover, div.nav span {
    color: #e28807;
}

div.nav a.prevPage, div.nav a.prevPage:hover, div.nav a.nextPage, div.nav a.nextPage:hover {
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
}

a.prevPage {
    background-image:url(../pic/pager_back.png);
}

a.prevPage:hover {
    background-image:url(../pic/pager_back_over.png);
}

a.nextPage {
    background-image:url(../pic/pager_next.png);
}

a.nextPage:hover {
    background-image:url(../pic/pager_next_over.png);
}