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

	SITE: Iserlohner Werkstätten (www.iserlohner-werkstaetten.de/)
	
	Farben:
	
	Blau dunkel:	#1F9ED9
	Blau mittel:	#92CCEF
	Blau hell:		#AFD9F4

	06.05.2010
	grass@mai-multimedia.de 2010	

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

* {margin: 0; padding: 0;}


body
	{
		font-family: Arial,Helvetica,serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #fff url(../images/hgr_main.gif) repeat-x 0 176px;
		color: #5F686E;
		padding-bottom: 2em;
	}
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; }
.noBorder { border: none!important; }

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


a
	{
		color: #1F9ED9;
	}
a:hover
	{
		text-decoration: none;
	}

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-size: 2.6em;
		font-weight: normal;
		text-align: right;
		color: #1F9ED9;
		padding: 0px 60px 30px 0;
	}	
h1.standard2
	{
		padding-left: 40px;
	}	

h2
	{
		font-weight: bold;
		font-size: 1.3em;
	}	
h3, h4
	{
		padding: 0;
	}	
	
hr
	{
		height: 1px;
		color: #A5A5A5;
	}	

p { margin-bottom: 1.2em;}	
	
	
.arrow
	{
		padding-left: 30px;
		position: relative;
		left: -30px;
		background: transparent url(../images/plArrow.gif) no-repeat;
	}	
	
