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

	SITE: Test

	Farben:

	Blau dunkel: #072144
	Blau Hintergrund: #6F7E92

	Grau: #E6E6E6

	Grün dunkel: #3C9677
	Grün hell: #A2D6C4

	04.10.2010

	grass@mai-multimedia.de 2010

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

* {margin: 0; padding: 0;}

html, body
	{
		height: 100%;
	}
body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #003E4C url(/images/hgr_body.jpg) repeat-x;
		text-align: center;
		color: #000;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

ul { margin: 0 0 1em 1.6em; list-style: square; }
ul li { margin-bottom: 0.5em; }

ol { margin: 0 0 1em 2.4em; }
ol 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; margin: 4px 0 10px 10px; }


a
	{
		color: #00a1c5;
	}
a:hover
	{
		color: #004f63;
	}

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; }
a.img {	background: transparent url(/images/media_img.gif) no-repeat; }
a.jpg {	background: transparent url(/images/media_jpg.gif) no-repeat; }
a.gif {	background: transparent url(/images/media_gif.gif) no-repeat; }
a.png {	background: transparent url(/images/media_png.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: normal;
		font-weight: normal;
		margin: 0 0 1em 0;
		color: #00687F;
	}

h1
	{
		font-size: 1.8em;
	}
h2
	{
		font-size: 1.4em;
	}
h3
	{
		font-size: 1.2em;
	}
h4
	{
		font-size: 1em;
	}

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


p { margin: 0 0 1em 0;}



table
	{
		margin-bottom: 1em;
		border-collapse: collapse;
    }
th, td
	{
		padding: 0.1em 0.5em 0.1em 0!important;
		vertical-align: top;
	}
th
	{
        color: #00687F;
		font-weight: bold;
		font-size: 1em;
		border-bottom: solid 1px #ccc;
    }
td
	{
        border-top: solid 1px #ccc;
    }


th p, td p
	{
        padding: 0;
		margin: 0;
    }
.hiddenBox table td
	{
        border: none;
		padding-bottom: 1em!important;
    }
.hiddenBox table table
	{
		margin-bottom: 0;
    }

.hiddenBox table td td
	{
		padding-bottom: 0.1em!important;
		padding-right: 0.2em!important;
    }


table.border
	{
		border-collapse: collapse;
		border: solid 1px #ccc;
	}

table.border td { vertical-align: top; border: solid 1px #ccc;}

#wrap
	{
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 900px;
		min-height: 100%;
		background: #D7D7D7;
		border-left: solid 5px #00687F;
		border-right: solid 5px #00687F;
	}

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

#headerBox
	{
		position: relative;
        height: 105px;
		border-bottom: solid 5px #00687F;
		background: #fff;
    }
#logo
	{
        position: absolute;
		top: 10px;
		right: 28px;
    }

/* ----- SERVICEBOX (Suche, Login, Sprachwahl) ----- */

#serviceBox
	{
		position: absolute;
		top: 65px;
		left: 20px;
    }

/* Suche, Login */

#serviceBox form
	{
        margin: 0;
		float: left;
    }
#loginBoxForm
	{
        padding-left: 20px;
		position: relative;
		top: -1px;
    }


#serviceBox .searchField, #serviceBox .loginField
	{
        width: 90px;
		border: solid 1px #CCCCCC;
		font-size: 0.8em;
		padding: 1px;
		color: #4B4B4C;
    }

#searchBoxButton, #loginBoxButton
	{
        width: 13px;
		height: 13px;
		position: relative;
		top: 2px;
		border: none;
    }
#loginBoxButton
	{
        width: 18px;
		height: 14px;
    }


/* Sprachwahl */

#languageNav
	{
		float: left;
		line-height: 1.5em;
		margin-left: 20px;
    }
.flag
	{
		padding-left: 22px;
		background-repeat: no-repeat;
		background-position: 0% 50%;
		text-decoration: none;
		color: #474747;
		font-size: 0.8em;
    }

.flag.de
	{
		background-image: url(/images/flagde.gif);
    }
.flag.en
	{
		background-image: url(/images/flagen.gif);
    }


	/* newsletterlink */

#newsletterLink
	{
		float: left;
		position: relative;
		height: 11px;
		line-height: 11px;
		padding-left: 22px;
		margin: 3px 0 0 20px;
		font-size: 0.8em;
		text-decoration: none;
		color: #474747;
		background: transparent url(/images/iconNewsletter.gif) no-repeat 0 50%;
	}

/****************************************************
	HAUPTNAVIGATION
******************************************************/

#mainNavBox
	{
		position: relative;
		float: left;
		width: 100%;
		padding: 0.5em 0 1em 0;
		overflow: hidden;
		background: #fff;
    }

#mainNav /* ul */
	{
		float: left;
		margin: 0 0 0 10px;
		padding: 0!important;
		line-height: 1em;
    }
#mainNav a, #mainNav li.active ul a
	{
        text-decoration: none;
		color: #4B4B4C;
    }
#mainNav a:hover, #mainNav li.active a, #mainNav li.active li a:hover
	{
        color: #00A1C5;
    }
#mainNav a.active
	{
        color: #00A1C5 !important;
    }

#mainNav, #mainNav ul
	{
        list-style: none;
    }
#mainNav li
	{
        float: left;
		position: relative;
		padding: 0.6em 8px 0em 8px;
		margin: 0;
    }
#mainNav li.active.sub
	{
        padding-bottom: 2.2em;
    }


#mainNav ul
	{
		display: none;
		position: absolute;
		width: 900px;
		left: 0;
		top: 1.6em;
		margin: 0;
    }
#mainNav li.active ul
	{
		display: block;
    }

#mainNav ul li
	{

		padding: 1.2em 10px 0.4em 10px;
    }


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

#contentBox
	{
		position: relative;
		float: left;
		width: 510px;
		padding: 2em 60px 0 330px;
		border-top: solid 5px #00687F;
		border-bottom: solid 5px #00687F;
		background: #fff;
		background-repeat: no-repeat;
		min-height: 360px;
    }
#content
	{

        padding-bottom: 70px!important;
    }

#mainMediaBox
	{
		position: absolute;
		top: 2.2em;
		left: 0;
    }

.textblock1 p
	{
		display: none;
    }


div.hiddenBox
	{
		display: none;
        position: absolute;
		top: 25px;
		left: 10px;
		width: 380px!important;
		height: 400px!important;
		padding: 15px;
		overflow-y: scroll;
		overflow-x: hidden;
		border: solid 5px #1E91BA;
		background-color: #fff;
    }
div.hiddenBox p
	{
        display: block;
    }
div.hiddenBox .closeButton
	{
        text-align: right;
		padding-bottom: 1em;
		color: #00a1c5;
		cursor: pointer;
		font-size: 0.9em;
    }
div.hiddenBox .closeButton:hover
	{
		color: #004f63;
    }
div.hiddenBox .closeButton span
	{
        font-weight: bold;
		font-size: 1.2em;
    }


/* Download-Boxen */

#downloadsTopBox, #downloadsBottomBox
	{
		border-top: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
		margin: 2em 0;
		padding: 1em 0 0.5em 0;
		font-size: 0.9em;
    }
#downloadsTopBox ul, #downloadsBottomBox ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
    }
#downloadsTopBox li, #downloadsBottomBox li
	{
		padding: 0;
    }


#downloadsTopBox a, #downloadsBottomBox a
	{
		line-height: 2em;
		display: inline-block;
		background-position: 0% 50%;
    }



/****************************************************
	FOOTER
******************************************************/

#footerBox
	{
		position: relative;
		clear: both;
        padding: 20px 20px 20px 20px;
		font-size: 0.9em;
		color: #4B4B4C;
		line-height: 1.3em;
		min-height: 150px;
    }
#footerBox p
	{
		margin-top: 0;
    }

#footerBox strong
	{
        color: #000;
    }
#footerBox td
	{
        border: none;
    }


.contextBoxItem.typ_1 /* Anschrift */
	{
    }

#newsletterBox
	{
        background: transparent url(/images/iconNewsletter.gif) no-repeat top left;
		padding-left: 25px;
		margin-left: -25px;
    }
#newsletterForm
	{
        padding: 0;
		margin: 0;
    }


.newsletterField
	{
        width: 150px;
		border: solid 1px #909090!important;
		font-size: 1em;
		padding: 1px;
		color: #4B4B4C;
		line-height: 1.1em;
    }

#newsletterButton
	{
        width: 15px;
		height: 15px;
		position: relative;
		top: 2px;
		border: none;
    }


/****************************************************
	NEWS Dokumentenlisten
******************************************************/

/* Dokumentenliste */
.docList
	{
        clear: both;
		list-style: none!important;
		list-style-image: none!important;
    	margin: -2em 0 0 0 !important;
		padding: 0!important;
    }

.docList li
	{
		position: relative;
		list-style: none;
		list-style-position: outside;
		margin: 0!important;
		padding: 2em 0 2em 0!important;
		background: transparent url(/images/docListItemSpacer.gif) no-repeat 50% 100%;

    }
.docList h2,.docList h3
	{
		font-size: 1em;
		font-weight: bold;
		margin: 0 0 1em 0!important;
		padding: 0!important;
		background-image: none;

    }
.docList h2,.docList h3, .docList h2 a,.docList h3
	{
		color: #00687F;
    }

.docList h3
	{
		font-size: 1em;
    }

.docList h2 span, .docList h3 span
	{
        font-weight: normal;
    }

.docList h3 a, .docList h2 a
	{
		text-decoration: none;
	}
.docList p
	{
		margin: 0;
		padding: 0;
    }



#siteNavTop {}
#siteNavBottom {}
#siteNav
	{
        line-height: 1em;
		margin: 2em 0;
		clear: both;
		font-size: 0.9em;
    }
.siteNav a.prev
	{
		padding-right: 10px;
    }
.siteNav a.goList
	{
		padding: 0 10px;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
    }
.siteNav a.next
	{
		padding-left: 10px;
    }

/****************************************************
	FAQ
******************************************************/
ul.faqMenu { font-weight: bold; }
.faqList {}
.faqListItem
	{
		border-top: solid 1px #E6E6E6;
		padding: 1em 0;
	}

.gotop
	{
		clear: both;
		display: block;
		padding: 20px 0 0 0;
		margin-right: 40px;
		overflow: hidden;
		height: 0px !important;
		background: transparent url(/images/top.gif) no-repeat right;
	}
.faqList .gotop { margin-right: 20px; }



/****************************************************
	HOMEPAGE
******************************************************/
#home_headerTopBox
	{
		height: 105px;
    }


#home_headerBox, #home_lang
	{
		border-top: solid 5px #00687F;
		border-bottom: solid 5px #00687F;
		background-color: #fff;
    }
#home_headerBox
	{
		position: relative;
		height: 150px;
    }
#home_logo
	{
        position: absolute;
		top: 15px;
		left: 332px;
    }


#home_contentBox
	{
		background-color: #fff;
		text-align: right;
    }
#home_contentBox p
	{
        padding: 0;
		margin: 0;
    }


#home_lang
	{
		padding: 25px 0 20px 0;
		float: left;
		width: 100%;
    }
#home_lang ul
	{
		margin: 0 0 0 235px;
		list-style: none;
		font-style: italic;
    }
#home_lang ul .lng_de, #home_lang ul .lng_de a
	{
		color: #00A1C5;
    }
#home_lang ul .lng_en, #home_lang ul .lng_en a
	{
		color: #8C8C8C;
    }
#home_lang ul li span
	{
		float: left;
        width: 96px;
    }
#home_lang ul li a
	{
		float: left;
		padding-right: 8px;
		background: transparent url(/images/arrow_right.gif) no-repeat 100% 60%;
    }
#home_lang ul li
	{
		clear: both;
    }


#siteNavTop, #siteNavBottom
	{
        clear: both;
		padding: 2em 0;
    }
#siteNavTop
	{
        padding-top: 0;
    }
.goList
	{
        padding: 0 1em;
    }

/*************************
	SUCHE
**************************/

table.searchFieldTable, table.searchFieldTable td
	{
		border: none!important;
    }


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

.form .textblock
	{
		position: absolute;
		left: 20px;
		top: 6.1em;
    }


form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 260px;
		border: solid 1px #ccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}
input:focus, textarea:focus
	{
		border: solid 1px #00687F;
    }

textarea
	{
		overflow: auto;
		width: 500px;
    }

.fbError
	{
		color: #cc0000;
	}
.fbError input, .fbError textarea
	{
		border: solid 2px #cc0000;
	}
.formField
	{
		clear: both;
		padding: 2px 0;
	}
.formField label
	{
		display: block;
	}
.button
	{
		margin-top: 0px;
		background-color: #00A1C5;
		border: none;
		width: 120px;
		padding: 5px 0;
		color: #fff;
	}
.radio, .checkbox
	{
		width: auto;
		border: none;
	}
.checkbox
	{
		float: left;
		margin-right: 10px;
	}

.radioSet
	{
		display: inline;
		padding-right: 1em;
	}
.radioLabel, .radioMainLabel
	{
		position: relative;
		top: -2px;
		padding: 0 5px 0 0;
	}
.formField label.radioLabel
	{
		float: none;
		display: inline;
		padding-left: 0;
	}
.radioSet.fbError
	{
		border: none;
	}
.check
	{
		float: left;
		clear: both;
		border: none;
	}
.formField label.checkboxLabel
	{
		position: relative;
		top: 0;
		float: none;
		padding-left: 0.5em;
		width: auto;
	}


.formHint
	{
		clear: both;
		padding: 1em 0;
		font-size: 0.8em;
	}
.formField h4	{ padding: 1em 0;}

/* Print Formular */

.printForm fieldset
	{
		border: none;
	}
.printForm fieldset .formField
	{
		overflow: hidden;
		border-bottom: solid 1px #ccc;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
.printForm fieldset .formField span
	{
		float: left;
	}
.printForm label
	{
		float: left;
		width: 120px;
	}
.printForm .radioMainLabel
	{
		float: left;
		margin: 0 0 0 0;
		min-width: 115px;
	}
.printForm .radioSetBox
	{
		float: left;
		margin-right: 10px;
	}
.printForm .radioSetOuterBox
	{
		margin-left: 120px;
	}
.printForm textarea
	{
		width: 400px;
	}
.printForm .hint
	{
		clear: both;
		font-size: 0.9em;
		color: #666;
	}
.printForm h3
	{
		margin: 2em 0 1em 0;
	}

#body_230_262 .printForm .radioSetBox
	{
		float: none;
	}

/*************************
	SUCHE
**************************/

.button.search
	{
		margin-left: 0px;
		width: auto;
    }

.isearch-highlight
	{
		font-weight: bold;
    }


/*************************
	Login
**************************/

#cugBox
	{
		margin:0 0 10px 0;
	}
#cugBox h3
	{
		margin-left: 10px;
		margin-bottom: 5px;
		padding-left: 10px;
		padding-bottom: 2px;
		color: #990000;
		border-bottom: solid 1px #990000;
	}

#sideBarBox #cugBox  ul
	{
		border: solid 2px #990000;
		border-left-width: 1px;
		border-right-width: 1px;
	}
#sideBarBox #cugBox  ul ul { border: none; }

#loginData
	{
		position: absolute;
		z-index: 200;
		background-color: #fff;
		right: 25px;
		top: 95px;
		font-size: 0.9em;
	}
#loginForm
	{
		border-bottom: solid 2px #990000;
		padding-left: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
#loginForm form
	{
		margin: 0;
		padding: 0;
	}
#loginForm label { font-size: 0.8em; line-height: 1em; padding: 0;}
#loginForm input { width: auto; }
#loginForm .button { margin: 0; }
#loginForm .formField { margin: 0.2em 0; padding: 0; }

.alertBox h4
	{
		display: none;
		font-size: 1.2em;
	}
.alertBox
	{
		color: #cc0000;
		padding: 0 0 20px 50px;
		background: transparent url(/images/alertSign.gif) no-repeat left top;
		margin-top: 20px;
	}
.alertBox ul
	{
		color: #cc0000
	}



/*************************
	EXTRAS
**************************/

#maiImprintBox
	{
        position: absolute;
		left: 20px;
		top: 300px;
		font-size: 0.9em;
    }
#maiImprintBox span
	{
        display: block;
		padding-top: 1em;
    }



