@CHARSET "ISO-8859-1";
/********************************************************
	Version 1.00.00 04.05.2008 (Jens)
 ********************************************************/


/**************************
  ALLGEMEINES
***************************/

/*Links, wenn nicht spezielles gesagt wurde*/
a.standardlink:link, a.standardlink:visited{
	color: blue;
	font-size: 12px;
}

/*Überschriften*/
h2{
	font-size: 28px;
	font-weight: bold;
	color: #f7931e;
	margin-left:10px;
}

h3{
	font-size: 14px;
}

p {
	margin-right:10px;
	margin-left:10px;
}

/*rechtsgebundene Bilder*/
.rechtsbilder{
	float: right;
	margin: 3px;
	vspace:10;
	hspace:20;
	border-width:1px;
  	border-style:solid;
  	border-color:#000000;
}

.mittebilder{
	float: none;
	margin: 3px;
	vspace: 10;
	hspace: 20;
	border-width:1px;
  	border-style:solid;
  	border-color:#000000;
}

/*********************/
.trennlinie{
	width:100%;
	color:black;
	background-color: black;
	height: 1px;
  	margin-left:0;
  	text-align: left;
  	border:0px;
}

/**************************
  WILLKOMMENSSEITE
***************************/

/*Die Infobox*/
#infobox{
	position: absolute;
	bottom: 5px;
	width: 574px;
	height: 150px;
	border-width:1px;
  	border-color:#000000;
	border-style:solid;
	padding: 5px;
}

/**************************
  LEISTUNGEN - TIERE
***************************/
a.kaninchenlink:link, a.kaninchenlink:visited {
	background-image: url("pics/leistungen_kan0.png");

	height: 25px;
	width: 60px;
	color: black;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-left: 40px;
}
a.kaninchenlink:hover, a.kaninchenlink:active {
	background-image: url("pics/leistungen_kan1.png");
	text-decoration: underline;
	color:#C95842;
}

a.katzenlink:link, a.katzenlink:visited{
	background-image: url("pics/leistungen_kat0.png");

	height: 25px;
	width: 60px;
	color: black;
	font-weight: bold;
	font-size: 14px;


	display: block;
	text-decoration: none;
	padding-left: 40px;
}
a.katzenlink:hover, a.katzenlink:active {
	background-image: url("pics/leistungen_kat1.png");
	text-decoration: underline;
	color:#C95842;
}


a.hundelink:link, a.hundelink:visited{
	background-image: url("pics/leistungen_hun0.png");

	height: 25px;
	width: 60px;
	color: black;
	font-weight: bold;
	font-size: 14px;
	/*float: left;*/

	display: block;
	text-decoration: none;
	padding-left: 40px;
}
a.hundelink:hover, a.hundelink:active {
	background-image: url("pics/leistungen_hun1.png");
	text-decoration: underline;
	color:#C95842;
}

/***
Das Menü
***/

/*Das Untermenü der jeweiligen Seite*/
/*#inhalt_menu{
	position:fixed;
	width:100%;
}/*

/*Links der Aufzählung*/
a.aufzaehlunglink:link, a.aufzaehlunglink:visited{
	color:#000000;
	font-weight: bold;
	font-size: 14px;
}
a.aufzaehlunglink:hover, a.aufzaehlunglink:active{
	color:#C95842;
	font-weight: bold;
	font-size: 14px;
}