/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	DOMAIN	::	www.karlmertz.com
##	DESC	::	Default canvas-layout styles...
##	AUTHOR	::	SL
##	DATE	::	07.09.2006
##	NOTES	::	Mainly using padding instead of margin because of stupid IE error when floating...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	MISC DEFAULT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
html {
	height: 100%;
}
body {
	background-image: url(../_images/gfx/bg_site.gif);
	background-position: 50% 0%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #76AE53;
	text-decoration: underline;
}
a:hover  {
	color: #666666;
}
h1 {
	margin: 0px 0px 8px 0px;
	font-size: 16px;
	font-weight: bold;
}
p {
	margin: 0px 0px 8px 0px;
}
table {
	border: none;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	MISC DEFAULT CLASSES AND ID STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#canvas {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 756px;
	height: 100%;
	border-collapse: collapse;
}
#container {
	position: relative;
	margin: 0px 0px 30px 0px;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
#preview_div {
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: center;
}
.info {
	background-image: url(../_images/gfx/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 8px;
}
.imageBorder {
	margin: 0px 6px 6px 0px;
	padding: 0px;
	border: 3px solid #656766;
}
.clearBoth {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.hidden {
	display: none;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	HEADER + MENU STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#header {
	background-image: url(../_images/gfx/bg_header.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 756px;
	height: 120px;
}
#header #logo {
	padding: 11px 0px 0px 11px;
}
#header #logo_agco {
	float: right;
	padding: 11px 11px 0px 0px;
}
#header #menu {
	margin: 13px 0px 0px 0px;
	padding: 0;
	height: 27px;
}
#header #menu li {
	float: left;
}
#header #menu_top {
	float: right;
	margin: 33px 11px 0px 0px;
}
#header #menu_top li {
	float: left;
	padding: 0px 15px 0px 0px;
}
#header #menu_sub {
	clear: both;
	padding: 5px 0px 0px 0px;
	height: 12px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#header #menu_sub li {
	float: left;
	padding: 0px 4px 0px 4px;
}
#header #menu_sub li.arrow {
	background-image: url(../_images/gfx/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	width: 10px;
	height: 12px;
}
#header #menu_sub li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #menu_sub li a:hover {
	text-decoration: underline;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	CONTENT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#content {
	background-color: #FFFFFF;
	padding: 8px 4px 220px 4px;
	margin: 0px 0px 0px 0px;
}
#content #left {
	float: left;
	padding: 0px 10px 16px 10px;
	width: 480px;	/*	Padding resize	*/
}
#content #right {
	float: right;
	padding: 0px 10px 16px 0px;
	width: 228px;
	font-size: 10px;
}
#content #combine {
	padding: 0px 10px 0px 10px;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	FRONTPAGE STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#frontpage { /*	Flash	*/
	float: left;
}
#box {
	float: right;
}
#box li {
	margin: 0px 0px 1px 0px;
}
#teaser {
	clear: both;
	padding: 8px 0px 0px 8px;
	_padding-top: 4px;
	font-size: 10px;
}

#teaser li {
	float: left;
	margin: 0px 9px 0px 0px;
	width: 238px;
}
#teaser li h3 {
	margin: 0px 0px 6px 0px;
}
#teaser li .content {
	padding: 0px 10px 0px 10px;
}
#teaser li .content dd {
	margin: 0px 0px 8px 0px;
}

#teaserNEW div {
	/*
	float: left;
	margin: 0px 9px 0px 0px;
	*/
	clear: both;
	/*width: 238px;*/
	font-size: 10px;
}

#teaserNEW div h3 {
	margin: 0px 0px 6px 0px;
}
#teaserNEW div .content {
	/*padding: 0px 10px 0px 10px;*/
}
#teaserNEW div .content dd {
	margin: 0px 0px 8px 0px;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	RIGHT BOX STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#right .box {
	margin: 0px 0px 8px 0px;
	width: 100%;
}
#right .box h4 {
	width: 238px;
	height: 22px;
}
#right .box .content {
	padding: 10px 8px 10px 8px;
}

#right .box .content dl.product {
	padding: 5px 0px 10px 10px;
}
#right .box .content dl.product dt {
	margin: 0px 0px 0px 0px;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	LEFT BOX STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#left .persContact {
	margin: 0px 0px 10px 0px;
	width: 200px;
}
#left .persContact dt {
	font-weight: bold;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	COMBINE CONTENT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#combine .sortiment {
	float: left;
	margin: 10px 0px 10px 0px;
	width: 175px;
	text-align: center;
}
#combine .departContact td {
	vertical-align: top;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	FOOTER STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#footer {
	position: relative;
	clear: both;
	background-image: url(../_images/gfx/bg_footer.gif);
	background-repeat: no-repeat;
	background-color: #EDEDED;
	margin: -251px 0px 0px 0px;	/*	margin resize container margin_bottom	*/
	width: 756px;
	height: 221px;
	color: #666666;
	font-size: 10px;
}
#footer #copy {
	float: left;
	padding: 145px 0px 0px 18px;
}
#footer #address {
	padding: 105px 18px 0px 0px;
}
#footer #address li {
	float: right;
	text-align: right;
	padding: 0px 0px 0px 40px;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	FORM STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
input,
textarea {
	width: 100%;
	color: #475054;
	font-size: 10px;
	border: 1px solid #D9D9D9;
}
textarea {
	height: 225px;
	overflow: auto;
}
input.submit {
	margin: 4px 0px 4px 0px;
	width: auto;
	background-color: #D9D9D9;
	border: 1px solid #5B6366;
}