@import url(form.css);
@import url(topnavi.css);

#ng_bitflux_org, body {
    background-color: #ffffff;
    background: url("/themes/a4b/images/bg.png") repeat-x fixed ;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
    color:#000000;
    padding:0px;
    margin: 0px;
}

/* for iePC */
td{
    font-size: 12px;
}

a {
    color: #183080;
    text-decoration: none;
}
a:visited {color:#183080;}
a:hover {color: #FF4500;}
a:active { color:#183080;}

h1 {
    font-size:15px;
    text-transform: uppercase;
}

h2 {
    font-size:15px;
}

h3 {
    font-size:12px;
}

/* container to center the layout
-------------------------------------- */
#container {
    width: 890px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
    padding: 0px;
    margin: 0px;
}
#banner a{
    color: #190a66;
    text-decoration:none;
}
#banner  a:hover {
    color: #a1c8e0;
}

#banner h1 {
    font-size: 30px;
    padding: 20px 0px 0px 0px;
    margin: 0px;
}
#banner h2 {
    color: #666666;
    font-size: 14px;
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

#metanavi {
    float: right;
    text-align: right;
    padding: 5px 40px 0px 0px;
    margin: 0px;
}

#langselect {
    float: right;
    position:relative;
    top:-10px;
    margin:-10px 0px 0px 0px;
    padding: 0px 33px 0px 0px;
    color: #190a66;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

#langselect a {
    color: #333333;
}


/* helper for the left-right border
-------------------------------------- */
#contentborder {
    padding: 0px;
    margin:0px;
    border: 0px;
    background:url("/themes/a4b/images/content_main.png") repeat-y;
}

/* content elements
-------------------------------------- */
#content {
    min-height: 370px;
    padding: 0px;
    margin:0px;
    margin-left: 180px;
    margin-right: 220px;
}

#content h1, #content h2, #content h3, #right h1 {
    color:#07417a;
    font-weight:bold;
    font-family:sans-serif;
    border: 0px;
    padding: 8px 6px;
    margin: 0px;
    margin-bottom: 6px;
    height:30px;
}

#content h4 {
    color:#190a66;
    font-size: 14px;
    padding: 1px 6px;
    margin: 0px;
    margin-bottom: 10px;
}

#content p {
    line-height: 18px;
    padding: 0px 6px 12px 6px;
    margin: 0px;
}
#content p.center {
    text-align:center;
}

#content h2.jobdetail {
    color:#003167;
    font-weight:bold;
    font-family:sans-serif;
    border: 0px;
    padding: 8px 6px;
    margin: 0px;
    margin-bottom: 6px;
    height:30px;
    background:none;
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie {
    float:left;
    padding: 0px 0px 10px 25px;
    margin:0px 0px 20px 0px;
}

#content .thumbnail {
    float:left;
    width:100px;
    margin: 15px 15px 0px 0px;
    padding: 0px;
}
#content .thumbnail img {
    border: 1px solid #778899;
    padding: 1px;
}

#content  br.antileft {
    clear: left;
}
.antifloat {
    clear: both;
    visibility: hidden;
}


/* elements for the gallery_preview-plugin
--------------------------------------------*/
#gallerie_preview {
    padding: 0px 10px 10px 25px;
    margin:0px 20px 20px 20px;
    border: 1px solid #778899;
}

#gallerie_preview .thumbnail {
    float:left;
    width:100px;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}
#gallerie_preview .thumbnail img {
    border: 1px solid #778899;
    padding: 1px;
}

#gallerie_preview_navi {
    margin-top: 10px;
}
#gallerie_preview_info {
    margin-top: 10px;
    visibility: visible;
}


/* elements for left and right navigation
-------------------------------------- */
#left {
    float: left;
    width: 158px;
    margin: 0px;
    display: inline;
    padding: 10px 0px 0px 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#right {
    float: right;
    width: 190px;
    margin: 0px;
    margin-right: 12px;
    display: inline;
    color: #4e4e4e;
    height: 500px;
}

#jobsright {
    overflow: auto;
    height: 380px;
}

