body {										/* gesamte Webseite */
	width: 932px;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #626262;
	}

img {										/* alle Bilder */
	border: none;
	}
	
.header {		
	margin-bottom: 12px;
	}
	
.no img {									/* Elemente der oberen Navigation */
	float: left;							/* werden auch im IE ohne Lücken angezeigt */
	}
	
#animation1 {
	width: 210px;
	height: 194px;
	float: left;
	margin-right: 12px;
	}
	
#navi_oben {								/* obere Navigation */
	float: left;
	width: 710px;
	height: 194px;
	}
	
#navi_links {								/* linke Navigation */
	float: left;
	width: 210px;
	height: 411px;
	margin-right: 12px;
	background-color: #EFEFEF;
	}

.nl_elemente {								/* Teile der Navigation -> nicht einzelne Navigationspkt. */			
	margin-bottom: 20px;
	}

#inhalt {									/* Inhaltsbereich bei Produkten / Motiven -> Koordinatenshirt etc. */
	width: 700px;
	height: auto !important;
	min-height: 401px;
	height: 401px;
	float: left;
	background-color: #EFEFEF;
	margin-bottom: 9px;
	padding: 5px;
	}
	
#inhalt_rueckenmotive {						/* Inhaltsbereich von rueckenmotive.html */
	background-image: url(grafiken/hauptgrafiken/bg_rueckenmotive.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EFEFEF;
	float: left;
	width: 700px;
	height: auto;
	margin-bottom: 0px;
	padding: 5px;
	}
	
#bestellbutton {
	height: 38px;
	width: 690px;
	margin-bottom: 3px;
	}
		
.bold {										/* CSS-Klasse für fette Schrift */
	font-weight: bold;
	}
	
.link a {									/* CSS-Klasse für Hyperlinks */
	font-weight: bold;
	text-decoration: underline;
	color: #626262;
	}
	
#text {										/* Textbereich im Inhaltsbereich */
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
.textil {									/* Bereiche der einzelnen Produkt- / Rueckenmotivbilder / -beschreibungen  */
	float: left;
	margin-right: 50px;
	width: 135px;
	height: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
.textil img {								/* alle Produkt- / Rueckenmotivbilder */
	margin-top: 5px;
	margin-bottom: 5px;
	}

#textil4 {									/* Bereich des vierten Produktes / Rueckenmotives */
	margin-right: 0px;
	}
	
#textil8 {									/* Bereich des achten Produktes / Rueckenmotives */
	margin-right: 0px;
	}
	
#textil12 {									/* Bereich des zwoelften Produktes / Rueckenmotives */
	margin-right: 0px;
	}
	
.untertitel {								/* Bereich der Farbangaben im Bereich Produktbeschreibung / Motivname der Rueckenmotive*/
	font-size: 8pt;
	}
	
#topmotive {								/* Bereich der Top-Motive auf der Seite rueckenmotive.html */
	float: left;
	width: 445px;
	margin-top: 3px;
	}

.topmotiv {									/* CSS-Klasse der einzelnen Bereiche der Top-Motive */
	float: left;
	width: 135px;
	margin-bottom: 10px;
	margin-right: 20px;
	}
	
.topmotiv img {								/* Einzelne Top-Motive ohne Text */
	margin-bottom: 5px;
	}
	
#topmotiv3 {								/* Drittes Top-Motiv */
	margin-right: 0px;
	}
	
#startseite {								/* Unterer bereich auf der Startseite */
	float: left;
	background-image: url(grafiken/hauptgrafiken/startseite.gif);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	height: 411px;
	width: 932px;
	}
	
#startseite_text {							/* Text im unteren Bereich auf der Startseite */
	color: #006e81;
	margin-left: 227px;
	margin-top: 105px;
	}
	
.bold_startseite {							/* Fett geschriebener Text im unteren Bereich der Startseite */
	font-size: 16px;
	font-weight: bold;
	}
	
.groesse {									/* Bereich der einzelnen Größenangaben */
	float: left;
	height: 145px;
	width: 330px;
	margin-bottom: 15px;
	}
	
.groesse img {								/* Bild im Bereich der einzelnen Größenangaben */
	float: left;
	margin-right: 10px;
	}
	
.groesse_text {								/* Text im Bereich der einzelnen Größenangaben */
	float: left;
	width: 220px;
	}


	


	
	
	


