/**
 * 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*/
	background:#ccc;
}

#accesskeys{
	display:none;
}

#address	{
		display:none;
}

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

}

/*
Header
_________________________________________________
*/

#wideHeader {text-align:center;}

#header {
	width: 963px;
	margin:0px auto;
	height: 120px;
	background-color:#ccc;
	text-align: left;
	
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	padding: 0px 0px 0px 0px;
	width:240px;
	height:120px;
	color:#fff;
}
#headerLogo {
	float:left;
	width:723px;
	height:120px;
}


/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 240px;
	background:#ccc;
	/*position:relative;*/
}

/* Standard Navigation */
#navigation {
	width: 240px;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	min-height:350px;
	height:auto !important;
	]height:350px;
}

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

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

/* 1st level */
#navigation ul a {
	display: block;
	color: #333;
	width: 219px;
	padding: 0px 0px 0px 1px;
	font-weight:bold;
	line-height:18px;
	border-bottom:1px solid #333;
}

#navigation ul a:hover {
	background-color:#840e1d;
	color: #fff;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 219px;
	font-weight: bold;
	padding: 0px 0px 0px 1px;
	background-color:#840e1d;
	color: #fff;
	border-bottom:1px solid #333;
}

/* 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: bold;
	width: 205px;
	padding: 0px 0px 0px 15px;
	color: #840e1d;
	background:#ccc;
}

#navigation li li a:hover {
	color:#fff;
	background:#999;
}
/* Active */
#navigation li.current li.current a {
	width: 205px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	color: #840e1d;
	background:#999;
}


/* 3rd level */

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

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

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

#navigation li.current li.current li a {
	display: block;
	font-weight:normal;
	width: 190px;
	padding: 0px 0px 0px 30px;
	background-image: url(../img/icon_1.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	background-color: transparent;
	color: #000;
}

#navigation li.current li.current li a:hover {
	background-image: url(../img/icon_2.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	color:#840e1d;
}
/* Active */
#navigation li.current li.current li.current a {
	width: 190px;
	padding: 0px 0px 0px 30px;
	background-image: url(../img/icon_2.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	color: #840e1d;
}

#navigationFooter {
	line-height:14px;
	color:#666;
	margin-top:5px;
}
#navigationFooter a {color:#666;}
/*
Content
_________________________________________________
*/

#wideContent {text-align:center;}

#content {
	margin:0px auto;
	width: 963px;
	text-align:left;
	min-height:459px;
	height:auto !important;
	]height:459px;
	/*background-color:#999;*/
	background:url(../img/contentBg2.gif) repeat-y 240px 0px;
}

#contentText {
	float: left;
	width: 723px;
	padding: 0px 0px 0px 0px;
	margin:18px 0 0 0;
}

#wideTools {
	width:100%;
	margin:0px;
	background:#fff;
}

#tools {
	margin: 0px auto;
	width:963px;
	height:14px;
	padding:19px 0 10px 0;
	background:#fff;
}

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

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

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

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

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


#footer {
	margin: 0px auto;
	padding:4px 0 0 240px;
	width: 723px;
	font-size: 9px;
	text-align:left;
	color:#666;
}
#footer a {
	color:#666;
}
