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

	SITE: MR-Chemie
	
	Farben:

	Grau Hintergrund:		#CDCECF
	Grau rechte Spalte:		#DBE1E3

	Rot:					#CD242A

	grass@mai-multimedia.de 2008

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

* {margin: 0; padding: 0;}


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

ul { margin: 0 0 1em 1.6em; }
ol { margin: 0 0 1em 2.4em; }
ol li { margin-bottom: 1em; }


/****************************************************
	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; }
.imgBorder
	{
        border: solid 1px #ededed;
    }

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

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.dot { background: transparent url(/images/media_dot.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; }
a.jpg {	background: transparent url(/images/media_jpg.gif) no-repeat; }
a.gif {	background: transparent url(/images/media_gif.gif) no-repeat; }
a.png {	background: transparent url(/images/media_png.gif) no-repeat; }

.mediaImage img { display: none; }

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

	}	

hr
	{
		height: 1px;
		color: #41636E;
	}	
	
p { margin: 1em 0;}
sup
	{
		font-size: 0.9em;
		line-height: 1em;
	}
span.reg
	{
		font-size: 0.9em;
		position: relative;
		top: -0.4em;
		text-decoration: none;
    }


table
	{
		margin-bottom: 2em;
    }

td
	{
		padding: 0.1em 0.5em 0.1em 0!important;
		vertical-align: top;
	}

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

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

#wrap
	{
		text-align: left;
		position: relative;
		margin: 0 auto;
		width: 910px;
		background: transparent;
	}

#headerBox
	{
		position: relative;
        height: 100px;
		z-index: 20;
    }
#logo
	{
        margin: 10px 0 0 10px;
    }
#logoClaim
	{
        position: absolute;
		top: 62px;
		left: 116px;
    }
#serviceBox
	{
        position: absolute;
		top: 0;
		right: 20px;
    }
#homeLink
	{
        float: left;
        font-size: 0.9em;
		padding: 2px 22px 0 0;
    }
#languageNav
	{
        float: left;
		padding: 2px 22px 0 0;
    }

#languageNav a
	{
        font-size: 0.9em;
		padding-left: 22px;
		background-position: 0 0.25em;
		background-repeat: no-repeat;
    }
#languageNav a.de
	{
		background-image: url(/images/flagde.gif);
    }
#languageNav a.en
	{
		background-image: url(/images/flagen.gif);
    }

#searchBoxForm
	{
        float: left;
		margin: 0;
		padding-top: 5px;
    }
#searchBoxButton
	{
        width: 16px;
		height: 16px;
		margin: 0;

    }
#searchBoxForm .searchField
	{
        border: solid 1px #666666;
		background-color: #DCDDDD;
		height: 14px;
		width: 112px;
		font-size: 11px;
		line-height: 12px;
		margin: 0 2px 0 0;
		float: left;
    }


/*************************
   MENÜ
**************************/
#mainNav
	{
        float: left;
		position: absolute;
		top: 75px;
		right: 100px;
		color: #2F3133;
		line-height: 1em;
		list-style: none;
    }
#mainNav a
	{
		display: block;
		color: #2F3133;
		padding: 5px 8px 8px 8px;
		text-decoration: none;
    }
#mainNav a:hover, #mainNav li.active a
	{
        color: #fff;
		background-color: #CD242A;
    }


#mainNav li
	{
        float: left;
		position: relative;
    }

#mainNav ul, #mainNav ul li
	{
		float: none;
    }
#mainNav ul
	{
		position: absolute;
		width: 140px;
        background: #fff url(/images/hgr_menuSubArrow.gif) no-repeat 5px 0;
		height: 130px;
		padding-top: 10px;
		display: none;
		list-style: none;
		margin: 0;
    }

#mainNav li.active ul
	{
        display: block;
    }
#mainNav ul a, #mainNav li.active ul a
	{
		color: #2F3133;
        background-color: transparent;
		padding: 2px 8px 4px 8px;
    }

#mainNav ul a:hover, #mainNav ul a.active
	{
        color: #CD242A!important;
    }

#mainNav ul li
	{
		position: static;
    }

#mainNav li.active ul ul
	{
        display: none;
    }
#mainNav ul li.active ul
	{
        display: block;
    }
#mainNav ul ul
	{
		background-image: none;
		top: 0;
		left: 140px;
		height: 130px;
		margin-top: 10px;
		padding-top: 0;
		width: auto;
		min-width: 120px;
		border-left: solid 1px #CDCECF;
    }

