@charset "utf-8";

/* ============================================
   KMV Stylesheets
   08.08.2008
   by www.sbihl.de
   
   KMV Gelb = #fecc00
   ============================================ */
 

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html { 
	height: 100%;
	overflow-y: scroll;
}
body {
	background: #e9e9e9 url(graphics/bg.gif) repeat-y top center;
	color: #000;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
body#wdt {
	background: #f4f7fb url(graphics/bg_wdt.gif) repeat-y top center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 50px;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
a.heading,
a:visited.heading {
	color: #000;
	display: block;
	text-decoration: none;
}
a:hover.heading {
	color: #000;
	text-decoration: none;
}
a.heading strong {
	background: #898989 url(graphics/bg_heading.gif) repeat-x 0 0;
	border-bottom: 1px solid #a1a1a1;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding-left: 14px;
}
a:hover.heading strong {
	background: #7f7f7f;
}
.pdf {
	background: url(graphics/pdf.gif) no-repeat;
	padding: 2px 0 2px 22px;
}
#gebrauchtmaschine a,
#gebrauchtmaschine a:visited {
	color: #999;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
#gebrauchtmaschine a:hover {
	color: #000;
	text-decoration: none;
}
#gebrauchtmaschine a em,
#gebrauchtmaschine a:visited em {
	color: #999;
	font-style: normal;
	text-decoration: underline;
}
#gebrauchtmaschine a:hover em {
	color: #000;
	text-decoration: none;
}
a.produktlink,
a:visited.produktlink {
	color: #000;
	text-decoration: none;
}
a:hover.produktlink {
	color: #000;
	text-decoration: none;
}
/* Tooltip */
a.tooltip,
a:visited.tooltip {
	cursor: help;
	display: block; /*Opera*/
	position: relative;
	text-decoration: none;
}
a.tooltip:hover {
	color: #666;
	z-index: 100;
}

#teaser-2010 a.tooltip,
#teaser-2010 a.tooltip:visited,
#teaser-2010 a.tooltip:hover {
	color: #fff;
}

a.tooltip span.dt,
a:visited.tooltip span.dt {
	border-bottom: 1px dotted #999;
}
a:hover.tooltip span.dt {
	border-bottom: none;
}
a.tooltip span.dd,
a:visited.tooltip span.dd {
	display: none;
	text-decoration: none;
}
a:hover.tooltip span.dd {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	border-top: 4px solid #fecc00;
	color: #000000;
	display: block;
	left: 28px;
	padding: 2px 10px 2px 10px;
	position: absolute;
	text-align: left;
	top: 14px;
	width: 296px;
	z-index: 100;
}

/* Typo
----------------------------------------------- */
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
}
#teaser h1,
#teaser-winter h1,
#teaser-2010 h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 34px 10px 34px;
}
#gebrauchtmaschine h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
}
h2, h3, h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 .2em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
p.back {
	font-weight: bold;
	margin-top: 25px;
}
address {
	font-style: normal;
}
#text ul {
	margin: 3px 0 1em 30px;
}
#text ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}
#text .kmvhistorie ul {
	margin: 3px 0 3px 15px;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	text-align: left;
	width: 865px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#container {
	background: #fff;
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
}
#header {
	background: url(graphics/bg_header.gif) repeat-x 0 0;
	border-bottom: 14px solid #fecc00;
	float: left;
	height: 143px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#wdt #header {
	background: url(graphics/bg_header-wdt.gif) repeat-x 0 0;
}
#header img {
	margin-top: 40px;
}
#content {
	border: solid #fecc00;
	border-width: 1px 0 2px 0;
	float: left;
	margin-top: 4px;
	padding: 17px 0 38px 0;
	width: 100%;
}
#menu {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0;
	padding: 0;
	width: 204px;
}
#text {
	background: #f8f8f8;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.5em;
	padding: 15px;
	width: 612px;
	min-height: 228px;
	height: auto !important;  /*moderne Browser*/
	height: 228px;  /*IE*/
}
#footer {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}
#footer ul li {
	float: right;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
