@import url(reset.css);
@import url(fonts.css);

/* general layout */
html, body {
	width: 100%;
}

body {
	text-align: center;
}

a {
	color: #696a69;
	text-decoration: underline;
}


a:hover {
	color: #c02616;
}

div#wrapper {
	width: 972px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff url('../img/site/wrapper_bg.gif') repeat-y 0 0;
}

#accessibility {
    display: none;
}

#accessibility a:focus, #accessibility a:active {
    display: block;
    position: absolute;
    top: 10px;
    left: 5001px;
    z-index: 10;
    font-size: 1em;
    line-height: 120%;
    padding: 0.5em;
    border: 2px solid #B22222;
    width: 20em;
    color: #111;
    background: #FFFAFA;
}
#accessibility a:hover {
    text-decoration: underline;
    border-color: #580801;
}

#last-updated { text-align:right; margin-bottom:4px; }

DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom:0; }


/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE-Patches für Clearfix */
.clearfix { display: inline-block; }
/* Vor IE5/Mac verstecken \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Ende des Versteckspiels für den IE5/Mac */




/* shadow */
div.shadow1,
div.shadow2,
div.shadow3,
div.shadow4 {
	background: transparent url('../img/site/shadow.gif') no-repeat 0 0;
	position: relative;
	float: left;
}

div.shadow1 {
	float: left;
	background-position: top left;
	margin-top: -7px;
	margin-left: -7px;
	margin-right: 15px;
	margin-bottom: 5px;
	display:inline;
}

.rightcol div.shadow1 {
	margin-right: 7px;
}

div.shadow2 {
	left: 8px;
	background-position: top right;
}

div.shadow3 {
	background-position: bottom right;
	top: 8px;
}

div.shadow4 {
	background-position: bottom left;
	padding-left: 8px;
	padding-bottom: 8px;
	left: -8px;
	right: 8px;
}

div.shadow4 img { float: left; }

/* dropshadow */
span.dropshadow {
	background: transparent url('../img/site/dropshadow.gif') no-repeat bottom right;
	padding-right: 3px;
	padding-bottom: 3px;
	float: left;
	display: block;
}

.dropshadow img { float: left; }

/* header */
div.header {
	width: 976px;
	height: 125px;
	margin-right: -4px;
	background: transparent url('../img/site/header_bg.jpg') no-repeat 0 0;
	margin-top: 25px;
	position: relative;
	overflow: hidden;
}

div.header blockquote {
	width: 569px;
	height: 22px;
	font-size: 14px;
	padding: 0;
	margin: 0;
	padding-left: 23px;
	float: left;
	overflow: hidden;
}

div.header a.logo {
	width: 500px;
	height: 125px;
	display: block;
	float: left;
	font-size: 0px;
	overflow: hidden;
}

div.fontresize {
	width: 250px;
	height: 100%;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
	padding-right: 10px;
}

div.fontresize a {
	color: #ffffff;
	font-size: 13px;
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
}

div.fontresize a:hover {
	color: #c52616;
}

div.fontresize a.decrease {
	font-size: 11px;
}

div.fontresize a.resize {
	font-size: 12px;
}


div.fontresize a.increase {
	font-size: 13px;
}


fieldset.sitesearch {
	height: 22px;
	overflow: hidden;
	padding: 0 0 14px 0;
}

fieldset.sitesearch legend {
	display: none;
}

fieldset.sitesearch label {
	width: 30px;
	height: 19px;
	background: transparent url('../img/site/header_search_label.gif') no-repeat;
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
	display: block;
	float: left;
}

fieldset.sitesearch input.text {
	border: 1px solid #858585;
	border-left: 0;
	border-right: 0;
	float: left;
	width: 124px;
	height: 15px;
	padding: 1px;
}

