@CHARSET "utf-8";

/* calendar */
.dbmudam .tx-calendar {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 21px;
	border-bottom: 1px solid #87888A;
}
.dbmudam .tx-calendar-row {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
}
.dbmudam .tx-calendar-row.first {
	margin-top: 0px;
}
.dbmudam .tx-calendar-navigation {
	position: relative;
	float: left;
}
.dbmudam .tx-calendar-navigation-left-button, .dbmudam .tx-calendar-navigation-right-button {
	position: relative;
	float: left;
	width: 5px;
	height: 9px;
	margin-top: 3px;
}
.dbmudam .tx-calendar-navigation-right-button {
	margin-left: 10px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-calendar-month {
	position: relative;
	float: left;
	margin-left: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #BEBEBE;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-calendar-days {
	position: relative;
	float: left;
	width: 100%;
}
.dbmudam .tx-calendar-day {
	position: relative;
	float: left;	
	margin-left: 8px;	
	display: inline; /* ie6 bug */
}
.dbmudam .tx-calendar-day.first {
	margin-top: 0px; /* ie6 bug */
	margin-left: 0px;
}
.dbmudam .tx-calendar-day-separator {
	position: relative;
	float: left;
	width: 1px;
	height: 20px;
	/*margin: 0px 3px 0px 10px;*/
	margin-left: 5px;
	font-size: 1px;
	background-image: url("/typo3conf/ext/dbmudam/img/calendar_day_separator.gif");
	background-repeat: no-repeat;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-calendar a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3E3D40;
}
.dbmudam .tx-calendar a:hover {
	color: #000000;
}
.dbmudam .tx-calendar a.tx-today {
	font-weight: normal;
	font-style: italic;
	color: #87888A;
}
.dbmudam .tx-calendar a.tx-selected {
	font-weight: bold;
	font-style: normal;
	color: #87888A;
}
.dbmudam .tx-calendar a.tx-selected.tx-today {
	font-weight: bold;
	font-style: italic;
	color: #87888A;
}

/* abc header */
.dbmudam .tx-abc-header {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 21px;
	border-bottom: 1px solid #87888A;
}
.dbmudam .tx-abc-header-row {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 12px;
}
.dbmudam .tx-abc-header-row.first {
	margin-top: 0px;
}
.dbmudam .tx-abc-header-items {
	position: relative;
	float: left;
	width: 100%;
}
.dbmudam .tx-abc-header-item {
	position: relative;
	float: left;	
	margin-left: 8px;	
	display: inline; /* ie6 bug */
}
.dbmudam .tx-abc-header-item.first {
	margin-top: 0px; /* ie6 bug */
	margin-left: 0px;
}
.dbmudam .tx-abc-header a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3E3D40;
}
.dbmudam .tx-abc-header a:hover {
	color: #000000;
}
.dbmudam .tx-abc-header a.tx-selected {
	font-weight: bold;
	font-style: normal;
	color: #87888A;
}

