
/**************************************************
	Gartenmoebel Klassiker
	Screen Stylesheet
***************************************************

/*	=RESET
	----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}


/*	=GLOBAL
	----------------------------------------------*/

html {
	/*font-size: small;*/
	font-size: 100.01%;
	}

body {
	margin: 0;
	padding: 0;
	background: #745f51 url(/images/layout/body_hg_01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #53514d;
	font-size: .8125em;
	line-height: 1.3125em;
	}



/*	=DOCUMENT STRUCTURE
	----------------------------------------------*/

p {
	line-height: 1.3125em;
	margin: .5em 0 1em 0;
	}


/**************************************************
	Listen
***************************************************/

ul {
	margin-left: 12px;
	padding: 10px 3px;
	}
ul li {
	margin-left: 5px;
	padding: 0 0 5px 0;
	}

ul.square li {
	list-style-type:square;
	}
ul.square2 {
	margin-left: 0;
	}
ul.square2 li {
	margin-left: 0;
	list-style-type: none;
	background: transparent url(/images/list_image_02.gif) 0 4px no-repeat;
	padding-left: 16px;
	}

ol {
	margin-left: 12px;
	padding: 0 3px;
	*padding: 0 8px;
	}
ol li {
	margin-left: 5px;
	padding: 5px 0;
	}


dt {
	font-weight: bold;
	margin-bottom: .25em;
	}
dd {
	margin-left: 1.5em;
	margin-bottom: 1.25em;
	}
	
ul.pipelinks {
	margin: 0;
	padding: 0;
	margin-top: -5px;
	padding-top: 5px;
	* padding-top: 0;
	}

ul.pipelinks li {
	margin: 0;
	padding: 0 3px 0 7px;
	border-left: 1px solid #666;
	list-style: none;
	display: inline;
	}

ul.pipelinks li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 0;
	}

ul.impressionen {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 575px;
	}
ul.impressionen li {
	list-style: none;
	width: 80px;
	height: 70px;
	float: left;
	text-align: center;
	border: #ccc 1px solid;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	}

ul.impressionen li:hover {
	border: #999 1px solid;
	}

ul.impressionen li a img {
	width: 80px;
	height: 70px;
	}
	
dl.form-style {
	width: 550px;
	padding: 10px 0 1px 0;
	margin: 0 0 0 .5em;
	}
	
dl.form-style dt {
	float: left;
	width: 150px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
	}

dl.form-style dd {
	margin: 0 0 10px 160px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	}



/**************************************************
	Textelemente
***************************************************/

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
	cursor: help;
	}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

blockquote {
	margin: 0px 0px 0px 20px;
	}

cite {
	font-style:italic;
	}
cite:before {
	content: "\"";
	}

cite:after {
	content: "\"";
	}

code {
	font-family: Monaco, Courier, "Courier New", monospace;
	}

em {
	font-style: italic;
	}

strike {
	text-decoration: line-through;
	}

strong {
	font-weight: bold;
	}

hr {
	background-color: #DDD; /* Mozilla 1.4 */
	color: #DDD; /* IE 6 */
	border: #DDD; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 10px 0;
	}


/**************************************************
	Grafiken
***************************************************/

img {
	border: 0;
	}

img.prod-liste {
	float: left;
	padding: 7px;
	background: transparent url(/images/image_border_74_01.gif) top left no-repeat;
	margin-right: 5px;
	}
img.prod-liste:hover {
	padding: 7px;
	background: transparent url(/images/image_border_74_02.gif) top left no-repeat;
	}

.floatimage-li {
	float: left;
	margin: 0 20px 10px 0;
	border: none;
	padding: 6px;
	background: transparent url(/images/image_border_180_01.gif) -1px -1px no-repeat;
	}

.floatimage-re {
	float: right;
	margin: 0 0 10px 20px;
	border: none;
	padding: 6px;
	background: transparent url(/images/image_border_180_01.gif) -1px -1px no-repeat;
	}

.floatimage2-li {
	float: left;
	margin: 0 20px 10px 0;
	border: none;
	padding: 9px;
	background: transparent url(/images/image_border_220_01.gif) 0 0 no-repeat;
	}

.floatimage2-re {
	float: right;
	margin: 0 0 10px 20px;
	border: none;
	padding: 9px;
	background: transparent url(/images/image_border_220_01.gif) 0 0 no-repeat;
	}

