﻿/* Style Sheet */

#Besetzung table {
	border-collapse: collapse;
	}


#Besetzung td {
	border: 1px solid black;
	padding: 3px;
	}

#Besetzung td.Titel {
	font-size: 12pt;
	color: #BF2F38;
	font-weight: bold;
	background-color: #D1DAFA;
	padding: 5px 10px 5px 10px;
	}
	
#Besetzung td.Bild {
	background-color: #D1DAFA;	
	}
	
#Besetzung td.Inhalt {
	vertical-align: top;	
	padding: 5px 10px 5px 10px;
	}
