/* GENERAL */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	border: 0px;
}

a {
	text-decoration: none;
	color: #631113;
}

a:hover {
	text-decoration: underline;
	color: #631113;
}

img {
	border: 0px;
}

body {
	background: #d6d6d2;
}

table {
	/*width: 100%;*/
	empty-cells: show;
}

/* GENERAL */ /* LAYOUT */
div#container {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	margin: 0 auto;
}

div#links {
	margin: 0px 0px 0px 0px;
	width: 142px;
	float: left;
}

div#rechts {
	margin: 0px 0px 0px 0px;
	width: 150px;
	float: right;
	background-color: #c0c0ba;
}

div#rechts a {
	line-height:16px;
}

div#mitte {
	width: 653px;
	position: absolute;
	top: 23px;
	left: 157px;
}

div#mitteStartseite {
	width: 818px;
	position: absolute;
	top: 23px;
	left: 157px;
}

/* LAYOUT */ /* HEAD */
div#header {
	width: 100%;
	height: 131px;
	background: url('../images/header.back.gif') repeat-x bottom #94948a;
}

div#headerInner {
	margin: 0 auto;
	width: 975px;
	height: 119px;
	position: relative;
}

a#logo {
	position: absolute;
	top: 36px;
	left: 119px;
	height: 37px;
	width: 393px;
	background: url('../images/meertz.world.of.time.jpg') no-repeat;
}

a#logo span {
	display: none;
}

div#sprache {
	float: right;
	margin: 60px 0px 0px 0px;
	color: #6e6d66;
}

div#sprache	a {
	color: #6e6d66;
	font-size: 11px;
}

div#sprache	a.aktiv {
	color: #751416;
	font-size: 11px;
}

div#claim {
	position: absolute;
	left: 583px;
	text-align: right;
	top: 95px;
	height: 17px;
	width: 392px;
	background: url('../images/exclusive.uhren.gif') no-repeat;
}

div#claim	span {
	display: none;
}

/* HEAD */ /* NAVIGATION */
a.naviMain {
	background: url('../images/navigation.jpg') repeat-x;
	display: block;
	width: 142px;
	height: 27px;
	/*color: #6e6d66;*/
	color: #77756C;
	margin: 0px 0px 8px 0px;
	text-decoration: none;
}

a.naviMainA {
	background: url('../images/navigation.over.jpg') repeat-x;
	display: block;
	width: 142px;
	height: 27px;
	color: #d6d6cf;
	margin: 0px 0px 8px 0px;
	text-decoration: none;
}

a.naviMainA:hover {
	text-decoration: none;
	color: #d6d6cf;
}

a.naviMain:hover {
	background: url('../images/navigation.over.jpg') repeat-x;
	color: #d6d6cf;
	text-decoration: none;
}

a.naviMain span,a.naviMainA span {
	display: block;
	padding: 6px 0px 0px 8px;
	font-size: 14px;
}

a.naviMain.hasSubnavi,a.naviMainA.hasSubnavi {
	margin: 0px;
}

a.naviMain.merk span {
	background: url('../images/merkliste.gif') no-repeat;
	padding: 6px 0px 0px 32px;
}

a.naviMain.merk:hover span {
	background: url('../images/merkliste.over.gif') no-repeat;
	padding: 6px 0px 0px 32px;
	text-decoration: none;
}

a.naviMain.anfrage span {
	background: url('../images/anfrage.gif') no-repeat;
	padding: 6px 0px 0px 32px;
}

a.naviMain.anfrage:hover span {
	background: url('../images/anfrage.over.gif') no-repeat;
	padding: 6px 0px 0px 32px;
	text-decoration: none;
}

a.subNavi {
	background: url('../images/navigation.jpg') repeat-x;
	display: block;
	width: 142px;
	height: 27px;
	color: #6e6d66;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.subNavi:hover {
	background: url('../images/navigation.overSubNavi.jpeg') repeat-x;
	color: #d6d6cf;
	text-decoration: none;
}