#mainNav ul ul li
	{
        white-space: nowrap;
    }



#mainBodyBox
	{
		position: relative;
				float: left;
		z-index: 10;
		background-color: #fff;
		padding: 10px;
    }
#keyvisual
	{
        width: 890px;
		height: 130px;
    }


#contentBox
	{
        position: relative;
		float: left;
		padding: 85px 0 0 95px;
		width: 530px;
		overflow: hidden;
    }

h1
	{
		position: absolute;
		top: 120px;
		left: 10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.2em;
        color: #fff;
		width: 246px;
		height: 80px;
		padding: 10px 0 0 30px;
		background: transparent url(/images/hgr_h1.gif) no-repeat top right;
    }
h2
	{
        color: #CD242A;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.2em;
		margin-bottom: 2em;
    }
h3
	{
        color: #41636E;
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.2em;
    }

.textblock1
	{
        clear: both;
    }


/*************************
   LISTEN (RUBRIK)
**************************/

.rubList
	{
        position: relative;
		float: left;
		width: 510px;
		padding: 20px 0;
    }


.rubListItem
	{
        position: relative;
		float: left;
		width: 180px;
		padding-left: 60px;
		height: 47px;
		line-height: 1.2em;
		padding-top: 3px;
		margin-bottom: 10px;
		cursor: pointer;
		background-position: top left;
		background-repeat: no-repeat;
    }
.rubListItem:hover
	{
		background-color: #DBE1E3;
    }

.rubListItem.even
	{
		margin-right: 30px;
    }

.rubListItem h3,.rubListItem p
	{
		padding: 0;
		margin: 0;
    }
.rubListItem p
	{
        font-size: 0.9em;
    }
.rubListItem a
	{
        text-decoration: none;
    }

.catList
	{
		margin-bottom: 2em;
    }
.catList li
	{
		list-style: none;
        list-style-image: url(/images/cat_listDot.gif);
		margin-bottom: 0.5em;
	}

/*************************
   LISTEN (DOKUMENTE)
**************************/

.docList
	{
		margin: 0 0 2em 0;
		width: 100%;
    }
.docList .imgLeft
	{
        margin-right: 1em;
    }


.docList li
	{
		float: left;
		width: 100%;
		border-top: solid 1px #41636E;
		margin-bottom: 0.5em;
		padding-top: 1em;
		list-style: none;
    }
.docList li.firstListItem
	{
        border: none;
		padding-top: 0;
    }


.docList h3, .docList p
	{
		margin: 0;
    }

.docLinks
	{
        margin: 1em 0 0 0;
	}
.docLinks li
	{
		float: none;
		width: auto;
        padding: 0;
		border: none;
		list-style-image: none;
	}

/*************************
   PRODUKTE
**************************/

h3.productTableHead
	{
        margin-bottom: -1em;
    }


.productTable
	{
		border-collapse: collapse;
		border: none;
		margin: 2em 0;
		color: #4C4C4C;
		width: 620px;
		position: relative;
		left: -95px;
    }

.productTable.download
	{
		left: 0px;
		width: 100%;
    }


.productTable tr.tr_1 th
	{
        color: #41636E;
		font-size: 1.3em;
		font-weight: normal;
		padding: 0.5em 0;
    }
.productTable tr.tr_2 th
	{
		font-weight: bold;
    }
.productTable th, .productTable td
	{
		padding: 0.3em 6px 0.5em 6px!important;
		vertical-align: top;
    }
.productTable td
	{
		border-top: solid 1px #CFD3DE;
    }
.bl
	{
		border-left: solid 1px #CFD3DE!important;
    }
.bl.spezi
	{

    }
.bl.zls
	{
		width: 6em;
    }
.bl.dloads
	{
        width: 95px;
    }


.bt
	{
		border-top: solid 1px #CFD3DE!important;
    }


.productTable th.th_1, .productTable td.td_1
	{
		border-left: none;
		padding-left: 0!important;
    }
.productTable td.td_1
	{
        font-weight: bold;

    }
.productTable a
	{
		background-image: none;
		padding: 0;
    }

.productTable td.td_image, .productTable th.th_image
	{
        width: 95px;
		padding: 0.3em 0 0.5em 0!important;

    }


.productTable .prodImageThumb
	{
		margin: 0 15px 0 10px;
    }

.artNr
	{
        font-weight: normal;
    }

/* Produktdetail */

#prodDtlImageBox
	{
		position: absolute;
		left: 10px;
		top: 90px;
    }
