#ImageList {
	width: 160px;
	display: block; 
}

#ImageList a {
	background-color: #e6e6e6; 
	margin: 1px; 
	padding: 1px 2px 1px 2px;
}

#ImageList a:active {
	background-color: #aaa;
}

#ImageList a:hover {
	background-color: #aaa;
}

#ImageList {
	display: none;
}

/* Global definitions */
html,body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

table {
	font-size: 11px;
	line-height: 16px;
}

fieldset {
	margin: 10px 20px 10px 0;
	padding: 10px;
}

legend {
	font-size: 12px;
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Listenformatierung */
.list {
	margin: 0;
	padding: 10px 20px 10px;
}

.list li {
	margin: 0 10px 8px;
}

#wrapper {
	position: absolute;
	height: 100%;
	min-height: 100%;
	width: 590px;
	display: table;
}

/*  ------------------  Kopfzeile  (anfang) ------------------  */
#kopfzeile {
	display: table-row;
	width: 1004px;
	height: 32px;
	background: #E6E6E6 url(seperator_h.gif) top left repeat-x;
	display:none;
}

/* Hilfsnavigation */
#hilfsnavigation {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 360px;
	font-size: 10px;
	line-height: 16px;
}

#hilfsnavigation a {
	padding: 0 4px 0;
	font-size: 10px;
	line-height: 16px;
}

#hilfsnavigation a:hover {
	color: #B0356A;
	text-decoration: underline;
	/*background: #fff;*/
}

/* Geschaeftsfeld-Reiter-Navigation */

* html #geschaeftsfeldreiternavigation {
	position: relative;
	top: 7px;
	left: 260px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
/*	display: table;*/
	display: none;
}

#geschaeftsfeldreiternavigation {
	position: relative;
	top: 7px;
	left: 260px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	display: table;
	display: none;
}

#klickpfad{
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	height:30px;
	border:0px solid #ff0000;
	text-align:right;
	}

#print a{
	font-size: 10px;
	line-height: 14px;
	color: #6f6f6f;
	text-decoration: underline;
	display:none
	}

#print a:hover{
		color: #B0356A;
	text-decoration: underline;
	}


* html #geschaeftsfeldreiternavigation a {
	vertical-align: top;
	text-align: center;
	display: table-cell;
	width: 120px;
	padding: 5px 5px 2px 5px;
	border-right: 1px solid #888;
}


#geschaeftsfeldreiternavigation a {
	vertical-align: top;
	text-align: center;
	display: table-cell;
	width: 120px;
	padding: 5px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #888;
}



* html #geschaeftsfeldreiternavigation .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	border-right: 0;
	padding: 5px;
	margin-left: -1px;
}


#geschaeftsfeldreiternavigation .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	border-right: 0;
	padding: 5px;
	margin-left: -1px;
}



#geschaeftsfeldreiternavigation a:hover {
	color: #B0356A;
	text-decoration: underline;
}

/* Suchbox */
#suchbox {
	position: absolute;
	top: 0px;
	padding-top: 7px;
	height: 32px;
	left: 803px;
	width: 201px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	background: url(seperator_v.gif) top right repeat-y;
}

#suchbox form {
	padding: 0;
	margin: 0;
}

#suchbox input,#suchbox select {
	vertical-align: middle;
	font-size: 10px;
	line-height: 14px;
	width: 80px;
}

#suchbox input {
	width: 60px;
}

#suchbox a {
	font-size: 10px;
	line-height: 14px;
	color: #6f6f6f;
	text-decoration: underline;
}

#suchbox a:hover{
	color: #b0356a;
	font-size: 10px;
	line-height: 14px;
	
}
/*  ------------------  Kopfzeile  (ende) ------------------  */
	/*  ------------------  Inhalt  (anfang) ------------------  */
#inhalt {
	display: table-row;
	width: 590px;
	
/*	background: #fff url(seperator_v.gif) top right repeat-y;*/
	
	padding-bottom: 20px;
	padding-right: 5px;

}

