/* Just a few basic page styles */
body{
	font-size: 101%;
  	font-family: Arial, Helvetica, sans-serif;
	background: #87A385 url(foto/hintergrund_gr.jpg) repeat-y; 
	font-size: 101%;
	voice-family: "\"}\"";
	voice-family: inherit;	
	font-size: 101%; 
  scrollbar-arrow-color: #9B1F12;
  scrollbar-base-color: #CED5B4;
  scrollbar-dark-shadow-color: #9B1F12;
  scrollbar-track-color: #E6E4CB;
  scrollbar-shadow-color: #9B1F12;
  scrollbar-3dlight-color: #9B1F12;
}

html>body { 
	font-size: 101%;		
	padding: 0;
	margin: 15px;
}

#footer {
	margin-top: 20px;
	width: 100%;
	padding: 5px;
	text-align: center;
}

#mainnav,
#mainnav1{
	width: 100%;
	height: 35px;
	color: #999;
	background: #87a385 url(bg_menu.jpg) repeat-x;
	text-align: center;
}

.content {
	margin-top: 20px;
}

/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles, Allgemeine Hauptnavigationsstile */
#nav, #nav ul,
#nav1, #nav1 ul  {
	float: left;
	list-style: none none;
	margin: auto;
	margin-top: 5px;
	/* line-height: 1em;*/
	color: #999;
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
	/* für IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;	
	/*font-size: small;*/ /* für konforme Browser */
}

/* -------------------------- */
/* The top main navigation links */
#nav a,
#nav1 a {
	display: block;
	padding: 5px 10px;
	color: #482403;	
	/* background-color:#ccc; */
	background: url(line.jpg) no-repeat top right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}

/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last,
#nav1 a.last {
	background-image: none;
}

#nav a.one, #nav a.two, #nav a.three,
#nav1 a.one, #nav1 a.two, #nav1 a.three {
	text-align: left;
	font-size: 12px;
}

#nav li,
#nav1 li {
	float: left;
	padding: 0;
	vertical-align: middle;
}

/* -------------------------- */
/* The dropdown links lists, Das dropdown verbindet Listen */
#nav li ul,
#nav1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #EFF3DE; /*hintergrund fuer aufklapp-links*/
	margin: 0;
	padding: 2px;
}

#nav li ul li,
#nav1 li ul li {
	padding: 0;
	width: 140px;
	text-align: left; 
}

#nav li ul a,
#nav1 li ul a{
	padding: 5px 5px;
	width: 120px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/* html width: 100px;*/
}

/* This controls the flyout location of the second level dropdowns,Dies kontrolliert den flyout Standort der zweiten Stufe dropdowns */
#nav li ul ul,
#nav1 li ul ul {
	margin: -2em 0 0 85px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, 
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul  {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul,
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul{
	left: auto;
}

/* -------------------------- */
/* hier ist der  background für die main nav link leiste*/
#nav li:hover, #nav li.sfhover,
#nav1 li:hover, #nav1 li.sfhover{
	background-color: #D0E1CE;
}

/* -------------------------- */
/* die schriftfarbe fuer die untermenue-links */
#nav li ul.under a,
#nav1 li ul.under a{
	color: #F1B441;
	background-image: none;
}

#nav li ul.under a:hover,
#nav1 li ul.under a:hover{
	background: #AE6A2D; /*hintergrundfarbe fuer die untermenue-links*/
	color: #fff;
}

/* -------------------------- */
/* background streifen auf der linken seite fuer die untermenue-links*/
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy,
#nav1 li ul.under li:hover a.daddy, #nav1 li ul.under li.sfhover a.daddy{
	color: #AE6A2D;
}

#nav li ul.under li:hover, #nav li ul.under li.sfhover,
#nav1 li ul.under li:hover, #nav1 li ul.under li.sfhover{
	color: #fff;
	background-color: #87A385; /* background streifen auf der linken seite fuer die untermenue-links*/
}

/* -------------------------- */

/* -------------------------- */
/* If you need to have a second set of drop menus on the same page (No!!!),
   they need to have a set of styles as well. If they need to look
   the same, you could fold these references to #secnav into the
   styles above. Otherwise - a separate CSS file would be the way
   to go. I've included them here for this example...
 */
/* -------------------------- */
/* Beginn der sekundären Navigationsstile */
#header {
	width: 100%;
	height: 23px;
	color: #999;
	background-color: #fff;
}

#secnav, #secnav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	font-size: 101%;
	padding: 0;
	margin: 0;
}

/* -------------------------- */
/* Hier sind die obersten sekundären Navigationsverbindungen */
#secnav a {
	display: block;
	padding: 5px 20px;
	color: #000;	
	background-color: #ccc;
	text-decoration: none;
}

#secnav a.one, #secnav a.two, #secnav a.three {
	text-align: left;
	font-size: 1em;
}

#secnav li {
	float: left;
	padding: 0;
}

/* -------------------------- */
/* The dropdown links lists */
#secnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}

#secnav li li {
	padding: 0;
	width: 140px; 
}

#secnav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}

#secnav li:hover ul ul, #secnav li:hover ul ul ul, #secnav li.sfhover1 ul ul, #secnav li.sfhover1 ul ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul, #secnav li li li.sfhover1 ul {
	left: auto;
}