fieldset.sitesearch input.submit {
	height: 19px;
	border: 1px solid #9f9f9f;
	color: #fff;
	font-size: 11px;
	background: #c02616;
	float: left;
	padding: 1px;
	width: 55px;
	text-align: center;
}
/* columns */
div.leftcol {
	width: 222px;
	float: left;
	padding-top: 20px;	
}

div.rightcol {
	width: 222px;
	float: right;
	color: #555555;	
	padding-top: 25px;
}

div.rightcol h3 {
    color: #c02616;
    font-weight: normal;
    padding-top: 10px;
    clear: both;
    margin-bottom: 5px;
    font-size: 14px;
}

div.rightcol ul li {
	color: #555;
	font-size: 93%;
}

div.rightcol ul a {
	color: #555;
}

div.rightcol div.spacer {
	margin-bottom: 10px;
}

div.maincol {
	float: left;
	width: 508px;
}

#content2 {
	width: 730px;
}

/* footer */
div.footer {
	clear: both;
	width: 972px;
	height: 20px;
	background: #ffffff url('../img/site/footer_bg.gif') no-repeat 0 0;
	padding: 3px 0;
}

div.footer ul.footer {
	float: left;
	display: inline;
	color: #fff;
	padding-left: 5px;
	padding-top: 1px;
}

div.footer ul.footer li {
	padding: 0 5px;
	padding-bottom: 1px;
	background: transparent url('../img/site/footer_spacer.gif') no-repeat center right;
	float: left;
}

div.footer ul.footer li.last {
	background-image: none;
}

div.footer ul.footer a {
	color: #fff;
	float: left;
	text-decoration: none;
	font-size: 11px;
}

div.footer ul.footer a:hover {
	text-decoration: underline;
}


/* language selector */


ul.languageselect {
	float: right;
	padding-right: 30px;
	position: absolute;
	right: 0;
	bottom: 32px;
}


ul.languageselect li {
	padding: 1px  5px 0 5px;
	background: transparent url('../img/site/header_spacer.gif') no-repeat center right;
	float: left;
}


ul.languageselect li.last {
	background-image: none;
}


ul.languageselect a {
	/*color: #686868;*/
	float: left;
	text-decoration: none;
	font-size: 11px;
}

ul.languageselect a:hover {
	text-decoration: underline;
}



/* bmi logo */
div.bmi_logo {
	clear: both;
	width: 100%;
	text-align: right;
	padding: 15px 0;
}

div.bmi_logo img {
	margin-right: 18px;
}

/* navigation */
ul.navigation {
	padding-left: 23px;
	line-height: 200%;
	margin-bottom: 60px;
}

ul.navigation li {
	width: 100%;
}

ul.navigation a {
	color: #555;
	text-decoration: none;
	font-size: 93%;
	font-weight: bold;	
}

ul.navigation a:hover {
	text-decoration: underline;
	color: #c02616;
}

ul.navigation ul.level1 {
	line-height: 115%;	
	padding: 0 0 5px 0;
	margin-top: -3px;
	/*float: left;*/
    height: auto;
	width: 100%;
}

ul.navigation ul.level1 li {
	width: 100%;
}

ul.navigation ul.level1 a {
	font-weight: normal;
}

ul.navigation a.active {
	color: #c02616;
}



/* service navigation */

.servicenavhead {
	margin-bottom: 10px;
	padding-left: 25px;
	clear: both;
}

ul.servicenav {
	padding-left: 2px;
	margin-bottom: 24px;
}

ul.servicenav li {
	width: 100%;
	padding-bottom:8px;
}

ul.servicenav a {
	color: #555;
	text-decoration: none;
	font-size: 93%;
	font-weight: bold;	
}

ul.servicenav a:hover {
	text-decoration: underline;
	color: #c52616;
}


ul.servicenav a.active {
	color: #c02616;
}


ul.servicenav img {
	vertical-align: text-bottom;
	margin-right: 2px;
}

/* breadcrumb */
div.breadcrumb {
	padding-bottom: 20px;
}

div.breadcrumb a {
	color: #696a69;
	text-decoration: none;
}