a:hover img.floatimage2-re {
	background: transparent url(/images/image_border_220_02.gif) 0 0 no-repeat;
	}


/**************************************************
	Formulare
***************************************************/

fieldset {
	background: #f4ece3 none;
	border: 1px solid #dad0c4;
	text-align: left;
	margin: 1em 0;
	padding: .5em;
	}

form {
	display: inline;
	}

input,
input[type="text"],
input[type="password"],
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px 0;
	background-color: #FFF;
	}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #FFFFE1;
	}


input[type="submit"] {
	padding: 0 2px;
	border-top: 1px solid #EBEAEB;
	border-right: 1px solid #8B8B8A;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #E1E2E2;
	background: #CCC url(/images/button_hg_01.gif) 0 0 repeat-x;
	}

label {
	cursor:hand;
    }

legend {
	font-weight: bold;
	margin: 0;
	* margin: 0 0 0 -7px;
	padding: 0 5px;
	* padding: 0 5px 5px 5px;
	}

optgroup {
	padding: 5px 0 0 0;
	font-style: normal;
	padding-left: 4px;
	}

optgroup option {
	padding-left: 7px;
	}
optgroup option:before {
	content: " » ";
	}

.checkbox-longtext {
	float: left;
	margin: 0 5px 7px 0;
	}

.formelement40	{ width:  40px; }
.formelement50	{ width:  50px; }
.formelement60	{ width:  60px; }
.formelement70	{ width:  70px; }
.formelement80	{ width:  80px; }
.formelement100	{ width: 100px; }
.formelement110	{ width: 110px; }
.formelement120	{ width: 120px; }
.formelement170	{ width: 162px; }
.formelement250	{ width: 250px; }
.formelement400	{ width: 400px; }

div#zusendung-prospekt-zusatz,
div#rueckruf-erbeten-zusatz {
	display: none;
	padding: 7px 0 7px 17px;
	}


/**************************************************
	Header
***************************************************/

#wrap1 {
	margin: 0 auto;
	background: transparent url(/images/layout/header_hg_01.png) top center repeat-y;
	width: 960px;
	height: 200px;
	padding: 0 10px;
	\width: 940px;
	}

div.skip-nav {
	display: none;
	}

#header {
	width: 940px;
	height: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	}

#logo {
	position: absolute;
	width: 220px;
	height: 75px;
	top: 20px;
	left: 0;
	background: transparent url(/images/layout/logo_01.png) top left no-repeat;
	}

#logo h1 {
	text-indent: -10000px;
	font-size: 1em;
	font-weight: normal;
	}

#logo h1 a {
	display: block;
	width: 220px;
	height: 75px;
	text-decoration: none;
	}

#logo h1 a span {
	display: none;
	}


#content-top {
	width: 680px;
	height: 20px;
	position: absolute;
	top: 180px;
	right: 40px;
	background: #fff none;
}

/**************************************************
	Content
***************************************************/

#wrap2 {
	margin: 0 auto;
	background: transparent url(/images/layout/wrap_hg_01.png) top center repeat-y;
	width: 960px;
	padding: 0 10px;
	\width: 940px;
	}

#main {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}

#content {
	float: right;
	width: 720px;
	padding: 25px 95px 10px 50px;
	\width: 575px;
	}

#content h1 {
	font-size: 2.125em;
	font-weight: normal;
	color: #ffa200;
	margin-bottom: 8px;
	letter-spacing: -.0125em;
	padding-top: 5px;
	}

#content h2 {
	font-size: 1.375em;
	font-weight: normal;
	color: #999;
	margin: .75em 0 1.5em 0;
	}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #53514d;
	padding: 5px 0;
	}

#content h4 {
	font-size: 1em;
	font-weight: normal;
	color: #53514d;
	padding: 5px 0 10px 0;
	}

