/*
* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/*
	*   bgcolor wissgrid: #91C5E5; (bghead light)
	*   bgcolor wissgrid: #; (bgtabs light)
	*   bgcolor astrogrid:  #013366; (head-line)
	*   bgcolor CLUES:  #010166;
	*   active tab color: #FFCC66 (astrogrid: #60ccff, 10 occ.);
	*   inactive tab color (darker): #FF9933 (astrogrid: #00a0c6, 1 occurance);
	*   color for menu line above body (lighter ("breadcrumb")): #FFFF99 (astrogrid: #cceeff, 1 occ);
	*
*/
/* Some changes by Kristin Riebe:
*  - adapt to own color scheme
*  - replace layout colors by background images for nice color gradients 
*  - remove some obsolete declaration
*  - 28.10.2009: replace 'border: thin' by 'border: 1px' for consistent layout
*		 even in Internet Explorer 
*/

/* added by Kristin Riebe: allow to center the page block*/
#pagewrap {
    text-align: center;
}

/* pageborder */
#pageborder {
}

/* page */
#page {
    padding: 0;
    margin: 0 auto;	/* adjust, so that page-block appears in center */
    text-align: left;	/* text should be left-aligned, not centred */
    width: 924px;	/* fix width of window */
    border: 2px ridge silver;
    background-color: #F9F9F9;
    background-image: url(../images/cloudy_background.jpg); 
    background-repeat: repeat-x;
    overflow: auto;	/* should never happen, would rather like "hidden" */
    
}

/* make background color everywhere in header (not just in columns) */
/* => is transparent by default => don't need to fdo anything */
#header {
    /*background-color: #010166;*/
}

#header td {
    /*background-color: #010166;*/
}

#header h1 { font-size: 200%; color: #FFFFFF; margin: 0.5ex;}
#header h2 { font-size: 140%; }
#header h3 { font-size: 100%; color: #FFFFFF; margin: 0.5ex;}


/* tabs */

#tabs {
    border-bottom: solid 0.5ex #FAD680;	/*#FFCC66;*/
    color: #010101;
}

#tabs a {
    text-decoration: none;
    color: #3F3F3F;/*#010101;*/
}

#tabs table {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
    /*background-color: #010166;*/
    
}

#tabs td {
    vertical-align: bottom;
}

#tabs div {
    white-space: nowrap;
}

/* Hover effect for tab-menu added by K. Riebe */
#tabs a:hover {
    /* text-decoration: underline; */	
    color: #010101;/*#F0F0F0;*/
}

.tab {
    white-space: nowrap;
    color: #C0C0C0;
    font-weight: bold;
    padding: 0.2em 0.5em;
    /*background-color: #FF9933;*/
    background: url(../images/brushed_darkyellow-s.jpg);
    border-left: none;
    border-right: none;
    border-top: none;
    /*border-bottom: solid 1px #FFCC66;*/
}

.tab-selected {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
    padding: 0.2em 0.5em;
    /*background-color: #FFCC66;*/
    background: url(../images/brushed_orange_seamless-s.jpg); 
    border-left: none;
    border-right: none;
    border-top: none;
    /*border-bottom: solid 1px #FFCC66;*/
}

.tab-separator {
    /*background-color: #010166;*/
}

.tab-pre-separator {
    width: 0;
    /*border-bottom: solid 1px #FFCC66;
    background-color: #010166;*/
    padding-left: 3em;
}

td.tab-post-separator {
    width: 100%;
    /*background-color: #010166;*/
}

/* menu */

#menu {
    font-family: verdana, arial, sans-serif;
    /*background-color: #FFCC66;*/
    background: url(../images/brushed_orange_seamless-s.jpg); 
    /*margin: -1px -1px -1px -1px; -- not needed */
    border: solid 1px #999999;
    border-left: none;
    border-top: none;
    color: #010101;
    padding: 0 0 0.5em 0.5em;
    width: 8.5em;
}

#menu a {
    text-decoration: none;
    color: #010101;
}

#menu a:hover {
    text-decoration: underline;
}

