/*		global definitions		*/

html {
	height: 100%;
}
body {
	height: 100%;	
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	background: #3a2500 url(images/backdrop.png) top center;
}
.separator {
	float: none;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
a {
	color: #6d0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*		header			*/

.header {
	position: relative;
	display: block;
	width: 780px;
	margin: 0px auto -39px auto;
	height: 39px;
	background: url(images/topframe.png) left bottom no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/topframe.png');
	z-index: 10;
}
.head ul {
	float: right;
	clear: right;
	list-style-type: none;
	margin: 35px 20px 0px 0px;
	padding: 0px;
	z-index: 40;
	_margin-right: 0px;
	_padding-right: 20px;
}
.head ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 3px;
}
.head .icon a {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	text-indent: 1000px;
	overflow: hidden;
}
.head p {
	float: right;
	clear: right;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	margin: 0px 20px 0px 0px;
	color: #ffde00;
	width: 500px;
	text-align: right;
	_margin-right: 0px;
	_padding-right: 20px;
}
.head h1 {
	float: right;
	clear: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	margin: 5px 20px 0px 0px;
	color: #ffde00;
	_margin-right: 0px;
	_padding-right: 20px;
}
.head .home {
	background: url(images/icon_home.png) no-repeat;	
}
.head .sitemap {
	background: url(images/icon_sitemap.png) no-repeat;	
}
.head .mail {
	background: url(images/icon_mail.png) no-repeat;	
}
.head .print {
	background: url(images/icon_print.png) no-repeat;	
}
.head .search {
	background: url(images/icon_search.png) no-repeat;	
}


/*		content			*/

.content {
	position: relative;
	min-height: 100%;
	_height: 100%;
	width: 780px;
	background: url(images/bodypattern.png) repeat-y top center;
	margin: 0px auto 0px auto;
	z-index: 3;
}
.content .head {
	display: block;
	width: 656px;
	height: 280px;
	margin: 0px auto -160px auto;
	background: url(images/contenttop.jpg) top center no-repeat;
	z-index: 1;
}
.content .holder {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index: 2;
}
.content .holder .main {
	float: right;
	clear: right;
	width: 580px;
	margin-top: 0px;
	margin-right: 6px;
	_margin-right: 3px;
	margin-left: -7px;
	margin-bottom: 40px;
	margin-bottom: 150px;

}
.content .holder .main .topframe {
	position: relative;
	display: block;
	width: 580px;
	height: 45px;
	margin-top: 0px;
	background: url(images/contenttopframe.png) no-repeat top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contenttopframe.png');
	z-index: 12;
}
.content .holder .main .container {
	position: relative;
	display: block;
	width: 479px;
	padding: 40px 30px 40px 30px;
	margin: -38px auto 0px auto;
	background: url(images/contentpattern.jpg) top center repeat-y;
	z-index: 9;
}
.content .holder .main .bottomframe {
	position: relative;
	display: block;
	width: 580px;
	height: 45px;
	margin-top: -35px;
	background: url(images/contentbottomframe.png) no-repeat top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentbottomframe.png');
	z-index: 10;
}
.content .holder .sub {
	float: left;
	clear: left;
	width: 197px;
	margin-top: 5px;
	margin-left: 6px;
	_margin-left: 3px;
	margin-right: -7px;

}
.content .holder .sub .topframe {
	position: relative;
	display: block;
	width: 197px;
	height: 32px;
	margin-top: 0px;
	background: url(images/subtopframe.png) no-repeat top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subtopframe.png');
	z-index: 12;
}
.content .holder .sub .container {
	position: relative;
	display: block;
	width: 125px;
	padding: 20px 20px 20px 20px;
	margin: -18px auto 0px auto;
	background: url(images/subpattern.jpg) top center repeat-y;
	z-index: 9;
}
.content .holder .sub .bottomframe {
	position: relative;
	display: block;
	width: 197px;
	height: 32px;
	margin-top: -18px;
	background: url(images/subbottomframe.png) no-repeat top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/subbottomframe.png');
	z-index: 10;
}

.content .holder .sub H1 {
	margin: 3px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #48440f;
	font-size: 14px;
}
.content .holder .sub ul {
	list-style-type: none;
	margin: 0px 0px 10px -9px;
	padding: 0px;
}
.content .holder .sub ul li {
	background: url(images/menubullet.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 2px;
}
.content .holder .sub a {
	color: #6d0000;
	text-decoration: none;
}
.content .holder .sub a:hover {
	text-decoration: underline;
}
.content .holder .sub form {
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.content .holder .sub form input, .content .holder .sub form select {
	width: 100%;
	clear: both;
	padding: 2px !important;
	padding: 4px;
	margin-bottom: 5px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	border: 1px solid #7d782f;
}
.content .holder .sub form .radio {
	width: auto;
	border: none;
	padding-top: 3px;
}
.content .holder .sub form a {
	display: block;
}

.content .holder .main H1 {
	margin: 3px 0px 15px 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #6d0000;
	font-size: 14px;
}
.content .holder .main p {
	margin: 3px 0px 15px 0px;
}
.content .holder .main .logopara {
	width: 319px;
	padding: 90px 80px 10px 80px;
	background: url(images/antikbackdrop.jpg) no-repeat center top;
}
.content .last {
	margin-bottom: 40px;
	margin-bottom: 200px;
}
.content .image {
	padding: 2px;
	border: 1px solid #a48b3e;
}



/*		footer		*/

.footer {
	clear: both;
	position: relative;
	display: block;
	width: 780px;
	top: -40px;
	margin: 0px auto 0px auto;
	height: 40px;
	background: url(images/bottomframe.png) left bottom no-repeat;
	color: #f5ae00;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottomframe.png');
	z-index: 9;
}
.footer a {
	color: #f5ae00;
	text-decoration: underline;
}
.footer a:hover {
	color: #ffffff;
}
.footer .left {
	float: left;
	margin-top: 3px;
	padding-left: 90px;
}
.footer .right {
	float: right;
	margin-top: 3px;
	padding-right: 90px;
}

