html {
	height: 101%;
}
body {
	background-image: url(../gfx/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: white;
}
.clear {
	clear: both;
}
a .protect {
	display: none;
}
/*** main divs ***/
#page {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#headerLogo {
	height: 112px;
	position: relative;
}
#logoImage {
	float: left;
	margin-top: 22px;
}
#headerNavigation {
	float: right;
	height: 34px;
	margin-top: 45px;
}
#headerImage {
	height: 140px;
	margin-bottom: 13px;
}
#metaContent {
	background-image: url(../gfx/bg_metaNavi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	overflow: hidden;
	padding: 0 14px 13px 14px;
}
#metaNavigation {
	float: left;
	padding: 10px 0 0 0;
}
#searchBox {
	float: right;
	padding: 8px 0 0 0;
}
#content {
	padding-bottom: 13px;
}
#footer {
	height: 22px;
	background-color: #9fccfd;
}
#footerMeta {
	float: left;
	padding: 4px 0 0 14px;
	color:#003979;
}
#footerNavigation {
	float: right;
	padding: 4px 14px 0 0;
}
#metaNavigation *,
#searchBox *,
#footerMeta *,
#footerNavigation * {
	line-height: 125%;
}

/*** menu styling - headerNavigation ***/
/*** drop menu menu with 1 extra level ***/
#headerNavigation {
	background-image: url(../gfx/bg_headerNavi_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 14px;
	z-index: 100;
	line-height: 125%;
}
#headerNavigation * {
	line-height: 125%;
}
#headerNavigation .wrapper {
	background-image: url(../gfx/bg_headerNavi_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 14px 10px 0;
}
#headerNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#headerNavigation li {
	display: inline;
	padding-left: 20px;
	position: relative;
	background-image: url(../gfx/bullet_headerNavi.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#headerNavigation li.first {
	padding-left: 0;
	background: transparent none;
}
#headerNavigation li,
#headerNavigation a {
	color: #ffffff;
}
#headerNavigation li.active,
#headerNavigation li.active a,
#headerNavigation li.current,
#headerNavigation li.current a {
	color: #a8bf56;
}
#headerNavigation a {
	padding: 10px 0 10px 0;
	text-decoration: none;
}
#headerNavigation a:hover {
	text-decoration: underline;
}
#headerNavigation ul.level0 li:hover>a {
	text-decoration: underline;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#headerNavigation ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 27px;
	left: 4px; 
	width: 167px;
}
#headerNavigation ul li.first ul {
	left: -14px;
}

/* style the second level links */
#headerNavigation ul ul li {
	background-image: none;
	padding: 0;
	display: block;
	width: 167px;
}
#headerNavigation ul ul a,
#headerNavigation ul ul a:visited {
	display: block;
	color: #415721;
	background-color: #c1ce93;
	border-top: 1px solid #6a8c37;
	opacity:0.90;
	padding: 7px 10px 6px 8px; 
	overflow: hidden;
	width: 149px;
}

#headerNavigation ul li.current li a,
#headerNavigation ul li.active li a {
	color: #415721;
}

#headerNavigation ul ul li.current a {
	background-color: #9FAC71;
}

/* do not underline links on second level */
#headerNavigation ul ul li a:hover,
#headerNavigation ul ul li.current a:hover,
#headerNavigation ul ul li.active a:hover {
	text-decoration: none;
	background-color: #A3B477;
}
#headerNavigation ul.level0 ul li:hover>a {
	text-decoration: none;
}



#headerNavigation ul ul li.first a {
	border-top: 0;
}

/* make the second level visible when hover on first level list OR link */
/* this is not for ie6 */
#headerNavigation ul li:hover ul {
	visibility:visible; 
}



