/* CSS Document */
/* Colours */
.green	{ color: #6abc9f }
.darkgreen { color: #21857b }
.blue	{ color: #075082 }
.white	{ color: #ffffff }
.bgrgreen			{ background-color: #6abc9f }
.bgrdarkgreen		{ background-color: #21857b }
.bgrblue			{ background-color: #075082 }

.startright	{ float: right; margin-right: -10px; margin-bottom: 10px; width: 170px; padding: 20px 30px 20px 20px; }

.none	{ display:none }

/* Page */
* { padding: 0; margin: 0; border:0; }
html, body	{ height:100%}
html { height:100%;	margin:0; padding:0; }
body { height:100%; margin:0; padding:0; background-image: url(../img/_layout/bgr_body.gif); background-size: cover; background-position: center top; background-repeat: repeat; }

#navbar	{ position: absolute; left: 0; top: 177px; background-image: url(../img/_layout/bgr_navbar.png); background-repeat: repeat; width: 100%; height: 40px; }

#page { width: 1000px; margin: 0 auto; position: relative; background-color: #ffffff; text-align: left; }
#page.schatten {
  -moz-box-shadow: 1px 1px 15px #000; /* Firefox - alt */
  -webkit-box-shadow: 1px 1px 15px #000; /* Safari, Chrome - alt */
  box-shadow: 1px 1px 15px #000; /* CSS3 */
}

#content	{ float: left; width: 1000px; position: relative; }

.box	{ padding: 10px; margin-bottom: 10px }
.box .top	{ color: #ffffff; background-color: #999999; padding: 2px 10px; margin: -10px; font-weight: bold }
.box .green	{ color: #ffffff; background-color: #6abc9f; }
.box .darkgreen	{ color: #ffffff; background-color: #21857b; }
.box .blue	{ color: #ffffff; background-color: #075082; }

.box a	{ color: #21857b; font-weight: bold; text-decoration: none }
.box a:hover	{ color: #6abc9f }
.box h5 a	{ color: #ffffff }
.box h5 a:hover	{ color: #7FE0BE }


.bordergreen	{ border: 2px solid #6abc9f }
.borderdarkgreen	{ border: 2px solid #21857b }
.borderblue	{ border: 2px solid #075082 }
.toggle { margin-top: 0px; }

.col_yt	{margin-left: -10px; margin-top: 10px; margin-right:-10px; }
.col_yt iframe { width:100%; }
.yt_text { width: 270px; margin: 5px 5px -10px 5px; }

.actnj	{ padding-left: 5px }
.act	{ background-image: url(../img/_layout/arrow_down-Kopie.png); background-repeat: no-repeat; background-position: 7px top; padding-left: 25px; display: inline-block }
.up		{ background-image: url(../img/_layout/arrow_up-Kopie.png); background-repeat: no-repeat; background-position: 7px top; }

.ilblock	{ display: inline-block; width:50px }
#content div.box ul	{ margin-bottom: 4px; }
#content div.box ul li { list-style-type: square; list-style-position: outside; margin-left: 16px; margin-bottom: 2px; }

/* Fonts */
body, p, a, ol, ul, div, span, h1, h2, h3, #page input, #page select, #page textarea { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; }
p, ol, ul, div, span, h1, h2, h3, #page input, #page select, #page textarea { font-size: 12px; line-height: 18px; }


p { margin: 0px 0px 6px 0px; }
.nomargin	{ margin: 0px; }
.margintop	{ margin: 6px 0 0 0}

h1,h2,h3,h4,h5,h6	{ color: #21857b; font-weight: bold }

h1 { font-size: 18px; line-height: 22px; margin-bottom: 10px; margin-top: 0px }
h2 { font-size: 16px; line-height: 21px; margin-bottom: 5px; margin-top: 0px }
h3 { font-size: 15px; line-height: 20px; margin-bottom: 5px; margin-top: 0px }
h4 { font-size: 14px; line-height: 18px; margin-bottom: 5px; margin-top: 0px }
h5 { font-size: 13px; line-height: 18px; margin-bottom: 5px; margin-top: 0px }
h6 { font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-top: 0px }
.headabstand	{ margin-bottom: 10px; }

a { color: #21857b; text-decoration: underline; }
a:hover { color: #6abc9f; }
a.pdf   { background-image: url(../img/_layout/link_pdf.gif); background-repeat: no-repeat; background-position: left top; margin: 0 0 0 2px; padding: 0 2px 0 28px; text-decoration: none}
a.mail   { background-image: url(../img/_layout/link_mail.gif); background-repeat: no-repeat; background-position: left 2px; margin: 0 0 0 2px; padding: 0 2px 0 18px; text-decoration: none}
a.invisible	{ color: #000000; text-decoration: none; font-weight: normal}

.center	{ text-align: center}
.right	{ text-align: right }
.justify	{ text-align: justify }

.floatright	{ float: right }
.floatleft	{ float: left}
.clear	{ clear: both }

.small	{ font-size: 10px; line-height: 15px; }

p.author { font-weight: bold; font-style: italic; margin-bottom: 0; }
h4.title	{ color: #075082 }
p.publication	{ text-align:right }

/* Header */
#header {
	width: 1000px;
	position: relative;
	height: 195px;
}
#header-top	{ text-align: right; position: relative; top: 0; left: 0; margin: 0 auto; width: 990px; height: 20px; }
#header-top a	{ line-height: 20px; color: #ffffff; padding: 3px 5px}
#header-top a:hover	{ color: #21857b; }
#header-top	{ color: #ffffff }

div#headpic {
	position: absolute;
	top: 0px;
	right: 0px;
}
div#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
div#slogan {
	position: absolute;
	top: 165px;
	right: 5px;
}

div#content_top_pic img	{ width: 1000px; margin-top:-40px; }
div#content_top_pic		{ width: 1000px; height: 200px; overflow:hidden; margin-bottom: 10px; }

/* Menu */
div#page div#nav	{ background-image: url(../img/_layout/bgr_nav.gif); background-repeat: repeat-x; background-attachment: inherit; background-position: top left; position:absolute; left: 0px; top:155px; text-align:left; z-index: 20; width: 1000px; }

div#page div#nav a { font-size: 16px; line-height: 18px; font-weight: bold; text-align: center; text-decoration: none; height: 40px; color: white; background-color: #dbdbdb; padding: 0 30px ; border-right: 1px solid white; background-image: url(../img/_layout/bgr_nav.gif); background-repeat: repeat-x; background-position: left top; display: table-cell; vertical-align: middle; }
div#page div#nav ul li#last a { border-right-style: none; }
div#page div#nav a:link, div#page div#nav a:visited { color:#ffffff;}
div#page div#nav ul li a:hover,
div#page div#nav ul li:hover a { color: #fff; background-image: url(../img/_layout/bgr_nav.gif); background-repeat: repeat-x; background-position: left -40px; }
div#page div#nav ul li a.active { color: #ffffff; background-image: url(../img/_layout/bgr_nav.gif); background-repeat: repeat-x; background-position: left -80px; cursor: default }
div#page div#nav ul li:hover a:active,
div#page div#nav ul li a:active { color: #ffffff; background-image: url(../img/_layout/bgr_nav.gif); background-repeat: repeat-x; background-position: left -80px; }

div#page div#nav li { margin:0; padding:0; list-style-type:none; float: left; }
div#page div#nav ul, div#page div#nav ul ul, div#page div#nav ul ul ul { margin:0; padding:0; list-style-image:none;}

div#page div#nav ul ul	{ background-color: #B3B3B4 }
div#page div#nav ul ul li a, 
div#page div#nav ul ul li a:link, 
div#page div#nav ul ul li a:visited { color:#333333; font-weight: normal; text-align: left; padding: 0 5px 0 15px; width: 125px; line-height:22px; background:#e5e5e5; border-top: 1px solid #b3b3b4; border-right-style: none; }
div#page div#nav ul ul.research li a:link, div#page div#nav ul ul.research li a:visited { width:242px; }

div#page div#nav ul li#last ul li a:link, div#page div#nav ul li#last ul li a:visited { width:145px }

div#page div#nav ul ul li a			{ font-size:14px; line-height: 16px; height: 20px; display: inline-block;}
div#page div#nav ul ul li a:hover { color: #ffffff; background-color: #21857b; }
div#page div#nav ul ul li a:active,
div#page div#nav ul ul li a.active { color: #ffffff; background-color: #075082; }

/* Begin Popout  */
div#page div#nav ul li	{ position: relative; }
div#page div#nav li ul	{ position :absolute; left:0px; top:40px; border-bottom: 3px solid #21857b; display:none;}
div#page div#nav li.active ul	{ position :absolute; left:0px; top:40px; border-bottom: 3px solid #075082;}

/* IE Hack Hide from IE Mac \*/
* html div#page div#nav ul li	{ float:left; height:1%; }
* html div#page div#nav ul li a	{ height:1%; }
/* End */

/* Hide deeper Menu Items */
div#page div#nav ul ul	{ display:none; }

/* Show Menu Items :hover ul */
div#page div#nav ul li:hover ul	{ display:block; }


/* End Popout */


div#page div#project-nav	{ width: 990px; background-color: #646464; margin: 0 auto; height: 45px; }

/* Content */
div#page div#content { margin: 0; }

div#page div#content .col1	{ width: 105px; float: left; padding: 10px; }
div#page div#content .col2	{ width: 230px; float: left; padding: 10px; }
div#page div#content .col2r	{ width: 230px; float: right; padding: 10px; }
div#page div#content .col3	{ width: 355px; float: left; padding: 10px; }
div#page div#content .col4	{ width: 480px; float: left; padding: 10px; }
div#page div#content .col5	{ width: 605px; float: left; padding: 10px; }
div#page div#content .col6	{ width: 730px; float: left; padding: 10px; }
div#page div#content .col7	{ width: 855px; float: left; padding: 10px; }
div#page div#content .col8	{ width: 980px; float: left; padding: 10px; }
div#page div#content .col3rd	{ width: 285px; float: left; padding: 10px; margin: 0 10px;}
div#page div#content .col3rd3	{ width: 935px; float: left; padding: 10px; margin: 0 10px;}
div#page div#content .col62nd	{ width: 340px; float: left; padding: 5px; margin: 0 5px;}
div#page div#content .col62nd2	{ width: 700px; float: left; padding: 5px; margin: 0 5px;}

div#page div#content .cont-pic	{ padding-bottom: 15px; }
div#page div#content .margin	{ margin: 20px; }
div#page div#content .margin-lr	{ margin: 0 20px; }
.colnopad	{ margin-left:-10px; margin-top:-10px; }
.colbordblue	{ border: 4px solid #2d51a0; }
.colbordnone	{ border: 4px solid transparent; }
.colbordblue	{ height:100px; position: relative; }
.colbordblue h2	{ position: absolute; bottom: 4px; }

.schatten {
  -moz-box-shadow: 1px 1px 5px #000; /* Firefox - alt */
  -webkit-box-shadow: 1px 1px 5px #000; /* Safari, Chrome - alt */
  box-shadow: 1px 1px 5px #000; /* CSS3 */
}
img.abstand_l	{ margin-left: 15px; }
img.abstand_r	{ margin-right: 15px; }
img.abstand_t	{ margin-top: 15px; }
img.abstand_u	{ margin-bottom: 15px; }

img.pi	{ float: left; margin: 10px 10px -10px -10px; }
.pitext	{ margin-top: 20px }
.disclaimer	{ margin: 20px 0 }

img.fellows	{ width:60px; height:60px; border-radius: 50%; }

.imgframe	{ background-color: #e5ebe5; }
.imgframeright	{ float: right; margin-left: 10px; margin-bottom: 0px; }
.imgframeleft	{ float: left; margin-right: 10px; margin-bottom: 0px; }
.imgframerightno	{ float: right; margin-left: 0px; margin-bottom: 0px; }
.imgframeleftno	{ float: left; margin-right: 0px; margin-bottom: 0px; }
.imgframerighttop	{ float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px }
.imgframelefttop	{ float: left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px }
.imgframe .imgtext	{ margin: 5px; }
.imgtext p { font-size: 10px; line-height: 12px; text-align: justify; margin-bottom:2px; }

div#content ul	{ margin-bottom: 16px; }
div#content ul li { list-style-type: square; list-style-position: outside; margin-left: 16px; margin-bottom: 2px; }
div#content ol	{ margin-left: 32px; margin-right: 32px; margin-bottom: 16px;  }
div#content ol li { list-style-type: decimal; margin-bottom: 2px; }

div#end { clear: both; height: 5px; width: 1000px; margin: 0 auto; }

/* Footer */
div#footer	{ margin: 0 auto; width: 980px; clear: both; height: 30px; text-align:right; padding: 10px 20px}

/* ::selection */
::selection	{ background-color:#9fada8;}
a::selection	{ color: #ffffff }

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection	{color:#ffffff }