@charset "shift_jis";
/**************************************************
	BGM Berliner Gartenmoebel GmbH
	Screen Stylesheet v1.1
***************************************************

Site Farben

	Schema gruen (default)
		Navi F1FFD4
		Body 6E9128

	Schema orange
		Navi FFE6B0
		Body FF9800

	Schema braun
		Navi AB8F52
		Body FFE6B0



***************************************************
	Global
***************************************************/

* {
	margin: 0;
	padding: 0;
	}

html {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: small;
}

body {
	background: #6E9128 url(../../mtskin/images/body_hg_gruen_01.gif) repeat-x;
	text-align: center;
	padding: 0 10px 10px 10px;
	color: #555;
	}


/**************************************************
	Dokument-Struktur
***************************************************/

p {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: small;
	line-height: 110%;
	margin-bottom: 10px;
}


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

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

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(../../mtskin/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;
	}

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 #CCC;
	list-style: none;
	display: inline;
	}

ul.pipelinks li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 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: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	}

em {
	font-style: italic;
	}

strike {
	text-decoration: line-through;
	}

strong {
	font-weight: bold;
	}


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

img {
	border: 0;
	}

img.prod-liste {
	float: left;
	padding: 7px;
	background: transparent url(../../mtskin/images/image_border_74_01.gif) top left no-repeat;
	margin-right: 5px;
	}
img.prod-liste:hover {
	padding: 7px;
	background: transparent url(../../mtskin/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(../../mtskin/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(../../mtskin/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(../../mtskin/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(../../mtskin/images/image_border_220_01.gif) 0 0 no-repeat;
	}

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


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

fieldset {
	border: 1px solid #CCC;
	text-align: left;
	margin: 10px 0 5px 0;
	padding: 5px 0;
	* padding: 0 0 5px 0;
	}

form {
	display: inline;
	}

input,
input[type="text"],
input[type="password"],
select,
textarea {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: x-small;
	color: #444;
	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(../../mtskin/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;
	background: #FFF;
	}

optgroup {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	padding: 5px 0 0 0;
	font-style: normal;
	font-size: x-small;
	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 {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #EEE url(../../mtskin/images/wrap1_hg_gruen_01.gif) top center repeat-y;
	width: 780px;
	height: 210px;
	padding: 0 10px;
	\width: 760px;
	}

div.skip-nav {
	display: none;
	}

#header {
	width: 760px;
	height: 200px;
	text-align: right;
	padding: 0;
	}

#logo {
	margin-left: 200px;
	text-align: right;
	position: relative;
	width: 500px;
	height: 60px;
	}

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

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

#logo h1 a span {
	display: none;
	}
	
#logo h2 {

	font-size: x-small;
	font-weight: normal;
	color: Black;
}


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

#wrap2 {
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../../mtskin/images/wrap2_hg_gruen_01.gif) top center repeat-y;
	width: 780px;
	padding: 0 10px;
	\width: 760px;
	}

#main {
	width: 760px;
	margin: 0 auto;
	}

#content {
	margin: 0;
	margin-left: 235px;
	width: 475px;
	padding: 0 0 10px 0;
	text-align: left; 
	line-height: 110%;
	color: #333; 
}

#content h1 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: x-large;
	font-weight: normal;
	color: #FF9A00;
	margin-bottom: 8px;
	}

#content h2 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: large;
	font-weight: bold;
	color: #FFA12D;
	margin-bottom: 10px;
}

#content h3 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: xx-small;
	font-weight: bold;
	color: Green;
	padding: 5px 0 10px 0;
}

#content h4 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: medium;
	font-weight: normal;
	color: #555;
	padding: 5px 0 10px 0;
}

a {
	text-decoration: none;
	color: #FF9B00;
	}
a:hover {
	color: #E27A00;
	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 {
	border-top: 1px solid #EBEAEB;
	border-right: 1px solid #8B8B8A;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #E1E2E2;
	color: #555;
	background: #CCC url(../../mtskin/images/button_hg_01.gif) 0 0 repeat-x;
	text-decoration: none;
    height: 24px;
    line-height: 24px;
	}

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

.prod-liste-subsubinfos {
	color: #555;
	padding: 3px 0 0 0;
	font-size: x-small;
	line-height: 12px;
	}

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

div.prod-teaser {
	float: right;
	clear: right;
	width: 175px;
	padding: 5px 10px;
	\width: 155px;
	margin: 15px 0 10px 10px;
	background: #FBFFF2 none;
	border: 1px solid #DDD;
	}
div.prod-teaser h3 {
	margin: 0;
	padding: 0;
	}
div.prod-teaser ul li {
	margin-left: 0;
	}

#suchfunktion {
	padding-top: 25px;
	}
#tabelle-suchfunktion {
	background: #FBFFF2 none;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #DDD;
	}


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

#sidebar {
	float: left;
	width: 199px;
	text-align: left;
/*	line-height: 110%;*/
	}

