/****************************************************

	SITE: raumideen.de

	Farben:

	Hintergrund Blau:	#E9EEF1
	Footer Blau:		#92AABA
	H1 Blau:			#255D84
	H2 Blau:			#92ABB9

	Rot:				#D20009

	grass@mai-multimedia.de 2008

******************************************************/

* {margin: 0; padding: 0;}


body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		color: #000;
		text-align: center;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

ul
	{
		list-style: none;
	}
li
	{
		padding-left: 18px;
		background: transparent url(/images/listDot.gif) no-repeat 0 0.3em;
    }


/****************************************************
	ALLGEMEINE STYLES
******************************************************/

.clear { clear: both; }
.invisible { display: none; }

img { border: none; }
.imgLeft { float: left;  clear: left; margin: 2px 10px 10px 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }


a
	{
		color: #000;
	}
a:hover
	{

	}

a.download { padding-left: 25px ; }
a.pdf { background: transparent url(/images/media_pdf.gif) no-repeat; }
a.ppt { background: transparent url(/images/media_ppt.gif) no-repeat; }
a.txt { background: transparent url(/images/media_txt.gif) no-repeat; }
a.doc { background: transparent url(/images/media_doc.gif) no-repeat; }
a.xls { background: transparent url(/images/media_xls.gif) no-repeat; }
a.zip { background: transparent url(/images/media_zip.gif) no-repeat; }
a.swf {	background: transparent url(/images/media_swf.gif) no-repeat; }
a.mov {	background: transparent url(/images/media_mov.gif) no-repeat; }
a.mp3 {	background: transparent url(/images/media_mp3.gif) no-repeat; }

.mediaImage img { display: none; }

a.more
	{
		padding-left: 10px;
		background: transparent url(/images/link_arrow.gif) no-repeat 0 4px;
	}
a.zoomImageLink { padding: 0 5px; }
a.zoomImageLink image
	{

	}

h1, h2, h3, h4, h5
	{
		line-height: 1.2em;
	}

h1
	{
		font-weight: normal;
		font-size: 2em;
		color: #255D84;
		line-height: 1em;
		padding-top: 38px;
		padding-bottom: 15px;
		text-transform: lowercase;
	}
.homepage h1
	{
		padding: 10px 0;	
	}


h1.imageHead
	{
        background-color: transparent;
		background-repeat: no-repeat;
		background-position: 2px 0;
		text-indent: -999em;
    }


h2, h2 a
	{
		font-size: 1.1em;
		font-weight: bold;
		color: #607A8A;
		text-transform: uppercase;
	}
h3, h3 a
	{
        color: #000;
    }
h2.topHead
	{
        padding-left: 16px;
		background: transparent url(/images/hgr_H2_topHead.gif) no-repeat 1px 0.22em;
		text-transform: uppercase;
    }
h2.topHead.red
	{
		background: transparent url(/images/hgr_H2_topHead_red.gif) no-repeat 1px 0.22em;
    }


h2.topHead.red a
	{
        color: #D20009;
    }


hr
	{
		height: 1px;
		color: #40AC73;
	}

p { margin: 0 0 1em 0;}



table
	{
		margin-bottom: 2em;
    }

td { padding: 0.1em 0.5em!important;}

table.border
	{
		border-collapse: collapse;
		border: solid 1px #ccc;
	}

