#wrap {
    margin: auto;
    width: 80em;
    min-height: 30em;
    text-align:left;
    background: #fff;    
}

#header {
    background-color:#fff;
}

#meta-bar {
    font-size:0.8em;
    padding:0.5em 0.5em;
    float:right;
}

#meta-bar form, #meta-bar ul, #meta-bar li , #meta-bar span {
    display:inline;
}

#meta-bar a { 
    padding:0 0.5em;
}
#meta-bar a.act { 
    color:#f39221;
}

#language {
    display: inline;    
}

#header-logo {

}

#nav-bar {
    background: #f39221;
    width: 100%;
    height: 2.5em;
    border:1px solid white;
    border-width:1px 0 0 0;
}
#nav-bar li {
    list-style-type:none;
    list-style-position: inside;
}

#search-box {
    margin-top:0.3em;
    padding-right:2em;
    text-align: right;
    position: relative;
    width: 18em;
}
#search-box #search {
    width: 11em;
}
#advanced-search {
    width: 18em;
    background: #fff;
    border: 1px solid #f39221 ;
    border-top: 0px;
    margin-top: 0.5em;
    padding: 0.2em;
    position: absolute;
    left: 0;
    top: 1.7em;
}    

#main-container {
    margin: 0 2em;
    padding: 2em 0 1em 0;
}

#content {
    background: #fff;
    width:56em;
    padding-bottom:1em;
}

#content-normal {
    width:56em;
}

#sidebar {
    width:18em;    
    float: right;
}

.leftAuthColumn {
  float: left;
  width: 18px;
}

.rightAuthColumn {
  float: right;
  width: 10em;
  text-align: right;
}
.authContent {
  margin: 0px 10em 0px 18px;
}
.authorButton {
    cursor: pointer;
    width: 75px;
}
#footer {
    clear: both;
    margin: 0em 2em;
    padding: 0.5em;
    text-align: center;
    color: #999;    
}

#printHeader {
    clear: both;
    margin: 2em 2em;
    padding: 1em;
    text-align: center;
    color: #999;    
}

#printFooter {
    clear: both;
    margin: 2em 2em;
    padding: 1em;
    text-align: center;
    color: #999;    
}

/* 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: 75%;
    line-height:1.5em;
    position: relative;     
    text-align:center;
    background-color:#DCE1E7;
    color: #333; 
    font-family:Geneva,Tahoma,Helvetica,Verdana; 
    font-weight:normal;
    padding-top: 1em;
}


/* ie hack
* html #main-navigation {
    width:80em;
}
 */

.clear,
.clear-both  { clear: both;}
.clear-right { clear: right;}
.clear-left { clear: left;}
.hidden { visibility: hidden; }
.hspace { width: 2em; }
.max-width { width: 100%; }

.headline {
    padding: 7px 0px 3px 5px; 
    font-weight: bold; 
    color: #003399; 
    background-color: #F1F1F1; 
    border-bottom: 3px #888 solid; 
}
.headerContent {
    margin:0;
    background-color:#f8f8f8; 
    padding: 6px 0px 6px 5px; 
    font-size: 11px;
}

/*Tabellen*/

table { 
    margin:0;
    padding:0;
    border-spacing: 0;
}
th, td     {
    padding:0;
    margin:0;
    color: #333;
    width:auto;
    font-size:11px;
    vertical-align:middle;
}

th {
    text-align:center;
    font-weight: lighter;
}

tr.alt {
    background-color:#DBDFE4;
}

#groups-filter-toggle option {
    padding-right: 0.5em;
}

#groups-filter-toggle  {
    margin:0.3em 0;
}
/* list object */
.list-table {
    width:100%;
    background:#fff;
}
.list-table tr {
    border-bottom:1px solid #ddd;
    background:#e6f3fb;
}

.list-table th, 
.list-table td, 
#sf_admin_container .sf_admin_list th
{
    padding:0.2em 0.5em;
    
    border:1px solid #dcdcdc;
}
.list-table th, 
#sf_admin_container .sf_admin_list th
{
    background:#eee;
    text-align:center;
}

.list-table td a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: underline;
} 

.list-table .listactions a {
    width: auto;
    float: left;
    padding: 0.3em;
}
.error-background td 
{
    background:#F5C38F;
} 
.list-header th a, 
#sf_admin_container .sf_admin_list th a
{
    color:#333;
}

tr.list-header, tr.list-header:hover {
    background:#ddd;
    color:#333;
}
#sf_admin_container .sf_admin_row_1 td,
.list-table .alt {
    background:#F8F8F8;
}
.list-footer {
    margin:0.5em 0;
    clear: both;
}

.list-pager {
    overflow:hidden;
    height: 2em;
    border:1px solid #dcdcdc;
    background: #ddd;
    color: #333;
    display: block;
    clear: both;
}

.list-pager .total-count {
    margin-left: 0.5em;
    float: left;    
    width: 26%;
}
.list-pager .limit {
    width: 45%;
    float: left;
    text-align: center;
}
.list-pager .pages {
    width: 26%;
    float: right;
    text-align: right;
}

