/*
FARBEN
dunkelblau      00305e
mittelblau      7f97ae

dunkelgrau      666
*/
body, html {
    height: 100%;
    background: #dcdcdc;
}
body {
    font-family: verdana,tahoma,helvetica,arial,sans-serif;
    width: 100%;
}
.clearfix:after,
.csc-textpic:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.indent {
    padding-left: 16px;
}
strong, b {
    font-weight: bold;
}
em, italic {
    font-style: italic;
}

/*layout*/
#container {
    padding: 10px 0;
    margin: 0 auto;
}
#head {
    position: relative;
    height: 100px;
    margin-bottom: 10px;
}
#head-center .csc-textpic-image {
    margin: 0 !important;
}
#head-side {
    height: 100px;
    position: relative;
}
.homelink {
    position: relative;
    top: 5px;
    text-align: center;
}
#main {
    padding: 0 0 20px 0;
    background: #fff url(/fileadmin/layouts/main/public/gfx/dash-vert.gif) 210px repeat-y;
    position: relative;
    
}
#content-2-col #main {
    background: #fff url(/fileadmin/layouts/main/public/gfx/main-bg.gif) 210px repeat-y;
}
/*klickpfad*/
#breadcrumb li {
    background: url(/fileadmin/layouts/main/public/gfx/list-arrows-blue.gif) 6px 60% no-repeat;
    padding-left: 18px;
}
#breadcrumb li.first {
    background: none;
    padding-left: 0;
}
#quicklinks li {
    border-left: 1px solid #00305e;
    padding-left: 3px;
    margin-left: 3px;
}
#quicklinks li.first {
    border-left: 0;
    padding-left: 0;
}
#breadcrumb li,
#quicklinks li {
    float: left;
    font-size: 77%;
    font-weight: bold;
}
#breadcrumb li,
#breadcrumb li a,
#quicklinks li a {
    text-decoration: none;
    color: #00305e;
}

#login,
#logged-in {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 85%;
}
#login legend,
#logged-in legend {
    color: #00305e;
    font-weight: bold;
}
#login label {
    display: none;
}
#login legend,
#login #user,
#logged-in legend,
#logged-in #user {
    margin-bottom: 3px;
}
#login #user,
#login #pass,
#logged-in #user,
#logged-in #pass {
    padding: 1px;
    background: #dcdcdc;
}
#login input,
#logged-in input {
    border: 1px solid #00305e;
}
#login #login-button,
#logged-in #logout-button {
    background: #00305e;
    color: #fff;
    font-weight: bold;
}
#logged-in #logout-button {
    margin-top: 3px;
}

#theme {
    width: 99.9%;
    height: 182px;
}
#navi-main {
    font-size: 85%;
    margin-bottom: 80px;
}
#navi-main li {
    background: url(/fileadmin/layouts/main/public/gfx/dash-hori.gif) bottom repeat-x;
}
#navi-main a {
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    color: #00305e;
    text-decoration: none;
    display: block;
    padding-left: 30px;
}
#navi-main a:hover {
    color: #7f97ae;
}
#navi-main li.act a {
    color: #7f97ae;
    background: url(/fileadmin/layouts/main/public/gfx/navi-main-li-act.gif) 8px 50% no-repeat;
}
/* 2te ebene */
#navi-main li.act ul {
    background: url(/fileadmin/layouts/main/public/gfx/dash-hori.gif) top repeat-x;
    padding: 5px 0;
}
#navi-main li.act ul li {
    background: none;
}
#navi-main li.act ul a {
    font-weight: normal;
    color: #00305e;
    background: none;
    line-height: 1.3em;
    height: auto;
    margin: 14px 0;
}
#navi-main li.act ul li.act a,
#navi-main li.act ul a:hover {
    font-weight: bold;
}
/* 3te ebene */
#navi-main li.act ul li.act ul {
    /*padding: 0 0 5px 0;*/
    padding: 0;
    /*background: url(/fileadmin/layouts/main/public/gfx/dash-hori.gif) bottom repeat-x;*/
    background:none;
}
#navi-main li.act ul li ul li.no a,
#navi-main li.act ul li ul li.act a {
    font-weight: normal;
    padding-left: 40px;
    margin: 14px 0 0 0;
}
#navi-main li.act ul li ul li.act a,
#navi-main li.act ul li ul li.no a:hover {
    text-decoration: underline;
}
.mednet-cdgw-logo {
    text-align: center;
    display: block;
}