div.breadcrumb a.active,
div.breadcrumb a:hover {
	color: #c02616;
	text-decoration: underline;
}

/* content layout */
div.maincol {
	color: #555;
	padding-bottom: 30px;
	padding-top: 25px;
}



h1 {
	font-weight: normal;
	color: #c02616;
	margin-bottom: 15px;
	font-size: 146.8%;
}

h2 {
	font-weight: normal;
	color: #c02616;
	margin-bottom: 5px;
	font-size: 123.1%;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	color: #c02616;
	margin-bottom: 5px;
	font-size: 93%;
}

div.maincol h3 a {
        font-weight: bold;
        color: #c02616;
}

p, td {
	line-height: 130%;
	margin-bottom: 15px;
	font-size: 93%;
}

td p, td h1, td h2, td h3 {
	font-size: 100%;
}

td, th {
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 93%;
	vertical-align: top;
}



th {
	font-weight: bold;
}

caption {
	text-align: right;
	font-style: italic;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 85%;
}


strong {
	font-weight: bold;
}

/*
div.maincol a, div.rightcol a {
	color: #696a69;
	text-decoration: underline;
}

div.maincol a:hover, div.rightcol a:hover {
	color: #c02616;
}
*/

div.maincol ul,
div.maincol ol {
	margin-bottom: 15px;
}

div.maincol ol {
	padding-left: 25px;
}

div.maincol ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 3px 0px;
	font-size: 93%;
}

div.maincol ul li {
/*	background: transparent url(../img/site/list_arrow.gif) no-repeat 0 7px; 
	padding: 3px 0px;
	padding-left: 9px; -> wegen farsi in ts verschoben*/
	font-size: 93%;
} 

div.maincol q, div.maincol blockquote {
	font-style: italic;
	margin-bottom: 10px;
	font-size: 93%;
}

/* sitemap */
ul.sitemap {
	padding-left: 20px;
}
ul.sitemap li,
ul.sitemap li a {
	font-size: 123.1%;
	color: #c42616;
	text-decoration: none;
}

ul.sitemap a:hover { text-decoration: underline;}

ul.sitemap ul {
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 10px;
}

ul.sitemap ul li,
ul.sitemap ul a {
	font-size: 93%;;
	color: #696a69;
}


/* content navigation */
ul.content_navigation {
	display: block;
	border-bottom: 1px solid #cdcecd;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 20px;
	padding: 5px 0;
}

div.maincol ul.content_navigation li {
	float: left;
	padding: 0;
	background: transparent;
	line-height: 150%;
}

div.maincol ul.content_navigation li.first {
	padding-left: 0;
}




ul.content_navigation a {
	color: #555;
	text-decoration: none;
	background: url(../img/site/contentnav_pipe.gif) right 2px no-repeat;
	padding-right: 5px;
	display: block;
	margin-right: 5px;
	white-space: nowrap;	
}

ul.content_navigation a.active,
ul.content_navigation a:hover {
	color: #c42616;
}

ul.content_navigation a.active {
	font-weight: bold;
}

div.maincol ul.content_navigation li.last a {
	background: none;
}


/* list container */
div.list_container {
	padding-bottom: 15px;
}

div.list_container .teasertext {
	float: left;
	max-width: 398px;
	width:100%;
}

div.list_container h3 {
	float: left;
	margin-bottom: 5px;
	text-transform: uppercase;
	max-width: 330px;
}

div.list_container h3 a {
	text-decoration: none;
}

div.list_container img {
	float: left;
}

div.list_container span.date {
	float: right;
	margin-bottom: 5px;
	color: #c42616;
	font-size: 93%;
}

div.list_container p {
	clear: both;
	margin-bottom: 0;
}

/* highlight first item in list */

div.firstbig {
	padding-bottom: 30px;
}

div.firstbig .teasertext {
	max-width: 300px;
}

/* right column gallery */

