/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		24.05.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: 860px;
	min-height: 540px;

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

	text-align: left;

	background-image: url(../img/navBg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/*
Header
_________________________________________________
*/
#header {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 890px;
	height: 110px;
	text-align: left;
    /*background-image:url(../img/header.jpg);
    background-repeat:no-repeat;*/
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	/*padding: 80px 0px 0px 145px;*/
	/*font-size: 13px;
	color: #000;
	font-weight: bold;*/
}


/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 270px;

	min-height: 420px;
	height:auto !important;
	height:420px;
}

#leftBox	{
	background:#EBEFF5;
	width:60px;
	float:left;
	margin: 0px 10px 0px 0px;
}

/* Standard Navigation */
#navigation {
	width: 200px;
	float:left;
	
	/*Min height*/
	min-height: 270px;
	height:auto !important;
	height:270px;

	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	background-color: #EBEFF5;
	/*background-image: url(../img/naviBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/*border-top: 1px solid #fff;*/
}
#navigation a {
	color: #000;
	text-decoration: none;
}

/* 1st level */
#navigation ul a {
	display: block;
	width: 190px;
	min-height: 20px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #fff;
	font-weight:normal;
	color:#012E5B;
}
#navigation ul a:hover {
	/*background-image: url(../img/navibullet-over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	background-color:#A5C2DB;
}
/* Active */
#navigation ul a.active {

}
#navigation ul li.Current a {
	display: block;
	width: 190px;
	min-height: 20px;
	font-weight:normal;
	color:#012E5B;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #fff;
	background-color:#A5C2DB;
}

/* 2nd level */


#navigation ul li ul { display: none; }
#navigation ul li.Current ul { display: block; }
#navigation ul li.Current ul {
	margin: 0px;
	padding: 0px;
	border-top:none;
}
#navigation ul li.Current ul li a {
	display: block;
	width: 180px;
	font-weight:normal;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #fff;
	background: none;
	/*background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;*/
}
#navigation ul li.Current ul li a:hover {
	background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	font-weight:normal;
	background-position: 10px 6px;
	color:#000000;
	background-color:#EBEFF5;
}
/* Active */
#navigation ul li.Current ul li.Current a {
	width: 180px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color:#000000;
	background-color:#EBEFF5;
}
#navigation ul ul span {
	width: 180px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color:#000000;
	background-color:#EBEFF5;
}

/* 3rd level */

#navigation ul li ul li ul li { display: none; }
#navigation ul li.Current ul li.Current ul li { display: block; }

#navigation ul li.Current ul li.Current ul li {
	margin: 0px;
	padding: 0px;
	border-top:none;
}
#navigation ul li.Current ul li.Current ul li a {
	display: block;
	font-weight:normal;
	width: 170px;
	padding: 0px 0px 0px 30px;
	border-bottom: 1px solid #fff;
	background: none;
	/*background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;*/
}
#navigation ul li.Current ul li.Current ul li a:hover {
	background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	color:#000000;
}
/* Active */
#navigation ul li.Current ul li.Current ul li.Current a {
	display: block;
	width: 170px;
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	color:#000000;
}
#navigation ul ul ul span {
	display: block;
	width: 170px;
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	background-image: url(../img/content/buttons/button.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
	color:#000000;
}

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

.schalter	{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#A5C2DB;
	width:190px;
	display:block;
	padding-left:10px;
	line-height:20px;
	color:#022E5D;
}
/*
Content
_________________________________________________
*/
#content {
	float: left;
	width: 580px;
}

#contentHeader {
	float: left;
	width: 580px;
    background-color: #FFFFFF;
}
#tools{
	float:right;
	margin:82px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	width: 88px;
	height:16px;
	background-image: url(../img/toolsBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#tools img {
	margin: 1px 2px 0px 2px;
}

#contentText {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#footer {
	/*float:right;*/
	margin-top: 10px;
	margin-left:280px;
	padding-top: 3px;
	width: 580px;
	text-align: center;
	font-size: 10px;
	/*border:1px solid #000;*/
	color:#A7A6A9;
}
#footer a	{
	font-weight:normal;
	color:#A7A6A9;
}