#right .odd {
    background-color: #fff;
    padding: 7px 0px 7px 0px
}

#right .even {
    background-color: #fff;
    padding: 7px 0px 7px 0px
}

#right a.jobtitle {
    text-decoration: none;
    font-weight: bold;
}

#right .jobdesciption {
    font-size: 10px;
}

#left ul {
    list-style-type: none;
    margin: 0px 0px 3px 12px;
    padding: 0px;

}
#left li {
    margin-bottom: 3px;
}

/* 2nd level */
#left ul li a {
    display: block;
    color:#05325b;
    border: 0px;
    border-bottom: 1px dotted #c7c7c7;
    padding: 1px 0px;
    margin: 0px;
        /* background:url("/themes/a4b/images/h1.png") repeat-x; */
}

/* 3nd level */
#left  ul ul {
    margin: 0px 0px 3px 7px;
    text-transform: none;
}

#left ul ul li a {
    color:#6b6b6b;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background:none;
    font-weight:normal;
}

/*footer
-------------------------------------- */
#footer {

    padding: 0px;
    margin: 0px;
    height: 80px;
}

#head {
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 0px;
    border: 0px;
    background:url("/themes/a4b/navi_back_shadow_small.png") repeat-x;
}

#footer a {
    color: #dde7e9;

}

#foot {
    width: 100%;
    height:25px;
    padding:0px;
}

#foot-inner {
    text-align:left;
    border: 0px;
    padding:0px;
    padding-left:2px;
    padding-top:4px;
    height: 22px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #190a66;
    background:none;
/*
    background:url("/themes/a4b/images/foot_back.png") repeat-x right top;
*/
}

#foot-inner a{
    color: #190a66;
    padding-right: 7px;
    padding-left: 5px;
    text-decoration:none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;

}
#foot-inner  a:hover {
    color: #a1c8e0;
}

#foot-right {
    float: right;
    margin:0px;
    padding: 5px 33px 0px 0px;
    color: #190a66;
    font-family: verdana, arial, helvetica, sans-serif;
/*
    background:url("/themes/a4b/images/foot_back.png") repeat-x right top;
*/
    font-size: 10px;
}


/* just used vor the blog
-------------------------------------- */
#content .post_title {
    color: #333;
    border-bottom: 1px solid #aaa;
    margin: 0px 25px 3px 25px;
    padding: 0px 0px 5px 0px;
}

#content .post_title a {
    color: #333;
}

.post_meta_data {
    font-size: 11px;
    padding-top: 0px;
    margin: 5px 25px 15px 25px;
}
.right {
    float: right;
}
.post_content {
    line-height: 18px;
    padding-top: 0px;
    margin: 5px 25px 15px 25px;
}

#content .post_content p{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

.post_content_extended {
    line-height: 18px;
    padding-top: 0px;
    margin: 5px 25px 15px 25px;
}

#content .post_content_extended p{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

h3.blog, #right  h3.blog {
    color: #333;
    margin-bottom: 5px;
}

.post_links, .post_tags, .post_related_entries {
    text-align: right;
    font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 10px;
    padding: 0px 25px 20px 25px;
    margin: 0px;
}
.post_more {
    float: left;
}

.post_tags, .post_related_entries {
    padding-bottom: 10px;
}
.blog_pager{
    padding-top: 0px;
    margin: 5px 25px 15px
}

#right .blog li {
    line-height:  15px;
    padding: 0px 15px 3px 15px;
    margin: 0px;
    text-indent: -1em;
}
#livesearch {
    margin: 0px 15px 15px 15px;
    padding:0px;
    width: 140px;
    display: block;
}
#right input#livesearch  {
    padding:1px;
    width: 120px;
    border: 1px solid #aaaaaa;
}

.formurl {
    display: none;
}

/*Events*/

pre {
    display: block;
    padding: 1em 7px 1em 5px;
    margin-top: 0px;
    margin-bottom: 1em;
    border: 1px dashed #aaa;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    overflow: auto;
}

* html #content {
    height: 1%;
}

