 * {
    margin: 0;
    padding: 0;
    list-style: none;    
    } 
    
html {
    height: 100%; 
    }  

/*   
html ul, ol, dl {
    position: relative; 
    }  
*/  

body {
    font-size: 0.9em;
    font-family:  arial, verdana, helvetica, sans-serif;
    color: #000;
    min-height: 101%;
    text-align: left;
    background: #f7f3ef; 
    }
 
fieldset, 
img { 
    border: 0; 
    }

select,
input {
    font-size: 99%;
    }
    
img {
    display: inline-block;
    }    
   
a {text-decoration: none; 
    } 
   
a:link, 
a:visited {
    color: #007e39;
    text-decoration: none;
    }
    
a:hover {
    text-decoration: underline;
    }
 
a:active 
a:focus {
    font-weight: bold;
    } 
    
a.ausgewaehlt:link,
a.ausgewaehlt:visited {
    font-weight: bold;
    } 
    
a.autoren:link, 
a.autoren:visited {
    display: block;
    }
        
p { 
    margin: 0.3em 0 0.5em 0;
    }     
    
table {
    width: 100%;
    }
    
td {
    text-align: left;
    vertical-align: top; 
    margin: 0;
    padding: 3px;
   }
     
strong {
    font-weight: bold;
    }  
    
small {
    font-size: 0.9em;
   } 
   
li {
   line-height: 1.1em;
   margin-top: 0.2em;
   margin-left: 1.5em;
   } 
       
    
dt {
    margin-top: 0.5em;
    padding-top: 0.8em;
    }    
    
dd {
    display: block;
    margin-left: 1.5em;
    padding: 0 ;
    }  
    
#portal {
    position: absolute;
    left: -1000px;
    top:  -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
    }      
    
#sprungmarken {
    position: absolute;
    left: -1000px;
    top:  -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
    }
    
span.unsichtbar {
    position: absolute;
    left: -1000px;
    top:  -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
    }
  
/* --- Formatierung: Klassen --- */  

.block {display: block; 
    } 
   
p.publikationen {
    margin-top: 0.8em;
    }
  
p.unterstrich {
    margin-top: 0.8em;
    padding-bottom: 0.6em;
    border-bottom: 1px dashed #aaa;
    } 
    
p.suchfrage {
    font-size: 0.9em;
    display: block;
    margin-top: 0.3em; 
    padding-bottom: 0.5em;
    } 
    
.klein {
    font-size: 0.9em;     
    }
    
.fett, 
.hervorhebung  {
    font-weight: bold;
    }
    
.rahmen {
    margin: 0 0 1em 0;
    padding: 0.5em;
    border: 1px solid #aaa;
    }

.eingerueckt {
    margin-left: 1.5em;
    } 

.hinweis {
    margin: 0;
    padding: 0.8em 0 0.8em 0;
    } 
    
.hinweis-suche {
    font-size: 0.9em;
    margin: 1.5em;
    line-height: 1.2em;
    }     
    
.hinweis-suche2 {
    font-size: 0.9em;
    margin: 0.2em;
    line-height: 1.2em;
    text-align: center;
    }  


.hinweis-suche3 {
    font-size: 0.9em;
    margin: 0.2em;
    line-height: 1.2em;
    }  


.rechts {
    float: right
    }
  
.statistik {
    width: 100%;
    margin-left: 0;
    } 
    
.warnung {
    color: red;
    }    
  
.link-seitenanfang {
   margin-top: 2em;
   padding: 0.1em 0 0.1em 1em;
   background: #f7f3ef; 
   }
      
/*  --- Seitencontainer --- */

#seitencontainer {
    position: relative;
    text-align: left;
    min-height: 100%;
    max-width: 980px;
    margin: 20px auto 0 auto; 
    padding: 0;  
    background: #fff;          
    }

* html #seitencontainer {
    height:100%;
    }
 
#seitencontainer {
    width: expression(document.body.clientWidth >980? "980px": "auto" );
    } 
   
/* --- Kopfbereich: Logo+Info Uni, ev. Hauptnavigation CMS, Umschaltzeile -- */

#kopfbereich {
    border: 1px solid #aaa;   
    }

#universitaet {
    display: block;
    margin: 0;
    padding: 0;
    height: 100px;
    } 
    
