/* CSS fuer Tierbaby.net */

body {
	margin:0px;
	background-color:#FFFFFF;
}

.content,.left,.right {
	background-color:#F9F7ED;
	padding-left:6px;
	padding-right:6px;
}

.center {
	text-align:center;
}
/*Navigationsmenü*/
li.menu {
	margin-top:10px;
}

/*Schrift*/
td, p, h1, h2, .path, li, div {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#000000;
	line-height:16px;
}

.menu {
	font-size:14px;
}

.path {
	font-size:10px;
}
.path b {
	font-weight:bold;
	font-size:11px;
}

h1, h2 {
	text-align:center;	
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

h2 {
	font-size:16px;
}

/*Artikel - Positionierung der Bilder*/

.floatleft {
	text-align:center;
	float:left;
	width:150px;
}
.floatright {
	text-align:center;
	float:right;
	width:150px;
}
.nofloat {
	clear:both;
}

/*Links*/
a {
	color:#638137;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#8EB653;
}

/*Tierfotos*/
img.foto {
	border:3px solid #638137;
	padding:3px;
	background-color:#cccccc;
}