td { padding: 0.1em 0.5em 0.5em 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
	{
		width: 998px;
	}
#headerBox, #menuBox, #showImageBoxHolder, #contentBox
	{
		
	}
	
	
/****************************************************
	Kopfbereich
******************************************************/	

#headerBox
	{
		position: relative;
		height: 126px;
		z-index: 10;
	}

#logo
	{
		position: absolute;
		top: 38px;
		right: 0;
	}

#breadcrumpBox
	{
		position: absolute;
		left: 32px;
		bottom: -5px;
		font-size: 0.9em;
	}	
#breadcrumpBox a
	{
		text-decoration: none;
	}	

/****************************************************
	MENÜ
******************************************************/	

#menuBox
	{
		position: relative;
		height: 50px;
		margin-left: 26px;
		z-index: 11;
	}
#menuBox ul { list-style: none; }

ul.dropdown
	{
		position: absolute;
		/*width: 900px;*/
		width: 75em;
		bottom: 0;
		z-index: 99;
	}
ul.dropdown li
	{
		float: left;
		position: relative;
	}
ul.dropdown li a
	{
		display: block;
		line-height: 1em;
		color: #5F686E;
		font-weight: bold;
		padding: 18px 42px 10px 8px;
		text-decoration: none;
	}
ul.dropdown li a:hover
	{
		color: #989DA1;
	}

	
ul.dropdown li a span
	{
		color: #000;
	}	

ul.dropdown li.activ a, ul.dropdown li.activ_widthSubCat a
	{	
		font-weight: bold;
		color: #989DA1;
	}


ul.dropdown li.activ ul, ul.dropdown li.activ_widthSubCat ul
	{
		 display: block;
	}	
ul.dropdown li ul li
	{
	padding: 2px 0;
	margin: 0;
	line-height: 1em;
}
ul.dropdown li ul a, ul.dropdown li.activ ul a, ul.dropdown li.activ_widthSubCat ul a
	{

		font-weight: normal;
		padding: 2px 8px 6px 8px;
		background: transparent;
		color: #000;
	}
ul.dropdown ul a.activ
	{	
		font-weight: bold!important;
				color: #1F9ED9!important;
	}	
	
ul.dropdown li ul a:hover
	{

		background: transparent;
		background-image: none!important;
	}	


ul.dropdown * ul
	{
		display: none;
		position: absolute;
		/*width: 150px;*/
		width: 12.5em;
		background: #fff;
		filter:Alpha(opacity=90);  /* ie */
		-moz-opacity: 0.9;  /* mozi */
		-khtml-opacity: 0.9;  /* safari/konqueror */
		opacity: 0.9; /* css3 */
	}
ul.dropdown ul li
	{
		float: none;
		padding: 1px 0;

	}	
ul.dropdown ul li, ul.dropdown ul li a
	{
		color: #000;
	}

ul.dropdown ul ul {}
	
/*
ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul {
    display: none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul, ul.dropdown li.activ ul {
    display: block;
}
*/
	
/*Inhalt*/	
	
#mainBodyBox
	{

	}
#showImageBoxHolder
	{
		position: relative;
		height: 184px;
		background: #1F9ED9  url(../images/showImageBoxHolder.gif) repeat-y right;
		margin-bottom: 40px;
	}
#showImageBox
	{
		background: transparent url(../images/showImageDefault1.jpg) no-repeat right;
		height: 184px;	
	}
		
/****************************************************
	CONTENT (Mitte)
******************************************************/	

#contentBox
	{
		position: relative;
	}
#contentBox li
	{
		padding-left: 12px;
		background: transparent url(../images/listDot.gif) no-repeat 0 0.5em;
	}
#mainMedia
	{
		position: absolute;
		left: 40px;
		bottom: 14px;
	}	
	
#contentLeft
	{
		padding: 0 0 0 260px;
		position: relative;
	}
#contentLeft.doc
	{
		padding: 0 60px 0 200px;
	}
#contentRight
	{
		width: 330px;
		padding: 0 60px 2em 18px;
	}
#contentLeft, #contentRight
	{
		float: left;
/*text-align: justify;*/
		width: 330px;
	}
.contentLeftSmall, .contentRightSmall
	{
		text-align: left!important;
		width: 260px!important;
	}
.contentLeftSmall
	{
		padding-left: 450px!important;
	}
.contentRightSmall
	{
		padding-right: 10px!important;
	}
#contentLeft h2, #contentRight h2
	{
		text-align: left;
		font-size: 1em;
	}
#contentLeft h3, #contentRight h3
	{
		margin-bottom: 1.2em;
	}
#contentLeft ul, #contentRight ul
	{
		text-align: left;
		margin-bottom: 1em;
	}
#contentRight .content
	{
		
	}
#contentRight .contentFull
	{
		padding-left: 0;
	}

	
ul.docLinkList
	{
		position: absolute;
		bottom: 0;
		right: 0;
	}	
ul.docLinkList li
	{
		background-image: none!important;
		padding: 0!important;
		padding-right: 60px!important;
	}	
ul.docLinkList.small li
	{
		padding-right: 10px!important;
	}	
	
#siteNav
	{
		position: absolute;
		bottom: 0;
		right: 0;
	}
#siteNav a
	{
		margin: 0 5px;
	}	
/*Anfahrtsplan*/
	
#aPlan
	{
		position: absolute;
		left: 180px;
		top: 403px;
	}
#aPlanGross
	{
		position: absolute;
		z-index: 2000;
		left: 180px;
		top: 100px;
		visibility: hidden;
	}	

#aPlanGross .close
	{
		position: absolute;
		width: 15px;
		height: 15px;
		line-height: 1em;
		top: 2px;
		right: 2px;
		background: transparent url(../images/closePlan.gif) no-repeat;
	}


/* catDocRight */	

h2.docBlockHead
	{
		border-left: solid 1px #000;
		padding-left: 4px;
		line-height: 1em;
	}
.docBlock
	{
		padding: 1em 0 1em 5px;
		margin-bottom: 2em;
		border-bottom: solid 1px #A5A5A5;
	}	
	
/* catNews */
.catNewsContentBox
	{
		margin-top: 55px;
	}
h2.catNewsList
	{
		color: #1F9ED9;
		padding-left: 4px;
		line-height: 1em;
		
		font-size: 1.4em;
	}
h2.catNewsList a
	{
		text-decoration: none;
		font-weight: bold;
	}
h2.catNewsList span
	{
		float: left;
		width: 1.3em;
	}	
	
p.catNewsList
	{
		margin-bottom: 1em;
		padding-left: 1.5em;
	}
#subKatList
	{
		margin-top: -17px;
	}

#subKatList a
	{
		text-decoration: none;
		font-weight: bold;
	}

/* Adressen */
.adressTab
	{
		width: 100%;
		margin-bottom: 2em;
		border-top: solid 1px #000;
		border-collapse: collapse;
	}

.adressTab td
	{
		padding: 14px 2px!important;
		vertical-align: top;
		border-bottom: solid 1px #000;
	}
.adressTab .td_th
	{
		font-weight: bold;
	}
	
.adressTab .mail
	{
		text-align: right;
	}
.adressTab p
	{
		margin: 0;
		padding: 0;
	}


.galerieTable
	{
		width: 100%;
	}	
.galerieTable td
	{
		text-align: center;
		vertical-align: middle;
	}
.galerieTable td
	{
		padding-bottom: 20px!important;
	}
/****************************************************
	Servive Navigation
******************************************************/
	
#serviceNavBox
	{
		position: absolute;
		left: 36px;
		bottom: 5px;
		color: #fff;
		font-weight: bold;
	}
#serviceNavBox ul {}
#serviceNavBox ul li
	{
		float: left;
		line-height: 1.1em;
		padding-right: 30px;
		padding-top: 5px;
	}
#serviceNavBox a
	{
		text-decoration: none;
		color: #fff;
	}

	


	

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

#kontaktBox
	{
		position: absolute;
		z-index: 9;
		top: -210px;
		left: 204px;
		width: 400px;
	}

form
	{
		margin: 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 175px;
		font-size:12px;
		border: solid 1px #1F9ED9;
	}
textarea
	{
		height: 76px;
	}
label
	{
		color: #fff;
		font-weight: bold;
	}
.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 1px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}	
.formField label
	{
		width: 9em;
		float: left;

	}
.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
	{
	display: none;
		clear: both;
		padding: 1em 0;
		font-size: 0.8em;
	}
.formField h4	{ padding: 1em 0;}

.alertBox
	{
		position: absolute; top : -115px;
	}

.alertBox h4
	{	
		display: none;
		font-size: 1.2em;
	}	
.alertBox ul
	{	
		color: #cc0000
	}	

.button
	{
		position: absolute;
		cursor: pointer;
		bottom: 0;
		right: 0;
		width: 8em;
		font-weight: bold;
		color: #fff;
		border: none;
		background-color: #92CCEF;
	}