/* Hauptnavigation */
#hauptnavigation {
	padding-left: 180px;
	height: 38px;
	vertical-align: bottom;
	float: left;
	border: 0px solid #000000;
	display:none;
/*	border: 1px solid #FF0000;*/
}

#hauptnavigation .active {
	font-weight: bold;
	color: #000000;
}

#hauptnavigation td{
	text-align:center;
	vertical-align:bottom;
}

#hauptnavigation a{
	display: block; /* for all browsers except IE */
	padding: 2px 8px 2px 8px; 
	margin: 2px 2px 2px 2px;
	color: #6F6F6F;
	background: #fff;
	text-decoration: none;
	display: inline-block; /* for IE only */
}
	

#subnavigation a:visited {
	display: block; /* for all browsers except IE */
	padding: 2px 16px; 
	margin: 2px 0px;
	color: #6F6F6F;
	background: #fff;
	text-decoration: none;
}


* html #subnavigation a:visited {
	display: inline-block; /* for IE only */
	margin: 0 -2px; /* to correct an IE border width bug */
}

#hauptnavigation a:hover {
	background: #e6e6e6;
}

#linkenavigationstrich {
border-bottom: 1px solid #e6e6e6;
}

/* linkenavigation */
#linkenavigation {
	width: 157px;
	clear: left;
	float: left;
	margin: 0px 0 0 6px;
	font-size: 11px;
	line-height: 16px;
	display:none;
}

#linkenavigation ul { /*border-top: 1px solid #e6e6e6;*/
	padding: 0 0 15px;
	margin: 0;
	list-style-type: none;
}

#linkenavigation li {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	display: block;
	background-color: #fff;
}

#linkenavigation a {
	padding: 3px 2px 3px 8px;
	display: block;
	color: #6F6F6F;
}

#linkenavigation a:hover {
	color: #6F6F6F;
	background-color: #AAAAAA;
}

#linkenavigation .active {
	background-color: #AAAAAA;
	font-weight: bold;
}

#linkenavigation .active a:hover {
	background-color: #AAAAAA;
}

#linkenavigation .active a {
	color: #000;
}

#linkenavigation .active ul a {
	color: #6F6F6F;
}

#linkenavigation .active ul {
	background-color: #AAAAAA;
	font-weight: normal;
	padding: 0;
}

#linkenavigation .active li {
	border-bottom: 1px solid #FFFFFF;
	background-color: #E6E6E6;
	font-size: 11px;
	line-height: 16px;
}

#linkenavigation .active ul .active a {
	color: #000;
}

#linkenavigation .active li a {
	padding-left: 16px;
}

.news {
border: 0px solid #FF0000;
margin: 0px 0px 0px 0px;
text-align:right;
}

.news a{
	color: #6f6f6f;
	text-decoration: underline;

	}

/* Boxnavigation */


* html #boxnavigation{
	width: 198px;
	float: right;
	padding-right:10px;
	display:none;
}

#boxnavigation{
	padding: 37px 0px 0 0;
	width: 198px;
	float: right;
	padding-right:18px;
	display:none;
/*	height: 39px;*/
}

#boxnavigationlast{
	border-top: #e6e6e6 1px solid;
}


#boxnavigation div {
	width: 198px;
	float: right;
	
}
		

#boxnavigation div {
	float: right;
	margin: 2px 0 2px;
	padding: 0 0 10px;
	display: table;
	font-size: 10px;
	line-height: 14px;
	color: #4c4c4c;
}

#boxnavigation div h3 {
	padding: 5px 0 3px;
	margin: 0;
	background: #fff;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #6f6f6f;
	display: block;
	border-top: #e6e6e6 1px solid;
/*	border:#ff0000 1px solid;*/
}

#boxnavigation div input {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	display: block;
	margin: 5px auto 5px;
}

#boxnavigation div a {
	clear: both;
}

#boxnavigation div a.right {
	margin: 5px 3px 0;
	text-decoration: underline;
	color: #6f6f6f;
}

#boxnavigation div a:hover {
	color: #b0356a;
}





