body{
	font: 10pt/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 5%;
	color:#000;
}

#logo {
  margin-bottom: 2em;
}

#logo img { display:none; }
#logo img.print {display:block; }



#leftNavigation, #boxes {
  display: none;
}

#pageFooter {
  display:none;
}

/* =Links
----------------------------------------------- */
* {outline:none;}
a {text-decoration:none; }
#content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}
#content a[href^="/"]:after {content: " (http://hundeparadies.de" attr(href) ") ";}
 
#content a {text-decoration:underline;}
img {border:none;}



/* =Seitenstruktur
----------------------------------------------- */
#content {
	float: none;
}


/* =Elements
----------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-family: Arial, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	background-color:inherit;
}
h2 {font-size:1.4em;font-weight:normal; line-height:1.4em;}
h1 {
	font-size:1.7em;
	padding-bottom: .1em;
	margin-bottom:.7em;
	font-weight:normal;
  border-bottom: 1px solid #000;
}
h3,h4,h5{font-size:1.2em;line-height:1.2em;}
p {margin:0; padding: 0 0 1em 0}

table {
  width: 100%;
  margin: 1em 0;
}
td, table, tr {
  font-size: 100%;
}
td {
  padding: 0 5px 10px;
}

#content img {
  display: block;
  float: none !important;
  padding: 10pt 0 !important;
}

/* =Footer
----------------------------------------------- */
#footer {
  clear:both;
  font-size: 90%;
  border-top: 1px solid #000;
  margin-top: 30pt;
}
#footer p{
  padding: 10pt 15pt 30pt;
  background: url(pics/pfote.gif) no-repeat bottom right;
}

