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


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

}

/*
Header
_________________________________________________
*/

#header {
	width: 960px;
	height: 180px;
	text-align: left;
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	padding: 15px 0px 0px 759px;
	width:201px;
	height:115px;
	font: 11px/15px arial;
	color:#000;
}
#headerImg a, #headerImg a:hover {color:#000;}

#tools {
	float:right;
	width:101px;
	height:20px;
	margin:28px 0 2px 0;
}

#tools a {
   float: left;
   display: block;
   margin: 0px 0px 0px 0px;
  /*width: 60px;*/
   height: 14px;
}
#tools a.fnc-print {
   background: url(../img/funktionen.gif) no-repeat 0 0px;
   width:25px;
}
#tools a.fnc-print:hover {
   background: url(../img/funktionen.gif) no-repeat 0px -14px;
}
#tools a.fnc-mail {
   background: url(../img/funktionen.gif) no-repeat -25px 0px;
   width:32px;
}
#tools a.fnc-mail:hover {
   background: url(../img/funktionen.gif) no-repeat -25px -14px;
}
#tools a.fnc-impressum {
   background: url(../img/funktionen.gif) no-repeat -57px 0px;
   width:25px;
}
#tools a.fnc-impressum:hover {
   background: url(../img/funktionen.gif) no-repeat -57px -14px;
}

#tools a.fnc-sitemap {
   background: url(../img/funktionen.gif) no-repeat -82px 0px;
   width:19px;
}
#tools a.fnc-sitemap:hover {
   background: url(../img/funktionen.gif) no-repeat -82px -14px;
}



/*
Top Navigation 
-------------------------------------------------
*/
#topNavigation {
	float:left;
	width:782px;
	height:20px;
	margin:28px 0 2px 0;
	z-index:900;
}

 /* common styling */

#topNavigation ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
#topNavigation ul li {
	float:left;
	position:relative;
}
#topNavigation ul li a, #topNavigation ul li a:visited {
	display:block; 
	text-decoration:none; 
	color: #fff;
	width:105px; 
	border-right: 2px solid #fff; 
	font: bold 11px arial;
	background: #666;
	padding-left:5px; 
	line-height:20px;
	height:20px;
}
* html #topNavigation ul li a, #topNavigation ul li a:visited {
	width:105px;
}
#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: #333;
}

#topNavigation ul li:hover ul,
#topNavigation ul li a:hover ul {
	display:block; 
	position:absolute;
	left:0; 
	width:105px;
}
* html #topNavigation ul li a:hover ul {
	margin-top:0;
}

#topNavigation ul li:hover ul li ul,
#topNavigation ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:105px;
}

#topNavigation ul li:hover ul li a,
#topNavigation ul li a:hover ul li a {
	display:block; 
	height:auto; 
	line-height:20px;
	padding: 0 0 0 5px;
	margin: -1px 0 0 0;
	width:105px;
	font: 11px/20px arial, helvetica, sans-serif;
	color: #fff;
	background: #666;
	text-decoration: none;
	border-right: none;
	border-top: 2px solid #fff;
}
* html #topNavigation ul li a:hover ul li a {
	width:105px;
}


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

#topNavigation ul li:hover ul li:hover ul,
#topNavigation ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	/*left:107px;*/
	left:109px;
	top:0;
	width:105px;
}


#topNavigation ul li:hover ul li:hover ul li a,
#topNavigation ul li a:hover ul li a:hover ul li a {
	border-left:2px solid #fff;
	border-right:none;
}


#topNavigation .last {
	border-bottom:2px solid #fff;
}	

/*
Breadcrumbs
*/


#breadcrumbs {
	width: 329px;
	margin: 0px 0px 0px 0px;
	padding:5px 0 0 5px;
	background-color:#999;
	float:left;
	z-index:1;
	height:25px;
	font-size:9px;
}



#breadcrumbs a {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

#breadcrumbs a:hover {
	color:#000;
}



/*
Content
_________________________________________________
*/

#content {
	margin:0px 0 0 0;
	width: 960px;
	/*margin: 0px auto;*/
	min-height:430px;
	height:auto !important;
	]height:430px;
}

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