/*----------------------General Settings---------------------*/
.button {
	border-style: solid;
	border-width: 1px;
	border-color: #e28f8f #D54444 #A8090A;
	background-color: #C61112;
	color: white;
	text-align: center;
	padding: 2px 5px 3px;
	height: 22px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	cursor: pointer;
}

a:link, a:visited {
  color:#9B1C20;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: white;
}

/* -----------------------grid elements----------------------*/
#center {
	width: 975px;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	position:relative;
}

#top {
	position: relative;
	width: 975px;
	display: none;
	height: 0px;
}

#gray {
	background-image: url(/images/overlay.png);
	background-repeat: repeat;
	height: 100%;
	width: 975px;
	position: absolute;
	z-index: 90;
}

* html #gray {
	/* height: 0;
	overflow: hidden;*/
	min-height: 100%;
	filter:alpha(opacity=50);
}

/* -----------------------Headerbereich----------------------*/
#header {
	width: 100%;
	height: 125px;
}

#searchdiv, #search {
	position: absolute;
	top: 95px;
	margin-left: 7px;
	z-index: 98;
}

#logodiv {
	position: absolute;
	top: 77px;
	margin-left: 770px;
	z-index: 88;
	width:175px;
	height:45px;
	overflow:hidden;
	text-align:center;
}

#user {
	position: absolute;
	top: 105px;
	left: 1013px;
	z-index: 98
}

#user a {
	font-size: 11px;
	color: white;
	text-decoration: none;
	margin-left: 7px;
}

#innersearch img {
	cursor: pointer;
}

#innersearch input {
	float: left;
}

#searchfield {
	background-color: white;
	border: 1px solid #C61112;
	padding: 2px;
	width: 250px;
	margin: 0px 2px 0px 0px;
}

#extSearch {
	background-color: #9b1c20;
	position: absolute;
	z-index: 100;
	top: 90px;
	width: 673px;
	background-repeat: no-repeat;
}

.contentExtSearch {
	min-height: 50px;
	margin: 0px 0px 5px 0px;
	font-size: 1.5em;
	color: white;
}

/* -----------------------Runde Buttons----------------------- */

.gobutton {
	background:transparent;
	background-image: url(/images/button_go_up.png);
	width: 40px;
	height: 22px;
	border-style: none;
	border-width: 0px;
	
	color: white;
	text-align: center;
	padding: 2px 5px 3px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	cursor: pointer;
}

.clearbutton {
	background:transparent;
	background-image: url(/images/button_clear_up.png);
	width: 40px;
	height: 22px;
	border-style: none;
	border-width: 0px;
	
	color: white;
	text-align: center;
	padding: 2px 5px 3px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	cursor: pointer;
}

a.roundbutton {
	background: transparent url('/images/bg_button_right_up.png') no-repeat scroll top right;
	color: #fff;
	display: block;
	float: left;
	font: normal 11px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
}

a.roundbutton span {
	background: transparent url('/images/bg_button_left_up.png') no-repeat;
	display: block;
	line-height: 14px;
	padding: 4px 0 5px 10px;
	
	/* ie6 color fix */
	color: #fff;
} 

a.roundbutton:hover {
	background: transparent url('/images/bg_button_right_over.png') no-repeat scroll top right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.roundbutton:hover span {
	background: transparent url('/images/bg_button_left_over.png') no-repeat;
	color: white;
} 



/* -----------------------Advanced Search---------------------*/
#advsearchheading {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

#advsearchstring {
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #DD1917;
	width: 93%;
	background: white;
	position: absolute;
}

.advsearchtable {
	color: white;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

.advsearchtable td {
	vertical-align: top;
	padding: 0px 0px 5px 0px;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

.advinnersearchtable {
	color: white;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

.advinnersearchtable td {
	padding: 0px;
	vertical-align: middle;
}

.advsearchtable td.or {
	padding: 0px 5px;
	text-align: center;
}

.parttable td {
	vertical-align: middle;
	padding: 3px 3px 0px 0px;
}

.speedheading {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
}

.parttable input {
	padding: 0px;
	margin: 0px 2px 0px 0px;
	width: 13px;
	height: 13px;
	background-color: white;
}

.default h3 {
	margin: 0;
}

/*--------------------------ADV-Search NEW-------------------*/
#tabmenue {
	border-bottom: 1px solid white;
	padding-bottom: 1px;
	margin-top: 13px;
}

#helpclosebutton {
	float: right;
	position: relative;
	top: -27px;
}

#reiter1,#reiter2,#reiter3 {
	margin: 0px 5px 5px;
	background-color: #9b1c20;
	border: 1px solid white;
	padding: 5px 5px 5px 10px;
	border-top: 0px;
}

