@media screen, projection {
/*
================================================================================
MEDIA: SCREEN, PROJECTION
================================================================================
*/

/*
elements and global
========================================
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../../images/bdi/layout/bg.gif) repeat-y;
	background-position: center top;
	font-size: 1.2em;
}

.cb {
	clear:both;
}

/* site */
#site {
	margin: auto;
	border: 0px solid;
	width: 1100px;
}


/* page */
#page {
	background-image: url(../../images/bdi/layout/bg_wrapper_content.gif);
}

#pageclose {
	background-image: url(../../images/bdi/layout/bg_wrapper_content_bottom.gif);
	height: 11px;
	background-repeat:no-repeat;
	margin-top: -20px;
}

/* logo */
#page .logo p {
	margin-top: 0;
}

#page .logo img {
	z-index: 20;
	border: none;
	margin-left: 40px;
	margin-bottom: -18px;
	position:relative;
}

/* searchform */
.searchform {
	width: 310px;
	margin-top: -85px;
	margin-left: 736px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	height: 40px;
}

.searchform form {
	border: 1px solid #fff;
}

.searchform .searchtext {
	background-image:url(../../images/bdi/layout/lupe.gif);
	background-repeat:no-repeat;
}

.searchform .searchtext {
	width: 95px;
	border: 1px solid #bababb;
	height: 16px;
	padding-left: 16px;
}

.searchform .lang {
	width: 86px;
	border: 1px solid #bababb;
	height: 20px;
}


/* fontcontrols */
#fontControls {
	width: 35px;
	margin-top: -4px;
	margin-left: -40px;
}

#fontControls a {
	font-size: .7em;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 0px;
	color: #868889;
}

#fontControls a.increaseSize {
	font-size: .6em;
}
#fontControls a.resetSize {
	font-size: .7em;
}
#fontControls a.decreaseSize {
	font-size: .8em;
}

/* Font-Sizer Specific Styling */
.fsizer { } /* Container element */
.fsizer a { cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a#fs_sml { font-size: 9px;  }
.fsizer a#fs_med { font-size: 13px; }
.fsizer a#fs_lrg { font-size: 16px; }

/* tools */
#tools {
	width: 65px;
	margin-left: 255px;
	margin-top: -37px;
	height: 20px;
	padding-top: 2px;
}

#tools img.print {
	border:none;
	position: absolute;
	margin-top: -35px;
}

#tools img.bookmark {
	border:none;
	position: absolute;
	margin-top: -35px;
	margin-left: 22px;
}

#tools img.friend {
	margin-left: 44px;
	border:none;
	position: absolute;
	margin-top: -35px;
}

/* siteimage */
#page .siteimage {
	z-index: 10;
	margin-left: 15px;
	margin-top: -15px;
	height: 145px;
	border: 1px solid #fff;
	width: 1px;
}

#page .siteimage #imagefade {
	list-style-image:none;
	list-style-type:none;
	margin-left: -40px;
}

/* mainnavi */
.navi {
	height: 20px;
	margin-left: 16px;
	padding-left: 188px;
	width: 880px;
	background-color: #868889;
	margin-top: 20px;
}

.navi .mainnavi ul {
	list-style: none;
	
}

.navi .mainnavi li {
	display: inline;
}

.navi .mainnavi ul li a {
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	font-size: .65em;
	float: left;
	padding-top: 2px;
	margin-right: 25px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	height: 18px;
}

.navi .mainnavi ul li a.active, .navi .mainnavi ul li a:hover {
	background-color: #adafb0;
	display: block;
	color: #fff;
}


/* subnavi */
#subnavi {
	margin-top: -10px;
}

#subnavi ul {
	list-style: none;
}

#subnavi ul li ul {
	margin-left: -20px;
}


#subnavi li {
	display: inline;
}

#subnavi ul li a {
	color: #868889;
	text-decoration: none;
	font-size: .65em;
	display: block;
	line-height: 1.7em;
}

