/* CSS-Styles - Lehrstuhl fr Psychologie */
/* Webmaster: Roman Soucek */

/* Druck */

#seite {
  text-align: left;
  margin: auto;
  background-color: #FFFFFF;
  }
#druck{
  display:none;
  }
#navigation {
  display:none;
  }
#fusszeile {
  display:none;
  }  
#kopfzeile {
  display:none;
  }
#zurueck {
  display:none;
  }
#inhalt {
  margin-left: 0px;
  padding: 0px;
  }
#inhalt_ohne_navigation {
	margin-left: 0px;
  padding: 0px;
  }
body {
    background-color: #FFFFFF;
    text-align: center;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: serif;
	  font-size: 12pt;
		/* font-size: 0.8em; */
    }
  
/* Darstellung von links */

a {
    color: #000000;
		text-decoration: none;
    }
a:after { 
    content: " (->"attr(href)")"; 
	  font-family: monospace;
		font-size: 8pt;
    color: #000000;
    background: transparent;
		text-decoration: none;
		}

/* Standard */

p {
	display: block;
	padding: 5px;
	margin: 0px;
	}
small {
  font-size: 10pt;
	/* font-size: 0.85em; */
  }
ul {
	margin: 0px;
	padding: 5px 5px 5px 25px;
	}
li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 2px 5px 2px 0px;
	}
table {
    width: 99.5%;
	}
th {
	font-size: 12pt;
	/* font-size: 0.7em; */
	font-weight: bold;
	text-align: left;
  
	border-top: 20px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
   	vertical-align: middle;
	margin-top: 20px;
  	list-style-type: square;
	padding-left: 5px;
	}
td {
    border-bottom: 5px solid #FFFFFF;
	font-size: 12pt;
	/* font-size: 0.8em; */
	height: 20px;
	vertical-align: middle;
	padding: 2px;
	padding-left: 5px;
    }
h1 {
    display: block;
	  font-size: 18pt;
	  /* font-size: 0.85em; */
    padding: 2px;
    padding-left: 5px;
    margin: 0px;
    border: 2px solid #000000;
    font-weight: normal;
		margin-top: 40px;
		margin-bottom:40px;
    }
h2 {
	display: block;
	font-size: 14pt;
	/* font-size: 0.85em; */
	font-weight: normal;
	border-bottom: 2px solid #000000;
	padding: 2px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
    }
h3 {
    display: block;
	  font-size: 12pt;
	  /* font-size: 0.85em; */
	font-weight: bold;
		font-style:italic;
    padding: 2px;
    padding-left: 5px;
    margin: 0px;
    margin-top: 10px;
		margin-bottom: 5px;
    }  
img {
     border: 0px;
		 }

		



#mitarbeiter_details {
    padding: 20px 20px 1px 170px;
	}
#mitarbeiter_details ul {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	}
#mitarbeiter_details h1 {
    border-bottom: 0px;
    }
#mitarbeiter_passbild {
    float: left; 
	padding: 20px 20px 20px 20px; 
	text-align: center;
    }
