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

	SITE: Bäderstern

	27.03.2008

	Aktualisierung Formulare 01.07.2010

	mai-multimedia 2008

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

* {margin: 0; padding: 0;}

html
	{
		height: 100%;
	}

body
	{
		height: 100%;
		position: relative;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 82%;
		line-height: 1.2em;
		background: #253F8E;
		color: #0D4374;
	}


h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

ul { list-style: none;}
li
	{
		margin-bottom: 1em;
	}


/****************************************************
	ALLGEMEINE STYLES
******************************************************/

.clear { clear: both; }
.invisible { display: none; }

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

a
	{
		color: #28558E;
		text-decoration: none;
	}
a:hover
	{
		text-decoration: underline;
	}

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{}

p
	{
		margin-bottom: 1em;
	}
td
	{
		vertical-align: top;
	}

p.download { padding-left: 25px ; color: #fff; font-weight: bold; }
p.pdf { background: transparent url(/images/media_pdf.gif) no-repeat; }


/****************************************************
	LAYOUT
******************************************************/

#wrap
	{
   		width: 1010px;
		height: 100%;
    }

#contentBox
	{
		float: left;
		position: relative;
		width: 800px;
		min-height: 100%;
		background: #FECB0A;
    }
#contentBoxShaddow
	{
		height: 100%;
		width: 10px;
		position: absolute;
		z-index: 1000;
		top: 0;
		right: 0;
		background: transparent url(/images/hgr_shadow.png) repeat-y right;
    }

#menuBox
	{
		background: #fff;
		height: 60px;
		padding: 50px 0 0 40px;
	}
#contextBox
	{
		float: left;
		width: 200px;
		background: transparent;
    }


/****************************************************
	Menü
******************************************************/

#mainNav
	{
		float: left;
		position: relative;;
		text-align: left;
		width: 100%;
    }

#mainNav li
	{
		float: left;
		border-left: solid 1px #747578;
		padding-left: 8px;
		line-height: 1em;
		padding-bottom: 0.1em;
    }
#mainNav li.firstItem, #mainNav ul li.firstMenuItem
	{
		border: none;
    }

#mainNav ul /* zweite Ebene */
	{
		display: none;
		width: 100%;
    }

#mainNav .active.sub ul /* zweite Ebene aktiv */
	{
		display: block;
		position: absolute;
		left: 0;
		top: 1.4em;
    }
#mainNav a
	{
		color: #747578;
		text-decoration: none;
		padding-right: 8px;
    }
#mainNav a:hover, #mainNav .active a, #mainNav a.active, #mainNav li.active ul a.active
	{
		color: #253F8E;
    }

#mainNav li.active ul a
	{
		color: #747578;
    }

/****************************************************
	Content
******************************************************/

#content a
	{
		color: #fff;
		font-weight: bold!important;
    }
#content a:hover
	{
        text-decoration: none;
    }
#content li
	{
		padding-left: 28px;
		background: transparent url(/images/listDot.gif) no-repeat 0 3px;
    }
#contentBox1, #contentBox2
	{
		float: left;
		width: 400px;
		min-height: 560px;
    }
h1
	{
        background-color: #8196CC;
		color: #fff;
		font-weight: normal;
		font-size: 2.2em;
		line-height: 1em;
		padding: 20px 25px 15px 15px;
    }
.textBlock
	{
		padding: 20px 25px 15px 15px;
        background-color: #FECB0A;
    }
.textBlock1
	{
		padding: 20px 25px 5px 15px;
    }
.scrollBox
	{
		height: 460px;
		overflow: auto;
		position: relative;
		z-index: 10000;
	}

.hgrBottom
	{
        background-position: bottom!important;
    }

.dloadList, #docList
	{
		padding: 0 25px 5px 15px;
		background-color: #FECB0A;
    }
.dloadList li
	{
		padding: 0!important;
		background-image: none!important;
    }

#docList
	{
		padding: 0 25px 5px 15px;
		background-color: #FECB0A;
    }
#docList li
	{
		margin: 0 0 20px 0;
		padding: 0;
		float: left;
		width: 120px;
		background-image: none!important;
    }
#docList li img
	{
        margin-top: 5px;

    }


/* Austellungen Kategorienliste */

#aCatList
	{
		margin-left: 30px;
    }
#aCatList, #aCatList a
	{
		color: #fff;
    }
#aCatList a:hover
	{
        text-decoration: none;
    }

#aCatList li
	{
		background: transparent url(/images/hgr_aCatListItem.gif) no-repeat top left;
		float: left;
		width: 215px;
		height: 75px;
		padding: 5px 0 0 5px;
		margin: 30px 15px 0 15px;
		cursor: pointer;
    }
#aCatList h3
	{
		font-weight: bold;
		font-size: 1.2em;
		width: 170px;
    }
#aCatList h4
	{
		font-weight: normal;
		font-size: 0.9em;
		width: 170px;
    }

/* Schautage Liste */

#aSchautageCatList
{

}
#aSchautageCatList li
	{
		background: transparent url(/images/hgr_aSchautageCatListItem.gif) no-repeat ;
		float: left;
		width: 215px;
		height: 84px;
		margin-left: 10px;
		margin-bottom: 5px;
		cursor: pointer;
		padding: 0 0 0 5px;
    }
#aSchautageCatList a
{
	color: #fff;
}
#aSchautageCatList a:hover
	{
        text-decoration: none;
    }
#aSchautageCatList div
	{
        margin-top: 0.7em;
    }

#aSchautageCatList h3
	{
		line-height: 1.2em;
		font-weight: bold;
		font-size: 1.0em;
		width: 170px;
		color: #fff;
    }
#aSchautageCatList h4
	{
		font-weight: normal;
		font-size: 0.8em;
		width: 200px;
		color: #fff;
    }

/* Lexikon */

#anchorList
{
	margin-bottom: 1em;
}
#anchorList a:hover
{
	text-decoration: underline;
}
h4.shadow
{
	color: #fff!important;
	padding-bottom: 0.5em;
	font-size: 1.1em;
}

/****************************************************
	ContextBox
******************************************************/

#contextBox, #contextBox a
	{
        color: #fff;
    }

#contextLinkList
	{
		width: 195px;
		margin: 87px 0 0 10px;
    }
#contextLinkList li
	{
		padding: 0 0 15px 3px;
        background: transparent url(/images/hgr_strContextItem.gif) no-repeat bottom left;
    }

/****************************************************
	POPUP CAT
******************************************************/
#keyvisual
	{
        background-color: #8196CC;
    }


#bodyPopUp
	{
		background: #E1E6F4;
		color: #6D6E71;
    }
#bodyPopUp h1
	{
        background-color: #FECB0A;
		padding: 5px 5px 4px 25px;
		font-size: 1.8em;
	}
#bodyPopUp h1.popupDoc
	{
		padding: 20px 5px 4px 15px;
    }

#bodyPopUp h2
	{
        background-color: #FECB0A;
		padding: 0 5px 5px 25px;
		font-size: 1.4em;
		color: #fff;
		font-weight: normal
	}
#textBlock, #textBlock1
	{
		padding: 5px 25px;
    }
#textBlock
	{
        background-color: #fff;
    }
#links
	{
		margin: 25px;
    }
#links li
	{
        padding: 0;
    }


.alertBox
	{
        color: #ff0000;
		font-weight: bold;
		padding: 20px;
    }
.alertBox ul
	{
        margin: 0;
		font-weight: normal;
		list-style: disc;
		list-style-position: inside;
    }
.alertBox li
	{
        padding: 0;
		margin: 0;
    }
/****************************************************
	HOMEPAGE
******************************************************/
#bodyHomepage
	{
		background-color: #253F8E;
    }

#homeLogo
	{
        position: absolute;
		top: 450px;
		left: 830px;
    }
#homeLogoTxt
	{
        color: #fff;
		text-decoration: none;
		background-color: transparent;
		position: absolute;
		top: 60px;
		left: 820px;
		font-size: 30px;
    }
#homeLogoTxt a
	{
        color: #fff;
    }
#aniBoxHolder
	{
		width: 800px;
		min-height: 100%;
		background: #FECB0A;	
		cursor: pointer;
	}

#aniBox
	{
		width: 800px;
		height: 670px;
		overflow: hidden;
	}


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

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 200px;
	}
.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;}