a {
	color: #ff9600;
	outline: none;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

div.kat-intro {
	padding-bottom: 15px;
	}

div.prod-beschreibung {
	}
div.prod-beschreibung ul {
	margin-top: 15px;
	}

a.button-stil:link,
a.button-stil:visited,
a.button-stil:hover,
a.button-stil:active,
input.button-stil {
	border-top: 1px solid #EBEAEB;
	border-right: 1px solid #8B8B8A;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #E1E2E2;
	color: #53514d;
	background: #CCC url(/images/button_hg_01.gif) 0 0 repeat-x;
	text-decoration: none;
    height: 22px;
	padding: 3px .75em;
	vertical-align: middle;
	}
input.button-stil {
	*padding: 1px .25em;
	}

div.prod-liste-subinfos {
	color: #999;
	padding-top: 1px;
	}

.prod-liste-subsubinfos {
	padding: 3px 0 0 0;
	font-size: .9375em;
	line-height: 1.125em;
	}

.prod-liste-subsubinfos a:link,
.prod-liste-subsubinfos a:visited,
.prod-liste-subsubinfos a:hover,
.prod-liste-subsubinfos a:active {
	text-decoration: none;
	color: #888;
	}
.prod-liste-subsubinfos a:hover {
	text-decoration: underline;
	}

div.prod-teaser {
	float: right;
	clear: right;
	width: 220px;
	padding: 5px 15px;
	\width: 190px;
	margin: 1em 0 1em 3em;
/*	background: #fffaec none;
	border: 1px solid #f8d79d;*/
	background: #f8ffd8 none;
	border: 1px solid #e0f09a;
	}

div.prod-teaser h3 {
	margin: 0;
	padding: 0;
	}
div.prod-teaser ul li {
	margin-left: 0;
	}

#suchfunktion {
	padding-top: 25px;
	}
#tabelle-suchfunktion {
/*	background: #fffaec none;
	border: 1px solid #f8d79d;*/
	background: #f4ece3 none;
	border: 1px solid #dad0c4;
	width: 100%;
	margin: 0 auto;
	}


/**************************************************
	Sidebar
***************************************************/

#sidebar {
	width: 215px;
	padding: 25px;
	\width: 165px;
	float: left;
	}

#navi {
	width: 160px;
	padding: 0;
	}

#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navi ul li {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #53514d;
	}

#navi ul li ul {
	padding: 3px 0 16px 8px;
	}

#navi ul li ul li {
	font-weight: normal;
	list-style: none;
	color: #5e5b57;
	}

#navi ul li ul li.news {
	font-weight: normal;
	width: 170px;
	margin-bottom: 8px;
	}

#navi ul li a:link,
#navi ul li a:visited,
#navi ul li a:hover,
#navi ul li a:active {
	color: #5e5b57;
	text-decoration: none;
	}
#navi ul li a:hover {
/*	color: #679900;*/
	text-decoration: underline;
	}


/**************************************************
	Footer
***************************************************/

#wrap3 {
	margin: 0 auto;
	background: transparent url(/images/layout/footer_hg_01.png) top center repeat-y;
	width: 960px;
	padding: 0 10px;
	\width: 940px;
	height: 120px;
	}

div#styleswitch {
	padding: 4px 0 0 148px;
	border: none;
	}

div#styleswitch img {
	padding: 1px;
	border: none;
	}

div#styleswitch a:hover img {
	padding: 0px;
	border: 1px solid #FFF;
	}

#footer {
	padding: 35px 10px 10px 270px;
	font-size: .9375em;
	color: #807a73;
	}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #cfc8c0;
	}
#footer a:hover {
	color: #c5beb6;
	text-decoration: underline;
	}

#footer div.copyright {
	color: #807a73;
	margin-top: .25em;
	}

#footer div.copyright a:link,
#footer div.copyright a:visited,
#footer div.copyright a:hover,
#footer div.copyright a:active {
	text-decoration: none;
	color: #807a73;
	}

/**************************************************
	Tabellen
***************************************************/

table.data-table {
	caption-side: top;
	border-spacing: 1px;
	border-color: #FFF;
	}
table.data-table caption {
	padding-bottom: 10px;
	}
table.data-table th {
	padding: 5px;
/*	background-color: #EEEEC5; */
	vertical-align: top;
	font-weight: bold;
	}
table.data-table td {
	padding: 5px 15px 5px 0;
	vertical-align: top;
	}

table.data-table .data-1 {
	text-align: left;
	}
table.data-table .data-2 {
	text-align: center;
	}
table.data-table .data-3 {
	text-align: right;
	}


table.form-table {
	caption-side: top;
	width: 550px;
	}
