html,
body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.3em;
	background-color: rgb(198,156,109);
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}


table
{
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.3em;
}

img
{
	border: 0px;
}


a
{
	color: rgb(140,98,57);
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}


#menu
{
	padding: 5px;
	width: 160px;
}


h1,
#menu h1
{
	margin: 0.5em 0px 0.2em 0px;
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 14pt;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: rgb(198,156,109);
	text-align: left;
}

#menu h1 a
{
	color: rgb(198,156,109);
}


/*
#menu h1
{
	margin-top: 1em;
	font-weight: normal;
	text-decoration: underline;
}
*/


#menu h2
{
	margin-left: 5px;
	font-size: 10pt;
	
}

#menu h3
{
	font-weight: normal;
	margin-left: 15px;
	font-size: 11px;
}


#menu h4
{
	margin-left: 30px;
	font-size: 11px;
	font-weight: normal;
}


#content h1
{
	border-width: 0px;
	font-style: italic;
	padding: 0px;
	color: rgb(198,156,109);
	line-height: 1.3em;
	margin-bottom: 1em;
}

#content h2,
#content h3
{
	margin: 0.5em 0px 0.2em 0px;
	font-family: Georgia, serif;
	font-size: 12pt;
	color: rgb(102,102,102);
}

#content h3
{
	font-size: 10pt;
}

ul
{
	margin: 0px;
}
	

#container
{
	width: 1000px;
	position: relative;
	/*
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	background-color: white;
	*/
}

#logo
{

}


#header
{
	margin: 0px 0px 20px 0px;
	position: relative;
	height: 172px;
	z-index: 1000;
}

#header img
{
	display: block;
	margin-left: 10px;
}


#menu
{
	position: absolute;
	left: 0px;
	top: 172px;
}


#content
{
	margin-left: 180px;
	margin-right: 180px;
	text-align: justify;
}


#rightBar
{
	position: absolute;
	right: 0px;
	top: 172px;
	width: 0px;
	width: 160px;
}



#content h1
{
	margin-top: 1em;
}


div.googleMenu
{
	margin-top: 1em;
}

#friends
{
}

#friends a
{
	display: block;
	margin-top: 0.5em;
}

#footer
{
	clear: both;
	margin-top: 10px;
	padding: 10px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: gray;
	margin: 0px 180px 0px 180px;
}


#footer div.socialBookmarks
{
	margin-top: 1em;
}


#footer div.socialBookmarks a
{
	margin-right: 20px;
	text-decoration: none;
	color: rgb(102,102,102);
}

#fotos
{
	float: right;
	padding: 0px 0px 20px 20px;
}

#fotos div.foto
{
	font-size: 8pt;
	color: gray;
	text-align: right;
	margin-bottom: 20px;
}

#fotos div.foto img
{
	display: block;
	margin-bottom: 5px;
}


div.error
{
	margin: 2em 0px 2em 0px;
}


div.clear
{
	clear: both;
}

div.pedigree
{
	clear: both;
	position: relative;
	height: auto;
	background-color: white;
	font-family: Georgia, serif;
	height: 400px;
}


div.fohlen,
div.parents,
div.grandparents,
div.grandgrandparents
{
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}


div.fohlen,
div.parent,
div.grandparent,
div.grandgrandparent
{
	position: relative;
	padding-right: 40px;
}


div.fohlen
{
	height: 400px;
	line-height: 400px;
	background-image: url('http://www.reitstall-ladbergen.de/images/pedigree/layer2.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-size: 14pt;
}


div.parents
{
}


div.parent
{
	height: 200px;
	line-height: 200px;
	background-image: url('http://www.reitstall-ladbergen.de/images/pedigree/layer3.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-size: 12pt;
	color: rgb(102,102,102);
}


div.grandparents
{
}


div.grandparent
{
	height: 100px;
	line-height: 100px;
	background-image: url('http://www.reitstall-ladbergen.de/images/pedigree/layer4.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: rgb(153,153,153);
}


div.grandgrandparents
{
}


div.grandgrandparent
{
	height: 50px;
	line-height: 50px;
	color: rgb(180,180,180);
}



div.pedigree3ebenen
{
}

div.pedigree3ebenen div.grandgrandparents
{
	display: none;
}

div.pedigree3ebenen div.grandparent
{
	background-image: none;
}




div.pedigree2ebenen
{
}

div.pedigree2ebenen div.grandparents,
div.pedigree2ebenen div.grandgrandparents
{
	display: none;
}

div.pedigree2ebenen div.parent,
div.pedigree2ebenen div.grandparent
{
	background-image: none;
}

div.gallery
{
	margin: 2em 0px 20px 0px;
	clear: both;
}

#content div.gallery h2
{
	margin: 0px 0px 10px 0px;
}

div.gallery a 
{
	display: block;
	float: left;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204,204,204);
}

div.gallery img
{
	padding: 3px;
}