@charset "utf-8";
body {
	background-color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
}
/* CSS Document */


/*Grundstruktur */

#aussen {
	width:1200px;
	max-width: 1200px;
	height:auto;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #336633;
	border-right-color: #336633;
	border-left-color: #336633;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
#header {
	background-size: 100% auto;
	height: auto;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	width: 100%;
}
#content {
	background-image: url(../hg/hunde-hell.jpg);
	background-size: 100% auto;
	width: 100%;
	background-repeat: repeat;
	height: auto;
}
#statistik {
	visibility: hidden;
	clear: both;
}
#navigation {
	margin: 5px;
	border: medium solid #336633;
	background-color: #ffffcc;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 50px;
}
#footer {
	text-align: center;
	font-size: 70%;
	clear: both;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #336633;
	padding-top: 5px;
	padding-bottom: 5px;
}
.grid_1 {
	width: 15%;
	float: left;
	height: 100%;
	display: block;
}
.grid_2 {
	float: right;
	width: 84%;
	margin-left: 3px;
	margin-right: 8px;
	margin-top: 6px;
}
.grid_3 {
	width: 95%;
	display: block;
	float: right;
	padding: 25px;
}
.grid_3op {
	width: 100%;
	display: block;
	float: right;
}
.grid_4 {
	width: 45%;
	float: left;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #336633;
	padding: 20px;
	text-align: center;
}
.grid_5 {
	float: right;
	width: 45%;
	padding: 20px;
	text-align: center;
}
#spacer {
	clear: both;
}
.div-rahmen {
	overflow: auto;
}
.margin-right-100 {
	margin-right: 100px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.box-shadow {
	box-shadow: 5px 5px 3px #666666
}
.box {
	background-color: #ffffcc;
	border: medium solid #336633;
	margin-bottom: 10px;
}
.box-padding {
	padding: 10px;
}
#c1 {
	width: 100%;
}
/* Text */

h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
.schrift12 {
	font-size: 12px;
}
.text-center {
	text-align: center;
}
.text-kursiv {
	font-style: italic;
}
.text-rot {
	color: #CC0000;
}
.text28 {
	font-size: 28px;
}
/* Navigation */

.navi {
	margin: 2px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	background-color: #336633;
}
.navi a:link {
	text-decoration:none;
	color: #ffffcc;
}
.navi a:visited {
	text-decoration:none;
	color: #ffffcc;
}
.navi a:hover {
	font-style:italic;
	color: #ffffcc;
}
.navi a:active {
	text-decoration:none;
	color: #ffffcc;
}
/* Tabellen */

#tab-zeiten {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.tab-inhalt {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
table {
	align: center;
	margin-right: auto;
	margin-left: auto;
}
td, th {
	border: 1px solid gray;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	align: center;
}
td {
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
.td-right {
	text-align: right;
}
.table-text {
	text-align: left;
}
/* Bilder */

#fassade {
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	height: auto;
}
#procalu-banner {
	padding-top: 30px;
	clear: both;
}
.inhalt {
	width: 100%;
}
.bild-right {
	float: right;
	margin-left: 50px;
}
#fass {
	float: left;
}
#fass-text {
	float: right;
	margin-left: 50px;
}
#welpen {
	margin-left: 150px;
}
/* Videos */

.video {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
/* Frames */


.iframe {
	height: 800px;
	width: 90%;
}
#impr-frame {
	height: 500px;
	width: 900px;
}
#frame-katze {
	height: 315px;
	width: 560px;
}
/* Einzelformatierungen */

#impr1 {
	float: left;
}
#impr2 {
	float: right;
}
#impr3 {
	clear: both;
}
/* Social Media */

.social {
	margin-top: 30px;
	padding-left: 20px;
}
#fb-banner {
	padding-top: 30px;
	clear: both;
}

.float-right {
	float: right;
}