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

	SITE: Hohenlimburger Bauverein EG (www.holibau.de/)
	
	Farben:
	
	Grau Hintergrund:		#afa9a2
	Grau dunkel:			#696969
	Grau mittel:			#82827D
	Grau hell: 				#E9EBF2
	
	Grün Content:			#e7eed5

	Grün hell:				#99b861
	Grün dunkel:			#008060

	Rot:					#FD6A37

	02.01.2010
	Stephan Grass
	info@mai-multimedia.de 2010

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

* {margin: 0; padding: 0;}


body
	{
		font-family: Arial,Helvetica,serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #b5d675 url(/images/hgr_main.jpg) repeat-x ;
		color: #444444;
		padding-bottom: 2em;
		text-align: center;
	}
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 5px 0 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }


a
	{
	color: #4E4E4E;
	}
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; }
a.zoomImageLink image
	{
		float: none!important;
	}	
a.imgRight, a.imgRight { width: 143px; } 



h1, h2, h3, h4, h5
	{
		line-height: 1.2em;
		color: #008060;
	}
	
h1
	{
		font-family: QlassikBold_TB;
		font-size: 28px;
		font-weight: normal;
		color: #008060;
		padding: 0 0 0.5em 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;
	}	
table
	{
		border-collapse: collapse;
		margin-bottom: 1.2em;
	}	
td { padding: 0.1em 0.5em 0.5em 0!important; vertical-align: top;}	
	
table.border
	{
		border: solid 1px #ccc;
	}	
	
table.border td { vertical-align: top; border: solid 1px #ccc;}	
	
#wrap
	{
		position: relative;
		width: 871px;
		margin: 0 auto;
		text-align: left;
	}
#headerBox, #menuBox, #showImageBoxHolder, #contentBox
	{
		
	}
	
	
/****************************************************
	Kopfbereich
******************************************************/	

#headerBox
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 871px;
		height: 422px;
		z-index: 10;
		background: #fff;
		background-position: 0 54px;
	}
#keyvisual
	{
		position: absolute;
		width: 871px;
		height: 422px;
		background: transparent url() no-repeat top left;
		background-position: 0 54px;
	}
#logo
	{
		position: relative;
		z-index: 1000;
	}

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

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

#menuBox
	{
		position: relative;
		height: 1.75em;
		margin-left: 14px;
		z-index: 1000;
	}
#menuBox ul { list-style: none; }

ul.dropdown
	{
		position: relative;
	}
ul.dropdown li
	{
		float: left;
		position: relative;
	}
ul.dropdown li a
	{
		display: block;
		line-height: 1.75em;
		color: #5F686E;
		font-weight: bold;
		padding: 0 10px;
		text-decoration: none;
	}
ul.dropdown li a:hover
	{
   		color: #FD6A37;
	}


ul.dropdown li.active a, ul.dropdown li.active.sub a
	{
		font-weight: bold;
		color: #fff;
		background-color: #FD6A37;
	}



/*
ul.dropdown li.activ_widthSubCat a:hover, ul.dropdown li.activ_widthSubCat a
	{
	}
ul.dropdown li.activ a, ul.dropdown li.activ_widthSubCat a
	{
		font-weight: bold;
		color: #fff;
		background-color: #FD6A37;
	}
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.active ul a, ul.dropdown li.active.sub ul a
	{
		font-weight: normal;
		background: transparent;
		color: #000;
	}
ul.dropdown ul a.active
	{
		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;
		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;
}
*/

/****************************************************
	SUBNAVIGATION Zweite Ebene
******************************************************/	
#subNav 
	{
		position: relative;
		top: -25px;
		left: -22px;
		margin: 0;
		width: 200px;
		background-color: #fff;
		padding: 10px 0 10px 15px;
	}
#subNav ul
	{
		margin-left: 0!important;
		list-style-type: none!important;
	}
#subNav li
	{

	}
#subNav a
	{
		text-decoration: none;
		font-weight: bold;
		color: #5F686E;
	}
#subNav a.activ, #subNav a:hover
	{
		color: #FD6A37;
	}
	
/*Inhalt*/	
	
		
/****************************************************
	CONTENT (Mitte)
******************************************************/	

#mainBodyBox
	{
		background: #fff;
		position: relative;
		float: left;
		z-index: 50;
		top: 213px;
		width: 676px;
		border: solid 8px #fff;
		border-top: none;
	}

#contentBox
	{
		position: relative;
		float: left;
		background: #e7eed5;
		width: 100%;
	}