.reitButton {
	background-color: #7B1C20;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	color: white;
	cursor: pointer;
	height: 20px;
	margin: 5px 1px 0px 0px;
	position: relative;
	padding: 1px 8px 1px;
	font-size: 13px;
	display: inline;
}

.reitMarked {
	background-color: #9B1C20;
	border-color: white white #9B1C20;
}

/* ADD */

#tabmenue {
	float:left;
	margin-top:5px;
	border-bottom: none;
	padding:0 4px;
}

#tabmenue ul {
	margin:0;
	padding:10px 10px 0; 
	list-style:none;
}

#tabmenue li {
	float:left;
	background:url("/images/adv_right.gif") no-repeat right top; 
	margin:0 1px;
	padding:0;
	border:none;
	height: auto;
}

#tabmenue li:hover {
	background:url("/images/adv_right_hover.gif") no-repeat right top; 
}

#tabmenue span {
	display:block;
	background:url("/images/adv_left.gif") no-repeat left top;
	padding:6px 15px 4px; 
	margin:auto;
	text-align:center;
	text-decoration:none;
	font-size:12px;
}

#tabmenue span:hover {
	background:url("/images/adv_left_hover.gif") no-repeat left top;
}

#tabmenue li.reitMarked {
	background-image:url("/images/adv_right_on.gif");
}

#tabmenue .reitMarked span {
	background-image:url("/images/adv_left_on.gif");
	color:white;
	padding-bottom:5px;
	cursor:default;
}

#closeExtSearch {
	background:#9B1C20 url("/images/bg_adv.gif") repeat-x bottom; 
	float:left;
	width:663px;
	margin: 0 5px;
	display: inline;
}

#helpclosebutton {
	top:0;
	margin-top:4px;
}

#reiter1, #reiter2, #reiter3 {
	
}

/*-------------------------Navigation-------------------------*/

.clearer {
clear:both;
height:0;
overflow:hidden;
}

#nav .marked {
	background-image:url("/images/norm_right_on.gif");

	background-color: #e9e9e9;
	cursor: default;
	color: #b71516 !important;
	padding: 2px 10px 3px;
}

#nav .marked a {
	background-image:url("/images/norm_left_on.gif");
	color:#B71516;
	padding-bottom:4px;
}

#nav {
	background:#DAE0D2 url("/images/bg.gif") repeat-x bottom;
	width: 100%;
	background-color: #B71516;
	float:left;
}

#nav ul {
	margin:0;
	padding:2px 1px 0;
	list-style:none;
}

#nav li:hover.marked {
	background-image:url("/images/norm_right_on.gif");
}

#nav .marked a:hover {
	background-image:url("/images/norm_left_on.gif");
}

#nav ul li a:hover,
#nav ul li div.submenue:hover {
	background:url("/images/norm_left_hover.gif") no-repeat left top;
}

#nav ul li:hover {
	background:url("/images/norm_right_hover.gif") no-repeat right top;
}

#nav ul li {
	float: left;
	
	background:url("/images/norm_right.gif") no-repeat right top;

	padding: 0 !important;
	color: white;
	cursor: pointer;
	margin: 0 1px;
	position: relative;
}

#nav ul li a,
#nav ul li div.submenue {
	background:url("/images/norm_left.gif") no-repeat left top;
	/*padding:5px 15px;*/
	margin: auto;

	color: white;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 10px 3px;
	display: block;
	text-align: center;
}
#nav ul li div.submenue {
	text-align: left;
}

#nav ul li div.submenue div {
	text-align: center;
	font-size:12px;
}

#subjectArea, #bookshelf, #periodicTable {
	width: 115px;
	white-space: nowrap;
}

#nav #log {
	width: 90px;
	background-color: #9b1c20;
	border-right: 0px;
	float: right;
}

#nav #helpmenu {
	width: 75px;
	background-color: #9b1c20;
	float: right;
}