a.subNavi span {
	display: block;
	padding: 6px 0px 0px 8px;
	font-size: 14px;
}

a.subNaviA {
	background: url('../images/navigation.overSubNavi.jpeg') repeat-x;
	display: block;
	width: 142px;
	height: 27px;
	color: #d6d6cf;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

a.subNaviA:hover {
	background: url('../images/navigation.overSubNavi.jpeg') repeat-x;
	color: #d6d6cf;
	text-decoration: none;
}

a.subNaviA span {
	display: block;
	padding: 6px 0px 0px 8px;
	font-size: 14px;
}

div.trenner {
	background: url('../images/trenner.gif') repeat-x;
	height: 8px;
	font-size: 1px;
}

/* NAVIGATION */ /* SCHNELLSUCHE */
form#schnellsuche {
	width: 142px;
	color: #6e6d66;
	margin: 0px 0px 8px 0px;
}

#schnellsucheInput {
	background: url('../images/schnellsuche.jpg') repeat-x;
	display: block;
	width: 142px;
	height: 62px;
	color: #6e6d66;
	margin: 0px 0px 8px 0px;
}

form#schnellsuche label {
	display: block;
	color: #d6d6cf;
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 5px 0px 4px 8px;
}

form#schnellsuche input {
	display: block;
	width: 122px;
	color: #000;
	border: 0px solid #fff;
	background-color: #d6d6cf;
	width: 122px;
	margin: 5px 0px 0px 8px;
	padding: 3px 2px 3px 1px;
}

form#schnellsuche label {
	padding-left: 8px;
}

form#schnellsuche a.back {
	display: block;
	width: 142px;
	height: 27px;
	color: #d6d6cf;
	margin: 0px 0px 0px 0px;
	background: url('../images/navigation.over.jpg') repeat-x top left;
	cursor: pointer;
}

form#schnellsuche a.back:hover {
	text-decoration: none;
	background: url('../images/navigation.jpg') repeat-x top left;
}

form#schnellsuche a.back  span {
	display: block;
	height: 27px;
	color: #d6d6cf;
	font-weight: bold;
	background: url('../images/suchen.gif') no-repeat top right;
	padding: 5px 0px 0px 8px;
}

form#schnellsuche a.back:hover span {
	color: #6e6d66;
	background: url('../images/suchen.over.gif') no-repeat top right;
	text-decoration: none;
}



form#schnellsuche div.back {
	width: 142px;
	height: 27px;
	color: #FFF;
	margin: 0px 0px 8px 0px;
}

form#schnellsuche input#suchen {
	width: 142px;
	height: 27px;
	color: #FFF;
	/*font-weight: bold;*/
	margin: 0px 0px 8px 0px;
	border: 0px solid #fff;
	text-align: left;
	padding: 0px 0px 3px 5px;
	cursor: pointer;
	font-size: 14px;
	background: url('../images/suche.bg.jpg') no-repeat top left;
}

html>body form#schnellsuche input#suchen {
	cursor: pointer;
}

/* SCHNELLSUCHE */ /* RECHTE SPALTE */
div#rechts div.abstand {
	padding: 6px 2px 6px 8px;
}

div#rechts a {
	display: block;
	color: #631113;
	text-decoration: none;
}

div#rechts a:hover {
	text-decoration: underline;
}

div#rechts h2 {
	font-size: 14px;
	color: #631113;
	margin: 0px 0px 10px 0px;
}

/* RECHTE SPALTE */ /* CONTENT */ /* AKTIONEN */
div.aktionA {
	position: relative;
}

div.aktionB {
	position: relative;
	width: 409px;
	float: left;
}

div.aktion {
	display: block;
	width: 125px;
	position: absolute;
	top: 70px;
	left: 10px;
	background: #c0c0ba;
}

div.aktion div.textAktion {
	padding: 10px;
	color: #631113;
}

div.aktion div.textAktion p {
	padding-bottom: 19px;
}

div.aktion div.textAktion p.last {
	padding-bottom: 2px;
}