.list-pager .link-next {
    font-weight: bold;    
}
.list-pager .link-previous {
    font-weight: bold;    
}
.list-pager span {
    font-weight: bold;
    padding: 0 0.2em 0 0em;
}

.list-filter {
    /*background-color:#e6f3fb;*/
}
* html .list-filter fieldset{
    margin: 2em 0 1em 0;
}
.list-filter h1 {
    
}

.list-filter .column-1 {
    float: left;
    width: 9.5em;
}
.list-filter .column-2 {
    float: right;
}

.list-filter .row.widelabel .column-1,
.list-filter .row.widelabel .column-2 {
    width: auto;    
}


/* Lists */
ul, li {
    margin: 0em;
    padding: 0em;
    list-style-position:inside;
    list-style-type: square;
}

/* FORMS */

label, .label {
    color:#036;
}
fieldset {
    position:relative;
    margin-bottom: 1em;
    padding:0em 1em 1em 1em;
    background:#F6FAFF;
    font-weight:normal;
    border:1px solid #ddd;
}
legend {
    border:1px solid #ddd;
    background:#fcfcfc;
    color:#036;
    font-weight:bold;
    padding:0.2em 1em;
    margin-bottom: 0.5em;
}

legend a img {
    padding:0;
}

/* ie hack 
* html legend {

}*/

/* 
    hack f?r den ie 6 ?berfl?ssig - gilt evtl. noch f?r den ie 5.5?
*/
* html fieldset {
    margin: 1em 0;
    padding-top: 0;
}

input, select {
    width: auto;
    vertical-align:middle;
    border: 1px solid #ddd;
    padding:0.1em;
    cursor: pointer;
}
select {
    padding: 0;
}

option {
    padding: 0em 0.5em 0em 0.1em;
/*    padding: 0.1em 0.5em 0.1em 0.1em;*/
}

optgroup {
    border-bottom: 1px solid #dcdcdc;
}

optgroup option {
    padding-left: 15px;
    background-color: white;
}

.mytopic option {
    padding: 0.1em 0.5em 0.1em 0.1em;
    background-color: white;
    
}

.mytopic optgroup {
    border-bottom: 0px;
/*    border-bottom: 1px solid #dcdcdc;*/
/*    background-color: green;*/
    background-color: #FFE8B2;
    font-style: normal;
    font-weight: normal;
    
}

.mytopic optgroup option {
    padding-left: 0px;
    background-color: white;
}

select[multiple=multiple] {
    width:20em;
    height:5em;
    border: 1px solid #ddd;
    padding:0em;
}

