div#termine h1{
                font-size: 12pt;
                color: darkblue;
}
div#termine h2{
                color: black;
                font-size: 10pt;
}

div#steckbrief {
		overflow: auto; 
		padding: 10px;
		background-color: #efefef;
		border: 2px outset darkred;
}

div#steckbrief table {
		border-width: 1px;
}

div#steckbrief tr {
		vertical-align: middle;
}

div#steckbrief td {
		font-size: 12px;
		vertical-align: middle;
		padding-top: 3px;
		padding-bottom: 3px;
}

div#steckbrief td.links {
		width: 140px;
		color: darkblue; 
		text-align: right;
		border-top: 1px solid black;
    height: 100%;		
}
div#steckbrief td.mitte {
		border-top: 1px solid black;
		border: 0px;
		width: 10px;
    height: 100%;
}
div#steckbrief td.rechts {
		border-top: 1px solid black;
		text-align: left;
		width: 220px;
    height: 100%;		
}