a.aktion {
	display: block;
	position: absolute;
	top: 35px;
	left: 10px;
	height: 27px;
}

a.aktion span {
	display: none;
}

div.clear {
	clear: left;
}

/* AKTIONEN */ /* UHRENFILTER */
div#uhrenfilter {
	background-color: #751416;
	color: #d6d6cf;
	margin: 0px 0px 8px 0px;

}

div#uhrenfilter td {
	color: #d6d6cf;
	font-size: 14px;
}

div#uhrenfilter div.uhrenAnzeige {
	width: 87px;
	height: 22px;
	background: #c0c0ba;
	color: #631113;
	font-size: 14px;
}

div#uhrenfilter div.uhrenAnzeige span {
	display: block;
	padding: 3px 2px 2px 3px;
	font-size: 14px;
}

div#uhrenfilter input.ufButton {
	display: block;
	background: url('../images/suchenButton.gif') no-repeat top right;
	height: 27px;
	width: 97px;
	color: #631113;
	padding: 0px 35px 8px 0px;
	font-size: 14px;
}

div#uhrenfilter a.alleUhren {
	display: block;
	background: url('../images/navigation.over.jpg') repeat-x;
	height: 22px;
	width: 132px;
}

div#uhrenfilter a.alleUhren span {
	display: block;
	padding: 3px 0px 0px 8px;
	font-size: 14px;
	background: url('../images/alleUhrenPfeil.gif') no-repeat top right;
	color: #d6d6cf;
}

div#uhrenfilter a.alleUhren:hover {
	text-decoration: none;
}

/* div#uhrenfilter a.rfButton span 						{ display:none; } */
	/* DROPDOWN */
div#uhrenfilter td {
	vertical-align: top;
	text-align:left;
}

html>body	div#uhrenfilter div.clipper {
	width: 220px;
	height: 22px;
	border: 0px solid #c0c0ba;
	background: #c0c0ba;
	overflow: visible;
	font-size: 14px;
}

html>body	div#uhrenfilter div.clipper	select {
	padding: 2px 0px 0px 2px;
	display: block;
	width: 218px;
	height: 18px;
	border: none;
	font-size: 14px;
	background: #c0c0ba;
	color: #631113;
}

html>body	div#uhrenfilter div.clipper	option {
	font-size: 14px;
	color: #631113;
	background:#c0c0ba;
}

/* DROPDOWN */ /* UHRENFILTER */
div#content {
	width: 975px;
	position: relative;
	padding-top: 23px;
	margin: 0 auto; /*** Centers the design ***/
}

td.spacer {
	background: #d6d6d2;
	height: 6px;
}

div.spacer {
	width: 1px;
	height: 6px;
}

/* UHRENTABELLE */
table.uhren {
	table-layout:fixed;
}

table.uhren td {
	background: #c0c0ba;
	color: #631113;
	width: 125px;
	overflow: hidden;
	vertical-align:top;
}

table.uhren td.empty {
	background: #d6d6d2;
	width: 10%;
}



table.uhren a.uhr {
	display: block;
	width: 125px;
	height: 145px;
	cursor: pointer;
}

table.uhren a.uhr b.norm {
	display: block;
	width: 125px;
	height: 145px;
	background: url('../images/pfeil.jpg') no-repeat bottom right;
}

table.uhren a.uhr b.hover {
	display: block;
	width: 125px;
	height: 145px;
	background: url('../images/pfeil.hover.jpg') no-repeat bottom right;
}

table.uhren a.uhr b span {
	display: none;
}

table.uhren h3 {
	font-weight: normal;
	padding: 6px 4px 0px 6px;
	margin: 0px 0px 19px 0px;
}

table.uhren td.beschreibung {
	padding: 0px 4px 8px 6px;
	height:95px;
}

table.uhren td.preis {
	vertical-align: bottom;
	padding: 8px 4px 4px 6px;
}

table.uhren td.spacer {
	background: #d6d6d2;
	height: 6px;
}

table.uhren div.spacerStart {
	width: 26px;
}