textarea {
    width:auto;
    min-width:25em;
    border: 1px solid #ddd;
    padding:0.1em;
    resize: vertical;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus  {
    background: #e6f3fb;
    color: #333;
    border-color: #666;
}

.checkbox input {
    width: auto;
}

.label-inf {
    display:inline;
}

/** Buttons **/
.button-area {
    margin:0em;    
    padding: 0.5em 0em 0.5em 0.1em;
    text-align: right;
    clear: left;
}
.buttonarea{
    margin: 0.6em 0;
}
.button-area input{
    float: right;
}
.button-area input.float-left{
    float: left;
}
.buttonarea .hspace { width: 2em; }

input.search {
}

.float-right {
    float:right;
}

.float-left {
    float:left;

}

img.toggle-image {
    width: 9px;
    height: 9px;
}

/*Textformatierungen */
cite { font-family: "Times New Roman", Times, serif;}


p    { margin: 0 0 1.5em 0.1em; line-height: 18px; }

.page-description {
    padding-bottom: 1em;
}
    
.page-description h2{
    font-size: 1.2em ; 
}
        

/* linkformatierung*/
a, a:link, a:visited {    color:#036; text-decoration:none; }
a:hover, a:active   {    color:#7CA600; text-decoration:underline; }

/* Überschriften */
h1 {font-size: 1.6em; color: #f39221; margin: 0 0 0.5em 0em; padding: 0 0 0.5em 0; font-weight:bold; border-bottom: 1px #ddd solid;}
h2 {font-size: 1.4em; color: #f39221; margin: 0 0 0.5em 0em; padding: 0.5em 0 0 0; font-weight:bold; }
h3 {font-size: 1.2em; color: #f39221; margin: 0 0 0.5em 0em; padding: 0 0 0 0; font-weight:bold; }
h4 {font-size: 1.0em; color: #f39221; margin: 0 0 0.5em 0em; padding: 0 0 0 0; font-weight:bold; }
h5 {font-size: 0.9em; color: #f39221; 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: #f39221; margin: 0 0 0.5em 0em; padding: 0 0 0 0; font-weight:bold;}

.myh1 {font-size: 1.6em; color: #f39221; margin: 0 0 0.5em 0em; padding: 0 0 0.5em 0; font-weight:bold; border-bottom: 1px #ddd solid;}

/* 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,
.myh1 a, .myh1 a:link, myh1 a:visited{
    text-decoration:underline;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover,
.myh1 a:hover{
    color:#f39221;
}

h1 span, h2 span, h3 span, h3 span, h5 span, .myh1 span {
    padding-left:1em;
    font-size:7pt;
}

hr { 
    margin:1em 0;
    height:1px;
    border:1px #ddd solid;
    border-width:0 0 1px 0;
    width: 100%;
    clear: both;
}

/* Positionen */
.align-right     { text-align:right; }
.align-center { text-align:center; }
.align-left { text-align:center; }

/* Pseudofieldset */
.pseudofieldset {
    line-height: 1.5em;
    margin-bottom:1em;
    padding:0.5em;
    border: 1px #ddd solid; 
    background-color:#f8f8f8;      
}

/* pseudofieldset auf der Hilfeseite */
.help{
    width: 40em;
}

/* 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 .float-right{
    padding-right: 0.3em;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}
.teaser-lightgreen     {
    border: 1px #f39221 solid; 
    background-color:#e6f3fb;  
    color:#000;
}

.teaser-green     {
    border:1px solid #f39221;
    background-color:#f39221;  
    color:#333;
}

.teaser-lightblue     {
    background-color:#F6FAFF;  
    color:#000;
}

.teaser-darkblue     {
    border:1px solid #001A33;
    background-color:#036;  
    color:#fff;
}

.teaser-incomplete {
    font-size: 11px;    
    line-height: 1.5em;
    margin-bottom:1em;
    padding:0.5em;
    border: 1px #DD6400 solid; 
    background-color:#FDE3BF;  
}

.teaser-complete {
    font-size: 11px;    
    line-height: 1.5em;
    margin-bottom:1em;
    padding:0.5em;
    border: 1px #FFD100 solid; 
    background-color:#FFF3BF;  
}

.teaser-submitted {
    font-size: 11px;    
    line-height: 1.5em;
    margin-bottom:1em;
    padding:0.5em;
    border: 1px #f39221 solid; 
    background-color:#F0FBD0;  
}

#deadline {
    font-weight: bold;
}

/* Farben */
.white {background:#fff;}
.blue { color: #036; }
 
.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:#f39221; font-weight:bold; }

.icon {
    border: medium none;
}

.icon-inline {
    margin: 0 0.5em 0 0.5em;
}

/* Darstellung der Systemmitteilungen */
.errorbox,.notebox,.successbox,.infobox,
.errorbox td,.notebox td,.successbox td,.infobox td{
    width: 100%;
    margin: 1em 0;
    color:#fff;
    font-weight:normal; 
}
.notebox {
    border:1px solid #036;
}

.errorbox { 
    background:#A60000 url(../images/error.gif) no-repeat 10px center;
    margin-bottom:1em;
}
.successbox { 
    background:#f39221 url(../images/success.gif) no-repeat 7px center;
    margin-bottom:1em;
}
.infobox { 
    background:#C9C92C url(../images/exclamation.png) no-repeat 7px center;
    color: #000;
    margin-bottom:1em;
}

.errorbox span, .successbox span, .infobox span  {
    display:block;
    padding:0.5em 2.5em 0.5em 2.5em;
}

.errorbox .errorFormOnly  {
    display:none;
}
#content .errorbox span a { color:#fff; text-decoration:none; }
#content .errorbox span a:hover { text-decoration:underline; }
    
.error-background {
    background:#FFCCCC;
    border:1px solid #A60000;
}

.error {
    color:#A60000;
    font-size:0.8em;
    font-weight:bold;
}

.error_list li {
    list-style-type: none;
}
.error_list {
    color:#A60000;
    font-size:0.8em;
    font-weight:bold;
    
}

.tooltip {
    width: 31em;
    font-size: 11px;    
    line-height: 1.5em;
    background-color:#e6f3fb;  
    border: 1px solid #f39221;
    text-align: left;
    padding: 0.5em;    
    z-index: 10000;
}
.tooltip table{
    margin: 0;
    padding: 0;
}
.tooltip table td{
    margin: 0;
    padding: 0.2em 0.5em;
}
.tooltip ol li{
    list-style-type: inherit;
    font-family: sans-serif;
    white-space: normal;
    list-style-position: inside;
}
.tooltip ul li{
    list-style-type: none;
    list-style-position: inside;
}

.row-alt {
    background-color: #ddd;
}

.row {
    display:block;
    display:table;
    clear: both;
    height: auto;
    width: 100%;
    padding: 1em 0 0 0;
}
/* HHHHHMMMMM
#file .row {
    float: right;
    height: auto;
    width: 450px;
    padding: 1em 0 0 0;
}
*/

.row .label {
    color:#036;
}

.bodytext {
    width:40em;
}
.bodytext ul{
    margin-left: 0.3em;
    padding-left: 1em;
}
.bodytext ul li{
    list-style-type: square;
    list-style-position: outside;
}
/*** Help ***/
#help {
    position:absolute;
    padding:2em;
    background:#036;
    color:#fff;
}
.context-help {
    padding-left: 1em;
}

.float-right a{
    overflow:hidden;
    padding: 0.5em 0.1em;
}
#languageNavigation {
    float:left;
    margin:5px 50px 0 0;
}

/* login */
#sf_guard_auth_form{
    width: 100%;    
}
#sf_guard_auth_form .column-1 {
    width: 8em;
    display: block;
    float: left;
}
#sf_guard_auth_form .column-12 {
    width: 14em;
    display: block;
    float: left;
}
#sf_guard_auth_form .column-2 {
    width: 20em;
    float: left;
}
#sf_guard_auth_form .column-2 input {
    width: 17em;    
}
#sf_guard_auth_form .column-3 {
    float:right;
    width: 25em;
}


#sf_guard_auth_form #new_password ,
#sf_guard_auth_form input {
    width: 12em;
}

/* profile */
#profile fieldset {
    width: 54em;
    float:left;
}
#profile .column-1,
#profile .column-2 {
    width: 25em;    
}
#profile .column-1{
    margin-right: 1em;
    float: left;
}
#profile .column-2{
    float: right;
}
#profile .row .column-1 {
    width: 9.5em;
    float: left;
}

