/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		03.12.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*/
	margin-top:15px;
	width: 974px;
	text-align: left;

}

/*
Header
_________________________________________________
*/

#header {
	
	/*margin: 0px auto;*/
	width: 974px;
	height: 216px;
	/*background:#adfe12;*/
	text-align: left;
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	padding: 40px 0px 0px 565px;
	width:229px;
	height:176px;
	left:62px;
	position:relative;
	font-size:17px;
	color:#fff;
}
#headerLogo {
	float:left;
	width:118px;
	height:118px;
	/*background:#00f;*/
}

#headerText {
	float:left;
	position:relative;
	left:180px;
	padding:10px 0 0 25px;
	width:350px;
	height:59px;
	background:#666;
	border-left:179px solid #333;
	border-right:240px solid #666;
	color:#fff;
	font-size:12px;
}

#shopbutton {
	float:right;
	width:232px;
	height:61px;
	border:4px solid #333;
	background-color:#999;
	line-height:61px;
}

/*
Left boxes
_________________________________________________
*/



/*
Top Navigation 
------------------------------------------------
*/

 /* common styling */


#topNavigation ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

#topNavigation ul li {
	float:left;
	position:relative;
}

#topNavigation ul li a {
	display:block; 
	text-decoration:none; 
	color: #fff;
	width:118px; 
	border-left: 5px solid #fff; 
	font: 11px verdana;
	font-weight:bold;
	background-color: #333;
	line-height:34px;
	height:34px;
	border-bottom:none;
	text-align:center;
}

* html #topNavigation ul li a, #topNavigation ul li a:visited {
	width:118px;
}

#topNavigation ul li ul {
	display: none;
}

table {
	border-collapse:collapse;
	font-size:11px;
}



/* specific to non IE browsers */

#topNavigation ul li:hover a,

#topNavigation ul li a:hover {
	color: #fff;
	background: #d1001e;
}


#topNavigation ul li.active a , #topNavigation ul li.active {
	background-color:#d1001e;
}

/* Subnavigation
------------------------------------------------------
*/

#navigation {
	float:left;
	width: 179px;
	/*Min height*/
	min-height: 281px;
	height:auto !important;
	]height:281px;
	border-top:21px solid #fff;
	margin: 0px 21px 0 0px;
	padding: 34px 0px 0px 0px;
	font-size: 11px;
	font-family:verdana;
	line-height: 34px;
	color: #fff;
	font-weight:normal;
	background-color:#999;
}

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

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

#navigation ul li.first {
	border-top:1px solid #fff;
}

#navigation ul li li.first {border-top:none;}

/* 1st level */
#navigation ul a {
	display: block;
	color: #fff;
	width: 162px;
	height: 34px;
	padding: 0px 8px 0px 9px;
	border-bottom: 1px solid #fff;
}

#navigation ul a:hover {
	background:#d1001e;
}

/* Active */
#navigation li.current a {
	color: #fff;
	display: block;
	width: 162px;
	height: 35px;
	font-weight: normal;
	padding: 0px 8px 0px 9px;
	border-bottom: 1px solid #fff;
	background:#d1001e;
}

/* 2nd level */

/* hide all */
#navigation li ul {
	display: none;
}

/* show active */
#navigation li.current ul {
	display: block;
}

#navigation li li {
	margin: 0px;
	padding: 0px;
}

#navigation li.current li a,
#navigation li li a {
	display: block;
	font-weight: normal;
	width: 162px;
	padding: 0px 8px 0px 9px;
	background-color:#ccc;
	color: #333;
}

#navigation li li a:hover {
	color:#d1001e;
	background-color:#ccc;
}
/* Active */
#navigation li.current li.current a {
	width: 162px;
	padding: 0px 8px 0px 9px;
	font-weight: normal;
	color: #d1001e;
	background:#ccc;
}

/*
Content
_________________________________________________
*/

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

#contentText {
	float: left;
	width: 573px;
	padding: 0px 0px 0px 0px;
	margin:0px 21px 0 0;
	border-top:21px solid #fff;
}

#contentText2 {
	width:241px;
	float:left;
	margin:21px 0 0 0;
}


#contentTextGal {
	float: left;
	width: 276px;
	padding: 0px 0px 0px 0px;
	margin:0px 15px 0 0;
	border-top:21px solid #fff;
}

#contentText2Gal {
	width:303px;
	float:left;
	margin:21px 0 0 0;
}


#contentAdress {
	float:left;
	line-height:14px;
	width:175px;
	/*background:#abcdef;*/
	margin: 21px 5px 0 0;
}

#contentAdress a {color:#000;}

#tools {
	float:left;
	width:175px;
	height:34px;
	background:#999;
}

#tools a {
   float: left;
   display: block;
   margin: 0px 0px 0px 0px;
  /*width: 60px;*/
   height: 34px;
}
#tools a.fnc-print {
   background: url(../img/funktionen2.gif) no-repeat 0 0px;
   width:41px;
}
#tools a.fnc-print:hover {
   background: url(../img/funktionen2.gif) no-repeat 0px -34px;
}
#tools a.fnc-mail {
   background: url(../img/funktionen2.gif) no-repeat -41px 0px;
   width:32px;
}
#tools a.fnc-mail:hover {
   background: url(../img/funktionen2.gif) no-repeat -41px -34px;
}
#tools a.fnc-sitemap {
   background: url(../img/funktionen2.gif) no-repeat -98px 0px;
   width:27px;
}
#tools a.fnc-sitemap:hover {
   background: url(../img/funktionen2.gif) no-repeat -98px -34px;
}
#tools a.fnc-impressum {
   background: url(../img/funktionen2.gif) no-repeat -73px 0px;
   width:25px;
}
#tools a.fnc-impressum:hover {
   background: url(../img/funktionen2.gif) no-repeat -73px -34px;
}


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