body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F0E9BE;
	color: #C8B496;
}

#layout
{
	text-align: left; /* Schrift links ausrichten */
    margin: 0px auto;   /* Zentrierung Nicht-IE-Browser */
    width: 850px;
	border: solid 5px #761321;
	background-color: #51141D;
}

/* Seitenkopf Bild im Header*/
.header {
	background-image: url(../../designs/standard/images/header.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 201px;
}

.base {
	float:right;
	margin-top: 174px;
	margin-right: 10px;
}
/* Ende Seitenkopf */

#pedigree {
	height: 450px;
	width: 605px;
	padding: 0px;
	margin: 0px;
	border: 1px inset;
	scrollbar-face-color:grey;
	overflow: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color: #FFFFFF;
	border: 5px solid #666666;
}

#pedigree p{
padding: 7px 0px;
margin:0px;
}


#pedigree a {
color: #42A646;
text-decoration: none;
}
#pedigree a:visited {color:#42A646;}
#pedigree a:hover {color: #606060;}1
#pedigree a:active { color:#000000;}

/* #pedigree {
line-height: 11px;
}
*/

p {
	margin: 1px;
	padding: 1px;
}

/* Linien */
hr {
border: 0;
color: #751321;
background-color: #751321;
height: 1px;
}
/* Ende Linien */

/* Buttons */

input.suchen {
	background-image: url(../../designs/standard/images/suchen.png);
	background-color: #51141D;
	background-repeat: no-repeat;
	background-position: left center;
	width: 25px;
	height: 23px;
	border: 0;
}
/* Ende Buttons */

/* normale Links */
a:link {
	color: #F0E9BE;
	text-decoration: none;
}
	
a:visited {
	color: #F0E9BE;
	text-decoration: none;
}

a:hover {
	color: #D1B397;
	text-decoration: none;
}
/* Ende normale Links */

.nm_active {
	color: #990000;
}

/* news Text */
.news {
	font-size: 10px;
	color: #C8B496;
}

/* news Links */
a.news {
	font-size: 10px;
	color: #C8B496;
	text-decoration: none;
}

a.news:link {
	color: #F0E9BE;
	text-decoration: none;
}

a.news:visited {
	color: #F0E9BE;
	text-decoration: none;
}

a.news:hover {
	color: #C8B496;
	text-decoration: none;
}
/* Ende news Links */

/* navi base */
a.nav {
	color: #F0E9BE;
	text-decoration: none;
}

a.nav:link {
	color: #F0E9BE;
	text-decoration: none;
}
	
a.nav:visited {
	color: #F0E9BE;
	text-decoration: none;
}

a.nav:hover {
	color: #C8B496;
	text-decoration: none;
}
/* Ende news Links */

/*--------------------------------------------------------------------------------------------------------*/

/* Gesamtnavigation */

#navigation_links {
	width: 180px;
	margin-top: 18px;
	margin-left: 2px;
}

/* Navigation Level 1 */
ul#sites_nav_1{
	margin-left: 0px;
	padding: 0px;
	width: 150px;  
	list-style-type: none;
}

ul#sites_nav_1 li{
	padding: 5px;
	color: #F0E9BE;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px dotted #761321;
}

ul#sites_nav_1 a{
	color: #F0E9BE;
    padding: 0px;
	text-indent:0px;	
	margin-bottom: 10px;
}

ul#sites_nav_1 a:hover {
	color: #C8B496;
}

ul#sites_nav_1 a:visited {
	color: #F0E9BE;
}
/* Ende Navigation Level 1 */

/* Navigation Level 2 */
ul#sites_nav_2 {
	font-size:11px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
}

ul#sites_nav_2 li{
	padding: 2px;
	color: #F0E9BE;
	line-height: 16px;
	margin-top: 0px;
	border-bottom: none;
	border-bottom: 1px dotted #C8B496;
}

ul#sites_nav_2 a {
	color: #F0E9BE;
}

ul#sites_nav_2 a:hover {
	color: #C8B496;
}
/* Ende Navigation Level 2 */

/* Navigation Level 3 */
ul#sites_nav_3 {
	padding: 0px;
	margin-top: 5px;
	margin-left: 3px;
}

ul#sites_nav_3 li{
	padding: 2px;
	color: #F0E9BE;
	margin-top: 0px;
	border-bottom: none;
}

ul#sites_nav_3 a {
	color: #F0E9BE;
}

ul#sites_nav_3 a:hover {
	color: #C8B496;
}

/* Ende Navigation Level 3 */

/* Navigation Level 4 */
ul#sites_nav_4 {
	font-size:11px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 3px;
}

ul#sites_nav_4 li{
	padding: 2px;
	color: #F0E9BE;
	margin-top: 0px;
	border-bottom: none;
	background-color:#3C0E15;
}

ul#sites_nav_4 a {
	color: #F0E9BE;
}

ul#sites_nav_4 a:hover {
	color: #C8B496;
}
/* Ende Navigation Level 4 */

/*--------------------------------------------------------------------------------------------------------*/

/* Anfang DropDown*/

#base_nav {
	float: left;
	list-style: none;
	padding: 0;
	border-width: 1px 0;
	margin: 0 0 2px 0;
}

#base_nav ul {
	float: left;
	list-style: none;
	background-image:url(../../designs/standard/images/tra.png);
	font-weight: bold;
	padding: 0;
	border: solid #3E0B13;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#base_nav a {
	display: block;
	color: #F0E9BE;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #3E0B13;
}

#base_nav a.daddy {
	background: url(../../designs/standard/images/rightarrow.gif);
}

#base_nav li {
	float: left;
	padding: 0;

}

#base_nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em; 
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#base_nav li li {
	padding-right: 1em;
	width: 13em
}

#base_nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#base_nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#base_nav li:hover ul ul, #base_nav li:hover ul ul ul, #base_nav li.sfhover ul ul, #base_nav li.sfhover ul ul ul {
	left: -999em;
}

#base_nav li:hover ul, #base_nav li li:hover ul, #base_nav li li li:hover ul, #base_nav li.sfhover ul, #base_nav li li.sfhover ul, #base_nav li li li.sfhover ul {
	left: auto;
}

#base_nav li:hover, #base_nav li.sfhover {
	background: none;
}

/* Ende DropDown*/

.foo {
	margin-top: 27px;
	}
.grau {
	color: #B62F33;
	font-weight: bold;
}
.aktiv{
	font-weight:bold;
}

#sitemap {
	margin-left: 20px;
}

#sitemap ul {
	list-style-type: none;
}

#tree {
	width: 450px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}
.kopf {
	color:#808080;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	text-transform: uppercase;
}

p.tab {padding:5px;background-color:#977867;}
p.tab:hover{color:#3C0E15;background-color:#68574D;}

.titel_horse {
	color: #B62F33;
	font-weight: bold;
	font-size:14px;
}

.subtitel_horse {
	color: #B62F33;
}