/*** menu styling - metaNavigation ***/
#metaNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#metaNavigation li {
	display: inline;
	padding-left: 20px;
	background-image: url(../gfx/bullet_metaNavi.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#metaNavigation li.first {
	padding-left: 0;
	background: transparent none;
}
#metaNavigation li,
#metaNavigation a {
	color: #ffffff;
}
#metaNavigation li.active,
#metaNavigation li.active a,
#metaNavigation li.current,
#metaNavigation li.current a {
	color: #a8bf56;
}
#metaNavigation a {
	text-decoration: none;
}
#metaNavigation a:hover {
	text-decoration: underline;
}

/*** menu styling - footer ***/
#footerNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerMeta .phone, 
#footerNavigation li {
	display: inline;
	padding-left: 10px;
	background-image: url(../gfx/bullet_footerNavi.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
#footerNavigation li.first {
	padding-left: 0;
	background: transparent none;
}
#footerMeta .phone {
	background-position: 2px 1px;
}
#footerNavigation li,
#footerNavigation a {
	color: #003979;
}
#footerNavigation a {
	text-decoration: none;
}
#footerNavigation a:hover {
	text-decoration: underline;
}

/*** rootline navigation - only visible on sub pages ***/
#rootline {
	text-align: right;
	height: 15px;
	padding-right: 5px;
}
#rootline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#rootline li {
	display: inline;
	background-image: none;
	padding: 0;
	margin: 0;
}
#rootline li,
#rootline a {
	color: #013a7a;
}
#rootline a {
	text-decoration: none;
}
#rootline a:hover {
	text-decoration: underline;
}
#rootline .current a {
	font-weight: bold;
}

/*** content styling 3 columns - home page, 2 columns - other pages ***/
#content3cols,
#content2cols {
	background-image: url(../gfx/bg_content_3cols.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#content2cols {
	background-image: url(../gfx/bg_content_2cols.gif);
}
#content3cols .wrapper,
#content2cols .wrapper {
	background-image: url(../gfx/bg_content_3cols_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content2cols .wrapper {
	background-image: url(../gfx/bg_content_2cols_top.gif);
}
#content2cols .section1 {
	background-image: url(../gfx/bg_content_2cols_top_installationen.gif);
}
#content2cols .section2 {
	background-image: url(../gfx/bg_content_2cols_top_strom.gif);
}
#content2cols .section3 {
	background-image: url(../gfx/bg_content_2cols_top_service.gif);
}
#content2cols .section4 {
	background-image: url(../gfx/bg_content_2cols_top_infocenter.gif);
}
#content2cols .section5 {
	background-image: url(../gfx/bg_content_2cols_top_unternehmen.gif);
}
#content2cols .section6 {
	background-image: url(../gfx/bg_content_2cols_top_kontakt.gif);
}
#content3cols .column,
#content2cols .column {
	width: 297px;
	margin-right: 12px;
	padding: 50px 9px 20px 9px;
	float: left;
	position: relative;
}
#content3cols .column2 {
	width: 298px;
}
#content2cols .column1 {
	width: 625px;
	padding-top: 35px;
}
#content3cols .column3,
#content2cols .column3 {
	margin-right: 0;
}
/* set first header as column header */
#content3cols .column .csc-header-n1,
#content2cols .column .csc-header-n1 {
	position: absolute;
	width: 300px;
	top: 3px;
	left: 0;
	text-align: right;
}
#content2cols .column1 .csc-header-n1 {
	width: 630px;
}
#content3cols .column .csc-header-n1 h1,
#content2cols .column .csc-header-n1 h1,
#content3cols .column .csc-header-n1 h2,
#content2cols .column .csc-header-n1 h2,
#content3cols .column .csc-header-n1 h3,
#content2cols .column .csc-header-n1 h3 {
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0;
}

/*** search form in meta content ***/
#minisearchform {
	margin: 0;
	padding: 0;
}
#minisearchform label,
#minisearchform input {
	display: inline;
	width: auto;
	margin-left: 4px;
	border: 0 none;
}
#minisearchform input {
	padding: 1px 2px;
}
#minisearchform label {
	padding-top: 2px;
	color: #ffffff;
}
#minisearchform .searchbox-submit {
	background-color: #6a8c37;
	padding: 1px;
	color: #ffffff;
}
