/*
 * Satz von Styles für Suzuki Presse Webseite
 * Nur Styles für Elemente
 */

.content-list-item {
	padding-top: 20px;
	margin-left : 2px;
	padding-bottom : 2px;
	border-bottom: 1px solid #666666;
}

/*
 * untere Begrenzung pro Content-Element entfernen
.content-list-item:last-child {
	border-bottom: 1px hidden #666666;	
}
*/

.content-list-item-preview {
	width: 176px;
	text-align: center;
	vertical-align: top;
}

a.contentvideo:hover .playLayer {
	background:url(/r/i/images/icons/play_button.png) no-repeat center center;
	cursor : pointer;
}

a.contentimage:hover .playLayer {
	background:url(/r/i/images/icons/magnifier_40x40.png) no-repeat center center;
	cursor : pointer;
}

.content-list-item-container {
	padding-left: 20px ! important; 
	width: 528px;
}

.content-list-item-title, .content-list-item-title>a {
	font-weight: bold;
	font-size:	12px;
	color: #000000;
}

.content-list-item-abstract {
	color: #000000;
	margin-bottom:20px;
}

.content-list-item-category {
	font-weight:bold;
	color: #999999;
}

.content-list-item-date {
	font-weight:bold;
	color: #999999;
}

.content-list-item-link {
	text-align: right;	
}

.content-item {
	padding-top: 20px;
}

.content-is-online-false {
	background-color: #e2e2ff;
}

.content-item-title {
	font-size: 25px;
	font-weight: bold;
	color: black;
}

.content-item-subtitle, .content-item-abstract {
	margin-top: 10px;
	font-weight: bold;
	color: black;
	text-align: justify;
}

.content-item-location-date {
	margin-top: 10px;
	font-weight: bold;
	color: #999999;
}

.content-item-text {
	margin-top: 30px;
	color: #000000;
}


.content-item-text h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 0;
}

.content-item-text p {
	margin: 0 0 13px 0;
}

.content-item-link {
	margin-top: 10px;
}

.content-item-link a {
	font-weight: bold;
	color: #999999;
}

.content-resource-list {
	margin-top:	0px;
	padding-top:	10px;
	padding-bottom:	10px;
}

.content-resource-list-item {
	float: none;
	font-size:	11px;
}
	
.content-resource-list-item-title {
	color: #000000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url('/r/i/images/static-link.jpg');
	background-position: left center;
	padding-left: 20px;
	float: left;
}

.content-resource-item-download {
	white-space : nowrap;
	float: right;
	font-weight:	normal;
}	
.content-resource-item-download a {
	font-weight: normal;	
	color: #999999;
}

.content-resource-item-download a:first-child {
	margin-right : 10px;
}
	
.content-resource-item-download a:last-child {
	padding-left : 10px;
	background: url('/r/i/images/pipe-grey.jpg') left center no-repeat;
}

.more-last-content {
	margin: 30px 0px 20px 0px;
	text-transform: uppercase;
}

div.archive-link {
	margin: 30px 0px 20px 0px;
	border-bottom: 1px solid black;
}

span.archive-link {
/*	margin: 30px 0px 8px 0px; */
	font-weight: bold;
	text-transform: uppercase;
	font-size: 120% !important;
/*	border-bottom: 1px solid black; */
}

.archive-link-text {
}

/* ------------------------------------------------ */

#maintable #last-container {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

#maintable #last-container td {
	width: 50%;
}

#maintable #last-container div {
	padding-right: 8px;
	margin-bottom: 16px; 
}

#maintable #last-container a {
	display: block;
}

#maintable #last-container a.title {
	text-transform: uppercase;
	border-bottom: 1px solid #000000 !important;
	font-weight: bold !important;
	font-size: 120% !important;
	margin-bottom: 8px;
}

#maintable #last-container a.contentlist-last-item {
	padding-left: 12px;
	background: url("/r/i/images/icon-more.gif") no-repeat left center;
}

/* ------------------------------------------------ */

div.content-item-ressources {
	border-top: 1px solid #000000 !important;
	margin-top: 20px;
	
}	

#content-paging {
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
}	

.content-page {
	padding-left: 5px;	
	padding-right: 5px;	
}
	
.content-page>a {
	padding-left: 5px;	
	padding-right: 5px;	
}
	
.content-page>a.current {
	font-weight: bold;
}	
	
.content-list-item-left-block {
	position:relative;	width:150px;
	float:	left;
	margin-right:	20px;
}

.content-list-item-right-block {
	position:	relative;
	float: left;
	width: 270px;
}

.content-list-item-right-block ul {
	padding-left: 0;
}

.content-list-item-right-block .content-list-item-abstract {
	margin-bottom:	2px;
	color:	#999999;
}
.content-list-item-date {
	padding-top:	5px;
	padding-bottom:	10px;
	font-size:	12px;
}

.content-list-item-ressource-list {
	clear: both;
}

