/*Stylesheet fuer die Tierhilfe-Seite 25.8.2009 */

html { height: 101%; /* erzwingt scrollbar im firefox */
	scrollbar-base-color:#D57439;
	scrollbar-face-color:#7A3712;
	scrollbar-track-color:#CB5C1E;
	scrollbar-arrow-color:#E7D69D;
	scrollbar-highlight-color:#F3E9B9;
	scrollbar-3dlight-color:#000000;
	scrollbar-shadow-color:#CB5C1E;
	scrollbar-darkshadow-color:#000000;
	}
body {
	color: #7A3712;
	background-color: #F5E29E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 200%;
	font-family: Bradley Hand ITC, Arial;
	font-weight: bold;
	color: #7A3712; 
	}
h2 {
	font-size: 150%;
	font-family: Bradley Hand ITC, Arial;
	font-weight: bold;
	color: #7A3712; 
	}
h3 {
	font-size: 130%;
	font-family: Arial;
	font-weight: bold;
	color: #7A3712;
	}
h4 {
	font-size: 130%;
	font-family: Arial;
	font-weight: bold;
	color: red;
	}
a { text-decoration: none; outline: none; }
a:link { 
	font-weight: bold;
	color: #CB5C1E; 
	}
a:visited { 
	font-weight: bold;
	color: #ff6600;
	}
a:hover,
a:focus {
		border-bottom: 1px solid #daa520; 
	font-weight: bold;
	}
a:active {
	font-weight: bold;
	color: #692300;
	}
.skiplink {
	position: absolute;
	top: -3000px;
	left: -4000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	}
#wrapper {
	color: #7A3712;
	background-color: #F5E29E;
	width: 850px;
	margin: 10px auto;
	}	
#kopfbereich {
	position: relative;
	background: #FFFFF1 url(Grafiken/oben_Hund_Katze2.jpg) no-repeat top left;
	padding: 120px 20px 10px 20px;
	}	
#navibereich {
	float: left;
	width: 6em;
	padding-top: 20px;
	padding-left: 0;
	}
#navibereich ul {
}
#navibereich li {
	list-style-type: none;
	margin: 0;
	}
#navibereich a { 
	text-decoration: none; 
	outline: none; /* versteckt unsch&ouml;ne Linklinien */
	}
address {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	border-top: 1px solid #7A3712; /*rahmenlinie oben */
	}
#textbereich {
	background-color: #F5E29E;
	padding: 20px 10px 20px 20px;
	margin-left: 13em;
	}
	#textbereich a {
		}
	#textbereich a:hover,
	#textbereich a:focus {
		border-bottom: 1px solid #daa520;
		}
#fussbereich {
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	} 
div.galerieLinks {
	overflow: hidden;
	width: 600px;
	padding-top: 25px;
	margin-bottom: 3px;
	}
div.galerieLinks img {
	float: left;
	padding: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
div.galerieRechts {
	overflow: hidden;
	padding: 25px 10px 10px 20px;
	margin-bottom: 3px;
	}
div.galerieRechts img {
	float: right;
	margin-left: 15px;
}
table {
	background:#F5E29E;
	position: relative; 
	margin: 0 auto;
	border: 0;
	}
table .left {
font-weight: bold;
text-align: left;
text-valign:top;
}
td {
	text-align: center;
}

#center {
	text-align: center;
	}
#left {
	text-align: left;
	}
#right {
	text-align: right;
	}
