/* HTML TAGS */
a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }
a:active { text-decoration: none; color: black; }
a:focus {  outline: none; }

body {
	background: white;
	overflow: scroll;
}
/* CONTAINERS - DIVS */
#main { width: 900px; margin: 0 auto; }
		
#content { font-family: Georgia;
		   clear: both;
		   color: #333333;
		   padding-top: 30px; }

/* CLASSES */
.pferdIMG { width: 900px;
			clear: both; }
			
.separator { width: 900px;
			 height: 40px;
			 background-color: #CD0C20; }

.separator2 { width: 900px;
			 height: 90px;
			 background-image: url(../img/bg2.jpg); height: 90px; width: 900px;}

.title { font-family: Arial, Helvetica, sans-serif;
			 font-size: 20px;
		 	 font-style: normal !important;
		 	 color: white !important; 
		 	 text-align: center; 
		 	 padding-top: 8px;
		 	 clear: both; }

.title2 { font-family: Arial, Helvetica, sans-serif;
			 font-size: 20px;
		 	 font-style: normal !important;
		 	 color: black !important; 
		 	 text-align: left;
		 	 padding-left: 160px;
		 	 padding-top: 18px;
		 	 clear: both; }