
/*********************** Links **************************************/
a, a:link, a:visited {
  color: #0000b7;
  text-decoration : none;
}

a:hover, a:active {
  color: #ff0000;
  text-decoration: underline;
}

a[href$=".pdf"]:after {
        content: url(/fileadmin/templates/index/images/pdf.gif);
}


*/*********************** Struktur ***********************************/

body {
  min-width:780px;
  max-width:1028px;
  margin: 0 auto;
/*  padding: 1em 2em 1em 2em;*/
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.87em;
  background-color: #fafafa;
  border-width: 1px;
  border-style: solid;
  border-color: #5C9FC9;
/*  background: url(/fileadmin/ifbm-files/site/img/thumbs/leftcol.gif) center repeat-y;*/
  height:100%;
}

.bodytext {
	  text-align: justify;
	  padding-right: 15px;
	  }

.header {
  background-color:  #051D43;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 4px;
  padding: 7px;
  min-width: 777px;
}

.header_h1 {
  font-size: 1.7em;
  font-weight: bold;
  margin: 4px;
  padding: 3px;
}

.logo_left {float: left;}
.logo_right {float: right;}
.invisible {display: none;}

.specialrow {
  background-color: #5c9fc9;
  padding: 3px;
  padding-left: 10px;
  font-weight: bold;
  clear: both;
  color: #FFFFFF;
}

.specialrow a, .specialrow a:active, .specialrow a:visited, .specialrow a:hover{
  color:#FFFFFF; 
  font-weight: bold;
  text-decoration: none;
}


.topnav, .copyright {
/*  font-family: Verdana, Arial, Helvetica, sans-serif;*/
  float: right;
  margin-right: 5px;
}

.content {
  margin-left: 20em; /* warum nicht 21?*/
  margin-right: 15px;
  padding: 5px;
}

.sidecol {
  border-top: solid 5px #ffffff;
  background-color: #E8F0FF;
  margin-top: 0px;
  padding: 0px;
  font-size: 0.93em;
}

#leftcol {width: 21em;  float: left; height: 870px;}
#rightcol {width: 255px; float: right;}
/*geändert am 050509 - vorher #rightcol {width: 190px; float: right;}*/



.sidecol .contentelement {
  border: solid 5px #ffffff;
  border-top: 0px;
  padding: 7px 5px;
}

.sidecol .contentelement .contentelement {
  border: 0px;
  padding: 0px;
  margin: 0px;
  }

/*********************** Überschriften ********************************/

/* Seitentitel */
h1.headline {
  font-size: 1.7em; 
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
}

.content h1 {
font-size:1.5em;
margin-bottom:0px;
}
.content h2.contentelement_header {
font-size:1.2em;
font-weight:bold;
margin-bottom:0px;
margin-top:0px;
}

.content h2.contentelement_header a{color: #051D43;}
.sidecol h2.contentelement_header {padding-bottom: 3px;}

.sidecol .contentelement h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.sidecol .contentelement h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.sidecol .contentelement h2 A{
  color: #051D43;
  text-decoration: none;
}

/********************** Haupt-Navigation ***************************/
.leftnav {
  border: solid 5px #ffffff;
  border-top: 0px;
  padding: 7px  5px ;
  padding-top: 0px;
}

ul.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	line-height: normal;
}

ul.actifsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 3px;
	line-height: normal;
}

li.no       {list-style-image: url(/fileadmin/templates/index/images/no.gif);}
li.actifsub {list-style-image: url(/fileadmin/templates/index/images/actifsub.gif);}
li.act      {list-style-image: url(/fileadmin/templates/index/images/act.gif);}

li.actifsub A, li.actifsub A:visited, li.acitfsub A:active, li.acti A, li.act A:visited, li.act A:active {
  text-decoration: none;
  color: #051D43; 
  font-weight: bold;
}

li.actifsub A:hover {
  text-decoration: underline;
  color: #000D23;
  font-weight: bold;
}

li.no A, li.no A:visited{
  text-decoration: none; 
  color: #535553;
  font-weight: bold;
}

li.no A:hover {
  text-decoration: underline;
  color: #232523;
  font-weight: bold;
}


p.csc-linkToTop {
  text-align: right;
  font-weight: bold;
}

p.csc-linkToTop a, p.csc-linkToTop a:visited, p.csc-linkToTop a:active{
  color: #051D43;
}

p.csc-linkToTop:before {
  content: url(/fileadmin/templates/index/images/arrow_up.gif);
}




/********************** TOCs****************/

/* alle toc-links */
/**********************************************/
.content li.toc a {
  color: #051D43;
  font-weight: bold;
}

/*  these pages */
/**********************************************/
.content ul.toc_pages {
  list-style: none;
}
.content ul.toc_pages li.toc{
  list-style-image: url(/fileadmin/templates/index/images/arrow_right.gif);
}

/* section index */
/**********************************************/
.content .toc_sections {
  padding: 0px;
  margin-left: 30px;
  list-style-image: url(/fileadmin/templates/index/images/arrow_down.gif);
  list-style-type: none;
}