#nav #helpmenuSubMenu {
	width: 130px;
	margin:3px 0 0 -10px;
	border: 1px solid black;
	border-top: none;
	background-image: url(/images/help_bg.gif);
}
#nav #helpmenuSubMenu li.top {
	background-image: url(/images/help_bg_top.gif);
	height: 8px;
	cursor: default;
} 
#nav #helpmenuSubMenu li.top:hover {
	background-image:url(/images/help_bg_top.gif);
	background-color: #B71516;
}
#nav #helpmenuSubMenu li.bottom {
	background-image: url(/images/help_bg_bottom.gif);
	background-position: bottom;
	height: 5px;
	cursor: default;
} 
#nav #helpmenuSubMenu li.bottom:hover {
	background-image:url(/images/help_bg_bottom.gif);
	background-color: #B71516;
}

#nav #librariansSubMenu {
	margin:3px 0 0 -10px;
	border: 1px solid black;
	width:130px;
	border-top: none;
	background-image: url(/images/lib_bg.gif);
}
#nav #librariansSubMenu li.top {
	background-image: url(/images/lib_bg_top.gif);
	height: 8px;
	cursor: default;
} 
#nav #librariansSubMenu li.top:hover {
	background-image:url(/images/lib_bg_top.gif);
	background-color: #B71516;
}
#nav #librariansSubMenu li.bottom {
	background-image: url(/images/lib_bg_bottom.gif);
	background-position: bottom;
	height: 5px;
	cursor: default;
} 
#nav #librariansSubMenu li.bottom:hover {
	background-image:url(/images/lib_bg_bottom.gif);
	background-color: #B71516;
}

#nav #librarians {
	width: 132px;
	background-color: #9b1c20;
	float: right;
}

#nav ul li ul {
	position: absolute;
	/*border-top: 1px white solid;*/
	padding:0px 0px 0;
	margin:3px 0 0 -10px;
	display: none;
	width: 100%;
}

#nav ul li ul li {
	/*background-color: #9B1C20;*/
	width: 100%;
	margin:0;
	background-image:none;
}

#nav ul li ul li a {
	text-align: left;
	font-size: 11px;
	background-image:none;
}

#nav ul li ul li:hover{
	/*background-image:none;*/
	/*background-color: #B71516;*/
	background-image:url(/images/help_bg_hover.gif);
	background-repeat:repeat-y;

}
#nav ul li ul li a:hover  {
	background-image:none;
}

#login {
	display: none;
	position: absolute;
	z-index: 100;
	top: 161px;
	margin-left: 675px;
	width: 229px;
	height: 150px;
	padding: 5px;
	background-color: #9b1c20;
}

#login_close {
	text-align: right;
}

#loginbox {
	margin-top: 3px;
}

#login_password,#login_username {
	width: 223px;
	border: 1px solid #d41314;
	float: none;
	margin-top: 7px;
	background-color: white;
	display: block;
	padding: 2px;
}

#logincheck {
	float: left !important;
	background-color: #ee7d11;
	margin-top: 9px !important;
}

#checktext {
	float: left;
	margin-top: 8px 0px 0px 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

#login_submit {
	margin-top: 8px;
	float: right;
	text-align: right !important;
}

#loginbox img {
	text-align: right;
}

#loginlink {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 11px;
}

#intlogin {
	color: white;
	padding: 0;
	margin-right: 83px;
	text-decoration: underline;
	vertical-align: top;
}

#loginhelp {
	padding: 0;
	color: white;
	text-decoration: underline;
	vertical-align: top;
}

#info {
	padding: 3px 10px 0 12px;
	border: 0 !important;
	cursor: pointer;
}

#info:hover {
	background-color: #9b1c20;
}

#about {
	color: white;
	font: 12px Verdana;
}

table.books {
	border-collapse: collapse;
}

table.books tr th {
	border-bottom: 1px dotted #B71516;
	padding: 4px 0px 4px 4px;
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-align: left;
}

table.books tr td {
	border-bottom: 1px dotted #B71516;
	padding: 4px 4px 4px 0px;
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#bookoverview {
	padding: 0px 0px 0px 0px;
	color: #666666;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	background-color: white;
	border: 1px solid #B71516;
	width: 225px;
}

/*--------------------------Versionhinweis-----------------------------*/
#version {
	position: absolute;
	display: none;
	text-align: right;
	background-image: url(/images/design1/background2.png);
	background-repeat: repeat-y;
	height: 92px;
	margin: 40px 0 0 700px;
	padding: 4px;
}

