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

	SITE: Vaillant Innovationspartner

	Basislayout

	grass@mai-multimedia.de 2009

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

* {margin: 0; padding: 0;}


html, body
	{
		height: 100%;
	}

body
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 75%;
		line-height: 1.4em;
		text-align: center;
	}
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.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; }


h1
	{
		font-size: 1.8em;
		line-height: 1em;
		font-weight: normal;
		margin-bottom: 1em;
		font-family: Arial Narrow, Arial,sans-serif;
	}
h2
	{
		font-size: 1.4em;
		line-height: 1em;
		font-weight: normal;
		margin-bottom: 1em;
		font-family: Arial Narrow, Arial,sans-serif;
    }
h3
	{
		font-size: 1.2em;
		line-height: 1em;
		font-weight: normal;
		margin-bottom: 1em;
    }
h4
	{
		font-size: 1em;
		margin-bottom: 0;
    }

p { margin: 0 0 1em 0;}


table
	{
		margin-bottom: 1em;
    }

td { padding: 0.1em 0.5em!important;}

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

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

/****************************************************
	Aufbau
******************************************************/

#wrap
	{
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 880px;
		min-height: 100%;
	}

#headerBox
	{
		position: relative;
		width: 835px;
		margin: 0 10px 0 35px;
		height: 120px;
		background: transparent url(/images/hgr_header_footer.gif) no-repeat top left;
	}
html>body #footer
	{
		background: transparent url(/images/hgr_header_footer.png) no-repeat top left;
    }

#keyvisual
	{
        background-repeat: no-repeat;
		background-position: top left;
		width: 100%;
    }

#mainBodyBox
	{
		position: relative;

		width: 835px;
		margin: 0 10px 0 35px;
		background: #fff;
    }
#contentBox
	{
		float: left;
        width: 450px;
		padding: 0 0 30px 165px;
		min-height: 300px;
    }
#breadcrumpBox
	{
        font-size: 0.9em;
		min-height: 40px;
		padding-top: 5px;
    }


#themaBox
	{
        background: transparent url(/images/partner/hgr_thema.png) no-repeat bottom left;
		padding: 10px 18px 5px 18px;
    }
#themaBoxHead
	{
        height: 19px;
    }


#contextBox
	{
		position: relative;
        float: right;
		width: 198px;
		padding: 0 1px;
		margin: -60px 0 0 0;
		font-size: 0.9em;
		line-height: 1.2em;
    }
.contextBoxItem
	{
		padding: 10px;
    	border-left: solid 1px #fff;
		border-right: solid 1px #fff;
		background: #fff;
    }
.contextBoxItem p
	{
		margin: 0;
    }
.contextBoxItem img
	{
        margin-bottom: 0.5em;
    }


.contextBoxItem.boxTyp_2 /*AnschriftBox*/
	{

		background: transparent;
		border: none;
		border-bottom: solid 2px #fff;
    }
.contextBoxItem.boxTyp_2 h2 /*AnschriftBox*/
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 1em;
		font-weight: normal;
		margin-bottom: -1em;
    }
.contextBoxItem.boxTyp_2 p /*AnschriftBox*/
	{
		margin: 1em 0 0 0;
    }

#contextBoxFooter
	{
        height: 14px;
		width: 100%;
    }


#footer
	{
		clear: both;
		position: relative;
		width: 835px;
		height: 30px;
		margin: 0 10px 0 35px;
		padding-top: 20px;
		background: transparent url(/images/hgr_header_footer.gif) no-repeat 0 -200px;
    }
html>body #footer
	{
		background: transparent url(/images/hgr_header_footer.png) no-repeat 0 -200px;
    }


#goTopLink
	{
		position: absolute;
		top: 20px;
		left: 165px;
    }
#imprintLink
	{
		position: absolute;
		top: 20px;
		right: 10px;
    }
#goTopLink, #imprintLink
	{
        text-decoration: none;
		line-height: 1em;
		padding: 0px;
		background: transparent url(/images/hgr_button.png) no-repeat top left;
    }
#goTopLink span, #imprintLink span
	{
		display: block;
		height: 15px;
		background:  transparent url(/images/hgr_button.png) no-repeat bottom right;
		position: relative;
		font-size: 0.9em;
		left: 10px;
		line-height: 15px;
		padding-right: 10px;
		cursor: pointer;
    }


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

#mainNav /*ul*/
	{
		position: absolute;
		top: 0;
		right: 10px;
    }

#mainNav, #mainNav ul
	{
        list-style: none;
		margin: 0;
    }
#mainNav li
	{
        float: left;
		position: relative;
		line-height: 1em;
		padding-bottom: 20px;
    }
#mainNav li a
	{
		display: block;
		padding: 18px 22px 0 5px;
		text-decoration: none;
    }

/* zweite Ebene */

#mainNav ul
	{
		position: absolute;
		left: 0px;
        display: none;
		font-size: 0.9em;
		padding-top: 8px;
		top: 28px;
	}
#mainNav li.active ul
	{
        display: block;
    }
#mainNav li.active ul
	{
		/*position: absolute;*/
    }
#mainNav ul li
	{
        float: none;
		border: none;
		padding-bottom: 0;
    }
#mainNav ul li a
	{
        padding: 2px 0 2px 5px;
		white-space: nowrap;
		border: none;
    }
#mainNav li.active ul a
	{
        color: #000;
    }

/****************************************************
	SUBNAVIGATION
******************************************************/

#subNav /*ul*/
	{
		position: absolute;
		width: 125px;
		top: 45px;
		left: 15px;
		padding-left: 1.6em;
    }

#subNav, #subNav ul
	{
		margin: 0;
    }
#subNav a
	{
        color: #000;
		text-decoration: none;
    }


/****************************************************
	SPEZIAL
******************************************************/

#systemfinderBox
	{
        position: relative;
		left: -128px;
		width: 760px;
		height: 900px;
    }


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