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

	SITE: Hölcke Tiefbau
	
	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

	stephan grass 2006	

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

* {margin: 0; padding: 0;}

html, body
	{
		height: 100%;
	}
	
body
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 75%;
		text-align: center;
		background: #F1F1F1 url(/images/hgr_body.gif) repeat-x;
	}
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; }
img.imgLeft { float: left;  clear: left; margin: 2px 10px 10px 0;}
img.imgRight { float: right; margin: 4px 0 20px 20px; }


a
	{
		color: #3B7E4E;
	}
a:hover
	{
		color: #E86700;
	}

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 { }
a.zoomImageLink image
	{}

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

h1, h2
	{
		font-size: 1.7em!important;
		font-weight: normal;
		color: #898989;

	}
h2, h3
	{
		color: #464646;
	}
h2
	{
		clear: both;
		margin-bottom: 1em;
	}
h3
	{

		clear: both;
		padding-left: 16px;
		background: transparent url(/images/dot.gif) no-repeat 0 4px;
		margin-bottom: 1em;
	}


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

p { margin: 0 0 1em 0;}

.break
	{
		clear: both;
	}

#logo
	{
		position: absolute;
		top: 72px;
		left: 0;
	}

td
	{
		padding: 0.5em;
	}

#wrap
	{

		width: 948px;
		min-height: 100%;
		margin: 0 auto;
		text-align: left;
		border: solid 1px #fff;
		border-top: none;
		border-bottom: none;
		background: #fff url(/images/hgr_wrap.gif) repeat-y top right;
	}

/****************************************************
	HEADER
******************************************************/

#headerBox
	{
		position: relative;
		height: 72px;
        background-color: #fff;
    }
/*
	SERVICENAV
*/

#serviceNav
	{
		position:absolute;
		left: 717px;
		top: 10px;
	}
#serviceNav a
	{
		font-size: 10px;
		line-height: 5px!important;
		color: #8A8A8A;
		text-decoration: none;
		background: transparent url(/images/hgr_serviceNavStripe.gif) no-repeat right;
		padding: 0 8px 0 5px;
	}
#serviceNav a.lastItem
	{
        background-image: none;
    }


#serviceNav a:hover
	{
		color: #E86700;
	}

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

#topMenuBox
	{
		position: relative;
		height: 141px;
		background: #2E8446 url(/images/hgr_topBox.gif);
	}

#mainNav
	{
		list-style: none;
		margin: 0;
		margin-left: 232px;
		font-size: 0.9em;
		height: 141px;
		border-left: solid 1px #fff;
	}
#mainNav li
	{
		float: left;
		position: relative;
		border-right: solid 1px #fff;
		width: 120px;
		padding: 120px 0 0 0;
		line-height: 20px;
		background: #2E8446;
		text-transform: uppercase;
	}
#mainNav a
	{
		display: block;
		padding-left: 10px;
		color: #fff;
		border-top: solid 1px #fff;
		text-decoration: none;
		background: #2E8446;
	}

#mainNav #mainNav_161 { background: transparent url(/images/hgr_menuLeistungen.jpg) no-repeat top left; }
#mainNav #mainNav_181 { background: transparent url(/images/hgr_menuFirma.jpg) no-repeat top left; }
#mainNav #mainNav_182 { background: transparent url(/images/hgr_menuReferenzen.jpg) no-repeat top left; }
#mainNav #mainNav_108 { background: transparent url(/images/hgr_menuKontakt.jpg) no-repeat top left; }


#mainNav li.active.sub
	{
		padding: 0 0 116px 0;
		line-height: 25px;
		background: #A6BF0D none!important;
    }
#mainNav li.active a
	{
		background: #A6BF0D none;
    }
#mainNav li.active.sub a
	{
		border: none;
    }


#mainNav li.active.sub ul
	{
		display: block;
    }


#mainNav  ul li.selectSub div
	{
		display: block;
	}
#mainNav ul
	{
		position: absolute;
		display: none;
		top: 25px;
	}


#mainNav ul li
	{
		float: none;
		padding: 0;
		height: auto;
		width: auto;
		border: none;
		line-height: 1em;
		text-transform: none;
	}

#mainNav ul a
	{
		color: #000;
		font-size: 10px;
		margin: 0;
		border: none;
		height: auto!important;
		line-height: 1.4em;
		width: auto;
	}
#mainNav ul a:hover
	{
		color: #fff;
	}
#mainNav ul a.active
	{
		font-weight: bold;
	}




/****************************************************
	CONTENT
******************************************************/

#content
	{
		position: relative;
		margin-top: 30px;
	}

#content ul
	{
		list-style: none url(/images/list_dot.gif);
		margin-left: 16px;
	}
#content li
	{
		margin-bottom: 8px;
	}

#headlineBox
	{
        position: absolute;
		left: 0;
		top: -3px;
		text-align: right;
		width: 212px;
		padding-right: 20px;
    }


#contentLeft
	{
		position: relative;
		float: left;
		width: 462px;
		padding-left: 232px;
	}
#contentRight
	{
		float: right;
		width: 230px;
    }
#contentRight img
	{
        border: solid 2px #fff;
    }
#contentRight .contextBoxItem
	{
        padding: 0 10px 1em 10px;
    }


/* Referenzen */

#refThumbBox
	{
		width: 230px;
    }


#refBox .imgLeft { float: left;  clear: left; margin: 0;}
#refBox .imgRight { float: right; margin:0; }
#refBox a.zoomImageLink { padding: 0 10px; }


table.refTab
	{
		width: 100%;
		margin-bottom: 10px;
	}
table.refTab td
	{
		vertical-align: top;
		padding: 0;
	}
table.refTab .tabRight
	{
		text-align: right;
	}
table.refTab .tabBottom
	{
		vertical-align: bottom;
	}

#content #galerieImages /* ul */
	{
		list-style: none;
		margin: 0 0 0 1px;
		padding: 0;
		float: left;
	}
#content #galerieImages li
	{
		float: left;
		width: 100px;
		height: 66px;
		overflow: hidden;
		margin-left: 3px;
	}
#content #galerieImages li.firstItem
	{
		margin-left: 0;
	}
/****************************************************
	BILDER
******************************************************/



		.imgBorder {
			border: solid 3px #fff;
		}
		.imgBorder.mainImg {
			margin-left: 15px;
		}

		.imgRef, .imgRefSel, .imgRefLft, .imgRefRgt {
			border: solid 3px #fff;
			margin: 2px;
		}
		.imgRefSel, .imgRefLftSel, .imgRefRgtSel {
			border: solid 3px #F5B05D!important;
			margin: 2px;
		}
		.imgRefLft, .imgRefLftSel {
			border-left: none;
			margin-left: 0;
		}
		.imgRefRgt, .imgRefRgtSel {
			border-right: none;
			margin-right: 0;
		}
		#imgRefLogo {

		}
		.imgRefCent {
			border-top: solid 3px #fff;
			border-bottom: solid 3px #fff;
		}

#homeImgs
	{
		margin-top: 2em;
    }
#homeImgTextBox
	{
        padding-top: 1em;
		color: #898989;
    }


#topImg {clear: both; padding: 2em 0;}

/****************************************************
	FOOTER
******************************************************/
#footer
	{
		clear: both;
	}

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

form
	{
		margin: 1.4em 0;
		padding: 0;
		font-size: 1.2em;
	}
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;
	}
.formField h4
	{
		font-weight: normal;
		color: #898989;
	}
.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: 1.2em;
	}
.alertBox ul
	{
		color: #cc0000
	}