#subnavi ul li a.active, #subnavi ul li a:hover {
	display: block;
	color: #2eaadc;
	font-weight: bold;
}


/* metanavi */
#metanavi {
	/*border: 1px solid transparent;*/
	padding-left: 2px;
	float:left;
	width: 260px;
	margin-top: -20px;
}

#metanavi ul {
	list-style: none;
	margin-left: -30px;
}

#metanavi li {
	display: inline;
	float:left;
	color: #868889;
	font-size: .6em;
}

#metanavi ul li a {
	color: #868889;
	text-decoration: none;
	font-size: 1.1em;
	float: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

#metanavi ul li a.active, #metanavi ul li a:hover {
	display: block;
	text-decoration: underline;
}

/* 3 cols content */
#page .col1 {
	float:left;
	width: 247px;
}

#page .col2 {
	float:left;
	width: 630px;
	padding-left: 2px;
}

#page .col2 h1 {
	color: #2eaadc;
	font-size: 1.3em;
	font-weight:normal;
	margin-bottom: -5px;
}

#page .col2 h1.headline {
	font-size: 1.4em;
}

#page .col2 h2 {
	color: #868889;
	font-size: .8em;
	font-weight:bold;
	margin-bottom: -15px;
}

#page .col2 h3 {
	color: #55ab26;
	font-size: 1em;
	font-weight:normal;
}

img.slogan {
	margin-top: -20px;
}

/* col2text */
#page .col2text, #page .col3text {
	float:left;
	width: 600px;
	padding-right: 27px;
	padding-left: 2px;
	font-size: .65em;
	color: #373438;
	line-height: 1.35em;
	margin-top: -15px;
}

/* listenansicht infos standard */
#page .col2text .box {
	border-bottom: 1px solid #ccc;
}
#page .col2text .box .grey a, #page .col2text .box .short4 p {
	text-decoration: none;
	font-size: 1.2em;
	color: #2eaadc;
}
#page .col2text .box .bg .short {
	display: none;
}

#page .col3text {
	width: 350px;
}

#page .col2text a, #page .col3text a {
	color: #55ab26;
	text-decoration:underline;
}
#page .col2text a:hover, #page .col3text a:hover {
	color: #2eaadc;
}

#page .col2text h1, #page .col3text h1 {
	color: #2eaadc;
	font-size: 1.3em;
	font-weight:normal;
	margin-bottom: -5px;
}

#page .col2text h2, #page .col3text h2 {
	color: #707070;
	font-size: 1.2em;
}

#page .col2text h3, #page .col3text h3 {
	color: #707070;
	font-size: 1.1em;
}

#page .col2text h1.headline, #page .col3text h1.headline {
	font-size: 1.4em;
	padding-bottom: 10px;
}

#page .col2text .breadcrumb, #page .col3text .breadcrumb {
	font-size: .8em;
}

#page .col2text .breadcrumb a, #page .col3text .breadcrumb a {
	font-size: 1em;
	text-decoration: none;
	color: #373438;
}

#page .col2text .breadcrumb a:hover, #page .col2text .breadcrumb a:hover {
	text-decoration: underline;
}

#page .col2text  .tableblue th {
	background-color: #2eaadc;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #cbeaf6;
	text-align:left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	vertical-align: top;
}
#page .col2text  .tableblue th.right {
	text-align:right;
}

#page .col2text  .tableblue {
	background:url(../../images/bdi/content/BDI_verlauf.gif) repeat-x;
	background-position: top;
}

#page .col2text  .tableblue td {
	padding-top: 2px;
	padding: 4px;
	vertical-align: top;
	border-right: 1px solid #bec0c1;
	border-top: 1px solid #bec0c1;
}
#page .col2text  .tableblue td.col_right {
	padding-top: 2px;
	padding: 4px;
	vertical-align: top;
	border-right: 1px solid #bec0c1;
	border-top: 1px solid #bec0c1;
	text-align:right;
}
#page .col2text  .tableblue td.lastcol_right {
	padding-top: 2px;
	padding: 4px;
	vertical-align: top;
	border-top: 1px solid #bec0c1;
	text-align:right;
		border-right:none;

}
#page .col2text  .tableblue td p {
	margin-top: 0px;
}