#universitaet h1 {
    visibility: hidden;
    }

#umschaltzeile {
    margin: 0.5em;
    padding-left: 4px;
    }   
 
#umschaltzeile ul li {
    display: inline;
    padding: 0;
    }
 
#umschaltzeile ul li a {
    display: inline;
    text-decoration: none;
    color: #525552; 
    }
 
#umschaltzeile li a:hover {
    text-decoration: underline;
    background-color: #f7f3ef; 
   } 
   
/* --- fussbereich --- */

#fusszeile {
    clear: both;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    max-width: 980px;
    border-top: 1px solid #aaa;
    background: url(http://forschung.meduni-graz.at/documents/fusszeile.gif) left repeat ;  
    } 
 
#fusszeile {
    width:expression(document.body.clientWidth > 980? "980px": "auto" );
    }
 
#fusszeile a:link,
#fusszeile a:visited {
   color: #fffff1;
   font-weight: bold;
   padding: 0.2em 1em;
   text-decoration: none;
   } 
   
      
/* --- Navigation linke Spalte --- */

#menue { 
    float: left;
    width: 20%; 
    overflow: hidden;
    display: block;
    font-size: 1em;
    margin: 20px 0 1.5em 10px; 
    border: 1px #a5cf84 solid;
    border-bottom: 0;
    }
    
html #menue { 
    word-wrap:break-word; 
    }

#menue h2 { 
    font-size: 1.2em;
    font-weight: bold;
    color:#000;
    background: #f8f8f8; 
    border-bottom: 1px solid #007d39 ;
    padding: 2px;
    }
    
#menue a { 
    display:block; 
    }
                     
#menue li { 
    float:left; 
    width: 100%;
    margin:0; 
    }
  
#menue li a { 
    display: block;
    color: #444; 
    padding: 3px 0px 3px 5%; 
    background-color: #f8f8f8; 
    border-bottom: 1px #a5cf84 solid;
    }

#menue li a:hover { 
    color: #ce0000;
    background-color:#f7f3ef; 
    }
    
#menue li ul { 
    margin:0; 
    padding: 0;    
    }
    
#menue li ul li { 
    float:left; 
    width: 100%;
    margin:0; 
    padding:0 ; 
    background: #cce7b6; 
    }

#menue li ul li a { 
    display: block;
    width: 100%;    
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px 0 3px 12%; 
    background-color: #cce7b6; 
    border-bottom: 1px #a5cf84 solid; 
    }

#menue li ul li a:hover { 
    width: 100%;
    color: #ce0000;    
    background-color:#f7f3ef;  
    }

#menue li .ausgewaehlt { 
    font-weight: bold; 
    color: #000;
    padding: 3px 0px 3px 5%; 
    background-color:  #cce7b6;    
    border-bottom: 1px #a5cf84 solid;
    }
 
#menue li ul li .ausgewaehlt { 
    width: 100%; 
    font-weight: bold; 
    color: #007d39;     
    margin-left: 5%;
    padding: 3px 0px 3px 12px; 
    background: #cce7b6 url(http://forschung.meduni-graz.at/documents/pfeil1.gif) left no-repeat;   
    border-bottom: 1px solid #a5cf84;
    }
         
/* --- Inhaltsbereich --- */

#inhalt {
    display: inline;
    font-size: 1em;
    float: right;
    width: 72%;
    margin: 0;
    padding: 20px 20px 20px 0;
    } 
    
html #inhalt { 
    word-wrap:break-word; 
    }     
               
#inhalt h2 {
    font-size: 1.3em;
    font-weight: normal;
    padding-bottom: 0.5em;
    }
    
#inhalt h2.unterstrich {
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #aaa;    
    }    
 
#inhalt h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.6em 0;
    padding-bottom: 0;
    }
    
#inhalt h3.linie {
    padding: 1em 0 0 0;
    border-top: 1px solid #aaa;
    }
    
#inhalt h3.strichliert {
    margin: 2em 0 0.5em 0;
    padding: 0.5em 0 0 0;
    border-top: 1px dashed #aaa;
    }     
    
#inhalt h3.unterstrich {
    margin-bottom: 0.3em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #aaa;
    }  
    
#inhalt h3.oberstrich {
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #aaa;
    } 
    