#navi {
	margin: 10px 0 15px 10px;
	padding: 0;
	font-size: x-small;
	}

#navi h3 {
	width: 190px;
	font-size: small;
	margin: 15px 0 0 0;
	font-weight: bold;
	text-align: center;
}

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

#navi ul li {
	text-align: left;
	padding: 5;
	margin: 0;
	width: 185px;
	font-weight: bold;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	color: #333;
	font-size: x-small;
}

#navi ul li h3 {
	width: 190px;
	font-size: medium;
}

#navi ul li h3 span {
	display: none;
	}

#navi ul li h3 a {
	display: block;
	widows: 150px;
	height: 15px;
	text-decoration: none;
	}

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

#navi ul li ul li {
	padding: 0 0 0 7px;
	margin: 0;
	font-weight: normal;
	text-indent: 0px;
	list-style: none;
	text-align: left;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	color: #525748;
	font-size: small;
	}
#navi ul li ul li a:link,
#navi ul li ul li a:visited,
#navi ul li ul li a:hover,
#navi ul li ul li a:active {
	color: #525748;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	}
#navi ul li ul li a:hover {
	color: #000;
	}


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

#wrap3 {
	margin: 0 auto;
	text-align: left;
	background: #555 url(../../mtskin/images/wrap3_hg_gruen_01.gif) top center repeat-y;
	width: 780px;
	padding: 0 10px;
	\width: 760px;
	height: 70px;
	}

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: 10px 10px 10px 220px;
	text-align: left;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: x-small;
	color: #CCC;
	}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	text-decoration: none;
	color: #D9DFCD;
	}
#footer a:hover {
	color: #FFF;
	}

#footer div.copyright {
	font-size: x-small;
	color: #7E9258;
	margin-top: 2px;
	}

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

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

table.data-table {
	caption-side: top;
	border-spacing: 1px;
	border-color: #FFF;
	}
table.data-table caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: x-small;
	}
table.data-table th {
	padding: 5px;
	font-size: x-small;
/*	background-color: #EEEEC5; */
	vertical-align: top;
	font-weight: bold;
	}
table.data-table td {
	padding: 5px;
	font-size: x-small;
	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: 430px;
	border-color: #FFF;
	}
table.form-table caption {
	text-align: left;
	padding-bottom: 10px;
	font-size: x-small;
	margin-top: 15px;
	}
table.form-table td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #FFF;
	font-size: x-small;
	vertical-align: top;
	}
table.form-table td.label-zelle {
	text-align: left;
	font-size: x-small;
	}
table.form-table col.form-labels {
	background-color: #FFF;
	width: 130px;
	}
table.form-table col.form-felder {
	background-color: #FFF;
	width: 280px;
	}

table.form-table span.pflichtfeld {
	color: #EC5F35;
	cursor: help;
	}


table.prod-table {
	caption-side: top;
	border-spacing: 1px;
	border-color: #FFF;
	width: 400px;
	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 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: x-small;
	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: #222;
	}
table.prod-table td {
	vertical-align: top;
	}
table.prod-table td.image {
	height: 80px;
	width: 80px;
	text-align: center;
	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(../../mtskin/images/image_border_74_01.gif) top left no-repeat;
	}
table.prod-table td.image a:hover img {
	padding: 7px;
	background: transparent url(../../mtskin/images/image_border_74_02.gif) top left no-repeat;
	}

table.prod-table td.infos {
	padding: 10px 10px 10px 20px;
	height: 80px;
	\height: 60px;
	width: 320px;
	\width: 280px;
	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;
	}

div.dotted {
	background: transparent url(../../mtskin/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(../../mtskin/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: #FBFFF2 none;
	}


/**************************************************
	sIFR
***************************************************/

/* Hide the browser text before it is replaced */

.sIFR-hasFlash #content h1 {
	visibility: hidden;
	font-size: x-large;
	line-height: normal;
	margin-bottom: 0;
	width: 500px;
}

.sIFR-hasFlash #content h2 {
	visibility: hidden;
	font-size: large;
	line-height: normal;
	width: 500px;
}

/* .sIFR-hasFlash #navi ul li h3 {
	font-size: large;
	line-height: 16px;
	width: 160px;
} */

./* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

/* ---------------------------
ƒJƒŒƒ“ƒ_[
--------------------------- */
table.calender {
	font-size: x-small;
        color:#666666;
	width: 180px;
	border-collapse: separate;
	border-spacing: 0;
	padding: 2px 0;
}

.calender caption {
	font-size: 11px;
	border-bottom: 1px dotted #999999;
	padding: 0px 0px 5px;
}
.calender th {
	font-weight: normal;
	text-align: center;
}
.calender td {
	width: 14%;
	text-align: center;
	padding: 0.1em;
}
.calender td a {
	display: block;
	color: #FF6600;
	background-color: #FFCE86;
}
th#sun {
	color: #CC0000;
}
th#sat {
	color: #0000CC;
}
th#week {
	color: #666666;
}