#page .col2text  .tableblue th.lastcol {
	border-right:none;
}
#page .col2text  .tableblue th.lastcol_right {
	border-right:none;
	text-align:right;
}
#page .col2text  img {
	border:none;
}

#page .col2text  .tableblue td.lastcol {
	border-right:none;
}

/* table links */
#page .col2text  .tablelinks td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #bec0c1;
	border-bottom: 1px solid #bec0c1;
}
#page .col2text  .tablelinks td.lastcol {
	border-right: none;
}
#page .col2text  .tablelinks td.lastrowcol {
	border-bottom: none;
}
#page .col2text  .tablelinks td.lastrowcol2 {
	border-right: none;
	border-bottom: none;
}
#page .col2text  .tablelinks td a {
	text-decoration: none;
	color: #2eaadc;
	font-size: .9em;
}
#page .col2text  .tablelinks td p {
	padding:0px;
	margin: 0px;
}

/* box references */
#page .col2text .references {
	width: 630px;
}

#page  .col2text .references .box {
	float:left;
	margin-right: 22px;
	border-bottom: 1px solid #ccc;
}

#page .references .box p {
	line-height: 1em;
}

#page .references .box a {
	font-size: 1em;
	color: #373438;
	text-decoration:none;
}
#page .references .box a:hover {
	text-decoration:underline;
}

.floatright {
		float:right;
}

.floatright img {
	margin-top: -12px;
}

div .refminHeight {
	min-height: 170px;
}

/* img col */
#page .img {
	width: 225px;
	float:left;
	padding-right: 25px;
	margin-top: -5px;
}

/* col3 */
#page .col3 {
	float:left;
	width: 215px;
}
.col3  .hotlinks .morelink {
	display: block;
}

/* products boxes */
.products {
	padding-left: 11px;
}

.products .box {
	float:left;
	color: #fff;
	font-size: .65em;
	padding-left: 28px;
	width: 182px;
}

.products .box div.blue {
	background-color: #2eaadc;
	padding-left: 10px;
}

.products .box div.orange {
	background-color: #fbba00;
	padding-left: 10px;
}

.products .box div.green {
	background-color: #55ab26;
	padding-left: 10px;
}

.products .box div.red {
	background-color: #dd710e;
	padding-left: 10px;
}

.products .box div.blue p, .products .box div.orange p, .products .box div.green p, .products .box div.red p {
	padding-top: 2px;
	padding-bottom:2px;
}

.products .box img {
	margin-top: -13px;
	border:none;
}

.products .box a {
	text-decoration: none;
	color: #fff;
}

/* hotlinks boxes */
.hotlinks {
	padding-left: 0px;
}

.hotlinks .eventcontent {
	display: none;
}

.col2text .eventhome {
	display: none;
}

.products .pressecontent {
	display: none;
}

.col2text .pressehome, .col3 .pressecontent {
	display: none;
}

.col3 .hotlinks {
	padding-left: 3px;
	margin-top: -14px;
	margin-bottom: -15px;
}

.hotlinks .box {
	float:left;
	color: #fff;
	font-size: .65em;
	padding-left: 28px;
	width: 182px;
}

.col3 .hotlinks .box {
	padding-left: 0px;
	margin-top: 4px;
}

.hotlinks .box .bg {
	background-image: url(../../images/bdi/layout/bg_box.gif);
	background-repeat:no-repeat;
	margin-top: -13px;
	margin-bottom: -3px;
	height: 62px;
	color: #211f22;
	font-weight: bold;
	border-top: 1px solid #868889;
}

