.orange {
	background-attachment: fixed;
	background-image:  url(../intro/bilder/orange.jpg);
	background-repeat: repeat;
	background-position: center left;
	color: #000000;
	font-weight: normal;
	font-style: normal;





}
.rot {
	background-attachment: fixed;
	background-image:  url(../intro/bilder/rot.jpg);
	background-repeat: repeat;
	background-position: center left;
	color: #000000;
	font-weight: normal;
	font-style: normal;


}
.gelb {
	background-attachment: fixed;
	background-image:    url(../intro/bilder/gelb.jpg);
	background-repeat: repeat;
	background-position: center left;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	height: auto;
	width: auto;




}
.gruen {
	background-attachment: fixed;
	background-image:   url(../intro/bilder/gruen.jpg);
	background-repeat: repeat;
	background-position: center left;
	font-weight: normal;
	font-style: normal;
	color: #000000;



}
.violett {
	background-attachment: fixed;
	background-image:  url(../intro/bilder/violett.jpg);
	background-repeat: repeat;
	background-position: center left;
	color: #000000;
	font-weight: normal;
	font-style: normal;

}
.weiss {
	background-attachment: fixed;
	background-image: url(../intro/bilder/weiss.jpg);
	background-repeat: repeat;
	background-position: left left;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	
}
.turkis {
	background-attachment: fixed;
	background-image:  url(../intro/bilder/turkis.jpg);
	background-repeat: repeat;
	background-position: center left;
	color: #000000;
	font-weight: normal;
	font-style: normal;



}

.blau {

	background-attachment: fixed;
	background-image:    url(../intro/bilder/blau.jpg);
	background-repeat: repeat;
	background-position: center left;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
.border {
	border: 1px solid #000000;
}