#versionIn {
	background-color: #9b1c20;
	border: 1px solid white;
	color: white;
	height: 82px;
	padding: 4px;
}

#versionIn p {
	margin-top: 12px;
	text-align: center;
}

.newsdiv h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.newsdiv hr {
	margin-top: 15px;
}

.newsdiv {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

.newsdiv a{
  color:#9B1C20;
}

.newsdiv div {
	margin-left: 20px;
	margin-right: 10px;
}

.newsdiv p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.newsdiv ol {
	list-style: decimal;
	margin-left: 30px;
}

.newsdiv ul {
	list-style: disc;
	margin-left: 30px;
}

.newsdiv table {
	border-collapse: collapse;
}

.newsdiv th, .newsdiv td {
	padding: 3px;
	border: 1px solid;
}

.newsarchive {
	font-size: 12px;
}
/*--------------------------Content--------------------------*/
#content {
	width: 965px;
	padding: 5px;
	background-color: #E9E9E9;
	min-height: 450px;
	clear: both;
}

#contentLeft {
	float: left;
}

#buff {
	float: none;
}

/*-------------------------ContentLeft-Menue-------------------*/
#auswahl, .auswahl {
	width: 225px;
	border: 1px solid #B71516;
}

#auswahl ul, .auswahl ul {
	background-color: white;
	padding-left: 0 !important;
}

#auswahl li, .auswahl li {
	padding: 6px 0 3px 4px;
	border-bottom: 1px dotted #B71516;
}

#auswahl a, .auswahl a, #auswahl a:visited, .auswahl a:visited {
	color: #9B1C20;
}

#auswahl a:hover, .auswahl a:hover {
	color: #C91010;
	text-decoration: underline;
}

.books a, .books a:visited {
	color: #9B1C20;
}

.books a:hover {
	color: #C91010;
	text-decoration: underline;
}

.last {
	border: 0px none !important;
}

#auswahlSafety {
	margin-top: 11px;
}

#auswahlExtendedSA {
	margin-top: 6px;
}

#auswahlSafety ul li {
	border: 0px none !important;
}

#auswahlhelp li, .auswahlhelp li{
	padding: 2px 4px;
	border-bottom: none;
	margin-left: 10px;	
}

#auswahlhelp p, .auswahlhelp p {
	color: #9B1C20;
}

/*-------------------------ContentRight-Volltextsuche-------------------*/

#defaultSplitt {
	background-color: white;
	height: 488px;
	border: 1px solid #B71516;
	width: 731px;
	margin-left: 232px;
}

#defaultSplitt h2 {
	font-size: 18px;
	font-weight: bold;
}

#innersearch2 {
	margin-top: 5px;
	height: 22px;
}

#searchfield2 {
	background-color: white;
	border: 1px solid #C61112;
	padding: 2px;
	top: -5px;
	width: 250px;
	vertical-align: top;
	margin: 0px 2px 0px 0px;
}

.SearchfieldForCategory {
	background-color: white;
	border: 1px solid #C61112;
	padding: 2px;
	top: -5px;
	width: 400px;
	vertical-align: top;
	margin: 0px 2px 0px 0px;
}

.searchheading {
	margin:50px 5px 5px 0;
}

/*------------------------ContentRight-Vollebreite----------------------*/
#defaultFull {
	background-color: white;
	border: 1px solid #B71516;
}

/*-----------------------------bookshelfs-------------------------------*/
#bookshelfpic {
	margin-top: 30px;
}

/*-----------------------Content-Right(index.html)-----------------------*/
#txtMenu {
	background-color: white;
	border: 1px solid #b71516;
	display: none;
	margin-top: 5px;
	min-height: 460px;
	overflow: auto !important;
	padding: 2px;
}

#txtMenu ul {
	list-style-type: none;
}

#txtMenu li {
	padding-left: 15px;
}

#txtMenu a {
	color: #9B1C20;
}

#txtMenu a[href*=".pdf"] {
	color: #9B1C20;
}

#txtMenu a:hover {
	color:#C91010;
	text-decoration:underline;
}

#txtMenu h2 a,#txtMenu h2 {
	margin: 5px;
	font-size: 14px;
}

#rootline {
	background-color: white;
	border: 1px solid #b71516;
	display: none;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
}

#rootline a {
	color: #9B1C20;
}

