/* 
  File name:  main
  Created on: 21. Dezember 2003 at 14:42
  Author:     schmiedt

  Description:
    An empty stylesheet.
*/

root {
    display: block;
}
body {
    margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	color: #656B69;
}
div {
	overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    border-spacing: 0px;
}
div.navi {
	position: absolute;
	padding: 0px;
	left: 51%;
	top: 40px;
	width: 750px;
	height: 110px;
}
div.foot {
	width: 739px;
	height: 15px;
}
div.bild {
	width: 350px;
	height: 280px;
}
table {
	margin: 0px;
	padding: 0px;
	border-style: none;
    border-width: 0px;
    border-spacing: 0px;
	border-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	color: #656B69;
}
td {
	empty-cells: show;
	vertical-align: top;
	border: none;
}
td.inhaltLeft {
	width: 350px;
}
td.inhaltMiddle {
	width: 35px;
}
td.inhaltTitel {
	width: 330px;
	height: 30px;
}
td.inhaltRight {
	width: 330px;
}
td.pferdeSpan {
	width: 330px;
	height: 20px;
}
td.pferdeEnde {
	width: 330px;
	height: 20px;
	vertical-align: bottom;
}
td.pferdeLeft {
	width: 100px;
	height: 20px;
	vertical-align: bottom;
}
td.pferdeRight {
	width: 230px;
	height: 20px;
	vertical-align: bottom;
}
td.pedigree {
	border: solid 5px #FFFFFF;
}

p {
	margin: 0px;
	padding: 0px;
}
p.fohlen {
	margin-left: 80px;
}
a {
	color: #656B69;
}
a.navi01 {
	font-size: 8pt;
	text-decoration: none;
}
a.navi01:hover {
	color: #1F54A3;
}		
a.foot {
	font-size: 7pt;
	text-decoration: none;
}
a.foot:hover {
	font-size: 7pt;
	color: #1F54A3;
}
a.titel {
    font-size: 12pt;
	font-style: italic;
	text-decoration: none;
}
a.ueberschrifft {
    font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.email {
	color: #656B69;
}
a.email:hover {
	color: #1F54A3;
}
iframe {
    border-style: none;
    border-width: 0px;
}
img {
	margin: 0px;
	border: none 0px;
}
img.mini {
	width: 80px;
	height: 50px;
	margin: 1px;
	border: solid 1px #FFFFFF;
}
img.mini:hover {
	border: solid 1px #1F54A3;
}