@import url("css/headings.css");
@import url("css/menu.css");
@import url("css/main_copy.css");

body {
  color: black;
  background-image: url("seitenhintergrund.png");
  font-family: verdana, helvetica, arial, sans-serif;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted #999;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.main {
	width: 600px;
	color: #333;
	margin-left: -231px;
	margin-top: 0px;
	left: 50%;
	position: absolute;
	visibility: visible;
}

/* ##### Header ##### */

.logo {
  background-image: url("header_3_1.png");
  background-repeat:no-repeat;
  height: 156px;
}


.banner {
	position:relative;
	background-color: #BECCFF;
	height: 244px;
	width: 100%;
	background-image: url("imgHund.jpg");
	background-repeat: no-repeat;
	z-index:10;
	border: 2px solid #999999;
}




/* ##### Main Copy ##### */

#main-copy {
  color: black;
  text-align: justify;
  line-height: 1.5em;
  padding: 0mm 5mm 5mm 5mm;
}
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

/* ##### Footer ##### */

.footer {
	text-align: center;
	color: #666666;
	height: 40px;
	font-size: 10pt;
	margin: 0;
	padding: 0.5em 2.5mm 2.5ex 2.5mm;
	clear: both;
	visibility: hidden;
}

.footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
  visibility: hidden; 
}

.footer a:hover {
  text-decoration: none;
  visibility: hidden;
}