/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#secnav li:hover a.one, #secnav li.sfhover1 a.one,
#secnav li:hover a.two, #secnav li.sfhover1 a.two,
#secnav li:hover a.three, #secnav li.sfhover1 a.three {
	color: #fff;
	background-color: #663;
}

/* -------------------------- */
/* The dropdown links list colors */
#secnav li ul.under a {
	color: #000;
}

#secnav li ul.under a:hover {
	background: #999;
	color: #fff;
}

/* -------------------------- */
#content {
	clear: left;
}

/* -------------------------- */

.p{
    font-size:75%;
	font-family:Arial, Helvetica, sans-serif;color:#482403;
	padding: 4px;
}

.font{
	margin-left: 100px;
}

.font1{
	margin-left: 150px;
}

.font2{
	margin-left: 70px;
}

.font3{
	margin-left:370px;
}

.font4{
	margin-left:225px;
}

.font5{
	margin-left:330px;
}

.font6{
	margin-left:35px;
}

.font7{
    margin-left:480px;
}

.font8{
    margin-left:25px;
}

.font9{
    margin-left:315px;
}

 .luftig, h5 {
   letter-spacing: 0.2em;			    		
   font-family: Arial, Helvetica, sans-serif;
   color: #557766;
   text-align: center;
   font-size: 1.2em;
   font-size: bold;	
}

.luftig, h4 {
   letter-spacing: 0.2em;			    		
   font-family: Arial, Helvetica, sans-serif;
   color: #557766;
   text-align: center;
   font-size: 0.8em;
}

.luftig, h3 {
   font-family: Arial, Helvetica, sans-serif;
   color: #557766;
   text-align: center;
   font-size: 0.8em;
   margin: 0;			 
}

.textimage {
   border: 3px double #557766;
   /* border: 5px double #9B1F12; */
   /* border: 5px double #DC8B18; orange */
   /* border: 5px double #996600;*/
   /* border-color: #557766;*/
   padding: 2px;
   margin: 5px;
}

.ahnentabelle {
   font-size: 0.8em;
   border: 1px solid #557766;
   padding: 4px;
}
.stil1{
	font-size: 0.6em;
}

.h1{
  font-size:0.8em; 
  color:#AC484B;
}
	
.p1{
   background:#F3F7DE;
}	
	
.p2{
   background:#fcebbd;
}

.p3{
  font-size:101%;
  /* margin-left: 400px; */
  font-weight: italic;
  color: #AC474B;
}

.leftback {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #FF00FF;
}

.cleardiv {
  	float: none;
  	clear: both;
}

.trennstrich {
	padding: 10px;
	width: 100%;
	text-align: center;
	float: none;
	clear: both;
}

.ruler {
	margin: auto;
}

.linktabelle {
    font-size: 95%;
	border: 1px solid #557766;
	padding: 4px;
}

.linktabelle1 {
    font-size: 70%;
	padding: 2px;
}

 .grossb{
  font-size:150%;
  /*color:#557766;*/
}

.td2{
	background-image: url('foto/hintergr_trau.jpg');
}	

.galerielinks{
	text-align: center;
	margin: 0;
	float:left;
	width:45%;	
}

.galerierechts{
 	text-align: center;
	margin: 0;
	float:right;	
	width: 45%;	
}

.nr{
	padding: 3px;
	border: 1px solid #465929;
	background-color: #D3A70A;
	text-align: right;
}

.seitenzahlen {
	width:90%; 
	text-align: right; 
	padding: 10px; 
	margin: 5px; 
	vertical-align: middle; 
	height: 50px; 
	overflow: visible;
}

.nrpflege{
 	width:30%;
	text-align:center;
	padding: 3px;
	margin: 0;
	border: 1px solid #465929;
	background-color: #D3A70A;
	margin-left:380px;
}

.nrpflege1{
	width:30%;
	text-align:center;
	padding: 3px;
	margin: 0;
	border: 1px solid #465929;
	background-color: #D3A70A;
	margin-left:480px;
}

.hrpflege{
 	 padding: 2;
 	 margin:auto;
 	 border: 1px solid #465929;
 	 background-color: #F1F5E4;
}
	
.absatz{
 	margin-left:170px;
	margin-right:150px;
}
	
.reihe_nachzucht {
	text-align: center;
	/*height: 200px;*/
	width: 590px;
	margin: auto;
}

.reihe_nachzucht1 {
	text-align: center;
	width: 700px;
	margin: auto;
}

.bild {
    float: left;
    text-align: center;
	padding: 10px;
	position: relative;
}

.hr_nachzucht {
	text-align: center;
	margin: auto;
	float: none; 
	height: 1px;
	border: 0;
	width: 680px;
	/* color: #cccccc; */
	color: #557766;
	/* background-color: #999898; */
	background-color: #557766; 
}

.hr_trennlinie {
	text-align: center;
	margin: auto;
	float: none; 
	height: 1px;
	border: 0;
	width: 380px;
	/* color: #cccccc; */
	color: #557766;
	/* background-color: #999898; */
	background-color: #557766; 
	margin-bottom: 5px;
	margin-bottom: 5px;
}

.sitemap{
	background-image: url(foto/hintergrund_sitemap.jpg);
	background-repeat: repeat-y; 
}