#mainMedia
	{
		position: absolute;
		left: 40px;
		bottom: 14px;
	}	
	
#contentLeft
	{
		float: left;
		padding: 25px 0 2em 22px;
		position: relative;
		width: 450px;
	}


.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: 1.2em;
	}
#contentLeft h2, #contentRight h2, #contentLeft h3, #contentRight h3
	{
		margin-bottom: 1.2em;
	}
#contentLeft h3
	{
		margin-top: 2em;
		clear: both;
	}

#contentLeft .docListItem
	{
        clear: both;
    }
#contentLeft .docListItem .imgLeft
	{
        margin-right: 1em;
    }

#contentLeft .docListItem h3
	{
		clear: none;
		margin: 0;
	}	
#contentLeft .docListItem h3 a
	{
		text-decoration: none;
		color: #008060;
	}	
	
#contentLeft ul, #contentRight ul
	{
		text-align: left;
		margin-bottom: 1em;
	}
#contentLeft ul
	{
		text-align: left;
		margin-left: 2.6em;
		list-style-type: disc;
	}

/****************************************************
	RECHTE SPALTEN
******************************************************/

#contentRight
	{
		float: right;
		width: 160px;
		padding: 25px 0 2em 0;
		font-size: 0.9em;
	}
.contextBoxItem
	{
		padding-bottom: 2em;
    }
.contextBoxItem h3
	{
        margin-bottom: 1em!important;
		color: #444444!important;
    }

/****************************************************
	DOKUMENTE SEITENNAVIGATION
******************************************************/
	
#siteNav
	{
        clear: both;
    }




/****************************************************
	CONTEXT ZEILE
******************************************************/	
	
#contextBox
	{
		clear: both;
		float: left;
		min-height: 90px;
		width: 100%;
		border-top: solid 8px #fff;
		background: #99b861;
	}

.sideBar2Item
	{
		float: left;
		width: 33%;
		height: 90px;
	}
.sideBar2Item .imgBox
	{
		float: left;
		margin-right: 10px;
	}
.sideBar2Item .textBox
	{
		padding: 5px;
		font-size: 0.9em;
		line-height: 1.3em;
	}
.sideBar2Item .textBox p
	{
		color: #fff;
	}
	
/****************************************************
	Servive Navigation
******************************************************/
	
#serviceNavBox
	{
		position: absolute;
		right: 0px;
		bottom: -2em;
		color: #fff;
		font-size: 0.8em;
	}
#serviceNavBox ul {}
#serviceNavBox ul li
	{
		float: left;
		line-height: 1.1em;
		padding-top: 5px;
		padding-left: 32px;
	}
#serviceNavBox a
	{
		text-decoration: undeline;
		color: #008060;
	}
#serviceNavBox ul li.impressumLink
	{
		background: transparent url(/images/impressumBtn.gif) no-repeat 20px 6px;
	}

#serviceNavBox ul li.kontaktLink
	{
		background: transparent url(/images/mailBtn.gif) no-repeat 18px 7px;
	}

/****************************************************
	FOTOGALERIE
******************************************************/
	
.fotogalerie
	{
		float: left;
		margin-bottom: 15px;
		margin-right: 10px;
	}
.fotogalerie p
	{
		width: 133px;
	}
.fotogalerie img
	{
		border: none!important;
		background: #8EBE93;
	}

/****************************************************
	NEWSTICKER
******************************************************/

#tickerBox
	{
		/*height: 4.6em;
		overflow: hidden;*/
		display: none;
		background: #fff url(/images/infoSign.gif) no-repeat 10px 10px;
		border: solid 1px #DEE7EC;
		padding: 10px 10px 10px 55px;
		margin-bottom: 2em;
    }
#tickerBox ul
	{
        list-style: none;
		background: #fff;
		padding: 0;
		margin: 0;
    }
#tickerBox h3, #tickerBox p
	{
        margin: 0;
    }



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

#kontaktBox
	{}

form
	{
		margin: 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 280px;
		font-size:1em;
		border: solid 1px #1F9ED9;
		font-family: Arial, sans-serif;
	}
label
	{
		font-weight: bold;
	}
.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 1px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}	
.formField label
	{
		width: 12em;
		float: left;

	}
.radio
	{
		width: auto;
		border: none;
	}

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


.alertBox h4
	{	
		display: none;
		font-size: 1.2em;
	}	
.alertBox ul
	{	
		color: #cc0000
	}	
.button
	{
		margin-left: 12em;
	}
/*routing*/
#routingForm{}

#routingForm .button
	{
		margin: 0;
	}