#boxnavigation div a.left {
	margin: 5px 8px 0px 0px;
	text-decoration: underline;
	/*padding-left: 12px;*/
	color: #6f6f6f;
}

#boxnavigation div a.left:hover {
	color: #b0356a;
}

#boxnavigation div span {
	color: #6f6f6f;
	font-size: 10px;
	margin: 7px 0 7px;
	display: block;
}

/* Startseite */
.homepage_hr {

/*	border: 1px solid #779665;*/
	border: 1px solid #6f6f6f;
}

.homepage_headline_ebene0 {
	font-size: 18px;
	color: #b0356a;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	
}

.homepage_subline_ebene0 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

.homepage_subline_link_ebene0{
	width:757px;
	/*border: 0px solid #b0356a;*/
	text-align:right;
/*	position:relative;
	top:-16px;*/
	padding-bottom:3px;
		
}

.homepage_subline_link_ebene0 a{
	color: #6f6f6f;
	font-size: 10px;
	line-height: 14px;
	text-decoration: underline;
}


.homepage_subline_link_ebene0 a:hover{
	color: #B0356A;
	
}	

#homepage_geschaeftsfeld_headline_ebene0 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #6f6f6f;
	font-weight: bold;
}

#homepage_geschaeftsfeld_subline_ebene0 {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
	color: #6f6f6f;
}

#homepage_container {
	float: left;
	clear: left;
	width: 779px;
	background: #fff;
}

.homepage_left {
	float: left;
	clear: left;
	width: 59px;
	height: 210px;
	background: #fff;
	margin-top: 2px;
}

.homepage_sbu {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

.homepage_sbu h1 a img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


#FolderOverview {
	font-size: 12px;
	color: #000000;
}


/* Inhalt mit Navigation */ /* Inhalt ohne Navigation */
#inhaltohnenavigation {
	float: left;
	clear: left;
	border-top: 2px solid #f6f6f6;
	/*border-top: 2px solid #b0356a;*/
	margin-left: 6px;
	padding-top: 9px;
	width: 757px;
/*	border: 1px solid #FF0000;*/
}

* html #inhaltmitnavigation {
	float: left;
/*	border-top: 2px solid #f6f6f6;*/
/*	border: 1px solid #ff0000;*/
	/*border-top: 2px solid #b0356a;*/
	margin-left: 6px;
	padding-top: 38px;
	width: 592px;
}


#inhaltmitnavigation {
	float: left;
/*	border-top: 2px solid #f6f6f6;*/
/*	border: 1px solid #ff0000;*/
	border-top: 2px solid #b0356a;
	margin: 20px 0 0 12px;
	padding-top: 38px;
	width: 592px;
}

#inhaltohnenavigation h1,#inhaltmitnavigation h1 {
	font-size: 13px;
	padding: 5px 10px 5px;
	margin: 0;
	color: #b0356a;
}

#inhaltohnenavigation h2.Ebene0,#inhaltmitnavigation h2.Ebene0,#inhaltohnenavigation h2.Ebene1,#inhaltmitnavigation h2.Ebene1
	{
	font-size: 18px;
	color: #b0356a;
	padding: 0;
	margin: 10px 0 0;
	text-transform: uppercase;
	font-weight:normal;
}

#inhaltohnenavigation p.Ebene0,#inhaltmitnavigation p.Ebene0,#inhaltohnenavigation p.Ebene1,#inhaltmitnavigation p.Ebene1
	{
	margin: 3px 0 0px;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

#inhaltohnenavigation h2.Ebene3,#inhaltmitnavigation h2.Ebene3 {
	font-size: 14px;
	color: #b0356a;
	text-transform: uppercase;
	font-weight:normal;
	margin-bottom: 0px;
}

#inhaltohnenavigation h3.Ebene3,#inhaltmitnavigation h3.Ebene3 {
	font-size: 12px;
	color: #779665;
	text-transform: uppercase;
	margin-top:6px;
}

#inhaltohnenavigation h2.Ebene4,#inhaltmitnavigation h2.Ebene4 {
	font-size: 14px;
	color: #b0356a;
	text-transform: uppercase;
	font-weight:normal;
		margin-bottom: 0px;
}