#rootline a:hover {
	color:#C91010;
	text-decoration:underline;
}


/*-----------------------------Reach------------------------------------*/
#bigHazard table,#bigHazard tbody,#bigGHS table,#bigGHS tbody,#bigRoHS table,#bigRoHS tbody
	{
	border: 0px;
	padding: 0;
	vertical-align: top
}

/*-----------------------------ElementSystem----------------------------*/
#elementLeft {
	width: 225px;
	height: 488px;
}

#elementRight {
	background-color: white;
	min-height: 550px;
	border: 1px solid #B71516;
	width: 731px;
	margin-left: 232px;
}

#selectedElementSystems {
	color: red;
}

.black-text {
	color: black;
}

#contentPTExtSearch {
	margin-left: 20px;
}

/*-------------------------------Fu�zeile-------------------------------*/
#footer {
	margin-top: 2px;
	width: 100%;
}

#footer a,#footer p {
	margin-top: 3px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #copyspringer {
	text-align: left;
}

#footer #info2link {
	text-align: right;
}

#footerInfo {
	color:#999999;
	font-size:9px;
	margin-top:5px;
}

/*--------------------------Contact/Disclaimer...----------------------*/
#informations {
	min-height: 488px;
	padding: 4px;
}

.helpinformations p{
	margin-top: 7px;
	margin-bottom: 7px;
}

.helpinformations h1{
	margin-top: 7px;
	margin-bottom: 7px;
}

.helpinformations a {
	color: #9B1C20;
}

.helpinformations a:hover {
	color: #C91010;
}

.helpqueryoperators {
  font-style: italic;  
}

.helpqueryexamples {
  color: #000060;
  font-style: italic;
  font-weight: bold;
}

/*-------------------------------OTHERS---------------------------------*/
.search_about {
  margin-top: 10px;
}

.search_about a {
  color: #003366;
}

.search_titletext {
	color: #003366;
	text-align: center;
	margin-top: 15px;
}

.search_titletext a {
	color:#9B1C20;
}

#safety_names {
	margin: 0pt auto;
	text-align: left;
}
.titletext1 {
	font-weight: bold;
}

* html #marked, *+html #marked {
	padding-bottom: 5px;
	height: 30px;
	padding-top: 12px;
}

* html .button, *+html .button {
	padding: 2px 5px 2px;
}

#springermaterials {
	position: relative;
	top: -40px;
	left: 20px;
}

#springer_laboe {
	position: relative;
	top: 15px;
	left: 425px;
}

#hitoverview input {
	cursor: pointer;
}


.newbook .numbers {
	background-image: url("/images/new.png");
    background-position: right -2px;
    background-repeat: no-repeat;
}


* html .numbers {
	background-position: right -2px !important;
}

#searchPara {
	background-color: white;
	width: 95%;
	min-height: 520px;
	text-align: center;
}

#txtPara {
	background-color: #DDDDDD;
	padding: 10px;
	margin: 5px; /* Abstand der Boxen */
	width: 665px;
	display: none;
}

#extSearch2 input {
	border: 1px solid red;
}

.kontextlist {
	font-size: 9px;
}

.hitlink {
	width: 90%;
	color: #C91010;
}

.hitsource {
	color: #666666;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}

#txtMenu a.hitsource {
	color: #666666;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}

.hit {
	margin: 10px 0px 0px 0px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
}

.kontext {
	color: #c91010;
}

a.hitnavigation {
	color: #666666;
	font-size: 1em;
}

.stHit {
	color: red;
}

.stSelect {
	color: black;
	background-color: #bbd8ff;
	cursor: default;
}

.stEntry0 {
	color: black;
	background-color: white;
	text-align: left;
}

.stEntry1 {
	color: black;
	background-color: #eeeeee;
	text-align: left;
}

.stDiv {
	margin-top: 10px;
	color: #333333;
	font-size: 12px;
}

.stDiv input {
	border: 1px solid #dd1917;
}

.stInputBox {
	width: 630px;
	background-color: white;
}

.x-form-field-wrap {
	display: inline;
}

.searchfield {
	background-color: white;
	border: 1px solid #dd1917;
	padding: 2px;
	margin: 0px;
}

* html .mainContent {
	margin-left: 230px;
  width: 731px;
}

.mainContent {
	text-align: center;
	width: 733px;
	margin-left: 232px;
}

