* { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
	color: #eee;
	font-size: 1.0em;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background: #000066;
	min-width: 41em;	/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	width: 1024px;
}

html>body h1 {
	border-color: gray;	/* Farbangleichung an den Internet Explorer */
}


div#Seitenkopf {
/*	position: absolute; top: 10px; left: 10px; */
	margin: 0;
	padding: 0;
	background: url(../bilder/zucht/banner.gif) no-repeat 50% 0%;
	height: 112px;
}
div#Navigation {
	position: absolute; top: 112px; left: 10px; 
	font-size: 1.0em;
	color: #eee;
	width: 170px;
	padding: 0;
	text-decoration: none;
	background-color: #00066;
}
div#Navigation ul {
	padding: 0;
	text-decoration: none;
}
div#Navigation li {
	list-style: none;
	margin: 0;
	padding: 0.1em;
	text-decoration: none;
}
div#Navigation a {
	display: block;
	text-decoration: none;
	padding: 0.1em;
	font-wight: bold;
}
div#Navigation a:link, a:visited, a:hover, a:active {
	color: #eee;;
}

#Unternavigation { 
	font-size: 1.0em;
	margin-left: 10px;
}
#Unternavigation li {
	list-style: none;
	padding: 0.1em;
} 
#Unternavigation a, a:link, a:visited, a:hover, a:active { 
         color: #eee;; 
} 

#Unternavigation2 { 
	font-size: 1.0em;
	margin-left: 10px;
} 
#Unternavigation2 li {
	list-style: none;
	margin: 0;
	padding: 0.1em;
} 
#Unternavigation2 a, a:link, a:visited, a:hover, a:active { 
         color: #eee;; 
} 

div#Seiteninhalt {
	position: absolute; top: 112px; left: 180px; 
	color: #eee;
	padding: 0;
	background: #000066 url(../bilder/zucht/bg.jpg) repeat-y 0% 0%;
}
* html div#Seiteninhalt {
	height: 1em; /* workaround gegen den 3-Pixel-bug des IE */
}
div#Seiteninhalt h1 {
	font-size: 1.2em;
	margin-top: 0.2em;
}

div#Seiteninhalt h2 {
	font-size: 1.1em;
	margin-top: 0.2em;
}
div#Seiteninhalt p {
	font-size: 1em 0;
	margin-top: 0.2em;
}
div#Seiteninhalt table {
	width:600px;
	table-layout:fixed;
	empty-cells:hide;
}
div#Seiteninhalt li {
	margin: 0;
	padding: 0.5em;
}

div#Seiteninhalt a, a:link, a:visited, a:hover, a:active {
	font-size: 0.85em;
	text-decoration: underline;
	color: #eee;;
}
.contenttable {
	border:1px solid #eee;
}
.contenttable td {
	border:1px solid silver;
}

.align-center {
	text-align:center;
}	