/* CSS Document */

/* Festlegen der Hintegrundfarbe und der Schriftart im Body */
body {
	background-image: url(Bilder/rexback.gif);
	font-family: Times New Roman, Times, serif;
}
	


#collie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 1;
	top: 109px;
	left: 338px;
	width: 188px;
	height: 258px;
	text-align: center;
}

/* allgeimeine schriftfarbe h2 */
h4 {
    color:#FF0000
}
h3 {
   color: #FF0000	
}
h2 {
   color: #FF0000
}	
h1 {
    color: #FF0000	
}