/*

	index3.css
	This CSS document is for 2-Column layouts where the middle container (#maincol) does not have a white background.
	This document is used in combination with index1.css and index3.tpl

	Last change: 16.11.2011

*/



/* Container Overwrites */
/* ========================================== */

#content2 {
	margin: 0 auto;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
  background-image: url(../images/basics/hintergrund_content_empty_middle.gif);
}
#maincol {
	width: 483px;
	background-color: transparent;
}
#leftcol { width: 215px; }



/* Typo Overwrites */
/* ========================================== */

.contentblock_thin p { margin: 0 0 5px; }
.contentblock_thin h3 { margin: 0; margin-bottom: 5px; font-size: 1em; }



/* Contentblock thin */
/* ========================================== */

.contentblock_thin {
	float: left;
	width: 463px;
	/* min-height: 1100px; */
	background-color: #fff;
	padding: 10px 10px;
	margin-bottom: 8px;
}
.contentblock_thin:last-child { margin-bottom: 0; }
.contentblock_thin h3 { margin-bottom: 2px; }
.contentblock_thin .divhr { clear: both; margin-bottom: 11px; }
.contentblock_thin .thumbnails { margin-bottom: 11px; }
.contentblock_thin .mymiz_folder {
	float: left;
	width:  60px;
	text-align: right;
	padding-top: 2px;
}
.contentblock_thin .text {
	float: right;
	width: 396px;
}



/* Short Listview */
/* ========================================== */

.shortlistview .item { clear: both; float: left; margin-bottom: 10px; width: 100%; }
.shortlistview .item .text { float: right; width: 213px; }
.shortlistview .item img { float: left; }



/* Gallery Images */
/* ========================================== */

.gallery_image_big { background-image: none !important; margin: 0; padding: 0 !important; }
.gallery_image_big img { margin-bottom: 8px; }
.gallery_image_small { margin: 0; padding: 0 !important; margin: 0 8px 8px 0; border: none; background-image: none; cursor: pointer; }