.menublock-1, .menublock-selected-1 {
    padding: 0;
    /*border-top: solid 1px #FFCC66;
    background: #FFCC66;*/
}

.menublock-1 a { }
.menublock-1 a:visited { }

.menublock-1 .menublock-2 { display: none; }

.menublock-selected-1 .menuitem-1 { background-color: #EEEEEE; }
.menublock-1          .menuitem-1 { }

.menuitem-1, .menuitem-selected-1 {
    padding: 0.15ex 1ex 0.15ex 1ex; font-size: 80%;
}


.menuitem-2, .menuitem-selected-2 {
    padding: 0.15ex 1ex 0.15ex 2ex; font-size: 80%;
}
.menuitem-selected-2 { color: black; }
.menuitem-2 a { }


.menuitem-selected-1 {
    background-color: #EEEEEE;
}


.menuitem-3, .menuitem-selected-3 {
     /*padding: 0 0.5em 0.5em 4ex; font-size: 75%;*/
     padding: 0 0.5em 0.15ex 4ex; font-size: 75%;
}

.menuitem-4, .menuitem-selected-4 {
     /*padding: 0 0.5em 0.5em 6ex; font-size: 70%;*/
     padding: 0 0.5em 0.15ex 6ex; font-size: 70%;
}

.menuitem-5, .menuitem-selected-5 {
     /*padding: 0 0.5em 0.5em 6ex; font-size: 65%;*/
     padding: 0 0.5em 0.15ex 6ex; font-size: 65%;
}

/* add another type for "headlines" in menu (K. Riebe, AIP, 27.08.2009), not yet working */
/*.menuitem-0, .menuitem-selected-0 {
     padding: 0.15ex 1ex 0.15ex 1ex; font-size: 80%; font-weight: bold;
}*/

/* nicely highlight currently selected menuitem (K. Riebe) */
.menuitem-selected-2, .menuitem-selected-3, .menuitem-selected-4, .menuitem-selected-5 {
    background-color: #f9f1b2;	/*#fdf9af;*/
    border: 1px solid #999999;
    margin: -1px -1px -1px -1px;
}


/* breadcrumb */

#breadcrumb {
    padding: 0.5ex 0 0.5ex 4ex;
    /*background-color: #FFFC99;*/
    background: url(../images/brushed_yellow_short-s.jpg);
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
}

#breadcrumb a {
    text-decoration: none;
    color: #010101;
}

/*added by Kristin Riebe: (not working?)*/
#breadcrump a:hover {
    text-decoration: underline;
}    

#search {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
    margin-right: 1em;
    float: right;
    position:relative;
    top: -1.75em;
}

input.searchfield {
    font-size: 80%;
    background-color: #ffffff;
	color: black;
    border: 1px solid #999999;
}

input.searchsubmit {
    font-size: 80%;
    color: #010101;
    background-color: #FFEEEE;
    border: 1px solid #999999;
}

input.searchsubmit:hover {
    background-color: #BBBBBB;
}

/*
#search a {
    text-decoration: none;
    color: #010101;
}
*/

/* body */

#body {
    border: none;
    padding: 0em;
    margin-top: 2ex;
    margin-left: 3ex; 
    margin-right: 3ex; 
    font-family: verdana, arial, sans-serif;
    font-size: small; /* added by K. Riebe */
    /*min-height: 300px;	/* fix height */
    /*background-color: #f0f0f0;
    background-image: url(../images/clouds-grey.png);
    background-position: -2ex -3px;
    background-repeat: repeat;*/
}

#main {
/*
    float: left;
    width: 80%;
*/
}

h1 { font-size: 200%; }
h2 { font-size: 140%; }
h3 { font-size: 110%; }
p { font-size: 100%; }
li { font-size: 100%; }

.crossheading { font-weight: bold; font-size: 110%; }


table.simple {
    border-collapse: collapse;
/*
    background-color: #909090;
    border-color: #909090;
*/
    width: auto;
}

td.simple {
    font-size: 100%;
    padding: 0.3ex;
    background-color: white;
    border: solid 1px navy;
    vertical-align: top;
}

