﻿/* hide */

#pagetabs

{
	display: none;
}
h1 .actions {
	display:none;	
}

.myh1 .actions {
	display:none;	
}



/* Allgemeine Einstellungen */

* { margin:0; padding: 0; } /* alle Abstände auf Null setzen */
 /* option {padding-left: 0.4em}Korrektur Selectboxen */
html { height: 100% }  /* Scrollbalken FF und Mozilla erzwingen */
img {border:0; }


/* Positionierung der Hauptelemente, Container */
body { 
	min-height: 101%;	
	font-size: 100.01%;
	line-height:1.5em; 	
	background: #fff;		
	color: #000; 
	font-size: 75%; 
	font-family:Arial,Geneva,Tahoma,Helvetica,Verdana; 
	font-weight:normal;
} 
#wrap {
	margin: 0 0 0 3em;
	width: 50em;
	text-align:left;
	background: #fff;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#printHeader {
	clear: both;
	margin: 1em 2em 2em 0em ;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 0.8em;	
	display: none;
}
#content-normal{
	text-align: left;
}
#printFooter {
	clear: both;
	margin: 2em 2em 2em 0em ;
	padding-bottom: 1em;
	padding-top: 2em;
	text-align: left;
	color: #000;
	font-size: 0.8em;		
	display: none;
}
#printHeader a, #printFooter a{
	text-decoration: underline;
}
/* ie hack
* html #main-navigation {
	width:80em;
}
 */
.column-2{
	font-size: 0.9em;
}
.clear { visibility: hidden; clear: both;}
.clear-right { clear: right;}
.clear-left { clear: left;}
.clear-both { clear: both; }
.hidden { visibility: hidden; }

.list-table tr:hover, #list-filter-toggle  {
	background-color:#fff;
}
.list-table th, .list-table td {
	border:1px solid #dcdcdc;
}	
.list-header th a,
.list-table td a {
	color:#000;
	text-decoration: none;
}

tr.list-header, tr.list-header:hover {
	background:#fff;
	color:#fff;
}
.list-table .alt {
	background:#F8F8F8;
}
.list-footer {
	margin:0.5em 0;
}
/* list object */
.list-table {
	width:100%;
	background:#fff;
}
.list-table tr {
	border-bottom:1px solid #ddd;
}
.list-table th, .list-table td {
	color: #000;
	padding:0.2em 0.5em;
}


.float-right {
	float:right;
}

.float-left {
	float:left;
}

/*Textformatierungen */




p	{ margin: 0 0 1.5em 0.1em; line-height: 18px; }

.page-description {
	padding-bottom: 1em;
}