#inhaltohnenavigation h2.Ebene5,#inhaltmitnavigation h2.Ebene5 {
	font-size: 14px;
	color: #b0356a;
	text-transform: uppercase;
	font-weight:normal;
		margin-bottom: 0px;
}

#inhaltohnenavigation h3.Ebene4,#inhaltmitnavigation h3.Ebene4 {
	font-size: 12px;
	color: #779665;
	text-transform: uppercase;
	margin-top:6px;
}

#inhaltohnenavigation span.Ebene4,#inhaltmitnavigation span.Ebene4 {
	font-size: 12px;
	color: #000000;
}



#inhaltohnenavigation span.Ebene3,#inhaltmitnavigation span.Ebene3 {
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}

#tabwrapper{
width: 590px;
float: left;
margin: 2px 0 0px 0px;
background-color: #fff;
font-size: 11px;
line-height: 16px; 
min-height:370px;
display:table;
}

/*
#inhaltohnenavigation h2,
#inhaltmitnavigation h2 {
font-size: 18px;
color: #b0356a;
padding: 0;
margin: 10px 0 0;
text-transform:uppercase;
}
*/
#inhaltmitnavigation h3 {
	color: #779665;
	font-weight: normal;
	font-size: 15px;
	margin: 10px 0 15px;
}

#inhaltmitnavigation span {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 10px;
	display: block;
}


#inhaltohnenavigation hr,#inhaltmitnavigation hr {
	clear: both;
	border: 2px solid #6f6f6f;
	/*border: 2px solid #779665;*/
	margin-top: 0px;
}

/* Produktdokument */
#produktbox {
	width: 590px;
	float: left;
	margin: 2px 0 5px 0px;
	background-color: #fff;
	font-size: 11px;
	line-height: 16px;
/*	border-bottom: 0px solid #6f6f6f;*/
	border-bottom: 2px solid #779665;

/*border: 1px solid #0000ff;*/

}
/* can be removed after complete caching */
#Tab1,#Tab2 ,#Tab3 ,#Tab4 ,#Tab5   {
	border: 1px solid #e6e6e6;
/*	border: 1px solid #ff0000;*/


}



  #TabV1 {
	border: 1px solid #e6e6e6;
/*	border: 1px solid #ff0000;*/

float: left;width:418px; position: relative; left:7px
}



#TabV2,#TabV3,#TabV4,#TabV5 {
	border: 1px solid #e6e6e6;
/*	border: 1px solid #ff0000;*/

float: left;width:418px; position: relative; left:7px
}


#TabLast
{
  	float: left; height:230px; width:1px; position: relative; left:7px;border: 0px solid #779665;
}
/* can be removed after complete caching */
#Tab1 span,#Tab2 span,#Tab3 span,#Tab4 span,#Tab5 span {
	margin: 10px 0px 0px 12px;
}



.inhaltsbox {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: #e6e6e6;
	font-size: 9px;
	width: 418px;
	height: 20px;
	/*border: 1px solid #00ff00;*/
	
	
	
	
}

.inhaltsboxlist {
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
}

* html .inhaltsbox li {
	display: inline;
	/*float: left;
background: url(seperator_v.gif) top left no-repeat; */
	border-right: 1px solid #c0c0c0;
	padding: 3px 6px 3px;
	height: 20px;
}