table.border td { vertical-align: top; border: solid 1px #ccc;}





#wrap
	{
		width: 800px;
		position: relative;
		border: solid 1px #B6B6B6;
		z-index: 1;
		margin: 40px auto 0 auto;
		text-align: left;
		background: #fff url(/images/hgr_body.jpg) no-repeat top left;
	}

#headerBox
	{
		position: relative;
		height: 130px;
	}

#logo
	{
        position: absolute;
		top: 15px;
		right: 25px;
    }

#serviceNav
	{
        position: absolute;
		top: 2px;
		left: 20px;
		font-size: 0.9em;
		z-index: 10;
    }
#serviceNav a
	{
		color: #28648B;
		text-decoration: none;
    }


/****************************************************
	KEYVISUAL HOMEPAGE
******************************************************/
#keyvisual
	{
        position: absolute;
		top: 0;
		left: 0;
		width: 362px;
		height: 379px;
		overflow: hidden;
    }

#introFlash
	{
        position: absolute;
		top: 167px;
		left: 0;
		width: 800px;
		height: 379px;
		z-index: 200;
    }

/****************************************************
	TOP NAVIGATION
******************************************************/

#mainNav
	{
        float: left;
		min-height: 40px;
		min-width: 560px;
		background: #E6ECEF url(/images/hgr_mainNav.gif) no-repeat top right;
		text-transform: lowercase;
		padding-top: 1px;
		padding-right: 25px;
		list-style: none;
		list-style-image: none;
		margin: 0;
    }
#mainNav a
	{
		display: block;
		color: #000;
		font-size: 1.1em;
		line-height: 40px;
		text-decoration: none;
		letter-spacing: 1px;
    }
#mainNav a:hover
	{
		color: #255D84;
    }
#mainNav li.active a
	{
		color: #255D84;
		font-weight: bold;
    }


#mainNav li
	{
        float: left;
		position: relative;
		padding: 0 0 0 30px;
		background: transparent url(/images/hgr_mainNavItem.gif) no-repeat top left;
    }
#mainNav_li_536 /* erster Menüpunkt */
	{
		padding-left: 15px!important;
		background-image: none!important;
    }

#mainNav_li_539 a
	{
		background: transparent url(/images/hgr_menu_539.jpg) no-repeat;
		font-weight: bold;
	}


/****************************************************
	CONTENT (Mitte)
******************************************************/
#contentBox
	{
		float: left;
		clear: both;
		min-height: 379px;
		width: 100%;
		border-top: solid 2px #92AABA;
		background-color: #E9EEF1;
    }


#content
	{
		position: relative;
		float: left;
		clear: both;
		width: 400px;
		padding-left: 380px;
		padding-right: 20px;
		min-height: 379px;
		background-position: left top;
		background-repeat: no-repeat;
		font-size: 1.1em;
	}
/****************************************************
	Produkt Dok
******************************************************/

#productImage
{
    float: right;
	margin-right: 20px;
}


/****************************************************
	DIALOG
******************************************************/

#dialog
	{
		position: absolute;
		z-index: 4000;
		display: none;
        background-color: #fff;
		padding: 10px;
		width: 646px;
	    top: 175px;
		text-align: left;
		left: 50%;
		margin-left: -323px;
    }


#dialogContent
	{
		position: relative;
		border: solid 2px #5B6A78;
		float: left;
		width: 646px;
		min-height: 306px;
    }
#dialogText
	{

        position: absolute;
		bottom: 0;
		padding: 10px;
		width: 280px;
    }
#dialogText.product
	{
		width: 320px;
	}

#dialogText h2
	{
        color: #000;
		text-transform: none;
    }
#dialogText h2.product
	{
        color: #607A8A;
		text-transform: none;
    }
#dialogText p
	{
        margin: 0;
		padding: 0;
    }
#dialogImage, #dialogProductImage, #dialogClose
	{
        float: right;
    }
#dialogProductImage
	{
        margin: 12px 8px 12px 0;
    }


#dialogClose
	{
        margin: 5px;
    }


.closeDialog
	{
        cursor: pointer;
    }


.jqmOverlay { background-color: #5B6A78; }
/*.jqmOverlay {
    width: 802px!important;
	top: 170px!important;
}*/


/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}






/* Sitenavigation */
#siteNav
	{
		clear: both;
		float: right;
        position: relative;
		margin: 1em 0;
		text-align: right;
	}
#siteNav a
	{
		margin: 0 5px;
	}





/****************************************************
	DOKUMENTENLISTE
******************************************************/

ul.docList
	{
		width: 385px;
		margin: 10px 0 0 0;
    }
ul.docList li
	{
    	float: left;
		margin-bottom: 7px;
		width: 385px;
		padding: 0;
		background-image: none;
	}

ul.docList img
	{
        border: solid 1px #607A8A;
		margin-bottom: 0!important;
    }
ul.docList li.liMedia div.textBlock
	{
		float: right;
		width: 265px;
    }


ul.docList h2
	{
		font-size: 1em;
    }

ul.docList a
	{
		text-decoration: none;
    }
ul.docList a:hover
	{
		text-decoration: underline;
    }
ul.docList p
	{
		margin: 0;

    }

/****************************************************
	KATEGORIE LISTE
******************************************************/
#catListBox
	{
        position: absolute;
		width: 100%;
		top: 0px;
		right: 20px;
		height: 70px;
    }
#catList
	{
        position: absolute;
		right: 0;
		bottom: 0px;
    }
#catList li
	{
        background-image: none;
		padding: 8px 0 0 0;

    }
#catList a
	{
        text-decoration: none;
		color: #92ABB9;
		font-size: 1.8em;
		line-height: 1em;
		text-transform: lowercase;
    }
#catList a:hover
	{
		color: #255D84;
    }


#content_doc
	{
		padding: 20px;
		width: 750px;
    }


/****************************************************
	OUTLET STORE
******************************************************/


.contentBox_539,  .contentBoxTyp_116
	{
		background: transparent url(/images/hgr_mz.gif) repeat-y right;

    }
#content_prod
	{
		float: left;
		padding: 60px 0 0 20px;
		width: 595px;
		background: transparent url(/images/hgr_outlet.jpg) no-repeat top left;
    }
#content_prod h1
	{
        text-transform: none;
		padding: 0 0 10px 0;
		font-size: 1.4em;
    }
p.price_new, p.price_old
	{
        display: inline;
		padding-right: 10px;
		font-size: 1.1em;
    }
p.price_new
	{
        font-weight: bold;
		color: #D20009;
    }
p.price_old
	{
		font-style: italic;
    }

#mzBox /* Merkzettelspalte*/
	{
		float: right;
		width:	185px;
		padding-top: 27px;
    }
#mz
	{
        background-color: #fff;
    }
#mz h3
	{
		background: #92ABBA url(/images/hgr_mzHead.gif) no-repeat top left;
		padding: 5px 8px;
		color: #fff;
		font-size: 1.2em;
	}
#mzContent
	{
        border-left: solid 1px #92ABBA;
		padding: 8px;

		min-height: 150px;
		position: relative;
    }
#mzContent table, #mzWkorbContent  table
	{
		width: 100%;
		border-collapse: collapse;
    }
#mzContent td, #mzWkorbContent td
	{
		padding: 0!important;
		color: #607A8A;
		font-weight: bold;
		vertical-align: top;
    }
#mzContent td span, #mzWkorbContent td span
	{
		color: #000;
		font-weight: normal;
    }
#mzContent a, #mzWkorbContent a
	{
		color: #607A8A;
    }


#mzContent td.price, #mzWkorbContent td.price
	{
        white-space: nowrap;
		text-align: right;
    }
#mzContent tr.total td, #mzWkorbContent tr.total td
	{
        color: #000;
		font-weight: normal;
		border-top: dotted 1px #607A8A;
    }

#deleteMzLink
	{
		position: absolute;
		bottom: 5px;
		right: 10px;
		font-size: 0.9em;
    }


.mzHintBox
	{
        line-height: 1.2em;
		font-size: 0.9em;
		padding: 10px 10px 10px 0;
    }


#mzFooter
	{
		display: block;
		/*background: #92ABBA url(/images/hgr_mzFooter.gif) no-repeat bottom left;*/
		padding: 0 8px 0 16px;
		border-bottom: solid 1px #92ABBA;
		color: #fff;
		font-size: 1.2em;
		text-decoration: none;
		font-weight: bold;
    }

.mzButton
	{
		height: 26px;
		line-height: 26px;		
		background: transparent url(../images/hgr_mzButton.gif) no-repeat bottom left;
		border: none!important;
	}




/* Liste */

ul.outletoducts
	{

		margin: 20px 0 0 0;
		width: 570px;
    }
ul.docListProducts li
	{
    	float: left;
		width: 568px;
		margin-bottom: 14px;
		padding: 0;
		border-top: solid 1px #607A8A;
		background-image: none;
	}

ul.docListProducts img
	{
        border: solid 1px #607A8A;
		margin-top: 0;
		border-top: none;
    }
ul.docListProducts img.btnInfos
	{
        border: none;
		position: absolute;
		top: 0;
		right: 0;
    }

ul.docListProducts div.textBlock
	{
		float: right;
		position: relative;
		width: 450px;
    }

ul.docListProducts h2
	{
		font-size: 1em;
		margin-top: 5px;
		padding-right: 110px;
    }

ul.docListProducts a
	{
		text-decoration: none;
    }
ul.docListProducts p
	{
		margin: 0;
    }


/* Pager */

.pager.bottom
	{
		clear: both;
        border-top: solid 1px #607A8A;
		width: 570px;
		padding: 20px 0;
		text-align: center;
		color: #607A8A;
		font-size: 1.6em;
		font-weight: bold;
		margin-top: 10px;
    }
.imgPrev
	{
		margin-right: 10px;
    }
.imgNext
	{
		margin-left: 10px;
    }
.docPager.pager.bottom
	{
		width: 100%;
	}


/****************************************************
	MITARBEITER
******************************************************/

#m_List
	{
		border-collapse: collapse;
		line-height: 1em;
    }
#m_List td
	{
		vertical-align: top;
		padding: 1px 0!important;
    }

#m_List td.m_Name
	{
		white-space: nowrap;
		font-weight: bold;
		padding-right: 10px!important;
    }
#m_List td p
	{
		margin: 0;
    }
#m_List td.td_Spacer
	{
		height: 10px;
    }


/****************************************************
	MERKZETTEL
******************************************************/

#content_mz
	{
        padding: 0 20px;
    }

#mzWkorbContent
	{
		width: 380px;
    }


#mzWkorbContent tr.total td
	{
        border-top: solid 1px #607A8A;
    }

/****************************************************
	Wunschliste
******************************************************/

#wrap.wList
    {
        background-image: url(/images/hgr_body_wish.jpg); 
    }


#content_prod.wishList
	{
		background: transparent url(/images/hgr_wishlist.jpg) no-repeat top left;
    }

.wishList .mainImage
    {
      float: left;
      margin-right: 10px;
    }
.wishList .contentProdHeader
    {
        float: left;
        width: 567px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: solid 1px #607A8A;
    }
.wishList .btnOrder
	{
		position: relative;
		top: 4px;
	}

.wishCartFormLeft label
	{
		width: 150px!important;
	}


.soldOut
	{
		color: #cc0000;
		display: block;
	}


#emptyList
    {
        float: left;
        color: #607A8A;
        background: transparent url(/images/hgr_emptyList.gif) no-repeat bottom left;
        padding: 80px 0 3px 45px;
    }


/* Liste */

ul.docListProductsWish li
	{
    	float: left;
		width: 568px;
		min-height: 64px;
		margin-bottom: 14px;
		padding: 0;
		border-top: solid 1px #607A8A;
		background-image: none;
	}

ul.docListProductsWish img
	{
        border: solid 1px #607A8A;
		margin-top: 0;
		border-top: none;
    }
ul.docListProductsWish img.imgLeft
	{
		margin-bottom: 0;
	}


ul.docListProductsWish img.btnOrder
	{
        border: none;
		margin-top: 5px;
    }

ul.docListProductsWish div.textBlock
	{
		float: right;
		position: relative;
		width: 450px;
    }
ul.docListProductsWish div.textBlock img
	{
		border: none;
    }
ul.docListProductsWish h2
	{
		font-size: 1em;
		margin-top: 5px;
		padding-right: 110px;
		text-transform: none;
    }

ul.docListProductsWish a
	{
		text-decoration: none;
    }
ul.docListProductsWish p
	{
		margin: 0;
    }
ul.docListProductsWish .priceOrderbtnBox
	{
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	

/****************************************************
	HERSTELLET
******************************************************/

#contentHersteller
	{
        padding: 0;
    }
#contentHersteller h1
	{
        margin-left: 20px!important;
    }
#logoList
	{
		float: left;
		position: relative;
		list-style: none;
		width: 100%;
		margin: 0;
		padding-bottom: 14px;
    }
#logoList li
	{
		float: left;
		margin-right: 40px;
		background-image: none;
		padding: 0;

    }
#logoList h3, #logoList h3 a
	{
        text-decoration: none;
		color: #92ABB9;
		font-size: 18px;
		line-height: 24px;
		text-transform: lowercase;
	}
#logoList h3.selected a
	{
        color: #316186;
    }


.logoListItem
	{
        display: none;
		margin-top: 20px;
    }
.logoListItem h4
	{
        clear: both;
		padding-left: 20px;
		color: #316186;
		font-size: 14px;
		margin-top: 10px;
    }

.logoItem
	{
        float: left;
		width: 131px;
		height: 75px;
		margin: 14px 0;
		text-align: center;
		color: #7A99B1;
		font-size: 0.9em;
		border-right: solid 2px #CBD8E0;
    }

.logoItem.nb
	{
		width: 133px;
		border: none;
    }


.logoItem img
	{
		margin-bottom: 3px;
    }

.logoItem a
	{
		text-decoration: none;
		color: #7A99B1;
    }


#logosHead_550 /* Möbel */
	{
		position: absolute;
		left: 215px;
		top: -32px;
    }

#logosHead_551 /* Raumaustattung */
	{
		position: absolute;
		left: 325px;
		top: -32px;
    }
#logosHead_552 /* Accessoires */
	{
		position: absolute;
		left: 512px;
		top: -32px;
    }
#logosHead_553 /* Leuchten */
	{
		position: absolute;
		left: 655px;
		top: -32px;
    }

/****************************************************
	FOOTER
******************************************************/
#footerBox
	{
		position: relative;
		clear: both;
		background-color: #92AABA;
		min-height: 57px;
		color: #fff;
		line-height: 1.2em;
	}
#footerBox, #footerBox a
	{
		color: #fff;
	}
#footerBox table
	{
        border-collapse: collapse;
		width: 520px;
		margin: 2px 0 0 10px;
    }
#footerBox table td
	{
        padding: 0;
    }
#footerBox table table
	{
        width: auto;
		margin: 0;
    }


#wk_Logo
	{
        position: absolute;
		top: 0;
		right: 20px;
    }


/*************************
	FORMULARE
**************************/

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 190px;
	}
.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 2px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}
.formField label
	{
		width: 100px;
		float: left;

	}