.hotlinks .box .bg p {
	line-height: 1.1em;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hotlinks .box .bg a {
	color: #868889;
	text-decoration:none;
}

.hotlinks .box div.grey {
	background-color: #868889;
	padding-left: 10px;
}


.hotlinks .box .bg .short2 {
	display: none;
}

.hotlinks .box div.grey p {
	padding-top: 2px;
	padding-bottom: 2px;
}

.hotlinks .box img {
	margin-top: -12px;
	border:none;
	margin-bottom: -14px;
}

.hotlinks .box div.green {
	background-color: #55ab26;
	padding-left: 10px;
}

/* hides */
.hotlinks .box .grey div.short4 {
	display: none;
}
#page .col2text .box .grey div.short3 {
	display: none;
}


/*
.col3 .hotlinks .box img {
	margin-top: 0px;
	border:none;
	margin-bottom: -14px;
}
*/

.hotlinks .box a {
	text-decoration: none;
	color: #fff;
}

/* referenzen box right */
.col3 .referenzen {
	margin-left: -28px;
	margin-top: 0px;
	margin-bottom: 14px;
}

.col3 .referenzen .box {
	color: #fff;
	font-size: .65em;
	margin-left: 28px;
	width: 182px;
	background-color: #868889;
}

.col3 .referenzen .box .bg a {
	color: #868889;
	text-decoration:none;
}

.col3 .referenzen .box div.grey {
	background-color: #868889;
	padding-left: 10px;
}

.col3 .referenzen .box div.grey p {
	padding-top: 2px;
	padding-bottom: 2px;
}

.col3 .referenzen .box img {
	margin-top: -12px;
	border:none;
}

.col3 .referenzen .box a {
	text-decoration: none;
	color: #fff;
}

/* footer */
#footer {
	background-image: url(../../images/bdi/layout/bg_wrapper_footer.gif);
	padding-left: 20px;
	margin-bottom: -20px;
}

#footer .col {
	border-right: 1px solid #b2b7bb;
	width: 170px;
	float:left;
}

#footer .col ul  {
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#footer .col ul li {
	list-style:none;
	line-height: 1em;
	margin-left: -10px;
}

#footer .col ul li a {
	color: #868889;
	text-decoration: none;
	font-size: .65em;
}

#footer .col ul li a:hover {
	text-decoration: underline;
}

/* lastcol */
#footer .collast {
	border-right: 1px solid transparent;
	width: 170px;
	float:left;
}

#footer .collast ul  {
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: -10px;
}

#footer .collast ul li {
	list-style:none;
	line-height: 1em;
	margin-left: -10px;
}

#footer .collast ul li a {
	color: #868889;
	text-decoration: none;
	font-size: .65em;
}

#footer .collast ul li a:hover {
	text-decoration: underline;
}

/* address */
 .address {
	float:left;
	/*border: 1px solid transparent;*/
	width: 820px;
}

.address address {
	font-style:normal;
	font-size: .65em;
	color: #868889;
	text-align:right;
}

.address address a {
	color: #868889;
	text-decoration: underline;
}

.address address span.small {
	font-size: .8em;
}

#footerclose {
	background-image: url(../../images/bdi/layout/bg_wrapper_footer_bottom.gif);
	background-repeat:no-repeat;
	height: 20px;
	margin-bottom: 5px;
}


/* form wrapper */
div.formWrapper div  {
	border: 0px solid;
	width: 500px;
}
div.formWrapper div label {
	font-family: Arial,Verdana,sans-serif;
	font-size: 1em;
	float:left;
	width:130px
}
div.formWrapper input.text {
	font-family: Arial,Verdana,sans-serif;
	padding: 3px;
	font-size: 1em;
	width: 260px;
	border: 1px solid #ccc;
}
div.formWrapper textarea.text {
	font-family: Arial,Verdana,sans-serif;
	padding: 3px;
	font-size: 1em;
	width: 260px;
	border: 1px solid #ccc;
}
div.formWrapper select {
	font-family: Arial,Verdana,sans-serif;
	padding: 3px;
	font-size: 1em;
	width: 260px;
	border: 1px solid #ccc;
}
div.formWrapper input[type="submit"] {
  color: #2eaadc;
  border:none;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
  margin-left: 130px;
}
div.formWrapper input[type="reset"] {
  color: #2eaadc;
  border:none;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
}


}