#content,
#news {
    line-height: 1.5em;
    margin-top: 12px;
}
#content,
#news,
#footer {
    font-size: 85%;
}
#content .csc-textpic-image {
    font-size: 100%;
}
#content .csc-textpic-image .csc-textpic-caption {
    font-size: 77%;
}
#content,
#content a {
    color: #666;
}
#news,
#news a,
#footer,
#footer a {
    color: #00305e;
    text-decoration: none;
}
#content h1,
#news h1 {
    font-weight: bold;
}
#news h1 {
    font-size: 116%;
}
#content h1 {
    font-size: 123.1%;
}
#content h2 {
    font-weight: bold;
    font-size: 100%;
}
#content h3,
#content legend {
    font-weight: bold;
}
#content h1,
#content h2,
#content h3,
#content h1 a,
#content h2 a,
#content h3 a,
#content legend {
    color: #00305e;
}
#content h1,
#news h1,
.news-list-item {
    margin-bottom: 20px;
}
#content h2,
#content h3,
#content legend {
    margin-bottom: 10px;
}
#content .csc-header {
    clear: both;
}
#content .csc-textpic h1,
#content .csc-texttext h1,
#content .csc-textpic h2,
#content .csc-texttext h2,
#content .csc-textpic h3,
#content .csc-texttext h3,
#content .csc-textpic p.bodytext,
#content .csc-texttext p.bodytext,
#content .csc-textpic ul,
#content .csc-textpic ul,
#content .csc-textpic ol,
#content .csc-textpic ol,
#content .news-single-item p.bodytext {
    margin-bottom: 10px;
}
#content ul li {
    list-style-type: square;
}
#content ol li {
    list-style-type: decimal;
}
#content ul li {
    margin-left: 13px;
}

p.bodytext {
    padding-top: 10px;
}

#content ol li {
    margin-left: 25px;
}
#content ul li ul,
#content ol li ol {
    margin-bottom: 0;
}

#content .news-list-item.odd,
#content .news-list-item.even {
    width: 340px;
    float: left;
}
#content .news-list-item.odd {
    margin-right: 19px;
}
.news-list-item h3,
.news-list-item .news-list-date {
    font-weight: bold;
}
.news-list-item .news-list-date,
.news-list-item .author-wrap,
.news-list-item .author-wrap p {
    display: inline;
}
.news-list-item .author-wrap p {
    font-weight: bold;
}
.news-list-item .zeitraum {
    font-weight: bold;
    margin-bottom: 6px;
}
.news-amenu-container ul {
    margin-top: -1em;
}
.news-amenu-item-year {
    height: 2em;
    line-height: 3em;
    list-style-type: none !important;
    margin-left: 0 !important;
    font-weight: bold;
}

.news-single-img a {
    margin-bottom: 10px;
}
.news-single-img,
.news-single-imgcaption {
    float: right;
    font-size: 90%;
    width: 200px;
    margin-left: 10px;
}

#content .news-list-browse {
    clear: both;
    text-align: center;
    padding-top: 30px;
}
#footer {
    position: relative;
    padding-top: 10px;
}
#footer p {
    text-align: right;
}
#content .csc-textpic-text,
#content .csc-textpic,
#content .csc-texttext {
    padding-bottom: 20px;
}
#content .csc-textpic .csc-textpic-text {
    padding-bottom: 0;
}
#content .csc-textpic-imagewrap,
#content .csc-textpic-image,
#content .thickbox {
    position: relative;
}
#content .csc-textpic-imagewrap .lupe,
#content .news-single-img .lupe {
    position: absolute;
    right: 0;
    bottom: 5px;
}
#content .csc-textpic-image .lupe,
#content .news-single-img .lupe {
    bottom: 0;
}
#content .thickbox {
    float: left;
    text-align: center;
}
.csc-textpic-caption strong {
    clear: both;
    float: none;
    display: block;
    padding: 10px 0;
    margin: 0;
    text-indent: 20px;
    background: transparent url(/fileadmin/layouts/main/public/gfx/arrows-right.gif) scroll no-repeat left 11px;
    font-size: 138.5%;
    color: #00305e;
}