.button
	{
		margin-left: 0;
		margin-top: 10px;
		width: auto!important;
	}
.radio
	{
		width: auto;
	}

.radioSet
	{
		display: inline;
		padding-right: 1em;
	}
.radioLabel
	{
		position: relative;
		top: -2px;
		padding: 0 0.5em;
	}
.radioSet.fbError
	{
		border: none;
	}
.check
	{
		float: left;
		clear: both;
	}
.formField label.checkboxLabel, .formField label.radioLabel
	{
		position: relative;
		top: 0;
		float: none;
		padding-left: 0.5em;
		width: 100%;
	}
.formHint
	{
		clear: both;
		padding: 1em 0;
		font-size: 0.8em;
	}
.formField h4	{ padding: 1em 0;}





/*************************
	Login
**************************/

#cugBox
	{
		margin:0 0 10px 0;
	}
#cugBox h3
	{
		margin-left: 10px;
		margin-bottom: 5px;
		padding-left: 10px;
		padding-bottom: 2px;
		color: #990000;
		border-bottom: solid 1px #990000;
	}

#sideBarBox #cugBox  ul
	{
		border: solid 2px #990000;
		border-left-width: 1px;
		border-right-width: 1px;
	}
#sideBarBox #cugBox  ul ul { border: none; }

#loginData
	{
		position: absolute;
		z-index: 200;
		right: 25px;
		top: -20px;
		font-size: 0.9em;
	}
#loginForm
	{
		padding-left: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
#loginForm form
	{
		margin: 0;
		padding: 0;
	}
#loginForm label { font-size: 0.8em; line-height: 1em; padding: 0;}
#loginForm input { width: auto; }
#loginForm .button { margin: 0; }
#loginForm .formField { margin: 0.2em 0; padding: 0; }

.alertBox h4
	{
		display: none;
		font-size: 1.2em;
	}
.alertBox
	{
		color: #cc0000;
		padding: 0 0 20px 50px;
		background: transparent url(/images/alertSign.gif) no-repeat left top;
		margin-top: 20px;
	}
.alertBox ul, .alertBoxSmall ul
	{
		color: #cc0000!important;
	}