/* calendar results */
.dbmudam .tx-calendar-results {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 21px;
}
.dbmudam .tx-calendar-results-row {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #E6E6E6;
}
.dbmudam .tx-calendar-results-row.first {
	margin-top: 0px;
}
.dbmudam .tx-calendar-results-left {
	position: relative;
	float: left;
	width: 420px;
}
.dbmudam .tx-calendar-results-left h3 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
	line-height: 20px;
}
.dbmudam .tx-calendar-results-left h3 a {
	text-decoration: none;
}
.dbmudam .tx-calendar-results-left h3 a:hover {
	text-decoration: underline;
}
.dbmudam .tx-calendar-results-left h4 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 2px;
	line-height: 17px;
}
.dbmudam .tx-calendar-results-left .tx-session {
	position: relative;
	float: left;
	width: 420px;
	font-weight: bold;
	font-size: 13px;
	color: #87888A;
	padding-bottom: 5px;
}
.dbmudam .tx-calendar-results-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-calendar-results-right h4 {
	font-weight: bold;
	font-size: 15px;
}
.dbmudam .tx-calendar-results-right h4 a {
	text-decoration: none;
}
.dbmudam .tx-calendar-results-right h4 a:hover {
	text-decoration: underline;
}
.dbmudam .tx-calendar-results-right h4.tx-category-0 a {
	color: #3E3D40;
}
.dbmudam .tx-calendar-results-right h4.tx-category-1 a {
	color: #6B4C80;
}
.dbmudam .tx-calendar-results-right h4.tx-category-2 a {
	color: #BD9615;
}
.dbmudam .tx-calendar-results-right h4.tx-category-3 a {
	color: #922F2B;
}
.dbmudam .tx-calendar-results-right h4.tx-category-4 a {
	color: #9ABA35;
}
.dbmudam .tx-calendar-results-right .tx-session {
	position: relative;
	float: left;
	width: 195px;
	font-weight: bold;
	font-size: 13px;
	color: #87888A;
}
.dbmudam .tx-calendar-results-right .tx-additional-sessions {
	position: relative;
	float: left;
	width: 195px;
	font-weight: bold;
	font-size: 13px;
	color: #3E3D40;
}
.dbmudam .tx-calendar-results-right .tx-image-wrapper {
	position: relative;
	float: left;
	width: 195px;
	padding-bottom: 15px;
}
.dbmudam .tx-calendar-results-right .tx-image-fixed {
	position: relative;
	float: left;
	width: 195px;
	height: 117px;
	overflow: hidden;
}

/* collection results */
.dbmudam .tx-collection-results {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 21px;
}
.dbmudam .tx-collection-results-row {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #E6E6E6;
}
.dbmudam .tx-collection-results-row.first {
	margin-top: 0px;
}
.dbmudam .tx-collection-results-left {
	position: relative;
	float: left;
	width: 420px;
}
.dbmudam .tx-collection-results-left h3 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 2px;
	line-height: 20px;
	color: #999999;
}
.dbmudam .tx-collection-results-left h3 a {
	text-decoration: none;
}
.dbmudam .tx-collection-results-left h3 a:hover {
	text-decoration: underline;
}
.dbmudam .tx-collection-results-left h4 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 2px;
	line-height: 17px;
}
.dbmudam .tx-collection-results-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-collection-results-right h4 {
	font-weight: bold;
	font-size: 15px;
}
.dbmudam .tx-collection-results-right h4 a {
	text-decoration: none;
}
.dbmudam .tx-collection-results-right h4 a:hover {
	text-decoration: underline;
}
.dbmudam .tx-collection-results-right .tx-image-wrapper {
	position: relative;
	float: left;
	width: 195px;
	padding-bottom: 15px;
}
.dbmudam .tx-collection-results-right .tx-image-fixed {
	position: relative;
	float: left;
	width: 195px;
	height: 117px;
	overflow: hidden;
}
.dbmudam .tx-collection-results-right .tx-image-fixed.empty {
	height: 50px;
}

/* selected expositions results */
.dbmudam .tx-selected-expositions-results {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #87888A;
}
.dbmudam .tx-selected-expositions-results-row {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #E6E6E6;
}
.dbmudam .tx-selected-expositions-results-row.first {
	margin-top: 25px;
}
.dbmudam .tx-selected-expositions-results-left {
	position: relative;
	float: left;
	width: 420px;
}
.dbmudam .tx-selected-expositions-results-left .tx-image-wrapper {
	position: relative;
	float: left;
	width: 420px;
	padding-bottom: 10px;
}
.dbmudam .tx-selected-expositions-results-left .tx-image-fixed {
	position: relative;
	float: left;
	width: 420px;
	height: 252px;
	overflow: hidden;
}
.dbmudam .tx-selected-expositions-results-left h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
}
.dbmudam .tx-selected-expositions-results-left h3 a {
	text-decoration: none;
	color: #757031;
}
.dbmudam .tx-selected-expositions-results-left h3 a:hover {
	text-decoration: underline;	
}
.dbmudam .tx-selected-expositions-results-left h4 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
	line-height: 17px;
}
.dbmudam .tx-selected-expositions-results-left .tx-session {
	position: relative;
	float: left;
	width: 420px;
	font-weight: bold;
	font-size: 13px;
	color: #87888A;
	padding-bottom: 15px;
	margin-top: 3px;
}
.dbmudam .tx-selected-expositions-results-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}