/*mitgliedsunternehmen*/
.tx-billitonextdisclaimer-pi1 a {
    text-decoration: none;
}
.tx-billitonemployeesearch-pi2 {
    float:left;
    background:url(/fileadmin/layouts/main/public/gfx/companies-ul.gif) no-repeat left bottom;
}
.companies-row {
    float:left;
    clear:both;
    width:100%;
}
.companies-row li{
    width:330px;
    float:left;
    height:32px;
    font-weight:bold;
    background:url(/fileadmin/layouts/main/public/gfx/companies-ul-li.gif) no-repeat left top;
    list-style-type:none !important;
    margin:0 !important;
}
.companies-row li span {
    padding-left:34px;
}
.companies-row .odd{
    margin:0 9px 0 0 !important;
}


/*downloads*/
.styled-download p .download {
    display:block;
    background:url(/fileadmin/layouts/main/public/gfx/download.gif) no-repeat left top;
    height:33px;
    margin-bottom:-2px;
    line-height:30px;
    display:block;
    padding-left:53px;
}
.styled-download br {
    display:none;
}



/*galerie in news*/
.news-single-item .tx-billitongallery-pi1 {
    margin: 0 0 18px 0 !important;
}
.news-single-item #single-gallery-image {
    width: 560px;
    background-color: #7f97ae;
    padding: 5px 0;
}
.news-single-item #list-gallery {
    width: 556px;
    border: 2px dashed #7f97ae;
}
.news-single-item #list-gallery,
.news-single-item #single-gallery-image {
    position: relative;
    left: 80px;
}
.news-single-item #single-gallery-image a.thickbox {
    width: 500px;
    left: 30px;
}
/*.news-single-item #single-gallery-image a.thickbox img {*/
/*    padding: 0 30px;*/
/*}*/
/*TODO Texyt nicht per Farbe verstecken*/
.news-single-item #single-gallery-image a.single-gallery-browser {
    color: #7f97ae;
    width: 30px;
    height: 50px;
    position: absolute;
    margin-top: -25px;
    top: 50%;    
}
.news-single-item #single-gallery-image a#single-gallery-back {
    background:url(/fileadmin/layouts/main/public/gfx/single-gallery-back.gif) no-repeat 50% 50%;
    left: 0;
}
.news-single-item #single-gallery-image a#single-gallery-fwd {
    background:url(/fileadmin/layouts/main/public/gfx/single-gallery-fwd.gif) no-repeat 50% 50%;
    right: 0;
}

.news-single-item .gallery-listpic {
    border: 2px solid #7f97ae;
    margin: 10px;
}
.news-single-item .gallery-list-rowpic,
.news-single-item .gallery-list-rowpic-last,
.news-single-item .gallery-list-rowpic-first {
    margin-bottom: 0;
}
.news-single-item #list-gallery {
    position: relative;
}
.news-single-item #list-gallery div {
    position: relative;
    left: 30px;
}
.news-single-item #list-gallery-back,
.news-single-item #list-gallery-fwd {
    position: absolute;
    display: block;
    height: 95px;
    width: 28px;
}
.news-single-item #list-gallery-back {
    left: 0;
    border-right: 2px dashed #7f97ae;
    background:url(/fileadmin/layouts/main/public/gfx/list-gallery-back.gif) no-repeat 50% 50%;
}
.news-single-item #list-gallery-fwd {
    background:url(/fileadmin/layouts/main/public/gfx/list-gallery-fwd.gif) no-repeat 50% 50%;
    right: 0;
    border-left: 2px dashed #7f97ae;
}

