@charset "utf-8";
#hauptrahmen {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 880px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
.logo_kopfzeile {
	margin-top: 5px;
	margin-left: 5px;
	height: 60px;
	width: 129px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFED00;
	float: left;
	border-top-left-radius: 10px;
}
.kopfzeile { /*mit Detector Readout Systems-Beschriftung*/
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 855px;
	height: 50px;
	background-color: #FFED00;
	text-align: right;
	color: #000000;
	font-size: xx-large;
	padding-top: 20px;
	padding-right: 20px;
	text-shadow: 2px 2px 5px #979797;
	border-top-right-radius: 10px;
}
.navigation_1 { /*obere Navigation "start"*/
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	height: 40px;
	width: 954px;
	background-color: #FFED00;
	font-size: 20px;
	padding-left: 60px;
}
.navigation_1 ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.navigation_1 li.topmenu {
	float: left;
	padding-left: 10px;
}
.topmenu a {
	float: left;
	width: 140px;
	text-align: center;
}
.topmenu ul {
	display:none;
}
.topmenu a, .submenu a {
	padding: 1px 5px;
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
}
.submenu a {
	font-size: 12px;
	width: 100px;
	position: relative;
	right: 20px;
	clear:both;
}
.submenu a:hover {
	background-color: #000000;
	color:#FFED00;
}
.topmenu a:hover {
	color: #FFED00;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.topmenu:hover ul { /*obere Navigation "ende"*/
	display:block;
	z-index:500;
}
.breadcrumb { /*schwarze Leiste unter der Navigation*/
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 1004px;
	height: 28px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 10px;
	font-size: small;
	line-height: 28px;
}
.breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:hover  {
	color: #FFED00;
}
.uebercontainer {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 1014px;
	height: 695px;
	margin-right: 5px;
}
.untercontainer {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 75%;
	height: 685px;
	margin-bottom: 5px;
	overflow-y: auto;
	text-align: left;

}

.untercontainer_full_width {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 98.87654321%;
	height: 685px;
	margin-bottom: 5px;
	overflow-y: auto;
	text-align: left;

}
.productlist a:hover {
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-weight: bold;
}

.productlist_top {
    text-align: right;
    float: right;
    padding-right: 10px;
}

.untercontainer_mesycontrol  {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 75%;
	height: 685px;
	margin-bottom: 5px;
	overflow-y: scroll;
}
.untercontainer_nuclear_physics {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 75%;
	height: 735px;
	margin-bottom: 5px;
	overflow-y: scroll;
}
.untercontainer_prodcuts {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 75%;
	height: 685px;
	margin-bottom: 5px;
	overflow-y: auto;
}
.untercontainer_prodcutlist {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 75%;
	height: 685px;
	margin-bottom: 5px;
	overflow-y: scroll;
}
.infobox { /*gelbe Leiste auf der linken Seite*/
	float: left;
	width: 22%;
	height: 685px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFED00;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: auto;
}
.new_products { /*Inhalt der Infobox auf den Seiten Home, products, nuclear physics, neutron scattering*/
  margin-top: 10px;
  padding-bottom: 5px;
  height: 580px;
  font-size: small;
}

.new_products a {
	text-decoration: none;
	color: #000000;
}

.new_products ul {
  padding-left: 1.5em;

}

.new_products a:hover {
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-weight: bold;
}

.shortform_catalogue   { /*Button für den Shortform Catalogue "start"*/
	float: left;
	display: block;
	width: 190px;
	height: auto;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-size: small;
	margin-left: 15px;
	padding-bottom: 5px;
}