.inhaltsbox li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding: 6px 6px 3px 0px;
/*	padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	height: 20px;
	border: 0px solid #ff0000;
	
	
}

* html .inhaltsbox .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	padding: 3px 10px 3px 4px;
	border-right: 0;
	height: 20px;
}

.inhaltsbox .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	padding: 3px 10px 6px 4px;
	border-right: 0;
	height: 20px;
}



* html .inhaltsboxL2 {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #e6e6e6;
	font-size: 9px;
	width: 596px;
	height: 20px;
}

.inhaltsboxL2 {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #e6e6e6;
	font-size: 9px;
	width: 596px;
	height: 20px;
}

* html .notsolarge {
	width:596px;
}

.notsolarge {
	width: 596px;
	}


* html .large {
	width: 598px;
	border: 0px solid #ff0000;
}


.large {
	width: 757px;
	border: 0px solid #ff0000;
}


* html .inhaltsboxwide {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #e6e6e6;
	font-size: 9px;
	width: 757px;
	height: 20px;
	border: 0px solid #ff0000;
}


.inhaltsboxwide {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #e6e6e6;
	font-size: 9px;
	width: 755px;
	height: 20px;
	border: 0px solid #ff0000;
}



* html .inhaltsboxL2 li {
	display: inline;
	/*float: left;
background: url(seperator_v.gif) top left no-repeat; */
	border-right: 1px solid #c0c0c0;
	padding: 3px 6px 3px;
	height: 20px;
	border: 0px solid #ff0000;
}

.inhaltsboxL2 li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding: 6px 6px 3px;
	height: 20px;
	border: 0px solid #ff0000;
	
}


.inhaltsbox li a:hover {
	color: #B0356A;
	text-decoration: underline;
}

.inhaltsboxL2 li a:hover {
	color: #B0356A;
	text-decoration: underline;
}

#filter a {
	text-decoration: underline;
		}


#filter a:hover {
	color: #B0356A;
		}

* html .inhaltsboxwide li {
	display: inline;
	/*float: left;
background: url(seperator_v.gif) top left no-repeat; */
	border-right: 1px solid #c0c0c0;
	padding: 3px 6px 3px;
	height: 20px;
	border: 0px solid #ff0000;
}

.inhaltsboxwide li {
	display: inline;
	/*float: left;
background: url(seperator_v.gif) top left no-repeat; */
	border-right: 1px solid #c0c0c0;
	padding: 6px 6px 3px;
	height: 20px;
	border: 0px solid #ff0000;
}


.inhaltsboxwide li a:hover {
	color: #B0356A;
	text-decoration: underline;
}


* html .inhaltsboxL2 .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	padding: 3px 10px 3px 4px;
	border-right: 0;
	height: 20px;
		border: 0px solid #ff0000;
}



.inhaltsboxL2 .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	padding: 2px 10px 6px 4px;
	border-right: 0;
	height: 20px;
		border: 0px solid #ff0000;
}


.inhaltsboxwide .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	padding: 2px 10px 6px 4px;
	border-right: 0;
	height: 20px;
}

* html .inhaltsboxwide .active {
	background: #fff url(seperator_v.gif) top right no-repeat;
	padding: 3px 10px 3px 4px;
	border-right: 0;
	height: 20px;
}

#Image
{
		clear: left;
	float: left;
	position: absolute;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border:1px solid #e6e6e6;
}

* html #Imageproduct
{	

	clear: left;
	float: left;
	position: absolute;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border:1px solid #e6e6e6;
}
	
#Imageproduct
{	

	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border:1px solid #e6e6e6;
}
	
/*
#produktbox img {
	clear: left;
	float: left;
	position: absolute;
	margin: 0px 10px 0px 0px;
	padding: 0;
	border:1px solid #e6e6e6;
}*/

#produktbox div {
	float: right;
	clear: right;
	display: block;
	margin: 0;	
	padding: 0;
	font-size: 9px;
	width: 418px;
	background-color: #fff;
	color: #000;
}


.produktbox_ImageSubline_single {
	margin-top: 160px;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
}
/* can be removed after complete caching */
.produktbox_user_actions {
	color: #6f6f6f;
	font-size: 10px;
	line-height: 14px;
	display: none;
}

.produktbox_user_actionsV2 {
	color: #6f6f6f;
	font-size: 10px;
	line-height: 14px;
	display: none;
	border-top: 2px solid #779665;
}

* html .produktbox_user_actionsV2 {
	color: #6f6f6f;
	font-size: 10px;
	line-height: 14px;
	display: none;
	border-top: 3px solid #779665;

}

.produktbox_user_actionsV2 a {
	text-decoration: underline;
	font-size: 11px;
	line-height: 16px;
}