#profile .row .column-2 {
    width: 14em;
    float: left;
}
#profile label {
    display: block;
    float: left;
    margin: 0;
}
#profile input {
    width: 13em;
    margin: 0em 0em 0.8em 0em;
}
#profile select {
    width: 13em;
    margin: 0em 0em 0.8em 0em;    
}
#profile .column-1 div.add-info{
    font-size: 0.9em;
}

#language input {
    width:auto;
}

/* message */

/* newMessageForm of communication module */
#newMessageForm .column-1 {
    vertical-align: top;
    display: block;
    width: 8em;
    float: left;
}
#newMessageForm #subject {
    width: 40em;    
}
#newMessageForm textarea {
    min-width: 40em;
    width: 40em;
    height: 15em;
}
#newMessageForm select[multiple=multiple] {
    width:40em;
    height:10em;
    padding:0em;
    font-size: 0.8em;
    border: none;
}

#newMessageForm select.large {
    width:40em;
    height:15em;
    border: none;
}

#message fieldset.message {
    float: left;
    width: 54em;
}
#message .reply {
    text-align:left;
    float:right;
}
#message {
    
}
#message .column-left {
    display: block;
    width: 10em;
    float: left;
    font-weight: bold;
    color: #003366;
}
#message .column-right {
    width: 40em;
    float: left;
}

#message-pager {
    float:right;
    width: auto;
}

/* Translation */
#translation {}

#translation label {
    width: 12em;
    display: block;
    float: left;
}

#translation input {
    width: 38em;
}

#sf_admin_container ul, #sf_admin_container ol, #sf_admin_container li, #sf_admin_container h1, #sf_admin_container h2, #sf_admin_container h3, #sf_admin_container h4, #sf_admin_container h5, #sf_admin_container h6, #sf_admin_container pre, #sf_admin_container form, #sf_admin_container body, #sf_admin_container html, #sf_admin_container p, #sf_admin_container blockquote, #sf_admin_container fieldset, #sf_admin_container input { margin: 0; padding: 0; }
#sf_admin_container a img,:link img,:visited img { border: none; }

#sf_admin_container a:link, #sf_admin_container a:visited
{
  text-decoration: none;
}

#sf_admin_container a:hover
{
  text-decoration: underline;
}

#sf_admin_container td
{
  margin: 0;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

#sf_admin_container p
{
  margin-bottom: 5px;
}

#sf_admin_container #sf_admin_bar
{
  margin-top: 8px;
  right: 20px;
  width: 250px;
}

#sf_admin_container #sf_admin_content
{

}

#sf_admin_container h1
{
  margin: 8px 0;
  padding: 3px;
  padding-left: 0px;
  color: #555;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 25px;
}

#sf_admin_container fieldset h2
{
  padding: 3px;
  color: #333;
  background-color: #ccf;
  font-size: 11px;
}

#sf_admin_container input, #sf_admin_container textarea, #sf_admin_container select
{
  padding: 3px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #ddd;
  vertical-align:middle;
}

#sf_admin_container label
{
  display: block;
  padding: 0 1em 3px 0;
  float: left;
  text-align: left;
  width: 8em;
  color: #666;
  font-weight: normal !important;
}

#sf_admin_container label.required
{
  color: #333 !important;
  font-weight: bold !important;
}

#sf_admin_container .sf_admin_filters input[type="checkbox"] + label
{
  display: inline;
  float: none;
}

#sf_admin_container .save-ok
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}

#sf_admin_container .save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(/sf/sf_admin/images/ok.png) no-repeat 5px 2px;
}