.shortform_catalogue:hover { /*Button für den Shortform Catalogue "ende"*/
	color: #FFED00;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

.buttons_startseite a { /*2 gelbe Buttons auf Startseite Nuclear und Neutron "start"*/
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: x-large;
	padding-top: 5px;
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
}

.buttons_startseite {
	width: 60%;
	margin-left: 20%;
	text-align: center;
	position: absolute;
	bottom: 0;
	/* [disabled]clear: none; */
}

.buttons_startseite a:hover { /*2 gelbe Buttons auf Startseite Nuclear und Neutron "ende"*/
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #000000;	
}

.buttons_firmware_updates a { /*3 gelbe Buttons auf Seite firmware updates "start"*/
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: x-large;
	padding-top: 5px;
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
}

.buttons_firmware_updates {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.buttons_firmware_updates a:hover { /*2 gelbe Buttons auf Startseite Nuclear und Neutron "ende"*/
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #000000;	
	
}
.ueberschrift_tabelle { /*auf der Produktlisten-Seite*/
	text-align: center;
	font-weight: bold;
	background-color: #FFED00;
}
.uebercontainer .untercontainer_nuclear_physics table { /*Tabelle Produktliste*/
	border: thin solid #000000;
}
.geraete_tabelle { /*Klickfunktion für das Anklicken der Gerätenamen in einer Tabelle "start"*/
	text-decoration: underline;
	color: #000000;
}
.geraete_tabelle:hover { /*Klickfunktion für das Anklicken der Gerätenamen in einer Tabelle "ende"*/
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-weight: bold;
}
.newsbox { /*auf der Startseite*/
	float: left;
	width: 99%;
	height: 75px;
  line-height: 75px;
	border: thin solid #000000;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: large;
  text-align:center;
  vertical-align: middle;
}
.newsbox a {
	color: #000000;
  font-size: medium;
}
.newsbox a:hover {
	background-color: #FFED00;
}


.spalten { /*die zwei Spalten Nuclear und Neutron auf der Startseite*/
	float: left;
	width: 49%;
	height: 515px;
	border: thin solid #000000;
	border-radius: 5px;
	margin-left: 5px;
	font-size: small;
	overflow-y: hidden;
	position: relative;

}
.untercontainer .spalten .bild_startseite {
	height: 280px;
	margin-top: 20px;
}

.rahmen_fusszeile { /*iframe-Rahmen für die Fusszeile*/
  float: left;
  width: 1014px;
  margin-left: 5px;
  margin-right: 5px;
  height: 39px;
  margin-top: 5px;
}
.untercontainer .kategorien a { /*Rahmen in dem sich die Produktkategorien befinden "start"*/
	text-decoration: none;
	color: #000000;
	font-size: small;
	text-align: left;
}
.untercontainer .kategorien a:hover  { /*Rahmen in dem sich die Produktkategorien befinden "ende"*/
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-weight: bold;
}


.untercontainer .kategorien .gerätebilder_kategorien a {
	text-decoration: none;
	color: #000000;
	font-size: small;
	text-align: left;
}
.untercontainer .kategorien .gerätebilder_kategorien a:hover  {
  font-weight: bold;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: #FFFFFF;
  }
  
  .untercontainer .kategorien_neutron_scattering .gerätebilder_kategorien a {
	text-decoration: none;
	color: #000000;
	font-size: small;
	text-align: left;
}
.untercontainer .kategorien_neutron_scattering .gerätebilder_kategorien a:hover  {
  font-weight: bold;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: #FFFFFF;
}





.kategorien { /*Rahmen der Produktkategorien Nuclear*/
	float: left;
	width: 28%;
	height: 189px;
	margin-left: 10px;
	margin-top: 10px;
	border: thin solid #000000;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
	overflow-y: auto;
}
.kategorien_neutron_scattering { /*Rahmen der Produktkategorien Neutron*/
	float: left;
	width: 28%;
	height: 240px;
	margin-left: 10px;
	margin-top: 10px;
	border: thin solid #000000;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: small;
}
.gerätebilder_kategorien {
	float: right;
	width: 70px;
	height: 180px;
	text-align: center;
}
.productinfo { /*kurze Produktbeschreibnung*/
	width: 100%;
	height: 100px;
	float: left;
	font-size: small;
	overflow-y: auto;
}
.features { /*Rahmen für Features der Geräte*/
	float: left;
	height: 585px;
	width: 50%;
	font-size: small;
}	
.technical_data { /*zusätzliche Gerätebeschreibung*/
	float: left;
	width: 100%;
}
.gerätebild { /*Rahmen für die Gerätebilder*/
	float: left;
	width: 50%;
	height: 585px;
	text-align: center;
}
.related_news { /*gelbe Box links auf den Geräteseiten*/
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 450px;
	margin-bottom: 10px;
	font-size: small;
	overflow-y: auto;
}
.contact { /*Rahmen für Kontaktdaten*/
	width: 350px;
	height: 350px;
	text-align: center;
	padding-top: 20px;
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	margin-left: 330px;
	margin-right: 330px;
	margin-top: 150px;
	margin-bottom: 140px;
}
.sales_network { /*Rahmen für Sales Network Info*/
	float: left;
	width: 100%;
	height: 55px;
	text-align: center;
	padding-top: 5px;
	font-size: small;
}
.sales_network_distributors { /*gelbe Kästen der jeweiligen Distributoren*/
	float: left;
	width: 30%;
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 290px;
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-size: small;
}
.firmenlogos { /*Rahmen für die Firmenlogos in verschiedenen Größen*/
	float: right;
	width: 150px;
	height: 50px;
	text-align: right;
}
.firmenlogos2 { /*Rahmen für die Firmenlogos in verschiedenen Größen*/
	float: right;
	width: 100px;
	height: 50px;
	text-align: right;
}
.firmenlogos3 { /*Rahmen für die Firmenlogos in verschiedenen Größen*/
	float: right;
	width: 60px;
	height: 50px;
	text-align: right;
	margin-right: 20px;
}
.impressum { /*Rahmen für die Impressum-Daten*/
	width: 450px;
	height: 420px;
	text-align: center;
	padding-top: 20px;
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	margin-left: 260px;
	margin-right: 260px;
	margin-top: 115px;
	margin-bottom: 115px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.navigation_2 { /*Navigation in der Fusszeile (Impressum, sitemap) "start"*/
	float: left;
	width: 550px;
	height: 25px;
	padding-top: 5px;
	background-color: #FFED00;
	border-bottom-left-radius: 10px;
	display: block;
	padding-left: 20px;
}
.navigation_2 a {
	display: block;
	/* width: 80px; */
	float: left;
	margin-right: 20px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.navigation_2 a:hover  { /*Navigation in der Fusszeile (Impressum, sitemap) "ende"*/
	color: #FFED00;
	background-color: #000000;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.fusszeile { /*Zwischenbereich in der Fusszeile mit dem Copyright-Hinweis*/
	width: 398px;
	float: left;
	height: 25px;
	text-align: right;
	padding-right: 15px;
	background-color: #FFED00;
	font-size: small;
	padding-top: 5px;
}
.ecke { /*Rahmen für die schwarze Ecke in der Fusszeile*/
	float: left;
	width: 30px;
	height: 30px;
	background-color: #FFED00;
}
.buttons_links_2 { /*Buttons Links in der Gerätebeschreibung (Productlist, Accessories, Options, Datasheet) "start"*/
	float: left;
	width: 100%;
	text-align: left;
}
.buttons_links_2 a {
	text-decoration: none;
	display: block;
	width: 125px;
	height: 18px;
	padding-top: 2px;
	font-size: small;
	text-align: center;
	margin-left: 50px;
	background-color: #000000;
	color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 5px 0px #979797;
	box-shadow: 2px 2px 5px 0px #979797;
	float: left;
	margin-top: 5px;
}
.buttons_links_2 a:hover  { /*Buttons Links in der Gerätebeschreibung (Productlist, Accessories, Options, Datasheet) "ende"*/
	color: #FFED00;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.support_buttons a {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
}
.support_buttons a:hover {
	color: #FFED00;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.fusszeile a {
}
.kategorien_neutron_scattering a   {
	color: #000000;
	font-size: small;
	text-align: left;
	text-decoration: none;
}
.kategorien_neutron_scattering a:hover {
	font-weight: bold;
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
}
/*
.uebercontainer .untercontainer table {
	margin-left: 30px;
}
*/
.image_with_shadow {
  -webkit-box-shadow: 3px 3px 3px #000000;
  box-shadow: 3px 3px 3px #000000;
}

.link_no_shadow a:hover {
  -webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

/*
.infobox_navigation_link a {
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
}
.infobox_navigation_link a:hover {
	color: #FFED00;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
*/

/* infobox content on the product-list page */
.infobox_navigation_links {
  margin-top: 10px;
  padding-bottom: 5px;
  height: 580px;
  font-size: small;
}

.infobox_navigation_links ul {
    margin-left: -2.0em;
}

.infobox_navigation_links a {
	text-decoration: none;
	color: #000000;
}

.infobox_navigation_links a:hover {
	background-color: #FFED00;
	-webkit-box-shadow: 2px 2px 5px #979797;
	box-shadow: 2px 2px 5px #979797;
	/* font-weight: bold; */
}
.Firmware_table {
	text-align: center;
}