table.uhren td.ende {
	width: 26px;
}

table.uhren td.fueller {
	width: 125px;
	background: transparent;
}


table.uhren td.rest {
	width: 26px;
	background: #c0c0ba;
}



table.uhren div.seite {
	height: 22px;
	background: #c0c0ba;
	text-align: center;
	color: #6e6d66;
	font-size: 14px;
	padding: 5px 0px 0px 0px;
}

a.button {
	background: url('../images/navigation.jpg') repeat-x;
	display: block;
	height: 27px;
	color: #6e6d66;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
}

a.button:hover {
	background: url('../images/navigation.over.jpg') repeat-x;
	text-decoration: none;
	cursor: pointer;
}

a.zurueck span {
	font-size: 14px;
	display: block;
	height: 22px;
	background: url('../images/zurueck.pfeil.gif') no-repeat top left;
	text-align: right;
	padding: 5px 8px 0px 0px;
	cursor: pointer;
}

a.weiter span {
	font-size: 14px;
	display: block;
	height: 22px;
	background: url('../images/weiter.pfeil.gif') no-repeat top right;
	padding: 5px 0px 0px 8px;
	cursor: pointer;
}

a.zurueck:hover	span {
	background: url('../images/zurueck.pfeil.over.gif') no-repeat top left;
	cursor: pointer;
	color: #d6d6cf;
}

a.weiter:hover span {
	background: url('../images/weiter.pfeil.over.gif') no-repeat top right;
	cursor: pointer;
	color: #d6d6cf;
}

/* UHRENTABELLE */ /* UHR DETAILANSICHT */
div.uhrDetail {
	display: block;
	width: 323px;
	height: 377px;
}

div.uhrDetail a {
	display: block;
	width: 323px;
	height: 377px;
	position: relative;
	color: #6e6d66;
	background: url('../images/grossbild.gif') no-repeat 198px 350px;
	position: relative;
	text-decoration: none;
}

div.uhrDetail a:hover {
	color: #d6d6cf;
	background: url('../images/navigation.over.jpg') no-repeat 198px 350px;
	text-decoration: none;
}

div.uhrDetail span.outer {
	display: block;
	width: 125px;
	height: 27px;
	position: absolute;
	left: 198px;
	top: 350px;
}

div.uhrDetail span.inner {
	display: block;
	padding: 5px 82px 0px 8px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

div.uhrDetailText {
	display: block;
	width: 323px;
	height: 377px;
	background: #c0c0ba;
	position: relative;
}

div.uhrDetailText a.uebersicht {
	display: block;
	width: 125px;
	height: 27px;
	position: absolute;
	top: 350px;
	left: 0px;
	color: #6e6d66;
}

div.uhrDetailText a.uebersicht:hover {
	color: #d6d6cf;
}

div.uhrDetailText a.uebersicht span {
	font-size: 14px;
	display: block;
	height: 22px;
	background: url('../images/zurueck.pfeil.gif') no-repeat top left;
	text-align: right;
	padding: 5px 8px 0px 0px;
	cursor: pointer;
}

div.uhrDetailText a.uebersicht:hover span {
	background: url('../images/zurueck.pfeil.over.gif') no-repeat top left;
}

div.uhrDetailText a.anfrageIcon {
	display: block;
	position: absolute;
	width: 40px;
	height: 27px;
	top: 350px;
	left: 283px;
	background: url('../images/anfrage.icon.gif') no-repeat top left;
	text-decoration: none;
}

div.uhrDetailText a.anfrageIcon:hover {
	background: url('../images/anfrage.icon.over.gif') no-repeat top left;
}

div.uhrDetailText a.anfrageIcon span {
	display: none;
}

div.uhrDetailText a.merklisteIcon {
	display: block;
	position: absolute;
	width: 40px;
	height: 27px;
	top: 350px;
	left: 236px;
	background: url('../images/merkliste.icon.gif') no-repeat top left;
	text-decoration: none;
}

div.uhrDetailText a.merklisteIcon:hover {
	background: url('../images/merkliste.icon.over.gif') no-repeat top left;
}

div.uhrDetailText a.merklisteIcon span {
	display: none;
}

#merklisteIcon {
	position: absolute;
	bottom: 0px;
	right: 45px;
	width: 40px;
	height: 27px;
}