#sf_admin_container .form-row
{
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#sf_admin_container .form-row .content
{
  padding-left: 9em;
}

#sf_admin_container .form-errors
{
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
}

#sf_admin_container .form-errors h2
{
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(/sf/sf_admin/images/error.png) no-repeat 5px 2px;
}

#sf_admin_container .form-errors dl
{
  padding: 5px;
}

#sf_admin_container .form-errors dt
{
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

#sf_admin_container .form-errors dd
{
  margin: 0;
}

#sf_admin_container .form-error
{
  color: #f33;
}

#sf_admin_container .form-error input, #sf_admin_container .form-error select, #sf_admin_container .form-error textarea
{
  border: 1px solid #f33;
}

#sf_admin_container fieldset
{
  margin-bottom: 3px;
  border: 1px solid #ddd;
  border-bottom: 0px;
  background-color: #fff;
}

#sf_admin_container fieldset.collapsed * { display:none; }
#sf_admin_container fieldset.collapsed h2, #sf_admin_container fieldset.collapsed { display:block !important; }
#sf_admin_container fieldset.collapsed .collapse-toggle { display: inline !important; }
#sf_admin_container fieldset.collapse h2 a.collapse-toggle { color:#ffc; }
#sf_admin_container fieldset.collapse h2 a.collapse-toggle:hover { text-decoration:underline; }

#sf_admin_container .float-left
{
  float: left;
}

#sf_admin_container .float-right
{
  float: right;
}

#sf_admin_container ul.sf_admin_td_actions
{
  list-style-type: none;
}

#sf_admin_container ul.sf_admin_td_actions li
{
  list-style-type: none;
  display: inline;
}

#sf_admin_container ul.sf_admin_actions
{
  margin: 10px 0;
  list-style-type: none;
  text-align: right;
}

#sf_admin_container ul.sf_admin_actions a
{
  color: #333;
}

#sf_admin_container ul.sf_admin_actions li,
ul.listactions li
{
  list-style-type: none;
  display: inline;
}

#sf_admin_container ul.sf_admin_actions input
{
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 4px solid #999;
  background-color: #ffc;
/*  cursor: hand;*/
  cursor: pointer;
}

#sf_admin_container .sf_admin_action_create
{
  background: url(/sf/sf_admin/images/add.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_admin_container .sf_admin_action_save
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_admin_container .sf_admin_action_save_and_add
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_admin_container .sf_admin_action_save_and_list
{
  background: url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_admin_container .sf_admin_action_delete
{
  background: url(/sf/sf_admin/images/delete.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

#sf_admin_container .sf_admin_action_cancel
{
  background: url(/sf/sf_admin/images/cancel.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

#sf_admin_container .sf_admin_action_filter
{
  background: url(/sf/sf_admin/images/filter.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

#sf_admin_container .sf_admin_action_reset_filter
{
  background: url(/sf/sf_admin/images/reset.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

#sf_admin_container .sf_admin_action_list
{
  background: url(/sf/sf_admin/images/list.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

#sf_admin_container .sf_admin_default_action
{
  background-color: #fc6 !important;
  font-weight: bold !important;
}

#sf_admin_container .sf_admin_list
{
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-right: 0px;
}

#sf_admin_container .sf_admin_list td
{
  padding: 3px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#sf_admin_container .sf_admin_filters li
{
    list-style-type: none;
}

#sf_admin_container .sf_admin_row_0 td { }

#sf_admin_container .sf_admin_edit_help
{
  color: #aaa;
}

#sf_admin_container .mceEditor td
{
  padding: 0px;
}

#sf_admin_container select.sf_admin_multiple, #sf_admin_container select.sf_admin_multiple-selected
{
  width: 12em;
}

#sf_admin_container ul.sf_admin_checklist li
{
  list-style: none;
  line-height: 1.5em;
}

#sf_admin_container ul.sf_admin_checklist li label
{
  display: inline;
  float: none;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
    z-index:100;
    padding-left:0em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
    float:left;
    position:relative;
    text-align:center;
}
/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    text-decoration:none; 
    color:#036; 
    border:1px solid #fff; 
    border-width: 0 1px 0 0; 
    background:#f39221;
    padding: 0.5em;
    width:9em;
}

.menu a:hover {
    text-decoration:none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
    width:100px;
    w\idth:89px;
    /*color:#fff; auskommentiert, da der ie 6 das f?lschlicherweise ?bernimmt*/
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menu a.act, .menu a.act:visited {
    color:#fff; 
    background:#036;
}
.menu :hover > a, .menu ul ul :hover > a {
    color:#fff;
    background:#036;    
}



/* END cssplay */

/* meta data */
#metadata {

}
#metadata a {
    margin:0;
    padding:0;
}


/* tabbed menu */
#pagetabs {
    float:left;
    width:56em;
    padding:0;
    margin: 0em 0 2em 0;
    height: 20pt;
    background-image: url(../images/navigation_border.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
#pagetabs ul {
    position: relative;
    margin: 0;
    padding: 0;
  }
#pagetabs li {    
    display: block;
    float:left;
    padding: 0;
    margin: 0 0.5em 0 0;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #aaa;
    background-color: #fff;    
    background-image: url(../images/navigation_border.gif);
    background-position: bottom;
    background-repeat: repeat-x;
  }
#pagetabs a {
    display: block;    
    padding: 4px 10px;
    text-decoration:none;
    margin: 0;
}
#pagetabs ul li.activelinked a,
#pagetabs ul li.active{
    padding: 4px 10px;    
    background-color: #036;
    color: #fff;
    background-image: none;
}
#pagetabs ul li.activelinked{
    padding: 0;    
    background-color: #036;
    color: #fff;
    background-image: none;
}
#pagetabs ul li a:hover{
    color:#036; 
    background-color: #9C0;
    background-image: url(../images/navigation_border.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

#pagetabs li.level-up,
#pagetabs li.level-up:hover {
    padding:0;
}

#pagetabs li.level-up a {
    padding:5px 4px 6px 4px;
}
/*
#pagetabs li.disabled,
#pagetabs li.disabled:hover {
    height:1.6em;
    background: #F8F8F8;
    padding:0.2em 1em 0.2em 1em;
    color:#b7b7b7;
}
*/
#pagetabs li.disabled{
    display: block;    
    background: #F8F8F8;
    padding: 4px 10px;
    color:#b7b7b7;
    text-decoration:none;
    background-image: url(../images/navigation_border.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

h1 .actions,
#pagetabs .actions,
.myh1 .actions{
    float:right;
    width: 10%;
    
}

h1 .actions ul,
#pagetabs .actions ul,
.myh1 .actions ul{
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
}

h1 .actions ul li,
#pagetabs .actions ul li,
.myh1 .actions ul li{
    list-style-type: none;
    border:0;
    padding: 0 0.2em;
    margin: 0;
    float:right;
    background: none;    
    position: relative;
}

#pagetabs .actions a {
    display: inline;
    position:relative;
    border:0;
    padding:0;
    text-decoration: none;
}

#pagetabs .actions li:hover, #pagetabs .actions a:hover {
    background:0;
}

/* minimal required CSS from old ModulA */
.list-entry    {
    list-style:none;
    padding:1em 0;
    border-bottom: 1px solid #ccc;
}
.handle:hover {
    background:url(../images/status/move.gif) no-repeat 12em;
    background-color: #e6f3fb;
    border-bottom: 1px solid #ccc;
    cursor: move;
}

.first {
    clear:both;
    border-top: 1px solid #ccc;
}
.list-entry .column-1 {
    float:left;
    width:15em;
    color:#036;
    font-size:0.9em;
    padding-left:0.5em;
}
.list-entry .row-actions ul {
    margin:0;
    padding:0;
    list-style:none;
}
.list-entry .row-actions li {
  display:inline;
  padding-right:0.2em;
}
.list-entry .row-actions a {
    margin:0;
    padding:0;
}
.list-entry .row-status {
    float:left;
    width: 12em;
}
.list-entry .status-first {
    display: block;
}
.list-entry .row-content {
    float:right;
    display:block;
    width: 38em;
}
.list-entry .row-content div {
    display:block;    
}

.list-entry .row-content .label, 
.label {
    display:block;
/*    width:13em;*/
    float:left;    
    font-size:0.9em;
    color: #036;
}
.list-entry .row-content .value, 
.value {
    display:block;
    font-size:0.9em;
    margin-left:13em;
}
.authorsvalue {
    display:block;
    font-size:0.9em;
    margin-left:3em;
}

.list-entry span.position {
    font-weight:bold;
    padding-right:1em;
    font-size:1em;
    float:left; 
}
.required {
    text-align:right;
}

#loading {
    display:none;
    position:static;
    margin: auto;
    width: 80em;
    margin-top: 1em;
    text-align:left;
    height:10em;
    background-color:#e6f3fb;
}

#page-spinner {
    position:absolute;
    background-color:#333333;
    height:100%;
    left:0;
    top:0;
    opacity:0.5;
    width:100%;
    text-align: center;
    vertical-align: middle;
    display: none;
    z-index: 10000;
}
#page-spinner img {
    position: relative;
    top: 50%;    
}


#preview .column-1 {
    width: 15em;
    float: left;
}

#reviewForm .column-2,
#preview .column-2 {
    width: 34em;
    display:block;
    margin-left:16em;
}
#reviewForm .column-2 {
    width: 34em;
}


#preview span.label{
    font-size: 1.0em;
}

#reviewForm  .image,
#preview .image {
    margin: 1.5em 0 1.5em 0;
    width: 100%;
    text-align: center;
}
#preview ul.institutes {
    list-style-type:none;
}

