/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
* modified by Pascal Ngoc Phu Tu, SUB Hamburg, 2008-07-10
*/

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
/*	background-color: #eee; */

background:#b2b2b2;

	color: #333;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px; /*reset */
	text-align: center;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

td {
	width: auto!important;
}

form {
	margin: 0;
	background: #fff;
}

a {
	text-decoration: underline;
}

a:link {
	color: #0063A8;
}

a:active {
	color: #0063A8;
}

a:visited {
	color: #0063A8;
}

a:hover {
	background: #0063A8;
	color: white;
}

a.plain {
	text-decoration: none;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #FFFFFF;
	color: #000;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #eee;
	color: #333;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	line-height: 125%;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	clear:both;
	font-size:0.9em;
	text-align:center;
	border-right:1px solid #cecece;
	border-bottom:1px solid #cecece;
	border-left:1px solid #cecece;
	overflow:hidden;
/*	background: transparent url(../public/site/container_bg.gif) repeat-y scroll 0 0; */
}

#body{
	width:auto;
	margin:0 auto;
	background:#fff;
	border-top:1px solid #fff;
}
#header {
	padding: 0;
	margin: 0;
	background-color: #0063A8;
	color: #FFFFFF;
/*	border-bottom: 1px solid white; */
}

#headerTitle {
	text-align: left;
	margin: 0;
	padding: 0;
}

#header h1,
#header h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 100%;
	position:relative;
}

#header h1 img.logo1 {
	margin: 0;
	padding:0;
}

#header h2 img.logo2 {
	position:absolute;
	top:0.9em; /* sub-oh 20160405 wegen des neuen Logos */
	right:20px;
}

img#available {
	border:none;
}

a:hover.available {
	border:none;
	text-decoration:none;
	background:none;
}

#main {
	padding: 0;
	margin: 0 20px;
}

#notifier {
	float:right;
	margin: 1em 0px; /* sub-oh 20160405 Logo weiter anch rechts */
}

#notifier a:hover {
	background:#fff;
}

#content {
	margin: 4.2em 0px 30px;
	padding: 0;
	background:#fff;

}

#content h3 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.35em;
	border-bottom-width: medium;
	border-bottom-color: #cecece;
	border-bottom-style: double;
	color: #818181;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding: 0.75em 0 0 1em;
	font-weight: normal;
	font-size: 1.3em;
	color: #818181;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding: 0.75em 0 0 1em;
	font-weight: bold;
	font-size: 1em;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#content div#journalgallery {
	margin: 5em 0 0 0;
}

#content div#journalgallery div {
	border-bottom:1px solid #ccc;
	margin: 0 350px 0 0;
	padding: 10px 0px;
}

#content img#journalcovers {
	float: right;
	margin: 2em 20px 0 0;
}

#content ul {
	overflow: hidden;
	padding: 0 0 0 1.5em;
}

#content ul li {
	margin: 10px 0;
}

#content ul li div.articleinfo {
	width: 30em;
}

#content ul li div.articlelinks {
	margin: -1.5em 0 0 0;
	text-align: right;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#content ul li div.articlelinks a {
	white-space: nowrap;
	margin: 0 0 0 5px;
}

/**
 * Navigation bar
 */

#navbar {
	margin: 0;
	padding: 0px 0px 0px 20px;
	line-height: 180%;
	border-top: 1px solid #0063A8;
}

#navbar ul li {
	background: none;
}

#navbar a {
	color: #0063A8;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover, #navbar a.current {
	background: #fff;
	border-top: 2px solid #fff;
	border-right: 1px solid #0063A8;
	border-bottom: 1px solid #0063A8;
	border-left: 1px solid #0063A8;
}

#gjf {
/*	background:#ddd; */
}
/**
 * Breadcrumbs
 */

#breadcrumb {
	padding: 20px 10px 0px 30px;
	font-size: 80%;
	color: #818181;
	text-align:left;
}

#breadcrumb a {
	text-decoration: none;
	color: #818181;
}

#breadcrumb a:hover {
	color: #FFFFFF;
	background:#0063A8;
}

#breadcrumb a.current, #breadcrumb span.current {
	color:#333;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}

#mainfooter {
	background: #fff;
	/*padding: 20px 30px;*/
	border-top: 1px solid #ccc;
	text-align: center;
}
#mainfooter a:hover {
	background: none;
	padding: 0;
	margin:0;
	border-bottom:1px solid #ccc;
}

/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase; 
	white-space: nowrap;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table {
	background: #fff !important;
}

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.info, table.listing {
	table-layout: auto;
	width:auto;
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td span {
	padding: 0 !important;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

#journalgallery {
	margin: 0px auto;
	width:100%;
}

.journalthumb {
	float: left;
	text-align: center;
	margin: 20px;
}
/*
.journalgallery  h4, .journalgallery  p {
	display: inline;
}
 */
ul {
	list-style-image:url(../public/site/dot8x8_blue.gif);
}

/* listenpunkte werden nicht in allen browsern gleich angezeigt, deshalb werden sie hier ausgeschaltet. in den journal-stylesheets werden sie durch hintergrundbilder ersetzt*/
ul.bg-list-style {
	list-style-image: none;
	list-style-type: none;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	display: inline;
	white-space: nowrap;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu li a {
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	margin:0;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	margin-top: 1em;
	margin-bottom: 0.25em;
	margin-right: 50px;
	margin-left: 50px;
	padding: 0;
	border-bottom: 1px solid #cecece;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27;
	width: 505;
	z-index:1;
}

#logo img {
	border: 0; 
	margin: 80px 0 0 20px;
}

#logo a:hover {
	background: none;
}

img.footerImg{
	margin: 10px 5px;
	border: none;	
}

iframe {
    /*height: 90%;*/
    width: 98%;
}
#stabifooter { text-align: center; }

