html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0; border: none;
	background: #223A4C url(../images/layout/film.jpg) top left no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #D3D9DD;
	text-align: justify;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
}
#container {
	min-width: 760px;
	height: 100%;
	min-height: 100%;
	position: relative;
	border-left: 3px solid #031820;
	border-right: 3px solid #031820;
}
html>body #container {
	height: auto;
}
#header {
	width: 100%;
	height: 148px;
	position: absolute;
	top: 0px;
	background: #031820;
	text-align: center;
}
#nav-container {
	position: absolute;
	top: 148px;
	background: url(../images/layout/nav-background.gif) repeat-x;
}
#nav {
	width: 754px;
	text-align: center;
}
#nav a {
	height: 32px;
	display: block;
}
#nav div {
	float: left;
}
.home a, .home a:visited { width: 48px; background: url(../images/layout/nav-home-up.gif) no-repeat;} .home a:hover { background: url(../images/layout/nav-home-over.gif) no-repeat;}
.ladies a, .ladies a:visited { width: 104px; background: url(../images/layout/nav-ladies-up.gif) no-repeat;} .ladies a:hover { background: url(../images/layout/nav-ladies-over.gif) no-repeat;}
.headliners a, .headliners a:visited { width: 77px; background: url(../images/layout/nav-headliners-up.gif) no-repeat;} .headliners a:hover { background: url(../images/layout/nav-headliners-over.gif) no-repeat;}
.stars a, .stars a:visited { width: 89px; background: url(../images/layout/nav-stars-up.gif) no-repeat;} .stars a:hover { background: url(../images/layout/nav-stars-over.gif) no-repeat;}
.sales a, .sales a:visited { width: 46px; background: url(../images/layout/nav-sales-up.gif) no-repeat;} .sales a:hover { background: url(../images/layout/nav-sales-over.gif) no-repeat;}
.circuit a, .circuit a:visited { width: 92px; background: url(../images/layout/nav-circuit-up.gif) no-repeat;} .circuit a:hover { background: url(../images/layout/nav-circuit-over.gif) no-repeat;}
.visitors a, .visitors a:visited { width: 89px; background: url(../images/layout/nav-visitors-up.gif) no-repeat;} .visitors a:hover { background: url(../images/layout/nav-visitors-over.gif) no-repeat;}
.lucerne a, .lucerne a:visited { width: 64px; background: url(../images/layout/nav-lucerne-up.gif) no-repeat;} .lucerne a:hover { background: url(../images/layout/nav-lucerne-over.gif) no-repeat;}
.contact a, .contact a:visited { width: 63px; background: url(../images/layout/nav-contact-up.gif) no-repeat;} .contact a:hover { background: url(../images/layout/nav-contact-over.gif) no-repeat;
}
#content {
	padding: 240px 35px 60px 180px;
	background: url(../images/layout/header-bottom.png) top center no-repeat;
}
#content a, #content a:visited, #right a, #right a:visited {
	text-decoration: none;
	color: #EBBA45;
}
h1, .h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #EBBA45;
}
.star, h2, .h2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #EBBA45;
	background: url(../images/layout/link-star.gif) left no-repeat;
	padding-left: 17px;
}
#content a:hover {
	color: #FFFFFF;
}
.noborder {
	border: none;
}
hr {
	border: 1px solid #1E2F3E;
}
.img-border {
	width: 130px;
	height: 97px;
	border: 1px solid #FFFFFF;
	margin: 6px 11px 6px 1px;
}
.img-border:hover {
	border: 2px solid #EBBA45;
	margin: 5px 10px 5px 0px;
}
.left {
	text-align: left;
}
.box-container {
	width: 100%;
	display: table;
}
.box {
	width: 170px;
	height: 150px;
	float: left;
}
.box2 {
	height: 150px;
}
#right {
	float: right;
	margin-top: 15px;
}
#h1 {
	width: 80%;
	height: 14px;
	position: absolute;
	top: 205px;
	right: 0px;
	background: url(../images/layout/h1-background.gif) repeat-x;
}
#h1-text {
	position: absolute;
	top: 199px;
	left: 165px;
}
#brand {
	width: 84px;
	height: 48px;
	position: absolute;
	top: 188px;
	right: 0px;
	background: url(../images/layout/brand.gif);
}
#ladies td {
	width: 33%;
}
#pedigree {
	font-size: 11px;
	text-align: left;
}
.ped2 {
	padding: 2px 0px 2px 0px;
	width: 55%;
	margin-left: 120px;
}
.ped3 {
	padding: 2px 0px 2px 0px;
	width: 55%;
	margin-left: 240px;
}
.pedline1 {
	height: 5px;
	float: left;
	margin-right: 10px;
	width: 80px;
	border-top: 1px solid #657582;
	border-left: 1px solid #657582;
}
.pedline2 {
	height: 5px;
	float: left;
	margin-right: 10px;
	width: 80px;
	border-bottom: 1px solid #657582;
	border-left: 1px solid #657582;
}
#contact {
	float: right;
	font-size: 11px;
}
#contact td {
	text-align: right;
}
.textfield, .textarea {
	width: 130px;
	height: 15px;
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #C8CED2;
	background: #0B212B;
	border: 1px solid #697986;
}
.textarea {
	height: 120px;
}
.textfield:hover, .textfield:focus, .textarea:hover, .textarea:focus {
	background: #162C3A;
}
.button {
	width: 66px;
	height: 17px;
	padding: 2px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #0B212B;
	background: #C8CED2;
	border: none;
}
.button:hover {
	background: #7A8994;
}
#footer {
	position: absolute;
	bottom: 6px;
	right: 7px;
	font-size: 9px;
	text-align: right;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #91A1AB;
}
#footer a:hover {
	color: #D3D9DD;
}
.fm-logo {
	float: right;
	margin: 5px 0px 0px 6px;
	border: none;
}