#reference .row {
    position: relative;
}

.cond-container {
    width:52em; 
    clear:both;
}

.cond-check {
    float:left; 
    width:2em; 
    padding:3px;
}

.cond-text {
    width: 47em; 
    margin-left: 3em;
}


.quest-container {
    width:52em; 
    clear:both;
}

.quest-check0 {
    float:left; 
    width:1.5em; 
    padding:3px;
}

.quest-text0 {
    width: 49em; 
    margin-left: 2em;
}

.quest-check1 {
    margin-left: 4em;
    float:left; 
    width:1.5em; 
    padding:3px;
}

.quest-text1 {
    width: 45em; 
    margin-left: 6em;
}
.quest-input {
    padding-top:10px;
}

.rse-container {
    width:52em; 
    clear:both;
}

.rse-check {
    float:left; 
    width:2em; 
    padding:3px;
}

.rse-text {
    width: 47em; 
    margin-left: 3em;
}
.rse-text textarea{
    width: 44em; 
}



#submit .column-1,
#delete fieldset form .column-1,
#image .column-1,
#file .column-1,
#table .column-1,
#reference .column-1
{
    width: 10em;
    float: left;
    color:#036;
    font-weight:bold;
}

/*#file .column-1
{
    width: 5em;
    float: left;
    color:#036;
    font-weight:bold;
}*/


