/* SFB580-CSS */
/* Arne Ballay, IT Sozialwissenschaften */
/* ba@bonn.iz-soz.de */
/* 18.08.2006 */

/* ================================= */
/* Layout */
/* ================================= */
body {
	background-color:#FFF9EF; 
}

table {
  /*width: 100%;*/
  width: 300px;
  margin-top:2em;
}

th {
  background-color:#FFF9EF; 
  color: black;
  font-size:10px;
  text-align:left;

  /*border-top : 1px;
  border-top-color: #9C9C9C;
  border-top-style : solid;*/
  
  border-bottom : 1px;
  border-bottom-color: #9C9C9C;
  border-bottom-style : solid;
	
  border-right : 1px;
  border-right-color: #9C9C9C;
  border-right-style : solid;
}

td {
	background-color:#FFF9EF; 
	vertical-align : top;
	padding-left : 3px;
	padding-right : 3px;
	font-size : 12px;

	border-bottom : 1px;
	border-bottom-color: #9C9C9C;
	border-bottom-style : solid;
	
	border-right : 1px;
	border-right-color: #9C9C9C;
	border-right-style : solid;
}


iframe {	
/*   width: 365px;  */
   height: 100%;
}

table.soziographie {
 display:inline;
/* vertical-align:top;*/
/* position: relative;
 bottom:90px;*/
}
table.soziographie th {
 text-align: center;
}
table.soziographie td {
 text-align: right;
}
table.soziographie td.tdleft {
 text-align: left;
}