#anfrageIcon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 27px;
}

.druckenIcon {
	position: absolute;
	bottom: 0px;
	right: 90px;
	width: 40px;
	height: 27px;
}

.merklisteZaehler .druckenIcon {
	right:163px;
}


div.text {
	color: #631113;
	padding: 10px;
	line-height:16px;
}

div.text h3 {
	margin: 0px 0px 23px 0px;
	font-weight: normal;
}

div.text p {
	margin: 0px 0px 19px;
}

a.uhrKlein {
	display: block;
	width: 59px;
	height: 62px;
}

a.uhrKlein span {
	display: none;
}

/* UHR DETAILANSICHT */ /* MERKLISTE / ANFRAGE */
h1 {
	width: 653px;
	background: #751416;
	height: 27px;
}

h1 span {
	display: block;
	padding: 5px 10px 3px 8px;
	font-size: 14px;
	color: #d6d6cf;
	font-weight: normal;
}

h1.merkliste {
	width: 653px;
	background: url('../images/merklisteHeadline.gif') no-repeat top left
		#751416;
	height: 27px;
}

h1.merkliste span {
	display: block;
	padding: 5px 10px 3px 37px;
	font-size: 14px;
	color: #d6d6cf;
	font-weight: normal;
}

h1.anfrage {
	width: 653px;
	background: url('../images/anfrageHeader.gif') no-repeat top left
		#751416;
	height: 27px;
}

h1.anfrage span {
	display: block;
	padding: 5px 10px 3px 42px;
	font-size: 14px;
	color: #d6d6cf;
	font-weight: normal;
}

div.merkliste {
	width: 653px;
	height: 145px;
	background: #c0c0ba;
	position: relative;
	color: #631113;
}

div.merkliste div.bild {
	width: 125px;
	height: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.merkliste div.bild span {
	display: none;
}

div.merkliste div.beschreibung {
	width: 200px;
	height: 135px;
	position: absolute;
	top: 11px;
	left: 141px;
}

div.merkliste h2 {
	font-weight: normal;
	margin: 0px 0px 18px 0px;
}

div.merkliste div.preis {
	position: absolute;
	top: 11px;
	left: 300px;
}

div.merkliste div.icons {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 353px;
}

div.merkliste a.loeschenIcon {
	display: block;
	float: right;
	width: 40px;
	height: 27px;
	background: url('../images/loeschen.icon.gif') no-repeat top left;
	text-decoration: none;
	margin-left: 7px;
}

div.merkliste a.loeschenIcon:hover {
	background: url('../images/loeschen.icon.over.gif') no-repeat top left;
}

div.merkliste a.loeschenIcon span {
	display: none;
}

div.merkliste a.anfrageIcon {
	display: block;
	float: right;
	width: 40px;
	height: 27px;
	background: url('../images/anfrage.icon.gif') no-repeat top left;
	text-decoration: none;
	margin-left: 7px;
}

div.merkliste a.anfrageIcon:hover {
	background: url('../images/anfrage.icon.over.gif') no-repeat top left;
}

div.merkliste a.anfrageIcon span {
	display: none;
}

div.merkliste a.uebersicht {
	display: block;
	width: 125px;
	height: 27px;
	float: right;
	color: #6e6d66;
}

div.merkliste a.uebersicht:hover {
	color: #d6d6cf;
}

div.merkliste a.uebersicht span {
	font-size: 14px;
	display: block;
	height: 22px;
	padding: 5px 8px 0px 8px;
	cursor: pointer;
}

div.merkliste a.uebersicht:hover span {

}

div.merklisteZaehler {
	width: 654px;
	height: 27px;
	background: #c0c0ba;
}

div.merklisteZaehler a.anfrage {
	background: url('../images/navigation.over.jpg') repeat-x;
	display: block;
	float: right;
	height: 27px;
	width: 157px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	color: #d6d6cf;
}

div.merklisteZaehler a.anfrage:hover {
	background: url('../images/navigation.jpg') repeat-x;
	text-decoration: none;
	cursor: pointer;
	color: #6e6d66;
}

div.merklisteZaehler a.anfrage	span {
	font-size: 14px;
	display: block;
	height: 22px;
	background: url('../images/weiter.pfeil.over.gif') no-repeat top right;
	/*text-align: right;*/
	padding: 5px 24px 0px 10px;
	cursor: pointer;
}

div.merklisteZaehler a.anfrage:hover span {
	background: url('../images/weiter.pfeil.gif') no-repeat top right;
	cursor: pointer;
	color: #6e6d66;
}

div.merklisteZaehler span.count {
	display: block;
	width: 400px;
	padding: 5px 0px 0px 8px;
	color: #631113;
}

/* ANFRAGEFORMULAR */
form#anfrageformular {
	width: 653px;
	margin: 0px 0px 8px 0px;
	background: #c0c0ba;
}