#inhalt h3.oberstrich-abstand {
    margin-top:  0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #aaa;    
    }            
    
#inhalt h3.publikation {
    color: #333;
    margin-top: 1em;    
    padding-left: 0.3em;
    background: #f7f3ef;
    }      
    
#inhalt h4 {
    font-weight: bold;
    padding-top: 0.3em;
    }  
    
#inhalt h4.oberstrich {
    margin-top: 0.5em ;
    padding-top: 1em;
    border-top: 1px dashed #aaa;
    } 
    
#inhalt h4.abstand-oben {
    margin-top: 0.5em ;
    padding-top: 1.3em;
    border-top: 1px dashed #aaa;
    }     
    
#hinweis {
    font-size: 0.9em;
    margin: 1.5em ;
    padding-bottom: 1.5em; 
    border-bottom: 1px dashed #aaa;
    line-height: 1.2em;
    }

#hinweis2 {
    font-size: 0.9em;
    padding-bottom: 1.5em; 
    border-bottom: 1px dashed #aaa;
    }

/* --- Buttons --- */

a.pubmedlink {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px 0px;
	} 

a.pubmedlink:active {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -15px;
	}

a.fulltextlink {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -30px;
	}

a.fulltextlink:active {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -45px;
	}

a.fulltextmuglink {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -60px;
	}

a.fulltextmuglink:active {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -75px;
	}
	
a.scholarlink {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -90px;
	}
	