/* subpages of these pages */
.content ul.toc_subs {
  list-style-type: none;
  margin: 0px;
  margin-left: 30px;
  margin-right: 30px;
  
  padding: 0px;
  width: 33em;
  background-color: #E8F0FF;
/*  list-style-image: url(/fileadmin/templates/index/images/arrow_right.gif);*/
}

.content ul.toc_subs li.toc {
  font-weight: bold;
  padding: 5px;
  padding-left: 20px;
  border: 0px;
  border-top: solid 5px #fafafa;
}


/* subpages of these pages + sections */
/**********************************************/
.content ul.toc_subpages_sections {
  padding: 0px;
  margin: 0px;
  margin-left: 30px;
  margin-right: 30px;
  list-style-type: none;
}

.content ul.toc_subpages_sections  {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  background-color: #cccccc;

}

.content ul.toc_subpages_sections_sub {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-type: none;
  background-color: #eeeeee;
}

.content ul.toc_subpages_sections li.toc_subpages_sections {
  border: 0px;
  border-top: solid 3px #fafafa; /* wie background-color von content*/
  font-size: 1.1em;
}

.content ul.toc_subpages_sections_sub li.toc_subpages_sections {
  font-size: 0.95em;
}

.content ul.toc_subpages_sections li.toc_subpages_sections a {
  padding: 0.4em 0.8em 0.4em 1em;
  color: #051D43;
}

.content ul.toc_subpages_sections_sub li.toc_subpages_sections a {
  padding: 0.4em 0.8em 0.4em 3em;
  color: #051D43;
}