#wdt #menu,
#wdt #text {
	background: #f4f7fb;
}
#teaser,
#teaser-winter,
#teaser-2010,
#teaser-aktuell {
	background: #d5dfe8 url(graphics/kmv-flagge.jpg) no-repeat bottom left;
	float: left;
	margin: 0 0 0 14px;
	line-height: 1.5em;
	padding: 0;
	overflow: hidden;
	width: 645px;
	height: 286px;
}
#teaser-winter {
	background: #fff url(graphics/winter-2011.jpg) no-repeat bottom left;
}
#teaser-aktuell{
	background: #fff url(graphics/eula2011.jpg) no-repeat bottom left;
	position: relative;
}
#teaser-2010 {
	background: #7c944a url(graphics/reelmaster-rasenmaeher.jpg) no-repeat bottom left;
	color: #fff;
}
#teaseraktuell {
	float: right;
	margin: 3px 0 10px 10px;
}
#portfolio1,
#portfolio2,
#portfolio3 {
	float: left;
	margin: 0 0 0 34px;
	width: 250px;
}
#portfolio2 {
	margin-left: 0;
}
#portfolio1 ul,
#portfolio2 ul,
#portfolio3 ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#portfolio1 ul li,
#portfolio2 ul li,
#portfolio3 ul li {
	margin: 0;
	list-style: disc;
	padding: 0 0 4px 0;
}
#startboxen {
	float: left;
	margin-top: 17px;
	width: 100%;
}
.startbox {
	border: 1px solid #c6c6c6;
	float: left;
	margin: 0 14px 0 0;
	padding: 0;
	width: 204px;
	min-height: 263px;
	height: auto !important;  /*moderne Browser*/
	height: 263px;  /*IE*/
}
/*.startbox img {
	height: 153px;
	width: 204px;
}*/
.lastbox {
	margin-right: 0;
	width: 203px;
}
.startbox em {
	display: block;
	font-style: normal;
	margin: 8px 10px 0 14px;
	padding: 0;
}
/* Platzhalter Startseite */
.bildgebrauchte,
.bildaktuelles {
	height: 153px;
	width: 204px;
}
.bildgebrauchte {
	background: url(graphics/ph_gebrauchtmaschinen.jpg) no-repeat 0 0;
}
.bildaktuelles {
	background: url(graphics/ph_aktuelles.jpg) no-repeat 0 0;
}
ul#logoliste,
ul#logoliste_koma,
ul#logoliste_moga,
ul#logos3spaltig {
	float: left;
	margin: 25px 0 0 0;
	padding: 0;
}
ul#logoliste_moga {
	margin-top: 0;
	width: 140px;
}
ul#logoliste li,
ul#logoliste_moga li,
ul#logoliste_koma li,
ul#logos3spaltig li {
	display: block;
	float: left;
	margin: 0 6px 5px 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
ul#logoliste li {
	height: 65px;
	line-height: 65px;
	width: 80px;
}
ul#logoliste_moga li {
	/*height: 115px;
	line-height: 115px;*/
	padding-bottom: 12px;
	width: 140px;
}
ul#logoliste_koma li {
	height: 85px;
	line-height: 85px;
	width: 115px;
}
ul#logos3spaltig li {
	height: 75px;
	line-height: 75px;
	width: 195px;
}
ul#newslist {
	margin: 0 0 15px 0;
	padding: 0;
}
ul#newslist li {
	margin: 0;
	list-style: none;
	padding: 0 0 5px 0;
}
#nls {
	border: 1px solid #c6c6c6;
	height: 250px;
	margin: 8px 0 0 0;
	width: 470px;
}
.monatsangebot {
	background: #fff;
	border: 1px solid #c6c6c6;
	float: left;
	margin-bottom: 16px;
	padding: 10px;
	width: 430px;
}
.monatsangebot img {
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
}
#gartenprodukte {
	float: left;
	margin: 0;
	padding: 0;
	width: 472px;
}
.gartenprodukt {
	background: #fff;
	border: 1px solid #c6c6c6;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 120px;
	margin-bottom: 16px;
	padding: 10px 10px 10px 0;
	width: 440px;
}
.ggangebotspreis {
	font-weight: normal;
	font-size: 20px;
}
.ggpreis {
	display: block;
	font-weight: normal;
	font-size: 20px;
	padding-top: 20px;
}
.gartenprodukt img {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}
.mitarbeiter,
.niederlassung {
	background: #fff;
	border: 1px solid #c6c6c6;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	width: 298px;
}
.mitarbeiter {
	height: 107px;
}
.niederlassung {
	height: 80px;
}
.maodd,
.nlodd {
	margin-right: 12px;
}
h3.teambereich {
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
}
.mafoto {
	float: left;
	padding: 0 12px 0 0;
}
.nlfoto {
	float: left;
	padding: 0 5px 0 0;
}
p.maname,
p.nlname {
	font-weight: bold;
	margin: 7px 0;
}
.unternehmenimprint {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 0 15px 0;
	padding: 10px 10px 5px 10px;
	width: 592px;
}
.logokmvklein,
.logowdtklein {
	float: right;
	margin: 0 12px 10px 10px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 185px;
}

