/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		24.10.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: 915px;
	/*min-height: 100%;*/

	/* Browser compatibility hack */
	/*[height:100%;	*/						/*necessary to hide from Mozilla*/
	/*height:100%;	*/						/*read by Safari*/
	/*]height:100%;	*/						/*only read by IE6*/

	text-align: left;
	/*background-image: url(../img/button/navBg.gif);
	background-repeat: repeat-y;*/
}

/*
Header
_________________________________________________
*/
#header {
	float:right;
	margin: 0px 0px 0px 0px;
	width: 915px;
	height: 110px;
	text-align: left;
	background-image:url(../img/content/homepage/02_header_illu.gif);
	background-repeat:no-repeat;
	background-position:0 70px;
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	color:#000;
	font:bold 15px arial;
	padding: 44px 0px 0px 210px;
	height:26px;
	width:705px;
	background:url(../img/content/homepage/01_header_illu.gif) no-repeat 0 0;
}

#headerText {
	position:relative;
	top:18px;
	left:210px;
	width:500px;
	height:20px;
	color:#696969;
	font:bold 15px arial;
	float:left;
}

/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 200px;
	border-top:10px solid #FFF;
	/*background-image: url(../img/naviLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

/* Standard Navigation */
#navigation {
	width: 200px;
	/*Min height*/
	min-height: 270px;
	height:auto !important;
	height:270px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 22px;
	color: #000;
	/*border-bottom: 1px solid #BBB400;*/
	background-color: #FFF500;
	/*background-image: url(../img/button/navBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #BBB400;
}
#navigation a {
	color: #000;
	text-decoration: none;
}

/* 1st level */
#navigation ul a {
	display: block;
	width: 175px;
	height: 20px;
	padding: 0px 0px 0px 25px;
	border-top: 1px solid #BBB400;
	background-image: url(../img/button/button.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	font-weight:bold;
}
#navigation ul a:hover {
	background-color:#FFF77C;
	background-image: url(../img/button/button.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
/* Active */
#navigation ul a.active {
	background-color:#FFF77C;
	background-image: url(../img/button/button.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#navigation ul span {
	display: block;
	width: 175px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	border-top: 1px solid #BBB400;
	background-image: url(../img/button/button.gif);	
	background-repeat: no-repeat;
	background-position: 10px 6px;
	background-color:#FFF77C;
}

/* 2nd level */
#navigation ul ul {
	margin: 0px;
	padding: 0px;
	border-top:none;
}
#navigation ul ul a {
	display: block;
	width: 175px;
	padding: 0px 0px 0px 25px;
	border-top: 1px solid #FFF500;
	background-image: url(../img/leer.gif);
	/*background-repeat: no-repeat;
	background-position: 0 0;*/
	font-weight:normal;
	background-color:#FFF500;
}
#navigation ul ul a:hover {
	background-image: url(../img/leer.gif);
	/*background-repeat: no-repeat;
	background-position: 0px 0px;*/
	background-color:#FFF500;
	color:#D82615;
}
/* Active */
#navigation ul ul a.active {
	width: 175px;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	background-image: url(../img/leer.gif);
	/*background-repeat: no-repeat;
	background-position: 0px 0px;*/
	background-color:#FFF500;
	color:#D82615;
}
#navigation ul ul span {
	width: 175px;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	background-image: url(../img/leer.gif);
	/*background-repeat: no-repeat;
	background-position: 0px 0px;*/
	background-color:#FFF500;
	border-top:1px solid #FFF500;
	color:#D82615;
}

/* 3rd level */
#navigation ul ul ul {
	margin: 0px;
	padding: 0px;
	border-top:none;
}
#navigation ul ul ul a {
	display: block;
	width: 165px;
	padding: 0px 0px 0px 35px;
	border-top: 1px solid #FFF500;
	background-image: url(../img/leer.gif);
	/*background-repeat: no-repeat;
	background-position: 56px 8px;*/
}
#navigation ul ul ul a:hover {
	background-image: url(../img/leer.gif);
	/*background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
/* Active */
#navigation ul ul ul a.active {
}
#navigation ul ul ul span {
	display: block;
	width: 165px;
	padding: 0px 0px 0px 35px;
	font-weight: normal;
	background-image: url(../img/leer.gif);
	/*border-top:1px solid #FFF500;*/
	/*background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

#navigationFooter {
	margin: 5px 0px 0px 0px;
}

/*
Content
_________________________________________________
*/
#content {
	float: left;
	width: 580px;
}

#contentHeader {
	float: left;
	width: 580px;
    background-color: #FFFFFF;
}

#tools {
	float:right;
	width:101px;
	position:relative;
	/*right:60px;*/
	height:40px;
	background: url(../img/content/homepage/funktionen_out/leer.gif);
}

#tools a {
   float: left;
   display: block;
   margin: 0px 0px 0px 0px;
   width: 25px;
   height: 40px;
   
}
#tools a.fnc-print {
   /*background: url(../img/content/homepage/funktionen_out/print_out.gif) no-repeat 0 0px; */
   background: #c7c7c7;
}
#tools a.fnc-print:hover {
   background: url(../img/content/homepage/funktionen_over/print_over.gif) no-repeat 0 0px;
}
#tools a.fnc-mail {
   background: url(../img/content/homepage/funktionen_out/mail_out.gif) no-repeat 0 0px;
}
#tools a.fnc-mail:hover {
   background: url(../img/content/homepage/funktionen_over/mail_over.gif) no-repeat 0 0px;
}
#tools a.fnc-sitemap {
   background: url(../img/content/homepage/funktionen_out/sitemap_out.gif) no-repeat 0 0px;
}
#tools a.fnc-sitemap:hover {
   background: url(../img/content/homepage/funktionen_over/sitemap_over.gif) no-repeat 0 0px;
}
#tools a.fnc-impressum {
   background: url(../img/content/homepage/funktionen_out/impressum_out.gif) no-repeat 0 0px;
   width:26px;
}
#tools a.fnc-impressum:hover {
   background: url(../img/content/homepage/funktionen_over/impressum_over.gif) no-repeat 0 0px;
   width:26px;
} 
#contentText {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

#footer {
	/*float: left;*/
	margin-top: 10px;
	margin:0px auto;
	padding-top: 3px;
	width: 375px;
	text-align: center;
	font-size: 10px;
	color:#A7A6A9;
	/*border-top: 1px solid #113283;*/
}
#footer a {
	color:#A7A6A9;
}

.toTop {
	float:right;
}