img.simple {
}

table.plain {
   /*background-color: #ffffff; */
   /*max-width: 100%; */
   overflow: auto; 
}

div.autoscroll {
   
   /* wrapper around/inside table for auto scrollbar (does not work when put in table.plain?) */
   width=100%;
   overflow: auto;
   /* empty-cells: hide;  hide empty cells */
}



#publication-title {
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
    padding-left: 1.2em;
    padding-bottom: 0.8em;
    color: #010101;
}

#project-logo {
    /*padding: 0 0 0 0;*/
    margin: 0 20px 0 20px;
    /*text-align: right;*/
}

.media {
    text-align: center;
    padding: 1ex;
}

.caption {
    padding: 0.5ex;
    text-align: center;
    font-style: italic;
    font-size: 100%;
}

.abstract {
    font-weight: bold;
}

h1 {
    font-size: 120%;
    color: #010101;
}

h2 {
    font-size: 100%;
    color: #010101;
    border-bottom: solid 1px #999999;
    margin-top: 3em;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
    color: #010101;
    border-bottom: solid 1px #999999;
    margin-top: 1.5em;
}

.asset { 
    color: #000;
    color: #000;
    font-size: 100%;
    margin: 1em 1em 1em 0.5em;
}

#footer {
    padding: 0.7ex;
	font-size: 70%;
    text-align: right;
    border-top: solid 1px #999999;
}

a img {
        border: none;
}

iframe {
    margin: 0;
    border-width: 0;
    padding: 0;
}

a {
    color: #404040
}

.bmbf {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
}


.sitemaptable {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	color:#000000;
	background-color:#FFFFFF;
}
.sitemaptable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	padding: 2px 2px 2px 2px;
	margin: 1px 1px 1px 1px;
	color:#000000;
	background-color:#FFFFFF;
}
.sitemaptable th {
    font-family: verdana, sans-serif;
    font-size: 80%;
}
.sitemapmenu {
    font-family: verdana, sans-serif;
    font-size: 80%;
    text-decoration: none;
    color: #000000;
}
.sitemapmenu A {
    text-decoration: none;
    color: #0000FF;
}
.sitemaptitle {
    font-family: verdana, sans-serif;
    font-size: 80%;
    font-weight:bold;
    text-decoration: none;
    color: #000000;
}
.sitemapdescription {
    font-family: verdana, sans-serif;
    font-size: 80%;
    text-decoration: none;
    color: #000000;
}

#body table {
	border-color: rgb(238,238,238);
	border-collapse: collapse;
}

#body th, td {
    font-family: verdana, arial, sans-serif;
}

#body th {
	background-color: rgb(238,238,238);
}

/* changes below for the new front page ("show case") IN 04-2008 */

.centered {
	text-align: center;
	background-position: center center;
}

.centered table, .centered caption {
	margin: auto;
}

.gac-grid-overview {
	text-align: center;
	vertical-align: middle;
	background-position: center center;
}

.gac-grid-overview td {
	font-size: small;
	vertical-align: middle;
}
.gac-grid-overview table, .gac-grid-overview caption {
	margin: auto;
	vertical-align: middle;
}


td.cgren, td.corng, td.cred, td.head1, td.head2, td.head3, td.na1, td.na2 
{
           border-bottom: 1px solid black;
	   border-right: 1px solid black;
           padding: 0.5em 0.5em 0.5em 0.5em; font-size:70%;
}
td.cgren { background: #00FF00; }
td.corng { background: orange; }
td.cred  { background: red; }
td.head1 { background: #d0d0d0; }
td.head2 { background: #c0c0c0; }
td.head3 { background: #a0a0a0; }
td.na1   { background: #c0c0c0; color: #f0f0f0; }
td.na2   { background: #d0d0d0; color: #f0f0f0; }

asset    { font-size: 100%; text-decoration:underline; 
           margin: 1em 1em 1em 0.5em;
           display:block;}

/* suppress border for iframe, even in IE: -- not helping */
/* -> need frameborder="0" directly in iframe-tag */