/* Tabellen
-----------------------------------------------*/
.kmvhistorie {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-width: 1px 1px 0 0;
}
.kmvhistorie td {
	border: 1px solid #e7e7e7;
	border-width: 0 0 1px 1px;
	padding: 2px 7px;
	vertical-align: top;
}
.year {
	font-weight: bold;
}
table#gebrauchtmaschine {
	margin: 0;
	line-height: normal !important;
	padding: 0;
	width: 612px;
}
table#gebrauchtliste {
	background: #fff;
	border: solid #e7e7e7;
	border-width: 1px 0 0 1px;
	margin: 0;
	line-height: normal !important;
	padding: 0;
	width: 610px;
}
#gebrauchtmaschine td {
	margin: 0;
	padding: 3px 5px;
	vertical-align: top;
}
#gebrauchtmaschine td.g-produkttitel {
	width: 302px;
}
#gebrauchtmaschine td.g-dd {
	width: 120px;
}
#gebrauchtmaschine td.g-dt {
	width: 182px;
}
#gebrauchtmaschine td.g-produktthumb {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 290px;
}
#gebrauchtmaschine td.g-infoset {
	padding-top: 20px;
	font-weight: bold;
}
#gebrauchtmaschine td.g-legende {
	color: #666;
	font-size: 11px;
}
#gebrauchtliste th {
	background: #666;
	color: #fff;
	padding: 3px 0 3px 5px;
}
#gebrauchtliste td,
#gebrauchtliste th {
	border: solid #e7e7e7;
	border-width: 0 1px 1px 0;
	margin: 0;
	vertical-align: middle;
}
#gebrauchtliste td {
	padding: 0 5px;
}
#gebrauchtliste tr:hover {
	background: #f8f8f8;
}
#gebrauchtliste th.g-bild {
	width: 69px;
}
#gebrauchtliste th.g-wdtbild {
	width: 120px;
}
#gebrauchtliste th.g-pdf {
	width: 180px;
}
#gebrauchtliste td.g-thumb {
	padding-right: 0;
	padding-left: 0;
}
#gebrauchtliste th.g-details {
	width: 170px;
}
#gebrauchtliste th.g-ez {
	width: 70px;
}
#gebrauchtliste th.g-bs {
	width: 50px;
}
#gebrauchtliste th.g-preis {
	width: 90px;
}
#gebrauchtliste th.g-info {
	width: 75px;
}
#gebrauchtliste td.g-euro {
	border-right: none;
}
#gebrauchtliste td.g-brutto {
	text-align: right;
}

/* Navigationen
-----------------------------------------------*/
#menu ul {
	margin-left: 15px;
	padding: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li span {
	letter-spacing: 2px;
}
#menu ul li a,
#menu ul li a:visited {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #fff;
	color: #000;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
	width: 179px;
}
.menustart {
	border-top: none !important;
}
.menuend {
	border-bottom: none !important;
}
#menu ul li a:hover {
	color: #666;
	text-decoration: none;
}
#active {
	background: url(graphics/menuactive.gif) no-repeat 0 9px !important;
	font-weight: bold !important;
	padding-left: 13px !important;
	width: 166px !important;
}
/*2. Ebene*/
#menu ul ul {
	font-size: 11px;
	margin-left: 0;
	padding: 0;
}
#menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul ul li a,
#menu ul ul li a:visited {
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #fff;
	color: #000;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 14px;
	text-decoration: none;
	width: 165px;
}
#menu ul ul li a:hover {
	color: #666;
	text-decoration: none;
}
#subactive {
	background-image: none !important;
	font-weight: bold !important;
}

/* Formulare
-----------------------------------------------*/
#kontaktform,
.newsletterform {
	border: none;
	margin-top: 20px;
}
fieldset {
	border: none;
	margin: 1em 0;
	padding: 0;
}	
#kontaktform fieldset,
.newsletterform fieldset {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 12px 20px;
}	
legend {
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0 5px;
}
label {
	cursor: pointer;
	float: left;
	width: 160px;
}
#kontaktform label {
	width: 120px;
}
.mediumlabel {
	width: 120px;
}
.smalllabel {
	width: 40px;
}
.ckb_label {
	cursor: pointer;
	display: inline;
	float: none;
	width: auto;
}
.ckb {
	border: none;
	margin-left: 160px;
	width: 20px;
}
input.standard {
	border: 1px solid #000;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 260px;
}
textarea.standard,
select.anrede {
	border: 1px solid #000;
}
input:hover.standard,
textarea:hover {
	border: 1px solid #666;
}
.largeinput,
.mediuminput,
.smallinput {
	border: 1px solid #000;
}
.largeinput {
	width: 420px;
}
.mediuminput {
	width: 178px;
}
.smallinput {
	width: 80px;
}
textarea {
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 140px;
	width: 425px;
} 
.formp {
	padding-left: 180px;
}
.formpin {
	padding-left: 160px;
}
.button {
	background: #e4eff5;
	border: 1px solid #f99b0c;
	color: #000;
	cursor: pointer;
	margin-left: 160px;
	width: 10em;
}
.button:hover {
	background: #e4eff5;
	border: 1px solid #000;
	color: #f99b0c;
}