form#anfrageformular div {
	color: #631113;
	margin: 0px 0px 8px 0px;
	padding-bottom: 5px;
}

form#anfrageformular label {
	display: block;
	color: #631113;
	padding: 5px 0px 4px 8px;
	float: left;
	margin-bottom: 3px;
	width: 171px;
}

form#anfrageformular input {
	color: #631113;
	border: 0px solid #fff;
	background-color: #d6d6cf;
	width: 301px;
	margin: 0px 0px 3px 8px;
	padding: 3px 2px 3px 1px;
	float: left;
}

form#anfrageformular textarea {
	display: block;
	color: #631113;
	border: 0px solid #fff;
	background-color: #d6d6cf;
	width: 301px;
	margin: 0px 0px 3px 8px;
	padding: 3px 2px 3px 1px;
	float: left;
}

form#anfrageformular br {
	clear: left;
}

/* ANFRAGEFORMULAR */ /* MERKLISTE / ANFRAGE */ /* TEXTBOX */
div.textbox {
	color: #631113;
	background-color: #c0c0ba;
}

div.textbox div.text {
	padding: 10px 10px 0px 10px;
}

div.textbox h2 {
	font-size: 14px;
}

div.textbox h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 19px;
}

div.textbox p {
	padding-bottom: 19px;
}

div.textbox p,last {
	padding-bottom: 2px;
}

div.textbox td {
	padding-right: 19px;
	white-space: nowrap;
	vertical-align: top;
}

div.textbox table {
	padding-bottom: 19px;
	width: 1%;
}

div.startseite {
	background: url('../images/startseiteBack.gif') repeat-x #d6d6d2;
}

/* TEXTBOX */ /* LAGEPLAN */
div.lageplan {
	width: 654px;
	height: 27px;
	background: #c0c0ba;
}

div.lageplan a {
	background: url('../images/navigation.jpg') repeat-x;
	display: block;
	float: right;
	height: 27px;
	width: 126px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	color: #6e6d66;
}

div.lageplan a:hover {
	background: url('../images/navigation.over.jpg') repeat-x;
	text-decoration: none;
	cursor: pointer;
	color: #c0c0ba;
}

div.lageplan a	span {
	font-size: 14px;
	display: block;
	height: 22px;
	padding: 5px 8px 0px 8px;
	cursor: pointer;
}

div.lageplan a:hover span {
	cursor: pointer;
	color: #c0c0ba;
}

/* LAGEPLAN */ /* CONTENT */ /* .... OHTER .... */
.formerror {
	padding: 3px 0px 0px 10px;
	float: left;
}

#top2pics {
	font-size: 10px;
	color: #631113;
	height: 377px;
}

#top2pics a {
	text-decoration: none;
}

#top2pics div {
	height: 377px;
	position: relative;
}

#top2pics img {
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 10px;
	background-color: #c2c0bb;
}

