/* Zentrale Formate definieren
----------------------------------------------- */
body{
	font-family:Verdana,Arial,Sans-serif;
	font-size:0.8em;
	margin:0px 0px 0px 10px;
	padding:0px;	
	background-color:#ffffff;

}


/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#910824;
	font-weight:bold;
	font-size:1.3em;
	height:0px;
	margin:0px;
	padding:0px;

}

h1 a {
	color:#910824;
	font-weight:bold;
	font-size:1em;
	height:0px;
	margin:0px;
	padding:0px;
	width:auto;
	text-decoration:none;
}

h2 {
	color:#910824;
	font-weight:bold;
	font-size:1.1em;
	margin:0px;
	padding:0px;
}

h3 {
	padding:5px 1px 5px 1px;
	background-color: #910824;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.8em;

}

h3 a {
	padding:5px 1px 5px 1px;
	background-color: #910824;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
/* Paragraph
----------------------------------------------- */
p {
	padding:0px;
	margin-top:20px;
	font-size:1em;
	text-align: justify;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#CB48D0;
}

/* Image mit link
----------------------------------------------- */
img {
	border:0;
}

/* Formular
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

/* Main Container (über gesamte Seite)
----------------------------------------------- */
.top_table {
	margin-left:0px;
	margin-right:0px;
	width:850px;
	height: 320px;
	padding:0px;
	background-image: url(/img/jpg/hund.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}

.top_table_content{
	margin-left:0px;
	margin-right:0px;
	width:850px;
	height: 225px;
	padding:0px;
	background-image: url(/img/jpg/hund_klein.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}
/* Container für Menü
----------------------------------------------- */
.menu_table {
	width:850px;
	margin:4px 0px 0px 10px;
	padding:0px;
	background-color: #ffffff;
}

.link {
	padding:4px 1px 4px 1px;
	height: 34px;
	background-color: #910824;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
a.link {
	padding:4px 1px 4px 1px;
	background-color: #910824;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	text-decoration: underline;
}

.aktiver_link {
	padding:4px 1px 4px 1px;
	background-color: #eee;
	color: #910824;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/* Container für Inhalt
----------------------------------------------- */
#inhalt {
	width:620px;
height: 550px;
	padding:20px 20px 10px 5px;
	font-size:0.9em;
	vertical-align: top;
}


.inhalt {
	font-size:1em;
}
a.inhalt {
	text-decoration: underline;
	color: #000000;
}
a.inhalt:hover {
	text-decoration: underline;
	color: #910824;
}

#footer {
	width:840px;
	padding:0px 10px 0px 5px;
	font-size:0.85em;
}

#seite {
	width:230px;
	padding:20px;
	font-size:0.85em;
	vertical-align: top;
}
.seite {
	font-size:1em;
}
a.seite {
	text-decoration: none;
	color: #000000;
}
a.seite:hover {
	text-decoration: underline;
	color: #910824;
}
.aktiv_seite {
	text-decoration: none;
	font-weight: bold;
	color: #910824;
}






