body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    background-image: url(../img/body_bg.png);
    background-repeat: repeat-x;
    background-position: 0px 27px;
    background-color: #e0e0e0;
}

/* SECTION 1: General Markup Styles */
/* headline styles */
h1 {
    font-size: 15px;
    line-height:18px;
    margin-bottom: 3px;
    margin-top:8px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    line-height:16px;
    margin-bottom: 3px;
    margin-top:5px;
}

p {
    line-height: 15px;
    margin-bottom:3px;
}

input {
    border: 1px solid #626463;
    padding-left: 13px;
    height: 16px;
    color: #626463;
    margin-top: 5px;
    font-size: 11px;
    padding-top: 2px;
}

input.submit {
    color: #FFF;
    background-color: #e60005;
    padding-top: 0px;
    height: 20px;
    border: none;
    font-weight: bold;
    background-image: url('../img/short_arrow_white2.png');
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 30px;
    padding-left: 5px;
}

ul {
  list-style:disc;
  margin-left:15px;
}


  

/* link styles */
a:link {
    color: #e60005; 
    text-decoration: underline; 
}

a:visited {
    color: #e60005; 
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #e60005;
    text-decoration: underline;
}

/* styles for tables displaying data. */
table.data {

}

table.data tr th, table.data tr td.red {
    background-color: #e60005;
    font-family: "Arial bold";
    text-align: center;
    color: #FFF;
    font-size: 13px;
}

table.data tr td.red {
    text-align: left;
}

/* SECTION 2: Div Container Styles */
#meta_navigation {
    background-color: #d6d6d6;
    width: 100%;
    height: 27px;
    color: #FFF;
    margin-bottom: 15px;
}

#meta_navigation div {
  width: 965px;
}
#meta_navigation ul {
    float: right;
    margin-top: 7px;
    list-style:none;
    margin-left:0px;
}
#meta_navigation ul li {
    float: left;
    margin-right: 10px;
}

#meta_navigation ul li a {
    font-size: 11px;
    color: #3e3e3e;
    text-decoration: none;
}

#meta_navigation ul li a:hover {
    color: #000;
    text-decoration: underline;
}

#header {
    margin-bottom: 24px;
    width: 930px;
}

#sitelogo { /* pagro logo */
    float: left;
    margin-right: 29px;
}

/* first level navigation */
#wrapper_navigation {
    float: left;
    max-width: 757px;
}

#header ul#main_navigation { 
    border-bottom: 4px solid #e60005;
    float: left;
    margin-bottom: -4px;
    list-style: none;
    margin-left: 0px;
}

#header ul.sub_navigation {
    list-style: none;
    margin-left: 0px;
}

#header ul#main_navigation li,
#header ul.sub_navigation li {
    float: left;
    width: 125px;
    margin-left: 1px;
    text-align: center;
    color: #FFF;       
}

#header ul#main_navigation li a,
#header ul.sub_navigation li a {
    display: block;
    background-color: #636363;
    height: 22px;
    width: 100%;
    padding-top: 13px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#header ul#main_navigation li.menu_filialfinder {
  width:252px;
  text-align:right;
}
#header ul#main_navigation li.menu_filialfinder img {
  margin-top:-5px;
  vertical-align:top;
}



#header ul#main_navigation li a:hover,
#header ul#main_navigation li a.selected,
#header ul.sub_navigation li a:hover,
#header ul.sub_navigation li a.selected
{
    background-color: #e60005;
}

/* second level navigation.
 * Please note that some styles are already defined above alongside
 * with the styles for the top level navigatio and overwritten/extended here.
 */
#wrapper_subnavigation {
    clear: both;
    padding-left: 1px;
    border-top: 4px solid #e60005;
}

#header ul.sub_navigation li {
    margin-left: -1px;
    width: 127px;
}

#header ul.sub_navigation li.lastitem{
    width: 126px;
}

#header ul.sub_navigation li a {
    color: #000;
    height: 18px;
    padding-top: 7px;
    background-image: url('../img/button_bg.png');
    background-repeat: no-repeat;
}

#header ul.sub_navigation li a:hover,
#header ul.sub_navigation li a.selected
{
    color: #FFF;
    background-image: none;
}

/* Container for content and (possibly other) divs.
 * I am not 100% sure on the layouts of all sub pages, so
 * we have a container AND a content div which may end up removed
 * due to being  unnecessary. */
#container {
    margin-left: 33px;
}

#contentbanner {
    margin:0;
    padding:0;
    border:0;
}
#contentbanner td {
    vertical-align:top;
}
.bannerimg {
    margin-bottom:10px;
}

#content {
    position: relative;
    clear: both;
    width: 920px;
}

#footer {
    width: 100%;
    background-color: #e60005;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    height: 18px;
    padding-top: 7px;
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
}

#footer #wrapper_footer_content{
    width: 950px;
}

#wrapper_footer_content{
    margin-top: -2px;  
}

div.banner {
    position: absolute;
    right: -130px;
    width: 120px;
    height: 487px;
    background-color: #FFF;
}

/* SECTION 3: Teaser Styles 
 * All these little boxes with offers and functions are defined here.
 * We are going for a multiclass approach here - defining several classes
 * so that we can dynamically create different types of teaser boxes on the fly.
 */
div.teaserbox {
    width: 919px;
    margin-top: 10px;
    border-left: 1px solid #626463;
    border-bottom: 1px solid #626463;
    height: 116px;
}

div.single {
    height: 116px;
}

div.double-height {
    height: 232px;
}

div.teaser {
    float: left;
    border-right: 1px solid #626463;
    border-top: 1px solid #626463;
    width: 295px;
    height: 105px;
    padding-left: 10px;
    padding-top: 10px;
    background-position: bottom right;
    background-color: #FFF;
}

div.big {
    height: 221px;
    width: 602px;
}

div.teaser img {
    float: left;
    margin-right: 10px;
}

div.teaser p, div.teaser form, div.teaser h2 {
    margin-left: 15px;
}

ul.sitemap{
    line-height: 18px;
}

div.joblink {
  margin-top:6px;
}