#top2pics div div {
	width: 100px;
	height: 180px;
	background-color: #c2c0bb;
	position: absolute;
	top: 70px;
	padding: 8px;
	left: 10px;
}

#top2pics .text {
	padding-top: 10px;
	margin-bottom: 20px;
}

#top2pics a.bottom {
	position: absolute;
	bottom: 5px;
	left: 8px;
}

#alleUhren {
	display:block;
	height:22px;
	width:107px;
	padding:3px 0px 0px 8px;
	background:url(../images/button.suche.alleUhren.jpg) no-repeat top left;
	text-decoration:none;
	color:#d6d6cf;
}

#alleUhren:hover {
	background:url(../images/button.suche.alleUhren.hover.jpg) no-repeat top left;
	color:#6e6d66;
}

#rechts h2 {
	font-size:14px;
}

.icons .druckenIcon {
	position:relative;
	float:right;
	right:0px;
	padding-left:7px;
}

.merklistePadding {
	margin-top:17px;
}

#startseite {
	background:url(../images/startseitebackground.gif) repeat-x;
}

.dojoxScrollHelper {
	display:none;
}

.dojoxScrollWrapper {
	padding-right:20px;
}

/*###############################*/

.uhren{
background:#D6D6D2;
clear:both;
margin:0 -1px;
}

.startseite .uhr{
margin-left:0;
margin-right:14px;
margin-bottom:14px;
}

.startseite .last{
margin:0;
}

.uhr {
width: 125px;
float: left;
height:365px;
background: #C0C0BA;
margin: 0 3px 6px;
position:relative;
}

.uhr img{
height:147px;
width:125px;
display:block;
}

.uhr .img{
height:147px;
width:125px;
display:block;
}

.uhren h3 {
font-weight:normal;
margin: 0 0 19px;
padding: 6px 4px 0 6px;
}

.uhren .beschreibung {
/*height: 130px;*/
padding: 0 4px 8px 6px;
}

.uhren .preis {
padding: 8px 4px 4px 6px;
/*vertical-align: bottom;*/
position:absolute;
bottom:0px;
}

#bottompane {
clear:both;
}

#col1{
height:27px;
margin:0;
width:128px;
float:left;
background:none;
text-align:right;
}

#col2{
width:397px;
float:left;
text-align:center;
font-size:14px;
height:22px;
padding:5px 0 0;
height:22px;
}

#col2 span{
text-align:center;
background:#C0C0BA;
color:#6E6D66;
height:22px;
padding:6px 24px 5px;
}

#col3 {
height:22px;
margin-left:80%;
margin-right:0;
width:128px;
background:none;
}

#col1 a:hover, #col3 a:hover{
background:transparent url(../images/navigation.over.jpg) repeat-x;
}

a.zurueck span {
background:transparent url(../images/zurueck.pfeil.gif) no-repeat left top;
display:block;
font-size:14px;
height:21px;
padding:5px 8px 0 0;
text-align:right;
}

a.weiter span {
background:transparent url(../images/weiter.pfeil.gif) no-repeat right top;
cursor:pointer;
display:block;
font-size:14px;
height:21px;
padding:5px 0 0 8px;
}

a.weiter{
background:transparent url(../images/navigation.jpg) repeat-x;
color:#6E6D66;
cursor:pointer;
display:block;
height:26px;
margin:0;
text-decoration:none;
}

a.zurueck{
background:transparent url(../images/navigation.jpg) repeat-x;
color:#6E6D66;
cursor:pointer;
display:block;
height:26px;
margin:0;
text-decoration:none;
}

a.weiter:hover span {
background:transparent url(../images/weiter.pfeil.over.gif) no-repeat right top;
color:#D6D6CF;
}

a.zurueck:hover span {
background:transparent url(../images/zurueck.pfeil.over.gif) no-repeat scroll left top;
color:#D6D6CF;
}

a:hover {
color:#631113;
text-decoration:underline;
}

.clearfix:after {
content: ".";
display: block;
font-size:0;
height: 0;
clear: both;
visibility: hidden;
}