/* CSS Document */
body {background:#9D0E0D;
	margin: 0px;
}

/* Formatierungen für den FLießtext */
p {color:#FFFFCC; 
	font-family: Tahoma, Arial;
	font-size: 14px; 
	margin-left: 0%;
	margin-right: 20px;
	text-align:left;
	}

.welpen{margin-right: 0;
	}
	
p.footer {color:#9D0E0D;
	font-family: Tahoma, Arial;
	font-size: 12px; 
	margin-left: 0%;
	margin-right: 20px;
	text-align:right;
	}	
p.video{ margin-top:-40px;
	text-align:center;}	
	
/* Formatierung für den Fließtext wird beibehalten 
+ Text wird ab 350px länger scrollbar */
p.inhalt {
	overflow:auto;
	height:290px;
	margin-right:5px;
	}

/* Formatierung für den Fließtext wird beibehalten 
+ Text wird ab 230px länger scrollbar  hunde.html*/
p.hunde {
	overflow:auto;
	height:205px;
	margin-right:5px;
	}

/* Fließtext ab 310px länger scrollbar  tips.html*/
p.tips {
	overflow:auto;
	height:310px;
	margin-right:5px;
	}

/* Inhalt wird ab 560px länger scrollbar  impressum.html*/
div.impressum {
	overflow:auto;
	height:595px;
	margin-right:5px;
	}
/* Inhalt wird scrollbar  links.html*/	
div.links {
	overflow:auto;
	height:595px;
	margin-right:5px;
	text-align:center;
	}	

/* Galerie wird ab 230px länger scrollbar  hunde_bailey.html, hunde_dingo.html */
div.hundebilder {
	overflow:auto;
	height:255px;
	margin-right:5px;
	}

/* Galerie wird ab 230px länger scrollbar  fotos.html */
div.fotos {
	overflow:auto;
	height:600px;
	margin-right:5px;
	}
	
/* Formatierung für die Überschrift */
h3 {color: #FFFFCC;
	font-family: Tahoma, Arial;
	font-weight:bold;
	text-align: left;}

h5 {color: #ffffff;
	font-family: Tahoma;
	font-weight:bold;
	text-align: left;
	font-size: 14px;}

/* Formatierungen für die Links */			
a:link {color:#FFFFCC;}

a:visited {color:#FFFFFF;}
		
a:active {color: #FFFFFF;}


/* div für die gesamte Seite*/
#gesamt {position:relative;
		width:1000px;
		height:850px;
  		/*border:solid 1px #FFFFFF;*/
		margin:auto;
		}

/* div für den Inhalt der Seite*/
#content {position:absolute;
	   text-align:left;
	   top:70px;
	   z-index:2;
	   left:400px;
	   margin-right:5px;
	   width:600px;
	   height:720px}	   
	   
/* div für die Fußzeile*/
#footer-bottom {
	position:absolute;
	color: #FFFFFF;
	z-index:2;
	padding: 1em 0;
	text-align:right;
	left:400px;
	margin-right:5px;
	top:776px;
	width:600px;
	height: 38px;
}

/* Line zur Trennung , z.B. von Texten*/
hr {color:#FFFFCC;
	height:80%;
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center
	}