/* linkformatierung*/
a, a:link, a:visited {	color:#000; text-decoration:none; }
a:hover, a:active   {	color:#000; text-decoration:underline; }


/* Überschriften */

h1 {font-size: 1.2em; color: #000; margin: 2em 0 1em 0em; padding: 0 0 0 0; font-weight:bold; border-bottom: none;}
h2 {font-size: 1.2em; color: #000; margin: 0 0 1em 0em; padding: 0.5em 0 0 0; font-weight:normal; }
h3 {font-size: 1.2em; color: #000; margin: 2em 0 1em 0; padding: 0 0 0.2em 0; font-weight:bold; border-bottom: 1px #ddd solid;}
h4 {font-size: 1.0em; color: #000; margin: 0 0 0.5em 0em; padding: 0 0 0 0; font-weight:bold; }
h5 {font-size: 0.9em; color: #000; margin: 0 0 0.5em 0em; padding: 0 0 0 0; font-weight:bold; border-bottom: 2px #ddd solid;}
h6 {font-size: 0.6em; color: #000; margin: 0 0 0.5em 0em; padding: 0 0 0 0; font-weight:bold;}

/* links within headers */

h1 a, h1 a:link,  h1 a:visited, 
h2 a, h2 a:link,  h2 a:visited, 
h3 a, h3 a:link,  h3 a:visited, 
h4 a, h4 a:link,  h4 a:visited, 
h5 a, h5 a:link,  h5 a:visited, 
h6 a, h6 a:link,  h6 a:visited {
	text-decoration:underline;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	color:#99CC00;
}

h1 span, h2 span, h3 span, h3 span, h5 span {
	padding-left:1em;
	font-size:7pt;
}

hr { 
	margin:1em 0 1em 14.5em;
	height:1px;
	border:1px #fff solid;
	border-width:0 0 1px 0;
}

/* Positionen */
.align-right 	{ text-align:right; }
.align-center { text-align:center; }
.align-left { text-align:center; }

/* Teaser */
.teaser, .teaser-lightgreen, .teaser-green, .teaser-lightblue, .teaser-darkblue	 {
	font-size: 11px;	
	line-height: 1.5em;
	margin-bottom:1em;
	padding:0.5em;
	border: 1px #ddd solid; 
	background-color:#f8f8f8;  
}

.teaser-lightgreen	 {
	border: 1px #99CC00 solid; 
	background-color:#F2FFCC;  
	color:#000;
}

.teaser-green	 {
	border:1px solid #739900;
	background-color:#99CC00;  
	color:#333;
}

.teaser-lightblue	 {
	background-color:#F6FAFF;  
	color:#000;
}

.teaser-darkblue	 {
	border:1px solid #001A33;
	background-color:#003366;  
	color:#fff;
}

/* Farben */
.white {background:#fff;}
.blue { color: #000; }
 
.list ul { margin: 0 0 1em 1em; }
.list li { margin-left: 1.5em; line-height: 18px; list-style:none; }

.background-orange { background:#FFE0B2; }
.background-lightblue { background:#F6FAFF; }
.background-lightred { background:#FFCCCC; }
.background-ligthgrey { background:#f8f8f8; }

.border-darkred { background:#A60000; }
.border-darkblue { background:#003399; }

/* auszeichnungen */
.strong { font-weight: bold;}
.small {
	font-size: 60%;
}
.highlight { color:#739900; font-weight:bold; }

/* Darstellung der Systemmitteilungen */
.errorbox, .notebox, .infobox, .successbox {
	width: 100%;
	margin: 1em 0;
	color:#fff;
	font-weight:normal;
    display: none;
}
.row-alt {
	background-color: #ddd;
}

.row {
	display:block;
	display:table;
	clear: both;
	height: auto;
	width: 100%;
	padding: 0.1em 0 0.1em;
}

.row span {
	display:block;
}
.row .label {
	font-weight:bold;
	color:#000;
}

.bodytext {
	width:40em;
}

/* minimal required CSS from old ModulA */
.list-entry	{
	list-style:none;
	padding:1em 0;
	border-bottom: 1px solid #ccc;
}
.list-entry:hover {
	background-color: #fff;
}
.first {
	border-top: 1px solid #ccc;
}
.list-entry .row-status {
	float:left;
	width:15em;
}
.list-entry .column-1{
	width: 17em;
}
.list-entry .row-content {
	display:block;
	float:left;	
	width: 50em;
}
#authors-list .list-entry .row-content{
	width: 33em;
}
.list-entry .row-content div {
	display:block;	
}
.list-entry .presenting, .list-entry .position, .list-entry .status-first {
	font-size:1.0em;
	font-weight:bold;
	color: #000;
}
.list-entry .row-content .label, .label {
	display:block;
	width:18em;
	float:left;	
	font-weight:bold;
	font-size:0.9em;
	color: #000;
}
.list-entry .row-content .value, .value {
	display:block;
	font-size:0.9em;
	margin-left:1em;
	float:left;
	width: 35em;
}

.list-entry span.position {
	font-weight:bold;
	padding-right:1em;
	font-size:1em;
	float:left; 
}
.required {
	text-align:right;
}


/* attributes */
#attributes fieldset.column-1 {
	width: 25em;
	float: left;
	margin-right: 1em;
}
#attributes fieldset.column-2 {
	width: 25em;
	float: right;
}
#attributes .button-area {
	margin:0em;	
	padding:0.5em;
	clear: both;
}
#attributes label.column-1 {
	width: 15em;
}

/* author */
#author fieldset {
	width: 56em;
	padding: 1em 0em auto;
}
#author fieldset.column-1 {
	width: 25em;
	float: left;
	margin-right: 1em;
}
#author fieldset.column-2 {
	width: 25em;
	float: right;
}
#author label {
	width: 10em;
	display: block;
	float: left;
	margin: 0em 1em 0em 0em
}
#author input {
	width: 12em;
	margin: 0em 0em 1em 0em
}
#author select {
	width: 12em;
	margin: 0em 0em 1em 0em
}
#author .button-area {
	clear: both;
}
#author .invitation label, #author .presenting label, #author .cv label {
	width: 15em;
	margin: 0em;
	display:inline;
	float:none;
}
#author .invitation input, #author .presenting input, #author .cv input{
	width: 2em;
	padding:0;
	margin:0;
}

#author .cv label.upload {
	width:15em;
}

#existing_secret_div {
	margin:0.4em 0;
}
#loading {
	display:none;
	position:static;
	margin: auto;
	width: 80em;
	margin-top: 1em;
	text-align:left;
	height:10em;
	background-color:#F2FFCC;
}


/* abstract-content */
#abstract-content label.column-1 {
	width: 10em;
	float: left;
	margin-right: 1em;
}
#abstract-content input.column-2 {
	width: 34.8em;
	padding:0;
	margin:0;
}

