/* Allgemeine Formatierungen ANFANG: */
body {
        background-color:#ffffff;
        color: rgb(255,255,102);
        font-family:Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
        line-height:20px;
}

* {
        font-size: 15px;
        margin: 0px;
        padding: 0px;
}
/* Allgemeine Formatierungen ENDE: */


/* Absatzformatierungen ANFANG: */
p, li {
         margin-top:1px;
         margin-right:0px;
         margin-bottom:15px;
}

p, ul, h3, h4  {
		margin-left: 150px;
		/* gleicher Abstand links hier und in "#navigation ul"  */
}

p, h3  {
		position:relative;
		top:20px;
}

ul {
         list-style-type:disc;
         list-style-position:inside;
}
/* Absatzformatierungen ENDE: */


/* Formatierungen einzelner Elemente ANFANG: */
h2,h3,h4 {
         font-weight:bold;	 
}

h1 a{
		text-decoration:none;
		font-weight:bold;
		font-size: 27px;
		color: rgb(255,255,102);
    }

h1,h2 {
        position:relative;
		top:50px;
		margin-right:5px; /* Abstand rechts nur zusammen mit Abstand rechts von img (2. Wert) ändern!*/
        line-height:28px;
}

h2{
         font-size: 17px;
}

h3,h4{
		line-height:20px;
}		

h3 {
        font-size: 22px;
        margin-bottom:20px;
}

h4{
		position:relative;
		top:30px;
		margin-bottom:10px;
		font-size: 17px;
}
/* Formatierungen einzelner Elemente ENDE: */


/* Bilder auf den Seiten Lebenslauf und Forschungsprojekte ANFANG */
img {
        float:right;
		margin-right:5px;
		margin-left:50px;
		top:0px;
}
/* Bilder auf den Seiten Lebenslauf und Forschungsprojekte ENDE */


/* ANFANG Grundeinstellungen der div-Container: */
	/*ANFANG Allgemeinte Einstellungen für Div-Container über die ganze Seitenbreite*/
	
 #oben{
		height:20px;
		background:rgb(0153,0,0); 
}

#oben,
#banner,
#navigation, 
#main,
#footer{
		margin:0px auto;
}

#navigation,
#main,
#footer {
         text-align:left;
}
/*ENDE Allgemeinte Einstellungen für Div-Container über die ganze Seitenbreite*/

/*ANGANG Allgemeinte Einstellungen für Div-Container mit Inhalt*/
#bannerinnen,
#navigationinnen,
#maininnen,
#footerinnen {
		width:900px;
		margin:0px auto;
}

#bannerinnen{
		height:150px;
}

#navigationinnen{
		overflow:hidden;
}

#maininnen{
		height:790px;
		overflow:auto;
}

#footerinnen {
		height:110px;
}
	/*ENDE Allgemeinte Einstellungen für Div-Container mit Inhalt*/
/* ENDE Allgemeinte Einstellungen für Grundeinstellungen der div-Container: */


/* Banner  spezielle Einstellungen ANFANG*/
#banner {
         height:150px;
		 text-align:right;
		 background:rgb(0,102,0); 
 }

#bannerinnen{
		text-align:right;
 }

/* Banner  spezielle Einstellungen ENDE*/


/* Navigation  spezielle Einstellungen ANFANG*/
#navigation {
		clear:both;
		background:rgb(51,153,51); 
		overflow:hidden;
}

#navigation ul{
         list-style-type:none;
         margin-left:150px;	/* gleicher Abstand links hier und in "p, ul, h3, h4, h5"  */
}

#navigation li{
	margin:5px 20px 5px 0;
	float:left;
}

#navigation a{
        display:block;
		color:black;
}

#navigation a:visited{
         color:purple;
}

#navigation a:hover,
#navigation a:focus{
		text-decoration:none;
}		
/* Navigation spezielle Einstellungen ENDE  */


/* Main spezielle Einstellungen  ANFANG  */
#main {
        clear:both;
		height:800px;
		overflow:auto;
		background:rgb(0153,0,0); 
}

#main ul{
		position:relative;
		top:20px;
}

#main li{
		margin-top:15px;
		margin-right: auto;
		margin-bottom: 5px;
}

/* Main Einstellungen für Links im Text ANFANG  */
#main a{
       color: rgb(255,255,102);
}

#main a:visited{
         color:black;
}

#main a:hover,
#main a:focus{
		text-decoration:none;
}
/* Main Einstellungen für Links im Text ENDE  */

#main i {
        font-size: 15px;
        margin-right:0px;
}

#main p {
		margin-left:150px;
}
/*ENDE spezielle Einstellungen für Main. */


/*ANFANG Angaben für die 3 Div-Container innerhalb von #main, die die Home-Seite strukturieren*/
#Text {
		height:357px;
		width:450px;
		margin-left:228px;
		position:absolute;
		top:220px;
}

#Text h3{
		margin-left:0px;
}

#Text p{
		margin-left:0px;
		/*Schriftgröße ist im HTML-Text dirket festgelegt*/
}

#Bildlinks {
		width:183px;
		float:left;
		position:absolute;
		top:220px;
}

#Bildlinks img {
		margin:0px;
}

#Bildrechts {
		width:180px;
		float:right;
		margin-left:718px; /*Bild endet mit diese Pixel-Zahl exakt mit dem Div-Container maininnen*/
		position:absolute;
		top:223px;
}

#Bildrechts img {
		margin-right:0px;
}
/*ENDE Angaben für die 3 Div-Container innerhalb von #main, die die Home-Seite strukturieren*/


	/* boxen (in Main auf der Unterseite "Publikationen". In den Boxen stehen die Abstracts) ANFANG */
.boxen {	
		margin-top:25px;
		margin-right:40px;
		margin-bottom:0px;
		margin-left:40px;
		padding-top: 0px;
		padding-left: 0px;
		text-align:justify;
		overflow:visible;
		background:rgb(0153,0,0); 
}

.boxen p{
		position:relative;
		top:0px;
		margin-top:1px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 2px;
}

.boxen .more{		
		margin-bottom: 25px;
}

.boxen a{
		color: rgb(255,255,102);
		/*font-weight:bold; */
}

.boxen a:visited{
         color:rgb(255,255,102);
}

.boxen a:hover{
		text-decoration:none;
}

.boxen a:active{
		text-decoration:none;
}

.boxen a:focus{
		text-decoration:none;
}
	/* boxen (in Main aus Seite Publikationen) ENDE  */
/* Main ENDE  */

/* Footer ANFANG  */
#footer {
         height:120px;
		 background:rgb(0153,0,0); 
		
		 overflow:hidden;
}



#footer p {
         font-size: 10px;
         margin-top:0px;
		 margin-right:5px;
		 margin-left:50px;
		 line-height:0px;     
}
/* Footer ENDE  */

