/* cmsms stylesheet: Forms modified: 23.03.2022 15:43:15 */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
/* cmsms stylesheet: Layout Bulletmenu Vert 1C modified: 23.03.2022 15:43:15 */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    /*div#content2 {
        display: none;
    }*/
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */
/* cmsms stylesheet: Nav-Vertical modified: 23.03.2022 15:43:15 */
#menu_vert h3 {
           font-weight: bold;
     }

#menu_vert,
#menu_vert ul,
#menu_vert li,
#menu_vert a,
#menu_vert h3 {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2em;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  background: #eceded;
  }
#menu_vert li {
  border-top: 1px solid #fff;
  }

#menu_vert li a:hover {
  background-color: #cfd1d2;
  }

/* highlight current item and its submenu */
#menu_vert li.active01,
#menu_vert li.active01 ul,
#menu_vert li.active02,
#menu_vert li.active02 ul,
#menu_vert li.active03,
#menu_vert li.active03 ul,
#menu_vert li.active04,
#menu_vert li.active04 ul {
  background-color: #ffffff;
  }

/* 1st menu level */
#menu_vert li h3,
#menu_vert li a {
  display: block;
  text-decoration: none;
  font-size: 100%;
  padding: .6em .5em .3em 1em;
  }

/* additional top padding for top most item */
#menu_vert h2 + ul > li:first-child > h3,
#menu_vert h2 + ul > li:first-child > a {
  padding-top: 1em;
  }

/* sub menu items do not have a border */
#menu_vert ul ul li {
  border: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

/* 2nd menu level */
    div#menu_vert ul ul li h3,
    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        padding: .35em .5em .35em 2em;
        border: none;
        font-size: 85%;
    }

/* 3rd menu level */
    div#menu_vert ul ul ul li h3,
    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        padding-left: 3em;
    }

/* 4th menu level */
    div#menu_vert ul ul ul ul li h3,
    div#menu_vert ul ul ul ul li a, 
    div#menu_vert ul ul ul ul li a:link, 
    div#menu_vert ul ul ul ul li a:visited  {
        padding-left: 4em;
    }

/*#menu_vert li ul li a { padding: 5px 5px; }*/ /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

.current
{
	list-style-type: square;
	display: inline;
	background-color: #cfd1d2;
}

/*#menu_vert li.activeparent {
   background-color: #abb0b6;
}*/

/*#menu_vert li.active01 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #bbb;
  color: #18507C;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: #abb0b6;
  }

#menu_vert li.active02 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}

#menu_vert li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 40px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #18507C;
  margin: 0;
}*/

li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   padding: 1em 10px 0.5em 10px;
   border: none;
   background-color: #fff;
  border-bottom: 1px solid #bcc5cc;
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
	}
/* cmsms stylesheet: Tools modified: 23.03.2022 15:43:15 */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* cmsms stylesheet: Typography modified: 23.03.2022 15:43:15 */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family:  Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 10pt;
		line-height: 1.4em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
      #header a {
           text-decoration: none;
      }

	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

	a.currentpage {
		font-weight: bold;
	}

	a:hover {
		text-decoration: none;
	}

	#main a[target="_blank"] {
		background: url(../../uploads/images/newwindow.gif) center left no-repeat;
		padding-left: 13px;
	}

     #main a.pdf {
           background: url(../../uploads/images/pdf.gif) center left no-repeat;
           padding-left: 18px;
     }
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 1.6em;
		line-height: 1.6em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.4em;
                line-height: 1.4em;
		margin: .6em 0 0.4em 0;
		padding: 0;
	}
      #main > h2:first-child {
           margin-top: 0;
      }
	h3 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 1em 0 .4em 0;
		padding:0;
	}
	h4 {
		font-size: 1em;
		line-height: 1.3em;
		margin: .7em 0 .3em 0;
		padding: 0;
	}
	h5 {
		font-size: 1em;
		line-height: 1.3em;
		margin: .5em 0 .3em 0;
		padding: 0;
                font-weight: normal;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: .5em 0 .3em 0;
		padding: 0;
                font-weight: normal;
                font-style: italic;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 .8em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #eceded;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
                line-height:1.4em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0.5em 0 0.5em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0.5em 0 0.5em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
                font-size: 1em;
                margin: .5em 0 1.5em 0;
                padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
                vertical-align: top;
	}
	td {
		font-size: 1em;
                vertical-align: top;
	}

/* IENT tables */

p.titel {
     font-weight: bold;
}

p.detail {
     font-size: 85%;
     color: #9c9e9f;
}
p.detail:before {
     content: "\00bb\00a0";
}


/* IENT Team table */

table.team {
  padding: 1em 0;
}

table.team td {
  vertical-align: bottom;
  padding: 0.5em 0;
  padding-right: 1em;
}

table.team p {
  margin: 0;
}

table.team img {
  width: 100px;
  height: auto;
}

table.team p.teamposition {
  font-weight: bold;
  margin: 0 0 0.7em 0;
}
p.teamposition:before {
  content: "\0000bb\0000a0";
}


/* END TABLE */
	


	
/* END TYPOGRAPHY */
/* cmsms stylesheet: Colours modified: 23.03.2022 15:43:15 */
/* Layout sections */
	body {
		background: #9c9e9f;
		color: #000;
		}
		
	div#pagewrapper {
		background: #fff;
	    }
		
	div#header {
		color: #407fb7;
                background: #eceded;
                border-bottom: 2px solid #9c9e9f;
		}
		
	div#footer {
		color: #9c9e9f;
		background-color: transparent;
		}

	div#main {
		background-color: transparent;
		}

		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #407fb7;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #9c9e9f;
        }

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

/* Tables */
     table.arbeiten {
         background-color: #ffffff;
     }
     table.arbeiten thead tr {
         background-color: #eceded;
     }

/* Other */
     div.hr, div.hr_footer {
          border-bottom: 1px solid #9c9e9f;
     }
/* cmsms stylesheet: Publications modified: 23.03.2022 15:43:15 */
p.pub {
  margin-top: 1.2em;
}

pre.bibtex{
    font-size: small;
    border: 1px solid #CFD1D2;
    padding: 10px;
    overflow: auto;
}

p.pub a.author{
  color: #000000;
}

span.count{
  display: none;
}

td.bibref{
  display: none;
}

td.sheader{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.3em;
  margin: .7em 0 .3em 0;
}

span.bibbooktitle{
  font-style: italic;
}

span.bibauthor a{
  color: #000000;
}