.tx-intgallery-pi1 {
	margin-bottom: 15px;
	clear: both;
}

.colGallery {
	margin-bottom: 15px;
}

ul.imageList {
    margin-right: -14px;
    clear: both;
}

ul.imageList li {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

ul.imageList li img {
    border: 1px solid #e2e2e2;
    border-top-color: #676767;
    border-left-color: #676767;
    border: 0;
    float: left;
}

ul.imageNav, ul.pagebrowser {
    clear: both;
}

ul.pagebrowser {
	float: right;
	margin-top: 10px;
}


ul.imageNav li, ul.pagebrowser li {
    float: left;
    margin-right: 3px;
}

div.maincol ul.pagebrowser li {
    background: none;
    padding: 0 3px 0 0;
}

ul.imageNav a, ul.pagebrowser a {
    float: left;
	color: #555;
	text-decoration: none;
	font-size: 93%;
}

ul.imageNav a.active, ul.imageNav strong,
ul.pagebrowser a.active, ul.pagebrowser strong
{
    color: #c42616;
    font-weight: normal;
}

p.caption {
	margin: 0;
	padding: 3px 10px 0 0;
	font-size: 93%;
	color: #555;
	clear: both;
}

/* banners right column */
.banner {
	padding-bottom: 10px;
	float: left;
}



/* link list and file list */

.linklist, .filelinks {
	padding-bottom: 10px;
} 

.linklist li, .filelinks li {
	padding-bottom: 4px;
}

/* add padding to flash movies */

.tx-swfobject-pi1 {
	
}

/* organigramm */
.orgtable {
	padding: 0px;
	cell-spacing:0px;
	margin-bottom: 30px;
}

div.maincol .orgtable p {
	margin-bottom: 5px;
}

div.maincol .orgtable h2{
	font-weight:normal;
	color:#878787;
	margin-bottom:0px;
	
}
div.maincol .orgtable h1{
	font-weight:normal;
	color:#C02616;
	margin-bottom:0px;
	font-size:116%;
	
}

div.maincol  .orga_return a{
	text-decoration:none;
}


.orgimage {
	padding:5px 0 0 0;
	text-align:bottom;
}
.orgimage img {
	border:1px solid #878787;
	
}

/* ###########################
	printbutton styles
#############################*/

#printfunction {
	padding: 35px 0;
	text-align: right;
}

.printbutton {
	padding-top: 7px;
	border-top: 1px solid #cdcecd;	
	background: url(../img/site/icons/icon_print.gif) no-repeat 0 7px;
	padding-left: 25px;
	font-weight: bold;
	text-decoration: none;
}


/* ###########################
	Indexed search styles
#############################*/

.searchitem {
	padding-bottom: 8px;
}


.tx-indexedsearch-browsebox {
	padding: 10px 0;
} 

.tx-indexedsearch-res {
	clear: both;
	padding: 20px 0 0 0;
}

.tx-indexedsearch-browsebox p{
	float: left;
	padding: 0;
	margin: 0;
	line-height: normal;
	display: inline;
}


.tx-indexedsearch-browsebox ul.browsebox {
	float: right;
	list-style: none;
	margin: 0 -16px 0 0;
	padding: 0;
}


.maincol ul.browsebox li{
	display: inline;
	background-image: none;
	list-style: none;
	margin: 0;
	padding: 0 3px 0 0;
	margin-right: 3px;
	line-height: normal;
}

ul.browsebox a {
	color: #999999;
	text-decoration: none;
}

ul.browsebox a.active, ul.browsebox strong a {
    color: #c42616;
    font-weight: normal;
}

.tx-indexedsearch-whatis {
	margin: 10px 0;
	font-weight: normal;
	color: #c02616;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 146.5%;
}

.tx-indexedsearch-noresults {
	margin: 20px 0;
	font-weight: bold;
}

/* modal window styles (ext intmodal) */
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; padding:0;}


.quicklinks { margin-bottom: 60px; padding-left: 23px; }