#prodDtlImagesBox
	{
        float: left;
    }

#prodDtlImagesBox .prodtlImage
	{
        float: left;
		margin-right: 10px;
    }

.prodtlImage
	{
		position: relative;
		display: block;
		padding-bottom: 10px!important;
		margin-bottom: 5px;
		background: transparent url(/images/zoom.gif) no-repeat bottom left!important;
    }


.dloadMediaList
	{
        margin: 1em 0;
		list-style: none;
    }
.dloadMediaList a
	{
        background-image: none;
		padding-left: 0;
    }

.infoImage
	{
        float: right;
    }


/*************************
   VERTRETUNGEN
**************************/

#map
	{
        float: right;
		margin-left: 25px;
    }


#adressBox
	{
    }
#adressBox select
	{
		width: auto!important;
    }

#adressBlock
	{
		clear: both;
    }
#adressBlock img
	{
		float: left;
    }
#adressBlock H3
	{
		position: relative;
		top: 3px;
		line-height: 1em;
		clear: none;
		margin: 0;
		padding: 0;
    }
#adressBlock p
	{
		clear: left;
		margin: 0;
		padding: 0;
    }
#adressBlock p.firma
	{
		margin: 0.5em 0 0.5em 0;
		font-weight: bold;
    }
#adressBlock p.adress
	{
        padding: 0.5em 0;
    }

.adressItem
	{
        margin-bottom: 3em;
    }
h3.pleaseWait
	{
        line-height: 2em!important;
    }


/*************************
   RECHTE SPALTE
**************************/

#contextBox
	{
        position: relative;
		float: right;
		width: 230px;
		padding-top: 10px;
		padding-bottom: 33px;
		background: transparent url(/images/hgr_contextBox.gif) no-repeat left bottom;
    }

.contextBoxItem
	{
        background-color: #DBE1E3;
		margin-bottom: 2px;
		padding: 15px 10px 5px 10px;
    }
.contextBoxItem h3
	{
		margin: 0;
		font-size: 1em;
		font-weight: bold;
		color: #CD242A;
		text-transform: uppercase;
		padding-bottom: 1em;
    }

.contextBoxItem p
	{
		font-size: 0.9em;
		line-height: 1.4em;
        margin: 0;
		padding-bottom: 1em;
    }

.contextBoxItem.typ_2
	{
        background-color: #BFCBCE;
    }
.contextBoxItem.typ_3
	{
        background-color: #fff;
		padding: 0;
    }
.contextBoxItem.typ_3 p
	{
        padding: 0;
    }


.contextBoxItem a.pdf
	{
		display: block;
		min-height: 20px;
		background: transparent url(/images/pdf_gray.png) no-repeat;
	}

/*  BOXLiNKS*/

.boxLinks
	{
		margin: 0;
		list-style: none;
	}
.boxLinks li
	{
        padding-bottom: 1em;
    }
.boxLinks h4
	{
		font-size: 0.9em;
		line-height: 1.4em;
    }

.boxLinks h4 a
	{
		text-decoration: none;
    }
.boxLinks h4 a:hover
	{
		color: #000;
    }
.boxLinks p
	{
		margin: 0;
		padding: 0;
	}

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

#goTop
	{
		display: block;
		clear: both;
		background: transparent url(/images/gotop.gif) no-repeat top left;
		width: 100px;
		padding-top: 16px;
		font-size: 1px;
		text-decoration: none;
		line-height: 1px;
		color: #fff;
	}

/*************************
	FOOTER
**************************/

#footer
	{
		clear: both;
		font-size: 0.9em;
		margin: 10px 20px;
    }
#copyRight
	{
        color: #fff;
    }


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

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

	}
.button
	{
		margin-left: 120px;
		margin-top: 20px;
	}


.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;}


/*************************
	SUCHE
**************************/

.button.search
	{
		margin-left: 0px;
		width: auto;
    }

.isearch-highlight
	{
		font-weight: bold;
    }


/*************************
	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;
		background-color: #fff;
		right: 25px;
		top: 95px;
		font-size: 0.9em;
	}
#loginForm
	{
		border-bottom: solid 2px #990000;
		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
	{
		color: #cc0000
	}
/* Extras */
.nikolaus, .rentier
	{
        position: absolute;
		z-index: 99999;
		height: 25px;
		width: 17px;
		background: transparent url(/images/nikolaus.png);
    }
.rentier
	{
		width: 35px;
        height: 35px;
		background: transparent url(/images/rentier.png);
    }