/*
 * Historie
 */
table
{
	width:100%;
}
.tablehead
{
	font-weight:bold;
}
.tablebody
{
	font-weight:normal;
}
th
{
	font-size:11px;
	border:1px dotted #666;
	padding:3px 2px;
}
th, td{
	vertical-align:top;
}

/*
 * Kontakt
 */
#kontakt_spalte1
{
	float:left;
	width:380px;
	padding-top:7px;
}
#kontakt_spalte2
{
	float:left;
	width:210px;
	font-size:11px;
}
#Inhalt .zeile
{
	float:left;
	width:100%;
	padding:3px 0px;
}
#Inhalt .zeilebutton
{
	clear:both;
	display:block;
	text-align:right;
	padding:3px 32px 3px 0px;
}
#Inhalt .zeilebutton input
{
	border:1px solid #999;
	background:#eee;
	padding:3px 5px;
}
#Inhalt label
{
	float:left;
	width:90px;
	font-size:11px;
}
#Inhalt .inputfeld
{
	width:250px;
	border:1px solid #999;
	background:#eee;
}
#Inhalt .inputfeldansprech
{
	width:250px;
	border:1px solid #999;
	background:#eee;
	padding:2px 0px;
}
#Inhalt textarea
{
	width:250px;
	height:120px;
	border:1px solid #999;
	background:#eee;
}
#Inhalt .ansprechpartner
{
	font-size:11px;
	font-weight:bold;
	float:left;
	width:100%;
	padding:3px 0px 10px 0px;
}
#Inhalt .bemerkung
{
	font-size:10px;
	padding:20px 0px 0px 90px;
	color:#999;
}

/*
 * Management
 */
#Inhalt .mbild
{
	float:left;
	width:150px;
	height:120px;
	background:#eee;
	margin:5px 0px;
}
#Inhalt .mbild img
{
	width:150px;
	height:120px;
}
#Inhalt .mperson
{
	float:left;
	width:150px;
	height:120px;
	background:#eee;
	margin:5px 0px;
}
#Inhalt .mname,
#Inhalt .mtaetigkeit,
#Inhalt .mtelefon,
#Inhalt .memail,
#Inhalt .bio
{
	font-size:10px;
	padding-left:6px;
}
#Inhalt .mname
{
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
}
#Inhalt .mtaetigkeit
{
	padding-bottom:4px;
}
#Inhalt .mtelefon
{
	padding-bottom:4px;
}
#Inhalt .memail a
{
	color:#C10005;
}
#Inhalt .memail a:hover
{
	color:#666;
}
#Inhalt .bio
{
	font-weight:bold;
	padding-top:3px;
}
.tooltip 
{
	visibility: hidden;
	position:absolute;
	width:150px;
	height:120px;
	background-color:#ccc;
	font-size:10px;
}