@media print {
/*
================================================================================
MEDIA: PRINT
================================================================================
*/

/*
elements and global
========================================
*/


/* site */
#site {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

/* page */
#page {
	background-image: none;
}

#pageclose {
	display: none;
}

/* logo */
#page .logo p {
	margin-top: 0;
}

#page .logo img {
	display: none;
}

/* searchform */
.searchform {
	display: none;
}

/* fontcontrols */
#fontControls {
	display: none;
}

/* tools */
#tools {
	display: none;
}

/* siteimage */
#page .siteimage {
	display: none;
}

#page .siteimage #imagefade {
	display: none;
}

/* mainnavi */
.navi {
	display: none;
}

.
/* subnavi */
#subnavi {
	display: none;
}


/* metanavi */
#metanavi {
	display: none;
}

/* 3 cols content */
#page .col1 {
	display: none;
}

#page .col2 h1 {
	color: #2eaadc;
	font-size: 1.3em;
	font-weight:normal;
}

#page .col2 h1.headline {
	font-size: 1.4em;
}

#page .col2 h2 {
	color: #868889;
	font-size: .8em;
	font-weight:bold;
}

#page .col2 h3 {
	color: #55ab26;
	font-size: 1em;
	font-weight:normal;
}

/* col2text */
#page .col2text, #page .col3text {
	float:left;
	font-size: .65em;
	color: #373438;
}


#page .col2text a, #page .col3text a {
	color: #373438;
	text-decoration:underline;
}

#page .col2text h1, #page .col3text h1 {
	color: #2eaadc;
	font-size: 1.3em;
	font-weight:normal;
}

#page .col2text h2, #page .col3text h2 {
	color: #707070;
	margin-top: 10px;
	font-size: 1.2em;
}

#page .col2text h3, #page .col3text h3 {
	color: #707070;
	font-size: 1.1em;
}

#page .col2text h1.headline, #page .col3text h1.headline {
	font-size: 1.4em;
}

#page .col2text .breadcrumb, #page .col3text .breadcrumb {
	font-size: .8em;
}

#page .col2text .breadcrumb a, #page .col3text .breadcrumb a {
	font-size: 1em;
	text-decoration: none;
}

#page .col2text .breadcrumb a:hover, #page .col2text .breadcrumb a:hover {
	text-decoration: underline;
}

#page .col2text .tableblue th {
	background-color: #2eaadc;
	color: #fff;
	font-weight: normal;
	border-right: 1px solid #cbeaf6;
	text-align:left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	vertical-align: top;
}

#page .col2text  .tableblue {
	background:url(../../images/bdi/content/BDI_verlauf.gif) repeat-x;
	background-position: top;
}

#page .col2text  .tableblue td {
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	border-right: 1px solid #bec0c1;
	border-right: 1px solid #bec0c1;
	border-top: 1px solid #bec0c1;
}

#page .col2text  .tableblue td p {
	margin-top: 0px;
}

#page .col2text  .tableblue th.lastcol {
	border-right:none;
}


#page .col2text  .tableblue td.lastcol {
	border-right:none;
}

/* box references */
#page .col2text .references {
	width: 632px;
}

#page .references .box {
	float:left;
	margin-right: 23px;
	margin-top: -12px;
	margin-bottom: 0px;
}
#page .references .box p{
	line-height: 1em;
}

#page .references .box a {
	font-size: .9em;
	color: #373438;
	text-decoration:none;
}
#page .references .box a:hover {
	text-decoration:underline;
}

/* products boxes */
.products {
	display: none;
}

/* hotlinks boxes */
.hotlinks {
	display: none;
}

.col3 .hotlinks {
	display: none;
}

/* referenzen box right */
.col3 .referenzen {
	display: none;
}

/* footer */
#footer {
	display: none;
}

/* address */
 .address {
	display: none;
}

#footerclose {
	display: none;
}

}


