﻿/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
form { margin: 0px; }

html
{
	margin: 0;
	padding: 0;
	height: 100%
}

body 
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/hg-main.gif);
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
	height: 100%
}

/* STANDARDFORMATE */

h1 
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h2 
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #5e89ae;
    font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h3 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h4 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #5e89ae;
    font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h6 
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5e89ae;
    font-weight: 500;
	text-transform: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}

pre
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link {
	color: #7eb53e;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	color: #7eb53e;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #7eb53e;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

a:focus {
    -moz-outline: none; /* Mozilla */
    outline: none; /* CSS 3 */
    ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}


input[type=text], input[type=password]
{
	color: #000000;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	padding: 1px 2px 1px 2px;
	height: 14px;
}

input[type=file]
{
	color: #000000;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	padding: 1px 2px 1px 2px;
}

input[type=button]
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

select
{
	color: #000000;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	padding: 1px 2px 1px 2px;
}

textarea
{
	color: #000000;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	padding: 1px 2px 1px 2px;
}



.main-content-container
{
	margin-top: 0px;
	margin-left: 37px;
	width: 971px;
	height: 100%;
	background: transparent url(images/hg-main-container.gif) repeat-y;
}

.service-plus-container
{
	width: 22px;
	height: 173px;
	position: absolute;
	left: 950px;
	top: 220px;
}

.service-plus-container img
{
	width: 22px;
	height: 173px;
}

.header-container
{
	width: 971px;
	height: 287px;
	background: transparent url(images/hg-header.gif) no-repeat;
	margin-top: 0px;
	margin-left: 0px;	
}

.menu-container
{
	width: 752px;
	height: 19px;
	line-height: 19px;
	padding-top: 239px;
	margin-left: 98px;
	padding-left: 17px;	
}

.sub-menu-container
{
	width: 752px;
	height: 19px;
	line-height: 19px;
	padding-top: 6px;
	margin-left: 98px;
	padding-left: 17px;	
}

.content-container
{
	width: 971px;
	min-height: 100px;
	background: transparent url(images/hg-content.gif) repeat-y;
}

.page-content-container
{
	width: 752px;
	min-height: 100px;
	margin-left: 115px;
	padding-top: 10px;
}

.footer-container
{
	width: 971px;
	height: 88px;
	background: transparent url(images/hg-footer.gif) no-repeat;
}

.footer-container .external-links
{
	width: 640px;
	height: 39px;
	margin-top: 49px;
	margin-left: 261px;
}

.main-menu
{
	font-weight: bold;
	font-size: 12px;	
	color: White;
	height: 19px;
}

.main-menu-separator
{
	padding-left: 8px;
	padding-right: 8px;
}

.main-menu-item
{
	color: White;
}

.main-menu-item-active
{
	color: #666666;
}

.main-menu-item a
{
	cursor: pointer;
	text-decoration: none;
	color: White;
}

.main-menu-item a:hover
{
	color: #666666;
}


.sub-menu
{
	font-size: 12px;	
	color: Black;
	height: 19px;
}

.sub-menu-separator
{
	padding-left: 8px;
	padding-right: 8px;
}

.sub-menu-item
{
	color: Black;
}

.sub-menu-item-active
{
	color: #7eb53e;
}

.sub-menu-item a
{
	cursor: pointer;
	text-decoration: none;
	color: Black;
}

.sub-menu-item a:hover
{
	color: #7eb53e;
}


.separator-table
{	
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

.separator-table .links-row
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.hr
{
	border-top: solid 1px #7eb53e;
	height: 1px;
	font-size: 1px;
}

.separator-line-dotted
{
	height: 1px;
	border-bottom: dotted 1px #666666;
}

.separator-line-solid
{
	height: 1px;
	border-bottom: solid 1px #666666;
}

.top-link
{
	font-size: 9px;
}

.top-link a
{
	font-size: 9px;
	text-decoration: none;
}

.top-link a:hover
{
	text-decoration: underline;
}

.link-list-container
{
	display: none;
}

.link-list
{
	list-style-type: disc;	
	margin-left: 15px;
}

.link-list li
{
	line-height: 14px;
}

.link-list li a
{
	text-decoration: none;
	color: #000000;
}

.link-list li a:link
{
	text-decoration: none;
	color: #000000;
}

.link-list li a:hover
{
	text-decoration: underline;
	color: #7eb53e;
}


/*Hochrather Overlay*/
.modalBackground 
{
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color: #f7f7f7;
	border-width:2px;
	border-style:solid;
	border-color:#aaaaaa;
	float:left
}

.modalPopup-td
{
	padding: 2px 0px 2px 10px;
}

.modalPopup-button
{
	border: #aaaaaa 1px solid;
	color: #504845;
	background-color: #efefef;
	width: 100px;
	height: 19px;
	line-height: 17px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.modalPopup input[type=text]
{
	width: 398px;
}

.modalPopup textarea
{
	width: 398px;
	height: 100px;
}

.modalPopup-header
{
	height: 30px;
	background-color: #dedede;
	padding-left: 5px;
	line-height:20px;
	font-size: 11px;
	font-weight: 600;
	color: #000000;
}

.modalPopup-body
{
}

.modalPopup-footer
{
	height: 19px;
	background-color: #dedede;
	text-align: right;
	padding: 7px;
}

.modalPopup-hr
{
	height: 1px;
	background-color: #aaaaaa;
}

.shadow-o-container
{
	width: 14px;
	float: left;
}

.shadow-s-container
{
	height: 18px;
	float: left;
	clear: left;
}

.shadow-no
{
	width: 14px;
	height: 20px;
	background: transparent url(../images/shadow_no_14x20.png) no-repeat;
}

.shadow-o
{
	width: 14px;
	background: transparent url(../images/shadow_o_14x20.png) repeat-y;
	
}

.shadow-so
{
	width: 14px;
	height: 18px;
	background: transparent url(../images/shadow_so_14x18.png) no-repeat;
	float: left;
}

.shadow-sw
{
	width: 20px;
	height: 18px;
	background: transparent url(../images/shadow_sw_20x18.png) no-repeat;
	float: left;
}

.shadow-s
{
	height: 18px;
	background: transparent url(../images/shadow_s_20x18.png) repeat-x;
	float: left;
}

.content-div
{
	width: 752px;
	clear: both;	
}

.content-div ul
{
	list-style-type: disc;	
	margin-left: 15px;
}

.content-div li
{
	line-height: 14px;
}

.content-div li
{
	line-height: 14px;
}

.content-div li a
{
	text-decoration: none;
	color: #000000;
}

.content-div li a:link
{
	text-decoration: none;
	color: #000000;
}

.content-div li a:hover
{
	text-decoration: underline;
	color: #7eb53e;
}

.content-div .two-cols-left-div
{
	width: 412px;
	float: left;
}

.content-div .two-cols-right-div
{
	width: 340px;
	float: left;
}

.content-div hr
{
	color: white;
	border-top: 0px;
	border-bottom: solid 1px #7eb53e;
	height: 0px;
}

.two-cols-right-div .gallery-item-container
{
	width: 55px;
	height: 55px;
	margin-left: 13px;
	margin-bottom: 13px;
	float: left;
	border: none;
	border-collapse: collapse;
}

.two-cols-right-div .gallery-item-container td
{
	width: 55px;
	height: 55px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;	
}

.two-cols-right-div .gallery-item-container img
{
	max-width: 55px;
	max-height: 55px;
}

.two-cols-right-div .artikel-image
{
	max-width: 327px;
	max-height: 327px;
	margin-left: 13px;
	margin-bottom: 13px;
}



.editor-container
{
	width: 752px;
	float: left;
}

.images-container
{
	padding-top: 50px;
	width: 752px;
	float: left;
}

.images-container .gallery-item-container
{
	width: 55px;
	height: 55px;
	margin-left: 13px;
	margin-bottom: 13px;
	float: left;
	border: none;
	border-collapse: collapse;
}

.images-container .gallery-item-container td
{
	width: 55px;
	height: 55px;
	text-align: center;
	vertical-align: middle;	
	padding: 0px;
	margin: 0px;
}

.images-container .gallery-item-container img
{
	max-width: 55px;
	max-height: 55px;
}

.images-container .gallery-item-container .item-overlay
{
	position: absolute;
	width: 55px;
	height: 55px;
}

.images-container .gallery-item-container .close-btn
{
	position: absolute;
    display: block;
    top: 1px;
    left: 38px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 100;
}

.images-container .item-container
{
	max-width: 327px;
	max-height: 327px;
	margin-left: 13px;
	margin-bottom: 13px;
}

.images-container .item-container img
{
	max-width: 327px;
	max-height: 327px;
}

.images-container .item-container .item-overlay
{
	position: absolute;
	width: 327px;
	height: 20px;
}

.images-container .item-container .close-btn
{
	position: absolute;
    display: block;
    top: 1px;
    left: 311px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 100;
}

#ContactTable td
{
	vertical-align: top;
}

#ContactTable .tdLabel
{
	padding-top: 6px;
}


#ContactTable .tdSingleLine
{
	background: transparent url(../images/hg-inputs-singlerow.jpg) no-repeat; 
	height: 30px;
	padding-left: 4px;
}

#ContactTable .tdMultiLine
{
	background: transparent url(../images/hg-inputs-multirow.jpg) no-repeat; 
	height: 112px;
	padding-top: 4px;
	padding-left: 4px;
}

#ContactTable input
{
	width: 406px;
	border: none;
	margin-right: 10px;
	margin-top: 6px;
}

#ContactTable textarea
{
	width: 408px;
	border: none;
	height: 98px;
}

.markenTable
{
	border: none 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 752px;
}

.markenTable .header1
{
	background: transparent url(images/header_landtechnik.gif) no-repeat;
	height: 17px;
	width: 249px;
	font-size: 5px;
}

.markenTable .header2
{
	background: transparent url(images/header_nutzfahrzeuge.gif) no-repeat;
	height: 17px;
	width: 248px;
	font-size: 5px;
	border-left: solid 1px #7eb53e;
}

.markenTable .header3
{
	background: transparent url(images/header_sonstiges.gif) no-repeat;
	height: 17px;
	width: 253px;
	font-size: 5px;
	border-left: solid 1px #7eb53e;
}

.markenTable .col1
{
	height: 170px;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}

.markenTable .col2
{
	border-left: solid 1px #7eb53e;
	height: 170px;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}

.markenTable .col3
{
	border-left: solid 1px #7eb53e;
	height: 170px;
	vertical-align: top;
	padding-left: 7px;
	padding-right: 7px;
}

.markenTable .col11
{
	height: 170px;
	vertical-align: top;
	background: transparent url(images/hg_stripes.gif);
	padding-left: 7px;
	padding-right: 7px;
}

.markenTable .col21
{
	border-left: solid 1px #7eb53e;
	height: 170px;
	vertical-align: top;
	background: transparent url(images/hg_stripes.gif);
	padding-left: 7px;
	padding-right: 7px;
}

.markenTable .col31
{
	border-left: solid 1px #7eb53e;
	height: 170px;
	vertical-align: top;
	background: transparent url(images/hg_stripes.gif);
	padding-left: 7px;
	padding-right: 7px;
}


