




.galerie {
	display: block;
	float: none;
	clear: both;
	padding-bottom: 15px;
}

.galerie .more {
	position: relative;
	float: none;
	clear: both; 
}






/*
 * Bild-Popup
 *
 * Struktur 
 *
 */
 

#page.bild {
	position: relative;
	float: left;
	top: 20px;
	left: 20px;
	width: 560px;
	margin-bottom: 20px;
}

#page.bild #textarea {
	position: relative; 
	float: left;
	top: 10px;
	left: 10px;
	width: 520px;
	padding-left: 0px;
	margin-right: 20px;
	margin-bottom: 50px;
	z-index: 100;
}

#bilddetails #navPre {
	position: absolute;
	top: 20px;
	left: 0px;
	height: auto;
	padding-bottom: 10px;
}

#bilddetails #navPost {
	position: absolute;
	top: 20px;
	left: 480px;
	height: auto;
	padding-bottom: 10px;
}

#bilddetails #bild {
	position: relative;
	left: 70px;
	width: 400px; 
	height: 400px;
	border: 1px dotted green;
}

#bilddetails #bild img {
	border: none;
}

#bilddetails #bild img.landscape {
	position: relative;
	top: 50px; 
	left: 0px;
}

#bilddetails #bild img.portrait {
	position: relative;
	/*top: 0px;*/
	left: 50px;
}

#bilddetails #description {
	position: relative;
	left: 70px;
	width: 400px;
	margin-top: 10px;
	clear: both;
}



/*
 * Typo
 */

#bilddetails #description h1 {
	font-size: 12pt;
	font-weight: bold;
}

#bilddetails #description p {
	font-size: 10pt;
	font-weight: normal;
}









/*
 * Styles für die Dia-Rahmen
 *
 */


.imagecontainer {
	position: relative;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	background-color: #ccc;
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px;
	padding: 10px;
	
}

.imagecontainer img.landscape {
	position: absolute;
	top: 25px;
	left: 12px;
}

.imagecontainer img.portrait {
	position: absolute;
	top: 12px;
	left: 25px;
}








/*
 * Styles für die Downloads
 *
 */


.download li {
	list-style-type: none;
	padding-bottom: 5px;
}

.download .section {
	padding-bottom: 10px;
}

.download a {
	padding-left: 23px;
	background: url(/cms/export/system/modules/de.falkenhamburg.opencms.letterhead/resources/icons/file.png) no-repeat 0px 0px;
}