#abstract-content textarea {
	margin-left:10em;
	width:36em;
	height:20em;
}

#abstract-content textarea.multiple {
	height: 10em;	
}

#abstract-content .count {
	color: #003366;
	font-weight:bold;
	display:inline;
	text-align:right;
}

#abstract-content div.column-2 {
	margin-left: 11em;
	width: 39em;
	text-align:right;
}

#abstract-info h3 {
	margin: 0px;
	border: none;
}

#preview #abstract-info table,
#abstract-info table {
	border: none;	
	border-width: 0px;
}

#preview .column-1, 
#content_1 .column-1, 
#content_2 .column-1, 
#content_3 .column-1, 
#content_4 .column-1 {
	width: 15em;
	float: left;
}
#preview .column-2,
#content_1 .column-2, 
#content_2 .column-2, 
#content_3 .column-2, 
#content_4 .column-2 {
	width: 34em;
	display:block;
	margin-left:16em;
}

#preview ul.institutes {
	list-style-type:none;
}

#submit fieldset .column-1,
#delete fieldset > .column-1,
#image fieldset .column-1,
#table fieldset .column-1,
#reference fieldset .column-1 {
	width: 15em;
	float: left;
	color:#003366;
	font-weight:bold;
}
#submit fieldset .column-2,
#image fieldset .column-2,
#table fieldset .column-2,
#reference fieldset .column-2,
#delete fieldset .column-2 {
	width: 34em;
	display:block;
	margin-left:16em;
}

#registration fieldset .column-1 {
	width: 15em;
	float: left;
	color:#003366;
	font-weight:bold;
}
#registration fieldset .column-2 {
	width: 34em;
	margin-left:16em;
	display:block;	
}
#registration input.submit, 
#registration input[type=text],
#registration input[type=password] {
	width: 15em;
	margin:0;
	padding:0;
}
#table-content {
	overflow: auto;
	font-size: 0.9em;
	margin: 1.5em 0 1.5em;
}

#table-content table,
#preview table {
	table-layout: fixed;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color:#999;
	width:99%;
}
#table-content table tr,
#preview table tr {
}
#table-content table td {
	border-color:#999;
	border-style:solid;
	border-width: 0 1px 1px 0;
	margin:0;
	padding:0.2em;
}
tr.table-header {

}
tr.table-header, 
tr.table-header td, 
tr.table-header input {
	background:#fff;
	color: #000;
	font-weight: bold;
}
td.first-column {
	background:#fff;
	color: #000;
	border:0;
	margin:0;
	padding:0;
	font-weight: bold;
}
td.first-column input,
td.table-cell input,
#table-content input.cell  {
	margin:0;
	padding:0.2em;
	border:1px solid #ddd;
	border-width: 0 1px 0 1px;
	line-height:1.6em;
	height:1.5em;
}



/* content assets box */
#contentAssets hr {
	margin:0.2em 0 0 0;
}

#contentAssets .row {
	background: #fff;
	border-top:1px #ddd solid;
	padding: 0.2em 0.2em 0.5em 1em;
}
#contentAssets .row:hover {
	background: #F2FFCC;
}

#contentAssets .add {
	padding: 0 0.2em 0 0;
}
#images, #tables, #references {
	padding:0.2em 0;
	border-bottom:1px solid #ddd;
}
#images-toggle, #tables-toggle, #references-toggle {
	margin-top:0.2em;
}

/* firefox download icon */
#firefox {
	padding-right: 2em;
}

#adobe-reader {
	height: 20px;
}

/* Pseudofieldset */
.pseudofieldset {
	line-height: 1.5em;
	margin-bottom:1em;
	padding:0.5em;
	border: 1px #ddd solid; 
	background-color:#fff;  	
}

#printPreview .column-1, 
#topic .column-1, 
#content_1 .column-1, 
#content_2 .column-1, 
#content_3 .column-1, 
#content_4 .column-1 {
	width: 15em;
	float: left;
}
#printPreview .column-2,
#topic .column-2,
#content_1 .column-2, 
#content_2 .column-2, 
#content_3 .column-2, 
#content_4 .column-2 {
	width: 34em;
	display:block;
	margin-left:16em;
}

#printPreview ul.institutes {
	list-style-type:none;
}

label, .label {
	color:#000;
	font-weight:bold;
}

#export-options { display: none }


.mybutton-area, .mynavibuttons, .mypopup, .reviewcompletebox, #myprintaction{
    display:none;
}
#hiddenmenu, #themenu{
    display:none;
}
#thecontent{
    width: 672px;
    left: 0px;
  }

#reviewForm ul.review-summary li {
	list-style-type: none;
}