#image .column-1,
#file column-1
{
    width: 12em;    
}


#submit fieldset .column-2,
#image fieldset .column-2,
#table fieldset .column-2,
#reference .column-2,
#delete .column-2 {
    width: 40em;
    float: right;
    display: inline;
}
/*#file fieldset .column-2{
    width: 30em;
    float: right;
    display: inline;
}*/

#account .row .column-1 {
    width: 13em;
    float: left;
}
#account .row .column-2 {
    width: 20em;
    display: inline;
}
#account span.column-2 input{
    border:none;
}
#account input {
    width: 20em;
}
#account input.submit{
    width: auto;
}
#account .checkbox input {
width: auto;
}

#table-content {
    overflow: auto;
    font-size: 0.9em;
    margin: 1.5em 0 1.5em 0;
}

#table-content table,
#preview table {
    width:99%;
    border-style: solid;
    border-width: 1px 0 0 1px;    
    border-color: #999;
}
#table-content table tr,

#table-content table td {
    border-color:#999;
    border-style:solid;
    border-width: 0 1px 1px 0;
    margin:0;
    padding: 0;
}
#preview #table-content table td {
    padding: 0.2em;
}
tr.table-header {
}
tr.table-header, tr.table-header input {
    font-weight: bold;
}
td.first-column input,
tr.table-header td ,
td.first-column {
    font-weight: bold;
}
td.first-column input,
td.table-cell input,
#table-content input.cell  {
    padding:0;
    height:1.6em;
    width: 100%;
    border: none;
}
td.table-cell {
    margin:0;
    padding:0.2em;
}




/* firefox download icon */
#firefox {
    padding-right: 2em;
}

#adobe-reader {
    height: 20px;
}

/* lost password */
#password .column-1 {
    width: 8em;
    display: block;
    float: left;
}
#password .column-2{
    float:left;
    width:20em;
}
#password .column-2 input{
    width: 17em;
}
#password .column-3{
    float:right;
    width:25em;    
}
#password .column-3 input{
    width: 15em;
}
#feedback {
}
#feedback textarea {
    margin: 5px 0 10px 0;
    min-width:15em;
    width:15em;
    height: 5em;
}
#feedback textarea:focus {
    background-color: #fff;
}
#feedback #indicator , #feedback #confirmation {
    text-align:right;
}

#feedback input {
    position: relative;
}

#start{
    width:45em;
    float:left;
}
#start h4, #content #start p{
    clear: both;
}
#start .label{
    clear: both;
    width: 11em;
    font-size: 1em;
    font-weight: bold;
}
#start .column-2{
    float:left;
    width: 29em;
    margin-bottom: 1em;
}
#start li{
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    padding: 0;
}
#start ul{
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;    
    margin: 0;
    padding: 0;
}
#contact .column-1
{
    display: block;
    float: left;
    width: 8em;
    
}

/* statistics */
#submission-statistics {
    float: left;
}

#submission-statistics .row {
}
#submission-statistics .row .column-1 {
    float: left;
    width: 15em;
}
#submission-statistics .row .column-1 label {
    display: block;
    width: 15em;
}
#submission-statistics .row .column-2 {
    /*float: right;*/
}
#submission-statistics input,
#submission-statistics select {
    display: inline;
}
#submission-statistics .filter .row .column-1 {
    width: auto;
    display: inline;
}
#submission-statistics .filter .row .column-1 label {
    display: inline;
}
#submission-statistics .filter .row .column-2 {
    display: inline;
    margin-left: 1em;
}
#submission-statistics .filter .row .column-3 {
    display: inline;
}
#submission-statistics .row .column-right {
    display: inline;
    float: right;
}

/* EBM -MAP */
#map {
width: 950px;
height: 585px;

}
#map ul {
margin: 0;
padding: 0;
list-style: none;
}
#map a {
text-indent: -1000em;
position: absolute;
background: url('/images/bg.gif');
}

#map .aa a {
top: 128px;
left: 57px;
width: 235px;
height: 86px;
}
#map .aas a {
top: 128px;
left: 57px;
width: 235px;
height: 86px;
border: 3px solid #00ff00;
}
#map .ba a {
top: 219px;
left: 57px;
width: 235px;
height: 138px;
}
#map .bas a {
top: 219px;
left: 57px;
width: 235px;
height: 138px;
border: 3px solid #00ff00;
}
#map .ca a {
top: 362px;
left: 57px;
width: 235px;
height: 95px;
}
#map .cas a {
top: 362px;
left: 57px;
width: 235px;
height: 95px;
border: 3px solid #00ff00;
}
#map .da a {
top: 462px;
left: 57px;
width: 235px;
height: 69px;
}
#map .das a {
top: 462px;
left: 57px;
width: 235px;
height: 69px;
border: 3px solid #00ff00;
}
#map .ea a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
}
#map .eas a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
border: 3px solid #00ff00;
}

