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

	SITE: manderla-gmbh.de


	hallo@stephan-grass.de 2009

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

* {margin: 0; padding: 0;}


html, body
	{
		height: 100%;
	}

body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		background: #F2F0EE;
		text-align: center;
		color: #221E1F;
	}
h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}

ul { margin: 0 0 1em 1.6em; }
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;  clear: left; margin: 2px 10px 10px 0;}
.imgRight { float: right; margin: 4px 0 10px 10px; }


a
	{
		color: #221E1F;
	}
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 5px; }
a.zoomImageLink image
	{

	}
h2 a { text-decoration: none; }
h1, h2, h3, h4, h5
	{
		font-family: Lucida sans, Arial,Helvetica,sans-serif;
		line-height: normal;
		margin-bottom: 1em;
	}

h1
	{
		font-weight: normal;
		font-size: 1.8em;
		margin-bottom: 2em;
	}
h2
	{
		font-weight: normal;
		font-size: 1.3em;
		margin-top: 2em;
	}
h2.subTitle
	{
		margin-top: -2em;
		margin-bottom: 2em;
	}

h3
	{
		font-weight: normal;
		font-size: 1.2em;
	}
h4
	{
        font-weight: bold;
    }


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

p { margin-bottom: 1em;}



table
	{
		margin-bottom: 2em;
    }

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

/****************************************************
	Layout
******************************************************/


#wrap
	{
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 954px;
		min-height: 100%;
		background: #fff url(/images/hgr_wrap.gif) repeat-y right;
	}

#headerBox
	{
        border-bottom: solid 1px #F2F0EE;
		padding: 1em 4px 1em 30px;
		height: 7em;
		margin: 0 2px;
    }

#menuBox
	{
		position: relative;
        float: right;
		width: 264px;
		padding-top: 50px;
    }
#mainNav
	{
        list-style: none;
		margin: 0;
    }
#mainNav li
	{
        padding: 0.2em 0 0.2em 20px;
		background: transparent url(/images/menuDot.gif) no-repeat 0 0.4em;
    }
#mainNav li.active, #mainNav li.active li.active
	{
		background: transparent url(/images/menuDot_h.gif) no-repeat 0 0.4em;
		font-weight: bold;
    }
#mainNav a
	{
        text-decoration: none;
    }
#mainNav a:hover
	{
        font-weight: bold;
    }
#mainNav ul
	{
        list-style: none;
		display: none;
    }
#mainNav li.active ul
	{
		display: block;
    }
#mainNav ul li, #mainNav li.active li
	{
        padding: 0.2em 0;
		background: transparent none!important;
		font-weight: normal;
    }


#contentBox
	{
		width: 625px;
		padding: 50px 0 50px 30px;
    }

#contextBox
	{
        padding: 40px 20px;
    }
.contextBoxItem
	{
        margin-bottom: 1em;
    }
.contextBoxItem.typ_2
	{
		position: absolute;
		top: -7.1em;
		left: 20px;
		line-height: 1.2em;
		font-style: italic;
    }
.contextBoxItem.typ_2, .contextBoxItem.typ_2 a
	{
		color: #807D7E;
    }

.docList /*ul*/
	{
		list-style: none;
		margin: 0 0 1em 0;
    }
.docList li
	{
        padding-bottom: 2em;
    }
.docList h2
	{
        margin-top: 0;
    }


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


#footerBox
	{
		border-top: solid 1px #F2F0EE;
		clear: both;
		margin-top: 6em;
		padding-top: 0.5em;
		font-size: 0.9em;
		line-height: 1em;
    }
#footerBox, #footerBox a
	{
		color: #807D7E;
    }


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

form
	{
		margin: 1.4em 0;
		padding: 0;
	}
input, textarea, select
	{
		width: 250px;
		border-color: #eee;
	}
textarea
	{
		width: 500px;
		height: 100px;
		overflow: auto;
	}
.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: 10px;
		width: auto;
	}
.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
	{
		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
	}

#routingForm
	{
		border-top: solid 1px #F2F0EE;
		padding-top: 1em;
	}

