/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font: 12px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #0000aa;	
 background-color:#FFFFff; 
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:266px; 
 float:left; 
 position:relative; 
 margin: 5px 5px;
 background-color:#FFFFff; 
}
 
#maincol{background-color: #FFFFff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:470px; 
 margin: 50px 0px;
 }
 #maincol p {
 
 }
 
/* css for preview-boxes */
.fright {
  float: right;
}
.container { 					
  width: 90%;
margin-left: 5%;
margin-top: 25px;
  color: #00A;
  background: #fff;
  border-left: 1px solid #00A;
  border-right: 1px solid #00A;
}
.header {											
  font-size: 0.82em;
  font-weight: bold;
  padding: 2px 5px;
  color: #00A;
  background: #cdf;
  text-align: left;
  border-top: 1px solid #00A;
}
.main {
  position: relative;
  width: 100%;
  margin: 5px 0 0 0;
  color: #00A;
  background: none;
  text-align: left;
}
.content {					
  margin: 0 0 0 1em;
}
.image {						
  float: right;
  padding: 7px 5px 5px 5px;
}
.image_left {						
  float: left;
  padding: 7px 5px 5px 5px;
}
.text {
  margin: 0;
  padding: 0;
}
.text p {
  font-size: 0.85em;
  line-height: 140%; 
  padding: 5px;
  margin: 0;
  color: #00A;
  background: none;
}
.bottom {											
  clear: both;
  font-weight: bold;
  color: #00A;
  background: #cdf;
  font-size: 0.82em;
  border-bottom: 1px solid #006600;
  text-align: left;
  padding: 2px 5px;
  margin-bottom: 0;  
}
/* end css for horse preview-boxes */

 
#footer{
 height:100px; 
 background-color:#FFFFff; 
 clear:both;
 text-align:center; 
} 
 #footer p {
  font-size: 0.82em;
  line-height: 120%; 
 }
h1 {
	font: 4em/2em Colonna MT, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2 {
font: 2em/1em Arial, Helvetica, sans-serif;
}

a:link {color:#0000aa; text-decoration:none;}
a:visited {color:#0000aa; text-decoration:none;}
a:hover {color:#0000aa; text-decoration:underline;}
a:focus {color:#0000aa; text-decoration:underline;}
a:active {color:#0000aa; text-decoration:underline;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