table.form-table caption {
	padding-bottom: 10px;
	margin-top: 15px;
	text-align: left;
	}
table.form-table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	}
table.form-table td.label-zelle {
	text-align: left;
	}
table.form-table col.form-labels {
	width: 150px;
	}
table.form-table col.form-felder {
	width: 380px;
	}

span.pflichtfeld,
span.mandatory {
	color: #EC5F35;
	cursor: help;
	}


table.prod-table {
	caption-side: top;
	border-spacing: 1px;
	border-color: #FFF;
	width: 100%;
	margin: 0 auto;
	}
table.prod-table .data-1 {
	text-align: left;
	}
table.prod-table .data-2 {
	text-align: center;
	}
table.prod-table .data-3 {
	text-align: right;
	}
table.prod-table a.textcolor:link,
table.prod-table a.textcolor:visited,
table.prod-table a.textcolor:hover,
table.prod-table a.textcolor:active {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #666;
	* border-bottom: 1px solid #AAA;
	}
table.prod-table a.textcolor:hover {
	border-bottom: 1px solid #333;
	color: #444;
	}
table.prod-table td {
	vertical-align: top;
	}
table.prod-table td.image {
	height: 80px;
	width: 80px;
	text-align: left;
	vertical-align: middle;
	}

table.prod-table td.image a:link img,
table.prod-table td.image a:visited img,
table.prod-table td.image a:active img {
	padding: 7px;
	background: transparent url(/images/image_border_74_01.gif) top left no-repeat;
	}
table.prod-table td.image a:hover img {
	padding: 7px;
	background: transparent url(/images/image_border_74_02.gif) top left no-repeat;
	}

table.prod-table td.infos {
	padding: 10px;
	height: 80px;
	\height: 60px;
	vertical-align: middle;
	}

table.prod-table tr.tabellenzeile1 {
/*	background: #F8FDEE; */
	background: #FFF none;
	}
table.prod-table tr.tabellenzeile2 {
	background: #FFF none;
	}


/**************************************************
	Pop-ups
***************************************************/

body.popup {
	background: #FFF none;
	padding: 10px 0 0 0;
	}


/**************************************************
	diverse
***************************************************/

.center {
	text-align: center;
	}

.clearboth {
	clear: both;
	}

.float-container {
	overflow: hidden;
	width: 100%;
	}

div.dotted {
	background: transparent url(/images/dots_01.gif) top left repeat-x;
	height: 1px;
	border: none;
	color: #DDD;
	margin: 20px 0;
	}

.float-li {
	float: left;
	}

.float-re {
	float: right;
	}

.hide {
	display: none;
	}

.highlight {
	color: #FF9A00;
	}

.underline {
	text-decoration: underline;
	}

a.zoom-link {
	background: transparent url(/images/button_lupe_02.gif) top right no-repeat;
	*background: transparent none;
	padding-right: 20px;
	*padding-right: 0;
	margin-right: 8px;
	*margin-right: 0;
	}

.theme-bg-soft {
	background: #f4ece3 none;
	border: 1px solid #dad0c4;
	padding: 1em; 
	}

div.special,
div.special-form {
	padding: .5em 1.5em;
	background-color: #fcfcfc;
	border: #d9d9d9 1px solid;
	margin: 1em 0 1.5em 0;
	line-height: 1.3125em;
}
div.special-form {
	margin: 1em 0;
	padding: .25em 1em;
	font-size: .9375em;
	}

div.special h4,
div.special-form h4,
div.special h4,
div.special-form h4 {
	margin: .5em 0;
	}
div.special-form h4 {
	margin-bottom: .3125em;
	}

div.success {
	background-color: #fbfff6;
	border: #A6D08D 1px solid;
	}
div.note {
	background-color: #FFFED4;
	border: #CCCC99 1px solid;
	}
div.error {
	background-color: #ffeee3;
	border: #e19b6d 1px solid;
	}
div.highlight {
	background-color: #f7fcff;
	border: #c2d4e3 1px solid;
	background-image: none !important;
	padding: .5em 1.5em !important;
	}
div.plain {
	background-color: #fff;
	}

.text-success {
	color: #448c04;
	}
.text.error,
.error-label {
	color: red;
	}


@import url("lightbox.css");
