<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Modellbeschreibungen, Waschanleitung, Messanleitung */
.asp_wrapper {max-width: 720px; margin: auto;}
body
{
	
	margin: 0;
	padding: 0;
} 



/* Alle */
h1, h2, h3, h4, h5, h6 {
		text-align: center; 
	
		
}

h1 {
	 
		margin-top: 1px;
		
}

h2 {
	 
		margin-top: 5px;
		
}



.farbig {
		/*color: #990066;*/
		color: #b00c28;
		text-align: left;
}

/* Zusaetzlich zur Definition in standard.css */
.btn_beschreibung {
		display: block;		/* um es mittig ausrichten zu koennen --&gt; margin auto */
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 12px;
}

.button_montage {
		width: 220px;
		height: 50px;
		float: left;
}

.button_montage img {
		position: relative;
		top: 5px;
		width: 40px;
}
		
.button_montage a {
		padding: 0 0 0 0;
		
}


/* 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;*/
		color: #b00c28;
		text-align: left;
}


/* Wabenplissees, Energiesparrollos */
.design-listing {
		width: 660px;
		margin: left;
}
		.design-listing img {
				width: 60px;
				height: 80px;
				border: 1px solid #666666;
				margin: 8px;
		}
.design-listing-3img {
		width: 330px;
		margin: left;
}
		.design-listing-3img img {
				width: 60px;
				height: 80px;
				border: 1px solid #666666;
				margin: 8px;
		}		
.design-listing-4img {
		width: 440px;
		margin: left;
}
		.design-listing-4img img {
				width: 60px;
				height: 80px;
				border: 1px solid #666666;
				margin: 8px;
		}			
.design-listing-5img {
		width: 550px;
		margin: left;
}
		.design-listing-5img 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;
		}
		
.box_montageanleitung h2  {
				text-align: left;
				font-size: 1.3em;
				text-decoration: underline;
}

.box_montageanleitung h3 {
				text-align: left;
				font-size: 1.1em;
				text-decoration: underline;
}

.box_montageanleitung a {
				text-decoration: none;
}
		
		
.auswahl:link {  color:white; text-decoration:underline; }
.auswahl:visited {  color:white; text-decoration:none; }
.auswahl:focus {  color:white; text-decoration:underline; }
.auswahl:hover {  color:white; text-decoration:underline; }
.auswahl:active { color:white; text-decoration:underline; }
</pre></body></html>