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

	SITE: Böckenholt (www.boeckenholt.de)
	
	Farben:

	Gelb:			#FFCC00
	Gelb Hover:		#EFB35D
	Blaßgelb:		#FFF0B2
	GrauBraun:		#4E4B4A

	05.10.2007
	grass@mai-multimedia.de 2007

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

* {margin: 0; padding: 0;}
html, body { height: 100%; }


body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #212121;
		color: #000;
		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 10px 10px 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }


a
	{
		color: #000;
	}
a:hover
	{
		color: #EFB35D;
	}

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.5em;
		font-weight: normal;
		color: #68676B;
	}


h2
	{
		font-weight: bold;
		font-size: 1.3em;
	}
h3
	{
		font-size: 1.3em;
    }
h4
	{
		font-size: 1.1em;
    }

h3, h4
	{
		color: #4E4B4A;
		margin-bottom: 1em;
	}
	

hr
	{
		border: 0px; /* Fr Firefox und Opera */
		border-top: solid 1px #A5A5A5;
		border-bottom: transparent;
		margin: 1em 0;
	}

p { margin-bottom: 1em;}

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


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;
		width: 998px;
        background-color: #fff;
		margin: 0 auto;
		min-height: 100%;
	}
#footerBox
	{
		border-top: solid 1px #ccc;
		padding-top: 10px;
		margin-top: 20px;
		text-align: right;
		font-size: 0.9em;
		color: #a8a8a8;
	}
#footerBox a
	{
		color: #a8a8a8;
		text-decoration: none;
		padding: 0 5px;
	}
#footerBox a:hover
	{
		text-decoration: underline;
	}
/****************************************************
	Kopfbereich
******************************************************/	

#headerBox
	{
		position: relative;
		height: 212px;
		width: 998px;
		z-index: 50;
        background-position: top left;
		background-repeat: no-repeat;
	}
#keyvisual
	{
		position: absolute;
		width: 998px;
		height: 212px;
        background-position: top left;
		background-repeat: no-repeat;
	}
#logo
	{
		position: absolute;
		top: 16px;
		right: 19px;
	}

#breadcrumpBox
	{
		padding: 20px 0;
		font-size: 0.9em;
		color: #EFB35D;
	}	
#breadcrumpBox a
	{
		text-decoration: none;
	}

#imageBox
	{
		width: 998px;
		height: 212px;
		overflow: hidden;
    }



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

#menuBox
	{
		position: relative;
		height: 50px;
        background: #4E4B4A url(/images/slogan.gif) no-repeat left center;
		height: 2.1em;
		z-index: 100;
	}
#menuBox ul { list-style: none; }

ul.dropdown
	{
		position: absolute;
		background: #4E4B4A;
		top: 0;
		right: 24px;
		z-index: 99;
	}
ul.dropdown li
	{
		float: left;
		position: relative;
	}
ul.dropdown li a
	{
		display: block;
		line-height: 2.1em;
		color: #fff;
		padding: 0 10px;
		text-decoration: none;
		background: transparent;
	}
ul.dropdown li a:hover
	{
		color: #FFCC00;
	}
ul.dropdown li.firstMenuItem a
	{
		background-image: none;
	}

ul.dropdown li.activ_widthSubCat a:hover, ul.dropdown li.activ_widthSubCat a, ul.dropdown li.activ a, ul.dropdown a.activ
	{
		color: #FFCC00;
	}

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
	{
		color: #4E4B4A;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.2em;
		padding: 0 10px;
		background: transparent;
	}
ul.dropdown ul a.activ
	{
		color: #EFB35D!important;
	}	
	
ul.dropdown li ul a:hover
	{
		color: #EFB35D;
		background: transparent;
		background-image: none!important;
	}	

ul.dropdown * ul
	{
		display: none;
		position: absolute;
		bottom: 2.1em;
	}
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*/

#shaddowBox
	{
		height: 15px;
		background: transparent url(/images/hgr_shaddow.gif) repeat-x top;
    }


#mainBodyBox
	{

		padding: 0 30px 15px 28px;
	}


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

#contentBox
	{
		position: relative;
		margin-right: 120px;
		padding-top: 20px;
	}

#contentBox h2
	{
		color: #4E4B4A;
		line-height: 1.2em;
		padding: 0.3em 0.4em 1.3em 0.5em;
		margin-bottom: 0.5em;
		min-height: 2.5em;
        background: #fff url(/images/hgr_h2.gif) repeat-x bottom;
    }



#mainMediaBox
	{
        float: left;
		width: 64%;
    }

#contentLeft, #contentMiddle, #contentRight
	{
        float: left;
		width: 32%;
    }
#contentMiddleRight
	{
	position: relative;
		float: left;
		width: 64%;
    }
#contentRightHome
	{
		float: left;
		width: 240px;
		margin-left:28px;
	}

#contentLeft
	{
       margin-right: 1%;
	}
#contentMiddle
	{
       margin-right: 1%;
	}

.content ul, #contentLeft ul, #contentMiddle ul, #contentRight ul, #contentMiddleRight ul { list-style: disc; margin-left: 1.6em; margin-bottom: 1em;}


/*************************
	TEMPLATE NEWS
**************************/
.newsList
	{
		padding-top: 0.6em;
    }


.newsList h3
	{
		font-size: 1.1em;
    }


.newsListMenu
	{
        margin: 1em 0!important;
    }
.newsListMenu li
	{
        list-style: none;
		padding: 0.5em 0;
    }
.newsListMenu h3
	{
        font-size: 1em;
		margin: 0;
    }

/*************************
	RECHTE KISTE
**************************/

#rightBox
	{
    /*
   		position: absolute;
		top: 20px;
		right: 20px;
    */
		float: right;
		width: 99px;
		margin-top: 20px;
		margin-right: 20px;
    }
#rightBox.prevCatBox li
	{
		position: relative;
		background: #fff url(/images/hgr_rightBoxLink.gif) repeat-x bottom;
    }
#rightBox.prevCatBox li span
	{
		background-position: top left;
		background-repeat: no-repeat;
		display: block;

    }




#rightBox.prevCatBox a
	{

		padding-top: 63px;
		width: 100%;
		display: block;
		background-position: top left;
		background-repeat: no-repeat;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 5px;
    }
#rightBox.prevCatBox a:hover
	{
        color: #4E4B4A;
    }

.carousel
	{
        height: 390px!important;
		position: relative;
		overflow: hidden;
		z-index: 2;
    }
.carousel ul
	{
       position: relative;
	   list-style-type: none;
	   z-index: 1;
    }

.carousel li
	{
		height: 79px;
    }

.carouselNext, .carouselPrev
	{
    	position: relative;
		cursor: pointer;
    }

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

#siteNav
	{
		clear: both;
		float: right;
        position: relative;
		margin: 1em 0;
		text-align: right;
	}
#siteNav a
	{
		margin: 0 5px;
	}


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

form
	{
		margin: -1em 0 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
	}	