/* page browser */
.dbmudam .tx-page-browser {
	position: relative;
	float: left;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #87888A;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #BEBEBE;
}
.dbmudam .tx-page-browser .activeLinkWrap {
	color: #000000;
}
.dbmudam .tx-page-browser a {
	font-weight: normal;
}

/* content events */
.dbmudam #tx-event-single-content {
	position: relative;
	float: left;
	width: 645px;
	/*margin-top: 15px;*/
	padding-bottom: 15px;
	/*padding-top: 25px;*/
	/*border-top: 1px solid #87888A;*/
	/*border-bottom: 1px solid #87888A;*/
}
.dbmudam #tx-event-single-content #tx-content-left {
	position: relative;
	float: left;
	width: 420px;
}
.dbmudam #tx-event-single-content #tx-content-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}
.dbmudam #tx-event-single-content #tx-title {
	position: relative;
	float: left;
	width: 420px;
	padding-bottom: 15px;
	border-bottom: 1px solid #BEBEBE;
}
.dbmudam #tx-event-single-content h1 {
	line-height: 30px;
}
.dbmudam #tx-event-single-content #tx-sub-title {
	position: relative;
	float: left;
	margin-top: 5px;
	width: 420px;
	font-weight: bold;
	font-size: 15px;
	color: #87888A;	
}
.dbmudam #tx-event-single-content .tx-session {
	position: relative;
	float: left;
	width: 420px;
	font-weight: bold;
	font-size: 15px;
	color: #87888A;
}
.dbmudam #tx-event-single-content .tx-session.first {
	margin-top: 5px;
}
.dbmudam #tx-event-single-content #tx-sharing {
	position: relative;
	float: left;
	width: 420px;
	height: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #BEBEBE;
}
.dbmudam #tx-event-single-content #tx-sharing #tx-sharing-title {
	position: relative;
	float: left;
	width: 420px;
	color: #87888A;
}
.dbmudam #tx-event-single-content #tx-sharing #tx-sharing-icons {
	position: relative;
	float: left;
	width: 420px;
	display: none;
}
.dbmudam #tx-event-single-content #tx-sharing #tx-sharing-icons .sharing-icon {
	position: relative;
	float: left;
	margin-right: 10px;
}
.dbmudam #tx-event-single-content #tx-content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.dbmudam #tx-event-single-content #tx-content-right .tx-sub-category {
	position: relative;
	float: left;
	width: 195px;
	margin-top: 15px;
}
.dbmudam #tx-event-single-content #tx-content-right .tx-sub-category.first {
	margin-top: 0px;
}
.dbmudam #tx-event-single-content #tx-content-right .tx-sub-category.last {
	padding-bottom: 15px;
}
.dbmudam #tx-event-single-content #tx-content-right h4 {
	position: relative;
	float: left;
	width: 195px;
	font-size: 15px;
	font-weight: bold;
}
.dbmudam #tx-event-single-content #tx-content-right h4 a {
	text-decoration: none;
}
.dbmudam #tx-event-single-content #tx-content-right h4 a:hover {
	text-decoration: underline;
}
.dbmudam #tx-event-single-content #tx-content-right h4.tx-category-0 a {
	color: #3E3D40;
}
.dbmudam #tx-event-single-content #tx-content-right h4.tx-category-1 a {
	color: #6B4C80;
}
.dbmudam #tx-event-single-content #tx-content-right h4.tx-category-2 a {
	color: #BD9615;
}
.dbmudam #tx-event-single-content #tx-content-right h4.tx-category-3 a {
	color: #922F2B;
}
.dbmudam #tx-event-single-content #tx-content-right h4.tx-category-4 a {
	color: #9ABA35;
}
.dbmudam #tx-event-single-content #tx-content-right .tx-abstract {
	position: relative;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	width: 195px;
	border-top: 1px solid #BEBEBE;
}
.dbmudam #tx-event-single-content #tx-content-right .tx-image {
	position: relative;
	float: left;
	width: 195px;
	margin-top: 15px;
}

