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

	SITE: HAFESTA / STAMM

	Farben:



	17.06.2010
	grass@mai-multimedia.de 2009

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

* {margin: 0; padding: 0;}


body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #fff;
		text-align: center;
		color: #000;
	}
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: #000;
	}
a:hover
	{
		color: #009836;
	}

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: 1.6em;
		font-weight: bold;
		color: #68676B;
		padding: 68px 0 32px 385px;
	}
h1.standard2
	{
		padding-left: 40px;
	}
h1.products
	{
		padding: 68px 0 32px 85px;
	}
h2
	{
		font-weight: bold;
		font-size: 1.3em;
	}
h3, h4
	{
		color: #68676B;
		padding: 0;
	}

hr
	{
		height: 1px;
		color: #A5A5A5;
	}

p { margin-bottom: 1em;}

.copy {
	font-size: 0.6em;
	vertical-align: super;
}

table {
    margin-bottom: 1em;
}

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;
		margin: 0 auto;
		width: 1004px;
	}

/****************************************************
	Kopfbereich
******************************************************/

#headerBox
	{
		position: relative;
		height: 106px;
			z-index: 200;
	}

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

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

/****************************************************
	MENÜ (SIDEBARBOX)
******************************************************/

#menuBox
	{
		position: relative;
		height: 50px;
		padding-left: 20px;
		background: transparent url(/images/hgr_menuBox.gif) no-repeat top left;
		z-index: 100;
	}
#menuBox ul { list-style: none; margin: 0;}


#mainNav
	{
		position: absolute;
		width: 974px;
		bottom: 0;
		z-index: 99;
    }
#mainNav li
	{
		float: left;
		position: relative;
		min-width: 100px;
    }
#mainNav li a
	{
		display: block;
		line-height: 1em;
		color: #000;
		padding: 18px 12px 10px 8px;
		text-decoration: none;
		background: transparent url(/images/menuStrich.gif) no-repeat 0 18px;
    }

#mainNav li a:hover
	{
		color: #009836;
	}
#mainNav li.active ul
	{
		display: block;
		width: 100%;
	}




#mainNav a.active
	{
		font-weight: bold!important;
	}
#mainNav li.active a, #mainNav a.active
	{
		font-weight: bold;
	}

#mainNav li.active li a
	{
		font-weight: normal;
	}

#mainNav ul
	{
		display: none;
		position: absolute;
		width: auto;
		background: #fff;
		border-left: solid 1px #999;

	}
#mainNav ul li
	{
		float: none;
		padding: 1px 0;

	}
#mainNav ul li
	{
	padding: 2px 0;
	margin: 0;
	line-height: 1em;
	}
#mainNav ul li a
	{
		font-weight: normal;
		font-size: 0.9em;
		padding: 2px 2px 2px 8px;
		background: transparent;
	}
#mainNav ul ul
	{
		position: static;
		background: transparent;
		margin-left: 1em;
		border: none;
    }
#mainNav ul ul li a
{
    background-image: none;
}


/* alt */

ul.dropdown
	{
		position: absolute;
		width: 974px;
		bottom: 0;
		z-index: 99;
	}
ul.dropdown li
	{
		float: left;
		position: relative;
		min-width: 100px;
	}
ul.dropdown li a
	{
		display: block;
		line-height: 1em;
		color: #000;
		padding: 18px 12px 10px 12px;
		text-decoration: none;
		background: transparent url(/images/menuStrich.gif) no-repeat 0 18px;
	}
ul.dropdown li a:hover
	{
		color: #009836;
	}
ul.dropdown li.firstMenuItem a,
ul.dropdown li:first-child a
	{
		background-image: none!important;
	}
#lastMenuItem
	{
		position: absolute;
		right: 0;
	}

ul.dropdown li a span
	{
		color: #000;
	}
ul.dropdown li.active.sub a:hover, ul.dropdown li.active.sub a
	{
		background: #fff url(/images/menuStrichHigh.gif) repeat-y left!important;
	}
ul.dropdown li.active a, ul.dropdown li.active.sub a
	{
		font-weight: bold;
	}
ul.dropdown li.active ul, ul.dropdown li.active.sub ul
	{
		display: block;
		width: 100%;
	}
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;
		font-size: 0.9em;
		padding: 2px 2px 2px 8px;
		background: transparent none!important;
	}
ul.dropdown ul a.active
	{
		font-weight: bold!important;
	}

ul.dropdown li ul a:hover
	{
		background: transparent;
		background-image: none!important;
	}


