
/* Modellbeschreibungen, Waschanleitung, Messanleitung */


/* Alle */
h1, h2, h3, h4, h5, h6 {
		text-align: center;
}

.farbig {
		color: #990066;
		text-align: left;
}

/* Zusaetzlich zur Definition in standard.css */
.btn_beschreibung {
		display: block;		/* um es mittig ausrichten zu koennen --> margin auto */
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 12px;
}


/* Plissee */
/* Modellbeschreibung */
.fensterformen a img {
		border: 0;
}

/* Waschanleitung */
.wasch:first-letter {
		color: #A20769;
		font-weight: bold;
		font-size: 20px;
}

/* Messanleitung */
.fensterformen_uebersicht tr td {
		vertical-align: top;
}

.montageort {
		color: #993366;
		text-align: left;
}


/* Wabenplissees, Energiesparrollos */
.design-listing {
		width: 680px;
		margin: auto;
}
		.design-listing img {
				width: 60px;
				height: 80px;
				border: 1px solid #666666;
				margin: 8px;
		}


/* Lamellen */
.eigenschaften {
		table-layout: fixed;
		margin: auto;
}

		.eigenschaften td{
				vertical-align: top;
				padding: 4px;
		}
		.ausrichtung_links td {
				text-align: left;
		}
		.ausrichtung_mittig td {
				text-align: center;
		}
		.eigenschaften ul{
				margin-top: 0;
		}