/* content expositions */
.dbmudam #tx-exposition-single-content {
	position: relative;
	float: left;
	width: 645px;
	/*border-bottom: 1px solid #87888A;*/
}
.dbmudam #tx-exposition-single-content #tx-page-properties {
	position: relative;
	float: left;
	width: 645px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #87888A;
}
.dbmudam #tx-exposition-single-content #tx-title {
	position: relative;
	float: left;
	width: 645px;
}
.dbmudam #tx-exposition-single-content #tx-title h1 {
	line-height: 30px;
}
.dbmudam #tx-exposition-single-content #tx-sub-title {
	position: relative;
	float: left;
	width: 645px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #87888A;	
	line-height: 17px;
}
.dbmudam #tx-exposition-single-content .tx-session {
	position: relative;
	float: left;
	width: 420px;
	font-weight: bold;
	font-size: 15px;
	color: #87888A;
	margin-top: 2px;
}
.dbmudam #tx-exposition-single-content #tx-sharing {
	position: relative;
	float: left;
	width: 645px;
	height: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #87888A;
}
.dbmudam #tx-exposition-single-content #tx-sharing #tx-sharing-title {
	position: relative;
	float: left;
	width: 645px;
	color: #87888A;
}
.dbmudam #tx-exposition-single-content #tx-sharing #tx-sharing-icons {
	position: relative;
	float: left;
	width: 645px;
	display: none;
}
.dbmudam #tx-exposition-single-content #tx-sharing #tx-sharing-icons .sharing-icon {
	position: relative;
	float: left;
	margin-right: 10px;
}
.dbmudam #tx-exposition-single-content #tx-content-top {
	position: relative;
	float: left;
	width: 645px;
	/*margin-top: 25px;*/
}
.dbmudam #tx-exposition-single-content #tx-content-top p.bodytext {
	font-size: 16px;	
}
.dbmudam #tx-exposition-single-content #tx-content-left {
	position: relative;
	float: left;
	width: 420px;
}
.dbmudam #tx-exposition-single-content #tx-content-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap {
	position: relative;
	float: left;
	width: 195px;
	padding-bottom: 10px;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap h3 {
	color: #999999;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap h3 a {
	text-decoration: none;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap h3 a:hover {
	text-decoration: underline;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap .tx-session {
	font-size: 13px;
	padding-bottom: 10px;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap ul {
	position: relative;
	float: left;
	width: 195px;
	padding: 0px;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	color: #87888A;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap ul li a {
	text-decoration: none;
}
.dbmudam #tx-exposition-single-content #tx-content-right .related-wrap ul li a:hover {
	text-decoration: underline;
}

/* content collection */
.dbmudam #tx-collection-single-content {
	position: relative;
	float: left;
	width: 645px;
	/*border-bottom: 1px solid #87888A;*/
}
.dbmudam #tx-collection-single-content #tx-page-properties {
	position: relative;
	float: left;
	width: 645px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #87888A;
}
.dbmudam #tx-collection-single-content #tx-title {
	position: relative;
	float: left;
	width: 645px;
}
.dbmudam #tx-collection-single-content #tx-title h1 {
	line-height: 30px;
}
.dbmudam #tx-collection-single-content #tx-sub-title {
	position: relative;
	float: left;
	width: 645px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
	color: #87888A;	
	line-height: 17px;
}
.dbmudam #tx-collection-single-content .tx-link-to-all {
	position: relative;
	float: left;
	width: 645px;
	margin-top: 15px;
}
.dbmudam #tx-collection-single-content .tx-link-to-all a {
	font-weight: bold;
	font-size: 14px;
	color: #87888A;	
	text-decoration: none;
}
.dbmudam #tx-collection-single-content .tx-link-to-all a:hover {
	text-decoration: underline;
}
.dbmudam #tx-collection-single-content #tx-content-top {
	position: relative;
	float: left;
	width: 645px;
	/*margin-top: 25px;*/
}
.dbmudam #tx-collection-single-content #tx-content-top p.bodytext {
	font-size: 16px;	
}
.dbmudam #tx-collection-single-content #tx-content-left {
	position: relative;
	float: left;
	width: 420px;
}
.dbmudam #tx-collection-single-content #tx-content-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap {
	position: relative;
	float: left;
	width: 195px;
	padding-bottom: 10px;
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap.permanent-in-mudam {
	padding-bottom: 20px; 
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap h2 {
	font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap h3 {
	font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap h3 a {
	text-decoration: none;
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap h3 a:hover {
	text-decoration: underline;
}
.dbmudam #tx-collection-single-content #tx-content-right .related-wrap .tx-session {
	position: relative;
	float: left;
	width: 195px;
	color: #87888A;    
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;    
}

/* expositions home */
.dbmudam .tx-exposition-home-content {
	position: relative;
	float: left;
	width: 900px;
	/*padding-bottom: 20px;*/
	border-bottom: 1px solid #BEBEBE;
}
.dbmudam .tx-exposition-home-content .tx-sidebar {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 15px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-exposition-home-content .tx-navigation {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul li a {
	text-decoration: none;
	color: #3E3D40;
	display: block;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul li a:hover {
	color: #BEBEBE;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul li ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul li ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
.dbmudam .tx-exposition-home-content .tx-navigation ul li ul li.first {
	margin-top: 15px;
}
.dbmudam .tx-exposition-home-content .tx-content-left {
	position: relative;
	float: left;
	width: 420px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-exposition-home-content .tx-content-left .tx-selected-expositions-row {
	position: relative;
	float: left;
	width: 420px;
	padding-bottom: 15px;
}
.dbmudam .tx-exposition-home-content .tx-content-left .tx-image-wrapper {
	position: relative;
	float: left;
	width: 420px;
	padding-bottom: 10px;
}
.dbmudam .tx-exposition-home-content .tx-content-left .tx-image-fixed {
	position: relative;
	float: left;
	width: 420px;
	height: 252px;
	overflow: hidden;
}
.dbmudam .tx-exposition-home-content .tx-content-left h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
}
.dbmudam .tx-exposition-home-content .tx-content-left h3 a {
	text-decoration: none;
}
.dbmudam .tx-exposition-home-content .tx-content-left h3 a:hover {
	text-decoration: underline;	
}
.dbmudam .tx-exposition-home-content .tx-content-left h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	margin-top: 3px;
}
.dbmudam .tx-exposition-home-content .tx-content-left .tx-session {
	position: relative;
	float: left;
	width: 420px;
	font-weight: bold;
	font-size: 15px;
	color: #87888A;
	margin-top: 3px;
}
.dbmudam .tx-exposition-home-content .tx-content-right {
	position: relative;
	float: left;
	margin-left: 30px;
	width: 195px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-exposition-home-content .tx-content-right .tx-selected-expositions-row {
	position: relative;
	float: left;
	width: 195px;
	padding-bottom: 15px;
}
.dbmudam .tx-exposition-home-content .tx-content-right .tx-image-wrapper {
	position: relative;
	float: left;
	width: 195px;
	padding-bottom: 8px;
}
.dbmudam .tx-exposition-home-content .tx-content-right .tx-image-fixed {
	position: relative;
	float: left;
	width: 195px;
	height: 117px;
	overflow: hidden;
}
.dbmudam .tx-exposition-home-content .tx-content-right h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.dbmudam .tx-exposition-home-content .tx-content-right h3 a {
	text-decoration: none;
	color: #757031;
}
.dbmudam .tx-exposition-home-content .tx-content-right h3 a:hover {
	text-decoration: underline;	
}
.dbmudam .tx-exposition-home-content .tx-content-right .tx-session {
	position: relative;
	float: left;
	width: 195px;
	font-weight: bold;
	font-size: 13px;
	color: #87888A;
	margin-top: 2px;
}

/* events home */
.dbmudam .tx-events-home-content {
	position: relative;
	float: left;
	width: 900px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BEBEBE;
}
.dbmudam .tx-events-home-content .tx-sidebar {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 15px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-events-home-content .tx-navigation {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-events-home-content .tx-navigation ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-events-home-content .tx-navigation ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
}
.dbmudam .tx-events-home-content .tx-navigation ul li a {
	text-decoration: none;
	color: #3E3D40;
	display: block;
}
.dbmudam .tx-events-home-content .tx-navigation ul li a:hover {
	color: #BEBEBE;
}
.dbmudam .tx-events-home-content .tx-navigation ul li ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-events-home-content .tx-navigation ul li ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
.dbmudam .tx-events-home-content .tx-navigation ul li ul li.first {
	margin-top: 15px;
}
.dbmudam .tx-events-home-content .tx-content-top {
	position: relative;
	float: left;
	width: 645px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-box-wrapper {
	position: relative;
	float: left;
	width: 645px;
	margin-top: 15px;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-box-wrapper.first {
	margin-top: 0px;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-box {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-box.first {
	margin-left: 0px;
}
.dbmudam .tx-events-home-content .tx-content-top h4 {
	font-weight: bold;
	font-size: 15px;
}
.dbmudam .tx-events-home-content .tx-content-top h4 a {
	text-decoration: none;
}
.dbmudam .tx-events-home-content .tx-content-top h4 a:hover {
	text-decoration: underline;
}
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-0 a {
	color: #3E3D40;
}
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-1 a {
	color: #6B4C80;
}
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-2 a {
	color: #BD9615;
}
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-3 a {
	color: #922F2B;
}
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-4 a {
	color: #9ABA35;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-session {
	position: relative;
	float: left;
	width: 195px;
	font-weight: bold;
	font-size: 13px;
	color: #87888A;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content {
	position: relative;
	float: left;
	width: 195px;
	/*height: 117px;*/
	margin-top: 10px;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content .tx-prop { /* ie 6 min-height hack */
	float: right;
    width: 1px;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content .tx-min-117 { /* ie 6 min-height hack */
	height: 116px;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content .tx-clear { /* ie 6 min-height hack */
	clear: both;
    height: 1px;
    overflow: hidden;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content.tx-category-0 {
	background-color: #3E3D40;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content.tx-category-1 {
	background-color: #6B4C80;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content.tx-category-2 {
	background-color: #BD9615;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content.tx-category-3 {
	background-color: #922F2B;
}
.dbmudam .tx-events-home-content .tx-content-top .tx-event-content.tx-category-4 {
	background-color: #9ABA35;
}
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-0,
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-1,
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-2,
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-3,
.dbmudam .tx-events-home-content .tx-content-top h4.tx-category-4 {
	background-color: #FFFFFF; /* ie6 bug */
}
.dbmudam .tx-events-home-content .tx-content-top h3 {
	padding: 10px;
}
.dbmudam .tx-events-home-content .tx-content-top h3 a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
}
.dbmudam .tx-events-home-content .tx-content-top h3 a:hover {
	text-decoration: underline;
}
.dbmudam .tx-events-home-content .tx-content-top p.bodytext {
	padding: 0px 10px 10px 10px;
	color: #FFFFFF;
}

/* static content */
.dbmudam .tx-static-content {
	position: relative;
	float: left;
	width: 900px;
	padding-bottom: 20px;
}
.dbmudam .tx-static-content .tx-sidebar {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 15px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-content .tx-navigation {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-static-content .tx-navigation ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-static-content .tx-navigation ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	margin-top: 13px;
}
.dbmudam .tx-static-content .tx-navigation ul li.first {
	margin-top: 0px;
}
.dbmudam .tx-static-content .tx-navigation ul li a {
	text-decoration: none;
	color: #3E3D40;
	display: block;
}
.dbmudam .tx-static-content .tx-navigation ul li a:hover {
	color: #BEBEBE;
}
.dbmudam .tx-static-content .tx-content-left {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-content .tx-content-middle {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-content .tx-content-right {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-content p.bodytext {
	color: #87888A;
}
.dbmudam .tx-static-content a {
	color: #3E3D40;
	text-decoration: none;
}
.dbmudam .tx-static-content a:hover {
	text-decoration: underline;
}

/* static footer */
.dbmudam .tx-static-footer {
	position: relative;
	float: left;
	width: 900px;
	padding-bottom: 20px;
}
.dbmudam .tx-static-footer .tx-static-footer-innter-wrapper {
	position: relative;
	float: left;
	width: 900px;
	padding: 15px 0px;
	background-color: #3E3D40;
}
.dbmudam .tx-static-footer .tx-sidebar {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 15px;
	display: inline; /* ie6 bug */	
}
.dbmudam .tx-static-footer .tx-content-left {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-footer .tx-content-middle {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-footer .tx-content-right {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-footer ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-static-footer ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 13px;
	color: #BEBEBE;
	margin-top: 10px;
}
.dbmudam .tx-static-footer ul li.first {
	margin-top: 0px;
}
.dbmudam .tx-static-footer ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.dbmudam .tx-static-footer ul li a:hover {
	text-decoration: underline;
}

/* static pages */
.dbmudam .tx-static-pages {
	position: relative;
	float: left;
	width: 900px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BEBEBE;
}
.dbmudam .tx-static-pages .tx-sidebar {
	position: relative;
	float: left;
	width: 195px;
	margin-left: 15px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-pages .tx-navigation {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-static-pages .tx-navigation ul {
	position: relative;
	float: left;
	width: 195px;
}
.dbmudam .tx-static-pages .tx-navigation ul li {
	position: relative;
	float: left;
	width: 195px;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
}
.dbmudam .tx-static-pages .tx-navigation ul li a {
	text-decoration: none;
	color: #3E3D40;
	display: block;
}
.dbmudam .tx-static-pages .tx-navigation ul li a:hover {
	color: #BEBEBE;
}
.dbmudam .tx-static-pages .tx-content-top {
	position: relative;
	float: left;
	width: 645px;
	margin-left: 30px;
	display: inline; /* ie6 bug */
}
.dbmudam .tx-static-pages .tx-content-top ul {
	position: relative;
	float: left;
	margin-top: 5px;
}
.dbmudam .tx-static-pages .tx-content-top ul li {
	position: relative;
	float: left;	
	list-style: none;
	margin-left: 25px;	
	font-weight: bold;
	font-size: 13px;
}
.dbmudam .tx-static-pages .tx-content-top ul li.first {
	margin-top: 0px; /* ie6 bug */
	margin-left: 0px;
}
.dbmudam .tx-static-pages .tx-content-top ul li a {
	text-decoration: none;
	color: #3E3D40;
}
.dbmudam .tx-static-pages .tx-content-top ul li a:hover {
	color: #BEBEBE;
}