.downloads {
	margin: 0px 0px 0px 10px;
	padding: 5px 10px 10px 0;
	/*list-style-type: none;*/
/*	display: table;*/
	font-size: 11px;
}

.downloads a:hover {
	color: #B0356A;
	text-decoration: underline;
}
/*
.downloads li {
	display: table-row;
}
*/
.downloads .left a {
	padding: 0 0 8px 20px;
	display: block;
}

.downloads .left {
	clear: both;
	width: 260px;
}

.downloads .right {
	text-align: right;
	width: 130px;
}

/*  Stellenmarkt */
#stellenmarktbox {
	width: 590px;
	float: left;
	margin: 2px 0 0 2px;
	background-color: #fff;
	font-size: 11px;
	line-height: 16px;
	height: 180px;
}

#stellenmarktbox select {
	width: 270px;
	float: left;
	font-size: 11px;
	line-height: 16px;
}

#stellenmarktbox label {
	margin-left: 10px;
	width: 120px;
	float: left;
}

.stellenmarktname {
	width: 350px;
}

.stellenmarktort {
	width: 230px;
}

/*  ------------------  Content  (ende) ------------------  */
	/*  ------------------  Fusszeile (anfang) ------------------  */
#fusszeile {
	display: table-row;
	width: 1004px;
	height: 35px;
	background: url(seperator_h.gif) top left repeat-x;
	font-size: 10px;
	line-height: 14px;
	display:none;
}

#fusszeilespezial {
	float: right;
	width: 5px;
	height: 5px;
	background: url(seperator_c.gif) top left no-repeat;
}

#fusszeilelinks {
	padding: 15px 10px 0;
	float: left;
	clear: right;
}

#fusszeilelinks a {
	padding: 0 4px 0;
}

#fusszeilelinks a:hover { /*background-color: #fff;*/
	color: #B0356A;
	text-decoration: underline;
}

#fusszeilecopyright {
	padding: 15px 5px 0;
	float: right;
	font-size: 10px;
	line-height: 14px;
}

#popupcopyright {
	display:none;
}

/*  ------------------  Fusszeile (ende) ------------------  */
	/*  ------------------  Startseite (anfang) ------------------  */
#startseitehintergrund {
	width: 100%;
	height: 100%;
}

#startseiteunternehmen {
	float: left;
	margin: 2px 0 0;
	padding: 90px 0 0 70px;
	width: 649px;
	height: 120px;
	background: url(hp_image_company.jpg) top left no-repeat;
	color: #b85a76;
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #E6E6E6;
	border-bottom: 3px solid #E6E6E6;
}

#startseiteunternehmen a {
	color: #8a8a8a;
	font-size: 12px;
	line-height: 17px;
}

#startseiteunternehmen a:hover {
	text-decoration: underline;
}

/*  ------------------  Startseite (ende) ------------------  */
	/*  ------------------ Sonstiges (anfang) -----------------  */
* html #logo {
	margin: 0px 0 0 445px;
	
}

#logo {
	margin: 0px 0 0 445px;
	border:none;	
	
}


/*  ------------------ Sonstiges (ende) -----------------  */ /* alt */
	/* Homepage-Styles */
.innovation {
	float: left;
	width: 360px;
}

.showcase,.innovation_2 {
	float: left;
	width: 280px;
}

.showcase {
	height: 160px;
}

.showcase img,.innovation img,.innovation_2 img {
	float: left;
}

.showcase img {
	border: 1px solid #e6e6e6;
}

.innovation span {
	float: right;
	margin-right: 30px;
	width: 170px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

.innovation_2 span {
	float: right;
	margin-right: 10px;
	width: 120px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

.showcase span {
	float: right;
	margin-right: 10px;
	width: 140px;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

.showcaseHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	padding-left: 7px;
}

.showcaseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-left: 7px;
}

.showcase a:hover {
	text-decoration: underline;
}

.middle {
	margin: 0 47px 0;
}

/* Styles for Sub-Homepages */
.sbu {
	width: 779px;
	color: #92AB7E;
}

.bu {
	width: 600px;
}

.bu h1 {
	font-size: 13px;
	padding: 5px 10px 5px;
	margin: 0;
	color: #B85A76;
}

/* Styles for content */
#inner_container {
	float: right;
	width: 601px;
}