ul.dropdown * ul
	{
		display: none;
		position: absolute;
		width: 100%;
		background: #fff;
		border-left: solid 1px #999;
		filter:Alpha(opacity=80);  /* ie */
		-moz-opacity: 0.8;  /* mozi */
		-khtml-opacity: 0.8;  /* safari/konqueror */
		opacity: 0.8; /* 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
	{
		background: transparent url(/images/hgr_mainBodyBox.gif) repeat-y;
		padding:0 10px;
	}
#showImageBox
	{
		height: 158px;
		background: transparent url(/images/showImageDefault.jpg);
	}


/****************************************************
	CONTENT (Mitte)
******************************************************/

#contentBox
	{
		position: relative;
		min-height: 280px;
		padding-bottom: 20px;
		background: transparent url(/images/hgr_contentBox.jpg) no-repeat bottom left;
	}

#contentBox ul
	{
        margin: 0 0 1em 1.6em;
		list-style: disc;
    }


#mainMedia
	{
		position: absolute;
		left: 40px;
		bottom: 14px;
	}

#contentLeft
	{
		float: left;
		width: 340px;
		padding: 0 0 40px 40px;
	}


#contentRight
	{
		float: left;
		width: 560px;
		padding: 0 44px 22px 0;
	}
#contentRight .content
	{
		padding-left: 95px;
	}
#contentRight .contentFull
	{
		padding-left: 0;
	}
#contentRight h2
	{
		font-size: 1.6em;
		font-weight: bold;
		color: #68676B;
		margin-bottom: 32px;
        padding-top: 12px;
		position: relative;
		left: -90px;
	}

/* 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;
	}

/* PRODUKTE */

#contentLeft.products
	{
		width: 120px;
	}
#contentRight.products
	{
		float: left;
		width: 760px;
		padding: 0 44px 22px 0;
	}
#contentRight.products .content
	{
		padding-left: 0;
	}

/* PRODUKTE Rubrikliste */

#contentRight.products .prodCatBlock
	{
		position: relative;
		margin-bottom: 2em;
		padding-bottom: 2em;
		border-bottom: solid 1px #000;
	}

#contentRight.products .prodCatBlock h2
	{
		font-size: 1.4em;
		left: 0;
		margin-bottom: 0.5em;
		color: #000;
	}


/* PRODUKTE Dokumentenschnipsel */

#contentRight.products .prodDocBlock
	{
		position: relative;
		margin-bottom: 3em;
    }

#contentRight.products .prodDocBlock h2
	{
		font-size: 1.3em;
		left: 0;
		margin-bottom: 0.5em;
	}
#contentRight.products .prodDocBlock h2 span
	{
		font-size: 0.7em;
		padding-left: 1em;
    }
#contentRight.products .prodDocBlock.withImage p
	{
		padding-right: 300px;
    }
#contentRight.products .prodDocBlock img.prodimage
	{
		float: right;
		margin: 10px 40px 5px 30px;
    }
#contentRight.products .content
	{
		margin-top: -1em;
	}
#contentRight.products table, #contentRight table
	{
		clear: both!important;
		width: 100%;
		border-collapse: collapse;
		border: solid 1px #000;
		margin-top: 0;
	}
#contentRight.products table caption, #contentRight table caption
	{
		font-size: 1.6em;
		font-weight: bold;
		color: #68676B;
		padding-bottom: 0.5em;
        padding-top: 12px;
		text-align: left;
    }


#contentRight.products th, #contentRight th
	{
		white-space: nowrap;
		font-size: 0.9em;
		padding: 0.5em 0.5em 2em 0.5em;
		line-height: 1.2em;
		text-align: center;
		background-color: #C8E5D1;
		border: solid 1px #000;
		vertical-align: top;
	}
#contentRight.products th p, #contentRight th p
	{
		margin: 0;
    }

#contentRight.products td, #contentRight td
	{
		padding: 0.5em!important;
    	text-align: center;
		border: solid 1px #000;
	}
/* catNews */
.catNewsContentBox
	{
	/*margin-top: 55px;*/
	}
h2.catNewsList
	{
		border-left: solid 1px #000;
		padding-left: 4px!important;
		padding-top: 0px!important;
		line-height: 1.3em!important;
		margin-bottom: 1.4em!important;
		color: #68676B;
		font-size: 1.2em!important;
		left: 0!important;
	}
h2.catNewsList a
	{
		text-decoration: none;
		color: #68676B;
		font-weight: normal;
	}
h2.catNewsList a:hover
	{
		color: #009836;
	}
#subKatList
	{
		margin-top: -17px;
	}

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

.docList, .catList
	{
		margin-bottom: 2em;
        list-style: none!important;
		margin-left: 0!important;
	}
.docList li, .catList li
	{
    	padding: 0.2em 10px;
		font-size: 1em;
		background: transparent url(/images/arrow.gif) no-repeat 0 0.65em;
	}

/* DownloadListe */

ul.dloadList
	{
        list-style: none!important;
		margin: 1em 0!important;
    }




/* Homepage */

body.homepage
	{
		background: #fff url(/images/hgr_homepage.jpg) no-repeat left top;
	}

#homepageImage
	{
		width: 100%;
		height: 372px;
		margin-top: 108px;
		border: solid 1px #4C4C4C;
		border-width: 1px 0;
		background: transparent url(/images/homepageImage.jpg) no-repeat left;
		text-align: left;
		overflow: hidden;
	}

#logoBlock
	{
		float: right;
		margin-top: 24px;
		width: 580px;
	}
#logoBlock td
	{
		background-color: #fff;
	}
#logoBlock ul
	{
		padding: 0;
		margin-top: 12px;
		margin-left: 1px;
	}
#logoBlock a
	{
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
	}
#logoBlock td
	{
		text-align: left;
		padding-left: 20px!important;
		padding-right: 20px!important;
		background: transparent url(/images/homeLogoBlockStrich.gif) no-repeat top right;
    }
#logoBlock td.lastItem
	{
		background: transparent none;
    }

/* 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;
	}


/****************************************************
	Servive Navigation
******************************************************/

#serviceNavBox
	{
		position: relative;
		clear: both;
		text-align: right;
		height: 30px;
		background: transparent url(/images/hgr_serviceNavBox.gif) no-repeat top left;
	}
#serviceNavBox ul
	{
		float: right;
	}
#serviceNavBox ul li
	{
		float: left;
		line-height: 1.1em;
		padding: 10px;
		padding-top: 5px;
	}
#serviceNavBox a
	{
		text-decoration: none;
		font-size: 0.9em;
	}


#siteNav
	{
        margin-top: 1em;
		text-align: right;
    }
.goList
	{
        padding: 0 0.5em;
    }



/*************************
	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;}

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

/* Editor */
#fckBody ul
	{
        margin: 0 0 1em 1.6em;
		list-style: disc;
    }
#fckBody h2
	{
		font-size: 1.6em;
		font-weight: bold;
		color: #68676B;
		margin-bottom: 32px;
        padding-top: 12px;
	}