#map .ab a {
top: 128px;
left: 297px;
width: 223px;
height: 86px;
}
#map .abs a {
top: 128px;
left: 297px;
width: 223px;
height: 86px;
border: 3px solid #00ff00;
}
#map .bb a {
top: 219px;
left: 297px;
width: 223px;
height: 138px;
}
#map .bbs a {
top: 219px;
left: 297px;
width: 223px;
height: 138px;
border: 3px solid #00ff00;
}
/*#map .cb a {
top: 362px;
left: 297px;
width: 223px;
height: 95px;
}*/
/*#map .cbs a {
top: 362px;
left: 297px;
width: 223px;
height: 95px;
border: 3px solid #00ff00;
}*/
#map .db a {
top: 462px;
left: 297px;
width: 223px;
height: 69px;
}
#map .dbs a {
top: 462px;
left: 297px;
width: 223px;
height: 69px;
border: 3px solid #00ff00;
}
/*#map .eb a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
}*/
/*#map .ebs a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
border: 3px solid #00ff00;
}*/

#map .ac a {
top: 128px;
left: 525px;
width: 203px;
height: 86px;
}
#map .acs a {
top: 128px;
left: 525px;
width: 203px;
height: 86px;
border: 3px solid #00ff00;
}
#map .bc a {
top: 219px;
left: 525px;
width: 203px;
height: 138px;
}
#map .bcs a {
top: 219px;
left: 525px;
width: 203px;
height: 138px;
border: 3px solid #00ff00;
}
#map .cc a {
top: 362px;
left: 525px;
width: 203px;
height: 95px;
}
#map .ccs a {
top: 362px;
left: 525px;
width: 203px;
height: 95px;
border: 3px solid #00ff00;
}
#map .dc a {
top: 462px;
left: 525px;
width: 203px;
height: 69px;
}
#map .dcs a {
top: 462px;
left: 525px;
width: 203px;
height: 69px;
border: 3px solid #00ff00;
}
/*#map .ec a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
}*/
/*#map .ecs a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
border: 3px solid #00ff00;
}*/

#map .ad a {
top: 128px;
left: 733px;
width: 208px;
height: 86px;
}
#map .ads a {
top: 128px;
left: 733px;
width: 208px;
height: 86px;
border: 3px solid #00ff00;
}
#map .bd a {
top: 219px;
left: 733px;
width: 208px;
height: 138px;
}
#map .bds a {
top: 219px;
left: 733px;
width: 208px;
height: 138px;
border: 3px solid #00ff00;
}
#map .cd a {
top: 362px;
left: 733px;
width: 208px;
height: 95px;
}
#map .cds a {
top: 362px;
left: 733px;
width: 208px;
height: 95px;
border: 3px solid #00ff00;
}
#map .dd a {
top: 462px;
left: 733px;
width: 208px;
height: 69px;
}
#map .dds a {
top: 462px;
left: 733px;
width: 208px;
height: 69px;
border: 3px solid #00ff00;
}
/*#map .ed a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
}*/
/*#map .eds a {
top: 536px;
left: 57px;
width: 884px;
height: 40px;
border: 3px solid #00ff00;
}*/

#map a:hover {
border: 3px solid #a80000;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr?               |
|--------------------------------------------------*/

.dtree {
    font-family: Geneva,Tahoma,Helvetica,Verdana;
/*    font-size: 11px;
    color: #666;*/
    white-space: nowrap;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    color: #000000;
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
/*    color: #333;*/
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #FFB200;
}
.dtree .clip {
    overflow: hidden;
}

.fileul{
width: 50em;
height: 100%;
}

.fileul1{
   

   width: 2em;
   height: 100%;
   float: left;
}

.fileul2{
   
   width: 2em;
   height: 100%;
   float: left;
}

.fileul3{
   width: 45em;
   height: 100%;
   float: left;
}
.fileul4{
   width: 30em;
   height: 100%;
   float: left;
}

.mybutton-area {
    margin:0em;    
    padding: 0.5em 0em 0.5em 0.1em;
}
.mypopup{
    padding: 10px;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    display:none;
    -moz-opacity:1.0 ;
    filter:alpha(opacity: 100); 
    opacity: 1.0;
    min-height: 70px;
    min-width: 200px;
    
}
#myworking{
    background-color: #FFFFFF;
    border: 1px solid #000;
    z-index:1000;
}

#profilepicturecontainer{
    width: 160px;
    height: 240px;
    border: solid 1px black;
    vertical-align: middle;
    display: table-cell;
    float: left; 
}
#profilepicturecontainer2{
    width: 160px;
    height: 240px;
    border: none;
    vertical-align: middle;
    display: table-cell;
}

.myfileright{
    float:right;
    width: 460px;
}