/****************************************************

	SITE: LG PRÄZISION

	17.01.2008
	
	Farben:
	
	Logo Blau dunkel: #0F629C
	Logo Blau hell: #7699C2
	
	Blau dunkel: #0072BC
	Blau mittel: #6599D1
	Blau hell: #95B5DF
	
	Grau dunkel: #6D6E71
	Grau mittel: #BCBDC0
	Grau hell: #DCDDDF

	mai-multimedia 2006	

******************************************************/

* {margin: 0; padding: 0;}

html
	{
		height: 100%;
	}
	
body
	{
		height: 100%;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 82%;
		line-height: 1.2em;
		background: #fff;
		text-align: center;
		color: #6D6E71;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

ul { list-style: none; }

/****************************************************
	ALLGEMEINE STYLES
******************************************************/

.clear { clear: both; }
.invisible { display: none; }

img { border: none; }
.imgLeft { float: left;  clear: left; margin: 2px 20px 20px 0;}
.imgRight { float: right; margin: 4px 0 20px 20px; }

a
	{
		color: #0072BC;
	}
a:hover
	{
		color: #000;
	}

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
	{
		font-weight: normal;
		line-height: 1.2em;
	}
	
h1
	{
		font-weight: bold;
		color: #6D6E71;
		margin-bottom: 0.4em;
	}	
h1.logoH1
	{
		padding-right: 170px;
		width: 62%;
		position: relative;
	}
h1 #logoMedia
	{
		position: absolute;
		top: 0.2em;
		right: 0;
	}

	
h4
	{
		font-weight: bold;
	}	
hr
	{
		height: 1px;
		color: #40AC73;
	}	
	
p { margin: 1em 0;}	

#ieTableHack { min-height: 600px;}
#ieTableHack td { background: transparent url(/images/hgr_wrapInner.gif) repeat-y 20% 0;}		
#ieTableHack table td { background: none; } 
#wrap
	{
		min-height: 100%;
		text-align: left;
		margin: 0 auto;
		min-width: 800px;
		max-width: 994px;
		background: url(/images/hgr_wrap.gif) repeat-y 80% 0;
	}
#wrapInner
	{
		position: relative;
		height: 100%;
		border-right: solid 1px #DCDDDF;
	}
#headerBox
	{
		position: relative;
		height: 105px;
		background: #fff url(/media/media_592.jpg) repeat-y;
	}

#logoBox
	{
		position: absolute;
		right: 2px;
		z-index: 10;
		background: #fff;
		width: 19.7%;
		height: 105px;
	}	
#logo
	{
		position: absolute;
		right: 0;
		top: 25px;
		width: 219px;
		height: 64px;
	}
#mainBodyBox
	{
		float: left;
		width: 80%;
	}

/****************************************************
	CONTENT (Mitte)
******************************************************/	

#contentBox
	{
		position: relative;
		padding-left: 25%;
		width: 80%;
	}
#breadcrumpBox
	{
		padding: 10px 2em 20px 2em;
	}	
	
#contentHolder
	{
		padding: 45px 0 2em 25px;

	}
#contentHolder h1
	{
		font-size: 1.8em;
		font-weight: normal;
		margin: 0 0 1em 0;
		border: none;
	}
#contentHolder h2
	{
		font-size: 1.4em;
		margin: 1.2em 0 1.4em 0;
	}
#contentHolder h3
	{
		font-size: 1em;
		margin: 1.2em 0 1.4em 0;
	}
#contentHolder p, #contentHolder ul, #contentHolder ol
	{
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
#contentHolder ul
	{
		margin: 1em 1.6em;
	}
#contentHolder ol
	{
		margin: 1em 2.5em;
	}	
#contentHolder li
	{
		padding: 0.2em 10px;
		background: transparent url(/images/listDot.gif) no-repeat 0 0.6em;
	}
#contentHolder td
	{
		font-size: 1em;
		vertical-align: top;
		padding-right: 1em!important;
	}
#contentHolder td p
	{
		font-size: 1em!important;
	}
#contentHolder table.pixBorder
	{
		border: solid 1px #333;
		border-collapse: collapse;
	}
#contentHolder table.pixBorder td
	{
		border: solid 1px #333;
		padding: 0.3em;
	}
	
#contentHolder #content
	{
		padding-right: 170px;
		width: 62%;
		position: relative;
	}
#contentHolder #contentFull
	{
		padding: 0;
		width: 85%;
		position: relative;
	}	
#contentHolder #mainMedia
	{
		position: absolute;
		width: 145px;
		top: 0;
		right: 0;
		text-align: right;
	}
#contentHolder #mainMedia img
	{
		margin-bottom: 15px;
	}
/****************************************************
	MENÜ (SIDEBARBOX)
******************************************************/	
	
#sideBarBox
	{
		position: absolute;
		top: 145px;
		width: 20%;
		font-size: 1em;
		background: #6599D1;
	}
#sideBarBox ul
	{
		margin-left: 18px;
	}
#sideBarBox li
	{
		padding: 0.7em 22px;
		padding-right: 0;
		background: transparent url(/images/menuDot.gif) no-repeat 0 0.8em;
	}
#sideBarBox li.select, #sideBarBox li.selectSub
	{
		background: transparent url(/images/menuDot_hl.gif) no-repeat 0 0.8em;
	}


#sideBarBox a
	{
		display: block;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		font-size: 0.9em;
		border-bottom: solid 1px #6599D1;
	}	
#sideBarBox a.select
	{
		color: #fff;
		font-weight: bold;
		border-bottom: solid 1px #fff;
	}
#sideBarBox a.selectSub
	{
		font-weight: bold;
	}
#sideBarBox a:hover
	{
		color: #fff;
		border-bottom: solid 1px #fff;
	}

#sideBarBox ul ul
	{
		margin: 0.5em 0 0 0;
	}	
	
#sideBarBox ul ul a
	{
		display: block;
		text-decoration: none;
		color: #095393;
		text-transform: none;
		font-size: 0.9em;
	}	
#sideBarBox ul ul a.select
	{
		font-weight: bold;
		border-bottom: solid 1px #fff;
	}
#sideBarBox ul ul a:hover
	{
		border-bottom: solid 1px #fff;
	}	
	

#sideBarBox ul ul li
	{
		padding: 0.1em 0;
		margin: 0;
		background-image: none;
	}
#sideBarBox ul ul li.select
	{
		background-image: none;
	}


	
/****************************************************
	RECHTE SPALTE (SIDEBARBOX2)
******************************************************/			
	
#sideBarBox2
	{
		float: right;
		width: 20%;
		padding-top: 35px;
		overflow: hidden;
	}
.sideBar2Item
	{
		margin: 0 6px 2em 12px;
		padding: 10px 8px 5px 4px;
		border: solid 1px #BCBDC0;
		border-right-color: #fff;
		border-bottom-color: #fff;
		color: #0072BC;
	}
.sideBar2Item h3
	{
		font-size: 0.9em;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		padding:  5px 0 6px  25px;
		background: transparent url(/images/sideBarH3Hgr.gif) no-repeat;		
	}
.sideBar2Item h3 span
	{
		display: block;
		padding-left: 3px;
		padding-top: 1px;
		background: #0072BC;
	}
.sideBar2Item p
	{
		font-size: 0.9em;	
		margin: 12px 0 6px  28px;
	}
#serviceNav
	{
		padding: 10px;
		text-align: right;
	}

/****************************************************
	FOOTER
******************************************************/		
#footer
	{
		clear: both;
	}

/*************************
	FORMULARE
**************************/	

form
	{
		margin: 1.4em 0;
		padding: 0;
		font-size: 1em;
	}
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: 155px;
		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
	{
		padding: 1em 0;
	}
	
.alertBox h4
	{	
		font-size: 1em;
	}	
.alertBox ul
	{	
		color: #cc0000
	}	

/*************************
	Login
**************************/	
#loginData
	{
		position: absolute;
		z-index: 200;
		background-color: #fff;
		left: 225px;
		top: 95px;
	}
/*************************
	Handelspartner Popup
**************************/		
#hp
	{
		padding: 95px 15px 25px 20px;
		text-align: left;
		float: left;
		width: 95%;
		background: #fff url(/images/hpInfo.gif) no-repeat 0 15px;
		color: #0072BC;
		font-size: 1em;
	}
#hp #left
	{
		padding: 5px 0;
		position: absolute;
		left: 20px;
		width: 230px;
		padding-right: 8px;
		border-right: solid 1px #0072BC;
	}
#hp #hpLogo
	{
		border-bottom: solid 1px #0072BC;
		min-height: 80px;
		margin-bottom: 10px;
		padding-bottom: 10px
	}
#hp #center
	{
		margin-left: 238px;
		padding: 5px 0 5px 22px;
		border-left: solid 1px #0072BC;
		position: relative;
	}
#hp #marken
	{
		position: relative;
	}
#hp #marken .imgBox
	{
		width: 32%;
		height: 65px; 
		text-align: center;
		padding: 10px 0;
		float: left;
	}
#hp a	
	{
		text-decoration: none;
	}
#hp h1
	{
		color: #0072BC;
		border-bottom: solid 1px #0072BC;
	}
	
#hp ul
	{
		margin: 1em 1.6em;
	}
#hp ol
	{
		margin: 1em 2.5em;
	}	
#hp li
	{
		padding: 0.2em 10px;
		background: transparent url(/images/listDot.gif) no-repeat 0 0.6em;
	}	
	
/*************************
	Partner Lieferanten
**************************/		

.pDocList {}

.pDocList .pDocListItem
	{
		border-bottom: solid 1px #6599D1;
		float: left;
		width: 100%;
	}
	
.pDocList .pDocListItemMedium
	{
		float: left;
		width: 40%;
		padding: 1.5em 0;
	}
	
.pDocList .pDocListItemAdresses
	{
		float: left;
		width: 45%;
	}
.pDocListItemAdress
	{
		color: #0072BC;
		width: 100%;
		padding: 1em 0 1em 5em!important;
		margin: 0!important;
		background: transparent url(/images/plArrow.gif) no-repeat 0 1.2em;		
	}
	
/*************************
	Partner Hersteller
**************************/

	
#adressBox
	{
		position: relative;
	}

#formBlock
	{
		position: relative;
		float: left;
		width: 100%;
		height: 80px;
	}	
	
#docList, #mImage 
	{
		float: left;
		width: 49%;
	}
#mImage
	{
		text-align: center;
	}

#adressBlock
	{
		float: left;
		clear: both;
		width: 100%;
	}
#adressBlock .adressLeft, #adressBlock .adressRight
	{
		float: left;
		width: 49%;
		font-size: 1em;
		padding: 1em 0;
		color: #0072BC;
		
	}
#adressBlock .adressLeft, h3
	{
		clear: both;
	}

h3
	{}	