/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		16.08.2006
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 * @author		Raphael Fink, 3w-publishing.ch
 */


html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	text-align: center;						/*centered*/
}

#accesskeys{
	display:none;
}

#address	{
		display:none;
}

#maincontainer {
	margin: 0px auto;						/*centered*/
	/*width: 955px;*/
	text-align: left;

}

/*
Header
_________________________________________________
*/

#wideHeader {
	background-color:#fff;
	
}
#header {
	
	margin: 0px auto;
	width: 936px;
	height: 144px;
	background:#fff;
	text-align: left;
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	padding: 0px 0px 0px 0px;
	width:720px;
}
#headerLogo {
	float:left;
	width:216px;
}



/*
Left boxes
_________________________________________________
*/




/*
Sub-Navigation 
--------------------------------------------------------
*/

#wideNavigationBox {
	background-color:#b1b1b1;
	/*width:100%;*/
}
#navigationBox {
	/*float: left;*/
	margin: 0px auto;
	width: 936px;
	height:130px;

}

/* Left Navigation */

#navigation1 {
	float:left;
	width: 238px;
	/*Min height*/
	min-height: 128px;
	height:auto !important;
	height:128px;
	/*margin: -40px 0px 0px 85px;*/
	margin: 0px 0 0 0px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #d8d8d7;
	font-weight:bold;
	background-color:#4b413d;
}

#navigation1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*color: #0F4571;*/
}

#navigation1 a {
	color: #d8d8d7;
	text-decoration: none;
}

/* 1st level */
#navigation1 ul a {
	display: block;
	color: #d8d8d7;
	width: 225px;
	height: 18px;
	padding: 0px 0px 0px 13px;
	/*border-bottom: 1px solid #4b413d;*/
}

#navigation1 ul a:hover {
	background:#635c59;
}

/* Active */
#navigation1 li.current a {
	color: #d8d8d7;
	display: block;
	width: 225px;
	height: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 13px;
	/*border-bottom: 1px solid #D8D0C3;*/
	background:#635c59;
	font-weight:bold;
}

/* 2nd level */

#navigation2 {
	float:left;
	width: 238px;
	/*Min height*/
	min-height: 128px;
	height:auto !important;
	height:128px;
	/*margin: -40px 0px 0px 85px;*/
	margin: 0px 0 0 0px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background-color:#7e7977;
	border-left:3px solid #b1b1b1;
}

#navigation2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*color: #0F4571;*/
}

#navigation2 a {
	color: #fff;
	text-decoration: none;
}

/* 1st level */
#navigation2 ul a {
	display: block;
	color: #fff;
	width: 225px;
	height: 18px;
	padding: 0px 0px 0px 13px;
	/*border-bottom: 1px solid #4b413d;*/
}

#navigation2 ul a:hover {
	background:#989492;
	color:#4b413d;
}

/* Active */
#navigation2 li.current a {
	color: #d8d8d7;
	display: block;
	width: 225px;
	height: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 13px;
	/*border-bottom: 1px solid #D8D0C3;*/
	background:#635c59;
}


/* 3nd level */

#navigation3 {
	float:left;
	width: 238px;
	/*Min height*/
	min-height: 128px;
	height:auto !important;
	height:128px;
	/*margin: -40px 0px 0px 85px;*/
	margin: 0px 0 0 0px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	background-color:#7e7977;
	border-left:3px solid #b1b1b1;
}

#navigation3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*color: #0F4571;*/
}

#navigation3 a {
	color: #fff;
	text-decoration: none;
}

/* 1st level */
#navigation3 ul a {
	display: block;
	color: #fff;
	width: 225px;
	height: 18px;
	padding: 0px 0px 0px 13px;
	/*border-bottom: 1px solid #4b413d;*/
}

#navigation3 ul a:hover {
	background:#989492;
	color:#4b413d;
}

/* Active */
#navigation3 li.current a {
	color: #d8d8d7;
	display: block;
	width: 225px;
	height: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 13px;
	/*border-bottom: 1px solid #D8D0C3;*/
	background:#635c59;
}

/*
Content
_________________________________________________
*/

#wideContent {
	background:#7e7977;
	background-image:url(../img/headerBg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}

#content {
	
	width: 936px;
	margin: 0px auto;
	min-height:340px;
	height:auto !important;
	]height:340px;
	background-color:#7e7977;
	background-image:url(../img/contentBg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	position:relative;
}

#contentText {
	float: left;
	width: 720px;
	padding: 0px 0px 0px 0px;
	background-color: #7e7977;
}

#contentTextMargin {margin:0px 20px 20px 2px;}

img.contentImages {
	border:1px solid #4b413d;
	margin:10px 20px 0 0;
}
img.contentImages:hover { cursor:pointer; }

#contentHeader {
	background:#b1b1b1;
	width:720px;
	height:20px;
}
#contentLogo {
	position:absolute;
	bottom:10px;
	left:720px;
	height:100px;
	width:216px;
	background-color: #ccc;
}

#contentProductLogo {
	float:left;
}
#contentLogo, #contentLogo a, #contentLogo td {
	color:#4b413d;
	line-height:15px;
}


#tools {
	float:left;
	width:240px;
	height:20px;
	background:#b1b1b1;
}

#tools a {
   float: left;
   display: block;
   margin: 0px 0px 0px 0px;
   width: 60px;
   height: 20px;
}
#tools a.fnc-print {
   background: url(../img/print_out.gif) no-repeat 0 0px;
}
#tools a.fnc-print:hover {
   background: url(../img/print_over.gif) no-repeat 0 0px;
}
#tools a.fnc-mail {
   background: url(../img/mail_out.gif) no-repeat 0 0px;
}
#tools a.fnc-mail:hover {
   background: url(../img/mail_over.gif) no-repeat 0 0px;
}
#tools a.fnc-sitemap {
   background: url(../img/sitemap_out.gif) no-repeat 0 0px;
}
#tools a.fnc-sitemap:hover {
   background: url(../img/sitemap_over.gif) no-repeat 0 0px;
}
#tools a.fnc-impressum {
   background: url(../img/impressum_out.gif) no-repeat 0 0px;
}
#tools a.fnc-impressum:hover {
   background: url(../img/impressum_over.gif) no-repeat 0 0px;
}

#tools a.fnc-home {
   background: url(../img/home_out.gif) no-repeat 0 0px;
}
#tools a.fnc-home:hover {
   background: url(../img/home_over.gif) no-repeat 0 0px;
}
#tools a.fnc-kontakt {
   background: url(../img/kontakt_out.gif) no-repeat 0 0px;
}
#tools a.fnc-kontakt:hover {
   background: url(../img/kontakt_over.gif) no-repeat 0 0px;
}


#footer {
	margin: 0px auto;
	padding-top: 3px;
	width: 936px;
	font-size: 11px;
	color:#4b413d;
}
#footer a {
	color:#4b413d;
}