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

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

body {
	text-align: left;
}

a {
	color: #696969;
	text-decoration: underline;
}


a:hover {
	color: #c02616;
}

div#wrapper {
	margin: 50px;
}

#accessibility {
    display: none;
}





/* 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;

}

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 {
	display: none;
}





/* columns */
div.leftcol {
	display: none;
}

div.rightcol {
	display: none;
}



div.maincol {
	width: 100%;
}

#content2 {
	width: 100%;
}

/* footer */
div.footer {
	display: none;
}



/* bmi logo */
div.bmi_logo {
	display: none;
}

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

/* navigation */
ul.navigation {
	display: none;
}





/* service navigation */


ul#servicenav {
	display: none;
}



/* breadcrumb */
div.breadcrumb {
	display: none;
}



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



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;
}

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

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 {
	font-size: 93%;
	list-style: square;
} 

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: none;
}



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

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

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: right;
	margin-bottom: 0;
}

/* highlight first item in list */

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


/* 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;
    display: none;
}

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: #999999;
	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: #696a69;
	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 {
	padding-bottom: 10px;
}

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

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;
	
}


/* ###########################
	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;
}





#printfunction {
	display: none;
}

.csc-linkToTop {
	display: none;
}