#inner_container a:hover {
	color: #92004f;
}

#inner_container p {
	padding: 0 5px 10px;
	margin: 10px 0 0;
}

#inner_container div div p a {
	padding-left: 8px;
	background: url(arrow.jpg) 0 4px no-repeat;
	text-decoration: underline;
}


* html .boxwide {
	width: 757px;
	float: left;
	margin: 3px 0 0;
	border: 0px solid #ff0000;
}

.boxwide {
	width: 757px;
	float: left;
	margin: 3px 0 0;
	border: 0px solid #ff0000;
}


.box {
	width: 598px;
	/*width: 295px;*/
	float: left;
	margin: 3px 0 0;
}

.box div, .boxwide div {
	border: 1px solid #e6e6e6;

	height: 100px;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	/*background: url(seperator_h.gif) top left repeat-x;*/
}

.headline { /*display: table;*/
	display: block;
}

.box div img, boxwide div img {
	float: left;
	margin: 10px 5px 5px 0;
}

.box h2, boxwide h2 {
	padding: 2px 3px 2px;
	margin: 0;
	display: block;
	color: #000;
	font-size: 12px;
	background: #fff;
}

.box h3,.box h4 {
	padding: 3px;
	margin: 0 0 0 10px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	display: block;
}

.boxwide h3,.boxwide h4 {
	padding: 3px;
	margin: 0 0 0 10px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
	display: block;
}

.box span a, .boxwide span a {
	color: #4c4c4c;
	text-decoration: underline;
}

.box div span, .boxwide div span{
	font-size: 10px;
	line-height: 14px;
	margin: 7px;
	width: 160px;
	display: table;
	float: left;
}

#TabL1, #TabL2, #TabL3, #TabL4, #TabL5, #TabL6, #TabL7
{
	width:598px;
}

#TabWideL1, #TabWideL2, #TabWideL3, #TabWideL4, #TabWideL5, #TabWideL6, #TabWideL7
{
	width:755px;
}

#BoxLinkEbene
{
	float: left;
}


#BoxLinkEbene a
{
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 10px;
	
	}

#BoxLinkEbene a:hover
{
	color: #b0356a;
	text-decoration: underline;
	font-size: 10px;
	
	}


.type_pdf {
	background: url(icon_pdf.gif) 0 0 no-repeat;
}


/* References Templates */

#references{
	/*margin: 10px 0 0 0;*/
	border-top: 2px solid #e6e6e6;
	padding: 10px 0 10px 0;
	}

#referencesfirst{
	/*margin: 10px 0 0 0;*/
	border-top: 0px solid #e6e6e6;
	padding: 10px 0 10px 0;
	}

#references strong,#referencesfirst strong {
color: #AAAAAA;
}

#references a,#referencesfirst a{
	color: #4c4c4c;
	text-decoration: underline;
	font-size: 10px;
	line-height: 14px;
	
}
#references a:hover,#referencesfirst a:hover {
	color: #92004f;
}

#referencesmore
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}



/* Footer-Styles */ /* Style-hacks for IE */
* html #content { /* no-min-width hack */ /*height: 90%;*/
	
}

* html #searchbox select {
	width: 80px;
}

* html #toplevelnavigation a {
	width: 130px;
}

* html .wide {
	margin: 0 4px 0 0;
}

* html #homepage_company {
	width: 719px;
	height: 210px;
}

* html .sbu {
	padding: 0;
}

* html #inner_container span {
	padding-bottom: 7px;
}

* html .boxes div input {
	margin-left: 7px;
}

* html .box {
	width: 295px;
}



* html .downloads .left a {
	display: inline;
}

#imageLupeVisible { 
	display: none;
} 

#imageLupeVisible a{ 
	display: none;
}

#imageLupeNotVisible { 
	display:none;
} 

