/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: black;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper
{
	background-color: #F9F9F9;
	color: black;
	margin: 0 60px 0 60px;
	padding: 10px 20px 10px 20px;
}

#header a img
{
	border: none;
}

#header-bottom
{
	margin-top: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
}

#header-bottom ul
{
	margin: 0;
	padding: 0;
	text-align: right;
	
}

#header-bottom li
{
	display: inline;
	background-color: #F9F9F9;
	color: #000000;
}

#header-bottom a:link, #header-bottom a:visited
{
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}

#header-bottom a:hover, a:active
{
	color: #FF0000;
}

/* Fix IE. Hide from IE Mac \*/
* html #header { height: 1%; }
/** html #shortparagraph { width: 45%; }*/
/* End */

#container
{
	margin-top: 0;
	margin-bottom: 10px;
	width: 100%;
}

#content
{
	font-family: "Comic Sans MS";
	background-image: url(images/catcase.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 20px;
}

#content h3
{
	background-image: url(images/paw.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 1em;
	padding: 0.2em 0 0.2em 20px;
}

#content p
{
	line-height: 1.75;
	text-align: justify;
}

/*.shortparagraph
{
	width: 85%;
}*/

/** html .shortparagraph
{
	width: 85%;
	w\idth: 55%;
}*/


/*#mediumparagraph
{
	width: 85%;
}

* html #mediumparagraph
{
	width: 85%;
	w\idth: 85%;
}*/

#directions
{
	width: 40%;
}

* html #directions
{
	width: 40%;
	w\idth: 40%;
}

/*#catteryImage
{
	margin: 0 0 20px 20px;
	padding: 0;
	border: 1px solid #000000;
	float: right;
}*/

.cattery-image-right
{
	float: right;
  	background: url(images/dropshadow.png) no-repeat bottom right !important;
  	background: url(images/dropshadow.gif) no-repeat bottom right;
  	margin: 10px 0 0 35px !important;
  	margin: 10px 0 0 30px;
	/*height: 190px;
	width: 270px;*/
}

.cattery-image-right img
{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #999999;
  	margin: -7px 7px 7px -7px;
  	padding: 3px;
	float: left;
}
* html .cattery-image-right img { float: none; }

.cattery-image-left
{
	float:left;
  	background: url(images/dropshadow.png) no-repeat bottom right !important;
  	background: url(images/dropshadow.gif) no-repeat bottom right;
  	margin: 10px 35px 0 0 !important;
  	margin: 10px 30px 0 0;
}

.cattery-image-left img
{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #999999;
  	margin: -7px 7px 7px -7px;
  	padding: 3px;
}

#footer
{
	width: 100%;
	height: auto;
	border-top: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	clear: both;
	
	/*background-image: url(images/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

#footer #validxhtml
{
	float: left;
	margin-top: 5px;
	text-align: left;
}

#footer #validxhtml a img
{
	border: none;
}

#footer #copyright
{
	/*float: left;*/
	margin-top: 5px;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
	/*background-image: url(images/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}

#copyright p
{
	margin-top: 0;
	margin-bottom: 5px;
	text-align: center;
	font-size: 80%;
	color: #000000;
	/*margin: 0;
	padding: 0.2em 0 0.2em 0;*/
}

#footerLogo
{
	margin-left: auto;
	margin-right: auto;
}

#footer #validcss
{
	float: right;
	margin-top: 5px;
	text-align: right;
}

#footer #validcss a img
{
	border: none;
}

#content div #background img
{
	position: absolute;
	bottom: 2em;
	right: 2em;
	width: 77px;
	height: 110px;
}

#chunk2
{
	clear: both;
}

.tarifflist
{
	list-style-image: url(images/bullet.gif);
	/*padding-left: 30px;*/
	margin-left: 0;
	line-height: 2.0;
}

*html .tarifflist
{
	margin-left: 40px;
}

.testimonial
{
	width: 99%;
	border-top: 1px dotted #000000;
}

.testimonial .cattery-image-left
{
	margin: 23px 35px 0 0 !important;
  	margin: 23px 30px 0 0;
}

.testimonial .cattery-image-left img
{
	margin: -7px 7px 7px -7px;
  	padding: 3px;
}

blockquote
{
	margin-left: 220px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

p a:link, a:visited
{
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
}

#header #catteryLogo
{
	float: left;
	text-align: left;
}

#header #fabLogo
{
	float: right;
	text-align: right;
}