/* sitemap */
/**********************************************/
ul.toc_sitemap {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.toc_sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.toc_sitemap {
	background-color: #FAFAFA;
	border-top: 1px solid #ccc;
	font-size: 1.05em;
}
.toc_sitemap_sub {
	background-color: #FAFAFA;
	font-size: 0.8em;
}
li .toc_sitemap {
	background-color: #FAFAFA;
	font-size: 10pt;
	width: 100%;
	border-top: 1px solid #ccc;
}
li .toc_sitemap li {
	width: 100%;
	border-top: 1px solid white;
	0.85em;
}
.toc_sitemap li li a { padding-left: 3em; }
.toc_sitemap li li li a { padding-left: 6em; }
.toc_sitemap li li li li a { padding-left: 9em; }
.toc_sitemap li li li li li a { padding-left: 12em; }
.toc_sitemap li li li li li li a { padding-left: 15em; }
.toc_sitemap li li li li li li li a { padding-left: 18em; }
.toc_sitemap li li li li li li li li a { padding-left: 21em; }

/********************** sidecol TOCs****************/


.sidecol .contentelement ul.toc_subpages,  .sidecol .contentelement ul.toc_sections{
  border-top: solid 1px #cccccc;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

.sidecol .contentelement ul.toc_subpages li,  .sidecol .contentelement ul.toc_sections li {
  border-bottom: solid 1px #cccccc;
  padding: 2px;
}

.sidecol .contentelement ul.toc_subpages li a ,  .sidecol .contentelement ul.toc_sections li a{
  color: #333333;
}

/********************** std-Formatierungen ****************/


.quote { font-style: italic; }
.important { font-weight: bold; }
.deleted { text-decoration: line-through; }

span.quote { font-style: italic; }
span.important { font-weight: bold; }
span.deleted { text-decoration: line-through; }

.blue-boxed{ background-color: #E8F0FF; border: solid 3px #051D43; padding: 10px;}
.gray-boxed{ background-color: #eeeeee; border: solid 3px #333333; padding: 10px;}

img.float-right { float: right; margin-left: 15px;}
img.float-left { float: left; margin-right: 15px;}

table.table-bg-light td { background-color: #eeeeee; border: 0px;}
table.table-bg-dark td { background-color: #dddddd; border: 0px;}

tr.row-bg-header td { background-color: #cccccc; font-weight: bold;border: 0px;}
tr.row-bg-header-center td { background-color: #cccccc; font-weight: bold; text-align: center;border: 0px;}
tr.row-bg-dark td { background-color: #dddddd; border: 0px;}
tr.row-bg-light td { background-color: #eeeeee; border: 0px;}

td.cell-bg-header { background-color: #cccccc; font-weight: bold;border: 0px;}
td.cell-bg-header-center { background-color: #cccccc; font-weight: bold; text-align: center;border: 0px;}
td.cell-bg-light { background-color: #eeeeee; border: 0px;}
td.cell-bg-dark { background-color: #dddddd; border: 0px;}

/*ifbm-table-styles*/
table.table-bg-light-ifbm td { background-color: #99CCFF; border: 0px;}
table.table-bg-dark-ifbm  td { background-color: #3399FF; border: 0px;}

tr.row-bg-header-ifbm  td { background-color: #5C9FC9; font-weight: bold;color:#ffffff;border: 0px;}
tr.row-bg-header-center-ifbm  td { background-color: #3399FF; font-weight: bold; text-align: center;border: 0px;}

tr.row-bg-dark-ifbm  td { background-color: #E8F0FF; border:solid 1px #5C9FC9;}

tr.row-bg-dark-ifbm:hover td { background-color: #d2d200;}

tr.row-bg-light-ifbm  td { background-color: #ffffff; border:solid 1px #5C9FC9;}

tr.row-bg-light-ifbm:hover td { background-color: #d2d200;}

tr.row-bg-institut  td { background-color: #e9e9e9; border:solid 1px #5C9FC9;}

td.cell-bg-header-ifbm  { background-color: #cccccc; font-weight: bold;border: 0px;}
td.cell-bg-header-center-ifbm  { background-color: #cccccc; font-weight: bold; text-align: center;border: 0px;}
td.cell-bg-light-ifbm  { background-color: #99CCFF; border: 1px;}
td.cell-bg-dark-ifbm  { background-color: #3399FF; border: 0px;}
/*ifbm-table-styles_END*/


table.literature td {background-color: #eeeeee; border: 0px; border-spacing: 1px; font-size: 0.82em;}
table.literature td.literature_header {background-color:#dddddd; text-align: center; font-weight: bold; font-size: 1.2em;}

/*.wetter {border-spacing:2px;}
.wetter_header h1{font-weight: bold; font-size: 1.1em; text-decoration: none;}
.wetter_header a h1{font-size:1.1em; color:#000000; text-decoration: none;}
.wetter_subheader {font-size: 0.93em; font-weight: bold;}
.wetter_time {font-size: 0.93em;}
.wetter_dat {font-size: 0.93em; font-weight: bold;}
*/
.wetter {border-spacing:2px;}
.wetter_header h1{font-weight: bold; font-size: 12pt; text-decoration: none;}
.wetter_header a h1{font-size:11pt; color:#000000; text-decoration: none;}
.wetter_subheader {font-size: 9pt; font-weight: bold;}
.wetter_time {font-size: 9pt;}
.wetter_dat {font-size: 9pt; font-weight: bold;}


div.user-staff-pi1-listrow table {border-spacing:1px;}
div.user-staff-pi1-listrow tr.user-staff-pi1-listrow-header td {background-color: #dddddd; font-weight: bold; padding: 7px; text-align: left;}
div.user-staff-pi1-listrow tr.user-staff-pi1-listrow-odd td {background-color: #f0f0f0;  padding: 3px;}
div.user-staff-pi1-listrow td{background-color: #e0e0e0;  padding: 3px;}

.cost728_boxheader {
    background-color: #aaaaff;
    padding: 2px;
    font-weight: bold;
    border: solid 1px;
    border-color: #000000;
    border-bottom: solid 0px;
}

.cost728_boxbody {
  background-color: #ddddff;
  padding: 5px;
  padding-left: 30px;
  border: solid 1px;
  border-color: #000000;
  border-top: solid 0px;

}

.cost728_header {
  background-color: #eeeeff;
  padding: 5px;
  font-size: 20pt;
  font-weight: bold;
  color: #000077;
  border-color: #000077;
  border-top: solid 3px;
  border-bottom: solid 3px;
}

table.csc-uploads {
  border-spacing: 1px;
}

table.csc-uploads td {
  background-color: #eeeeee;
  padding: 2px 7px;
}


table.csc-uploads p{
  margin: 0px;
}

table.user-cost728-pi1-listrow td {background-color: #ddddff;}
table.user-cost728-pi1-listrow {background-color: #000077;}

/* reformatting typo3 4.0 images */
DIV.csc-textpic-clear { width: 100%; height: 2px;}
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: none;}
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: none; }
.content .contentelement {
  width: 100%;
  float: right;
  clear: right;
}
/* for IE <= 6 */
* html .content {
  height: 0px;
  he\ight: auto;
  zoom: 1;
}

/* user_publication formatting */
.publication-record {
  margin:0.4em;
  line-height:100%;
  background-color:#E7E7E7;
}
.publication-header {
  font-size:1.2em;
  font-weight:bold;
  padding-top:0.8em;
  background-color:#D7D7D7;
}

.csc-textpic-imagewrap {
                      margin-bottom:5px;
                      margin-top:5px;
}

/* * html .csc-textpic-imagewrap  {
       	margin-bottom:5px;
        margin-top:15px;
        m/argin-top:15px;
}
*/


.csc-textpic-caption {
                      font-size:0.7em;
                      font-weight:bold;
                      padding-top:2px;
}

.csc-header-date     {
                      font-size:1.0em;
                      font-weight:bold;
                      margin-bottom:15px;
                      margin-top:12px;
}
/*..........................Formular-Style*/


.csc-mailform {
        border: 0px;
       }
.csc-mailform-field {
font-family: Verdana; 
font-size:12px; 
background-color: #fafafa; 
width:300px;
} 
.input {
font-family: Arial; 
font-size:12px; 
background-color: #ffffff; 
border-bottom:  1pt solid; border-color:#fafafa;
border-left: 1pt solid; border-color:#fafafa;
border-right: 1pt solid; border-color:#fafafa;
border-top: 1pt solid; border-color:#fafafa;
width:400px;
} 

hr	{
  border:2px dotted #5C9FC9;
  margin:10px 0px 10px 0px;
  }