.tx-billitonemployeesearch-pi5 {
    width: 628px;
    position: relative;
    left: 38px;
}
#content .tx-billitonemployeesearch-pi5 ul.azlist {
    border-bottom: 1px solid #003077;
    float: left;
    margin-bottom: 5px;
}
#content .tx-billitonemployeesearch-pi5 ul.azlist li {
    list-style: none !important;
    width: 24px;
    margin-left: 0;
    text-align: center;
}
.tx-billitonemployeesearch-pi5 .azlist li {
    float: left;
    font-weight: bold;
    color: #8da2b7;
}
.tx-billitonemployeesearch-pi5 .azlist li a {
    display: block;
    color: #00305d;
    text-decoration: none;
}

.tx-billitonemployeesearch-pi5 div {
    width: 100%;
}
.tx-billitonemployeesearch-pi5 div a {
    text-decoration: none;
}
.tx-billitonemployeesearch-pi5 div a span {
    /*height: 26px;
    line-height: 26px;*/
    padding: 5px 0;
}
.tx-billitonemployeesearch-pi5 ul.azlist li a:hover,
.tx-billitonemployeesearch-pi5 div a:hover,
.tx-billitonemployeesearch-pi5 div a:hover span {
    background-color: #d8e0e7;
    cursor: pointer;
}
.tx-billitonemployeesearch-pi5 div .company-name,
.tx-billitonemployeesearch-pi5 div .company-city {
    float: left;
    display: block;
}
.tx-billitonemployeesearch-pi5 div .company-name {
    width: 59.9%;
    color: #666;
    font-weight: bold;
}
.tx-billitonemployeesearch-pi5 div .company-city {
    width: 39.9%;
}
.ui-tabs-hide { display: none; }


/****** Kontaktformulare ******/
.tx-pilmailform-pi1 form {
	width: 99.9%;
	margin-bottom: 2.6em;
}
#content ol.mailform li {
	list-style-type: none;
	float: left;
	width: 99.9%;
	clear: left;
	margin: 0 0 1.3em 0;
}
/* Auswahlfeld */
#content ol.mailform li select {
	display: block;
	min-width: 50%;
	width: auto !important;
	width: 50%;
}
#content ol.mailform li select option {
	padding-right: 20px;
}
#content ol.mailform li label {
}
/*
#content ol.mailform li input {
	display: block;
}
*/
#content ol.mailform li select, #content ol.mailform li input, #content ol.mailform li textarea {
	border: 1px solid #666;
}
#content ol.mailform li input.text {
	width: 99.9%;
}
#content ol.mailform li textarea {
	height: 5.2em;
	width: 99.9%;
}
#content ol.mailform li input.file {
	width: 60%;
}
#content ol.mailform li input.radio {
    position: relative;
    top: .2em;
    margin: 0 10px 0 0;
}

#content ol.mailform li input.submit {
	padding: 2px 18px;
	background-color: #666;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
}
#content ol.mailform li.p20 {
	display: inline;
	float: left;
	width: 18%;
}
#content ol.mailform li.p50 {
    width: 50%;
}
#content ol.mailform li.p80 {
	float: right;
	display: block;
	width: 80%;
	position: relative;
	right: 1px;
	clear: none;
	margin: 0;
}
#content ol.mailform li div {
    margin-bottom: 1.3em;
}
#content .error label {
	font-weight: bold;
	color: #cf0c0c;
}
#content .error input, #content .error textarea {
 border: 2px solid #cf0c0c !important;
}
.no-border {
    border: 0 !important;
}
/* zweispaltig */
.clubleger fieldset { float: left; margin: 0 20px 0 0; width: 45%; }
.clubleger .column-1 p { font-style: italic; margin-bottom: 13px; }
/* Clubtreffen */
#content ol.mailform li input#voucher {
    width: 18%;
}

.tx-billitongalleriffic-pi1 {
    overflow: hidden;
    margin: 2em 0;
}