html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body{
	text-align: center;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #08053b;
	background: #fff url(/images/wasserzeichen.jpg);
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #7d2700;
}
	a:hover{
		text-decoration: underline;
	}

td{
	font-size: 12px;
}

.big{
	font-size: 16px;
}
	
#header{
	margin: 0 auto;
	width: 950px;
	height: 110px;
	position: relative;
	background: #cc9966 url(/images/header.jpg) no-repeat;
}

#headerlinks{
	bottom: 1;
	position: absolute;
	right: 10;
}
	#headerlinks a{
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		background: url(/images/separator.jpg) no-repeat right center;
		padding-right: 10px;
		padding-left: 5px;
	}
		#headerlinks a.last{
			background: none;
		}

#content{
	margin: 0 auto;
	width: 950px;
	position: relative;
	background-color: #fff;
}
	#menu{
		float: left;
		width: 181px;
		height: 563px;
	}
	#data{
		float: right;
		width: 769px;
		height: 563px;
	}
		.bg{
			background: url(/images/bg.jpg) no-repeat;
		}
		.blankbg{
			background: url(/images/bg_blank.jpg) no-repeat;
		}
		.zubehoerbg{
			background: url(/images/bg_zubehoer.jpg) no-repeat;
		}
		.anfahrtbg{
			background: url(/images/bg_anfahrt.jpg) no-repeat;
		}
		.aquaristikbg{
			background: url(/images/bg_aquaristik.jpg) no-repeat;
		}
		.aquaristik2bg{
			background: url(/images/bg_aquaristik2.jpg) no-repeat;
		}
		.teichbg{
			background: url(/images/bg_teich.jpg) no-repeat;
		}
		.terraristikbg{
			background: url(/images/bg_terraristik.jpg) no-repeat;
		}
		.kleintierebg{
			background: url(/images/bg_kleintiere.jpg) no-repeat;
		}
		.oeffnungszeitenbg{
			background: url(/images/bg_oeffnungszeiten.jpg) no-repeat;
		}
		.tierarztbg{
			background: url(/images/bg_tierarzt.jpg) no-repeat;
		}
		.aktuellesbg{
			background: url(/images/bg_aktuelles.jpg) no-repeat;
		}

#datapage{
	text-align: left;
	margin: 20px 230px 20px 20px;
}

#datapagefull{
	text-align: left;
	margin: 20px 20px 20px 20px;
}

#footer{
	margin: 0 auto;
	width: 950px;
	height: 27px;
	position: relative;
	/*background: #cc9966 url(/images/footer.jpg) no-repeat;*/
}

.red{
	color: #ff0000;
}

.green{
	color: #236a21;
}

.clear{
	clear: both;
}

.redborder{
	border: 1px solid #ff0000;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.error a {color:#8a1f11;}