a.scholarlink:active {
	background: url(http://forschung.meduni-graz.at/documents/sprites.png) no-repeat;
	background-position: 0px -105px;
	}

a.pressetextlink {
	background: url(http://forschung.meduni-graz.at/documents/sprites_pressetext.png) no-repeat;
	background-position: 0px 0px;
	}
	
a.pressetextlink:active {
	background: url(http://forschung.meduni-graz.at/documents/sprites_pressetext.png) no-repeat;
	background-position: 0px -15px;
	}

a.woslink {
	background: url(http://forschung.meduni-graz.at/documents/sprites_wos.png) no-repeat;
	background-position: 0px 0px;
	width: 100px !important;
	}

a.woslink:active {
	background: url(http://forschung.meduni-graz.at/documents/sprites_wos.png) no-repeat;
	background-position: 0px -15px;
	width: 100px !important;
	}

a.button {
	display: -moz-inline-stack;
	display: inline-block;
	width: 65px;
	height: 15px;
	overflow: hidden;
	text-indent: -99px; /* -- not compatible in FF 2 */
	font-size: 4px;
	line-height: 900px !important;
	margin-bottom: -3px;
	}
	
a.button:hover {
	text-decoration: none;
	border: none;
}
	
/* --- FF Labels --- */ 
  
span.ff {
	width: 50px;
	display: -moz-inline-stack;
	display: inline-block;
	text-align: center;
	border-top: 5px solid #eee;
	padding: 5px 10px;
	color: #ddd;
	text-decoration: none !important;
}

span.ff:hover {
	text-decoration: none;
}

span.shr, span.neuro, span.krebs, span.kardio, span.lipid {
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	-o-transition: border-color 300ms;
}

span.ff.ffactive, span.ff:active {color: #000;}

span.shr.ffactive, span.shr:hover {border-color: #50D8B4;}

span.neuro.ffactive, span.neuro:hover {border-color: #59C5E2;}

span.krebs.ffactive, span.krebs:hover {border-color: #D678B4;}

span.kardio.ffactive, span.kardio:hover {border-color: #F4648A;}

span.lipid.ffactive, span.lipid:hover {border-color: #FFF8A1;}
     
/* --- Gendermeter --- */

.gmcontainer {
	width: 400px;
	height: 5px;
	margin: 20px 0px 15px 130px;
	font-weight: bold;
	position: relative;
	float: left;
}

.gmfemale, .gmmale, .gmstripe, .gmflabel, .gmmlabel {
	height: 5px;
	position: absolute;
	top: 50%;
}

.gmfemale {
	background: #FF4881;
	left: 0;
	z-index: 1;
}

.gmmale {
	background: #6FB8FF;
	right: 0;
	z-index: 1;
}

.gmstripe {
	width: 2px;
	background: #fff;
	left: 199px;
	z-index: 2;
}

.gmflabel {
	color: #FF4881;
	left: -17px;
	top: -3px;
}

.gmmlabel {
	color: #6FB8FF;
	right: -17px;
	top: -3px;
}

.gmheading {
	position: absolute;
	top: -5px;
	left: -130px;
}

/* --- Submenue --- */    

#submenue {
    float: left;
    width: 99%; 
    color: #000;
    margin-bottom: 0.5em;
    padding: 0.2em;
    border: 1px solid #aaa ;
    }       

#submenue ul {
    display: inline;         
    }
    
#submenue ul li {
    float: left;
    margin: 0;
    display: inline;   
    list-style-type: none;
    border-right: 1px #aaa solid;  
    }
    
#submenue ul li a {
    display: block;
    width: auto;
    padding: 0 0.6em;
    }
    
#submenue li a:hover {
    color: #ce0000;
    background: #f7f7ef;    
    text-decoration: none;
    }    
    
#submenue a.ausgewaehlt:link,
#submenue a.ausgewaehlt:visited {
    font-weight: bold;
    }     
    
/* --- Suchformular --- */

#formular {
    width: 98%;
    font-size: 1em;
    /*
    margin: 0;
    padding: 0;
    */
    float: left;
    }
    
#formular #suchbegriff {
    font-size: 1.2em;
    }     
           
fieldset { 
    margin: -1em 0 2em 0;
    font-size: 1em; 
    border: 1px solid #007d39;
    padding-left: 3em;
    clear: both;
    }
        
* html fieldset {
    padding: 5px;
    }
               
legend {
    font-size: 1.3em;
    color:#007d39;
    margin: 0 0 1em 2em;
    padding: 0;
    } 
             
label.left {
    float: left;
    text-align : right;
    width: 15em;
    margin-right: 1em; /*.3em; ? bei input.right anpassen */    
    padding-left: 0px;
    }
 
input [type=text],select {
    float: left;  
  }

input.right {
    float: left;
    width: auto;
    clear: both;
    margin-left: 16em;
    margin-right: 0.3em;
    }
        
input.suchen {
    float: left;
    font-size: 1em;
    width:auto;
    clear: both;
    margin: 0.5em 1em 0.5em 16em;
    padding: 0.2em ;
    background: #f7f3ef; 
    color: #007d39;
    border: 1px solid #007d39;
    font-weight: bold;
    }
        
/*  Für Mozilla  */
input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {  
    margin-left: 16em;
    height: 2em; 
    }
 
form br {
    clear: both;
    }

label, 
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
    cursor: pointer;
    }
    
form {
    line-height: 160%;
    }  
        
#liste-strichliert dt {
    margin-top: 0.5em;
    padding-top: 0.8em;
    border-top: 1px dashed #bbb;
    }    
    
#liste-strichliert dd {
    margin-left: 1.5em;
    padding: 0 ;
    }
    
#liste-strichliert li {
  margin: 0.2em 1.5em;
  }
  
#liste-ueberschriftt {
    font-weight: bold;    
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    } 
    
#liste-ueberschrift dd {
    margin-left: 2em;
    }  

/* ---  dl Definitionsliste Projekt --- */         
 
    
#projekt dt {
    font-family: Arial;
    font-weight: bold;
    padding-top: 0.5em;
    border-top: 1px dashed #efebef;    
    } 
#projekt dd {
    margin-top: 0.5em;
    } 
 
#projekt dd.eingerueckt {
    margin-left: 4em;    
    margin-bottom: 0.3em;    
    }     
   
#projekt p.normal{
   padding-top: 0.3em;
   font-weight: normal;
   }  
    
#person {
  width: 100%;
  } 
  
dl.person dt  {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    }  
    
dl.person dt img {
    float: left;
    margin-right: 15px;
    }

dl.person dt.leiter  {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.3em 0;
    }      
  
dl.person dd,
dl.person dd.adresse,
dl.person dd.leiter,
dl.person dd.abstand-oben  {
    margin-left: 130px;
    font-weight: normal;
    } 

dl.person dd.abstand-oben {
    margin-top: 1em;
}     
        
dl.person:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

dt.veranstaltung {
   margin: 0;
   padding: 0;
   }
 
dd.veranstaltung {
   font-size: 0.9em;
   }

