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

#accesskeys{
	display:none;
}



#maincontainer {
	width: 995px;
	text-align: left;
	align: left;

}

/*
Header
_________________________________________________
*/

#header {
	width: 995px;
	height: 110px;
	/*background:#adfe12;*/
	text-align: left;
}

#printHeader {
	display: none;
}

/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 260px;
	background:url(../img/content/homepage/navBg.jpg) no-repeat 0 0;
}

#navigationFooter {
	width: 190px;
	border-top:1px solid #AEafb2;
	border-bottom:1px solid #AEafb2;
	margin: 20px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 22px;
}

/* Standard Navigation */
#navigation {
	width: 190px;
	/*Min height*/
	min-height: 250px;
	height:auto !important;
	]height:250px;
	margin: 5px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 22px;
}


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

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

/* 1st level */
#navigation ul a {
	display: block;
	color: #000;
	width: 180px;
/*	height: 22px; */
	padding: 0px 0px 0px 10px;
	font-weight:normal;
	line-height:22px;
}

#navigation ul a:hover {
	color: #504e53;
	font-weight:bold;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 180px;
/*	height: 18px; 
	line-height:18px; */
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	color: #504e53;
	border-top:1px solid #AEafb2;
	border-bottom:1px solid #AEafb2;
}

/* 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: 165px;
	padding: 0px 0px 0px 25px;
	background-image: url(../img/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	color: #504e53;
	border: none;
	font-weight: normal;
}

#navigation li li a:hover {
	background-image: url(../img/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	color:#504e53;
	background-color: transparent;
	font-weight: bold;
}
/* Active */
#navigation li.current li.current a {
	width: 165px;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	background-image: url(../img/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	
}


/* 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: 145px;
	padding: 0px 0px 0px 45px;
	background-image: url(../img/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 35px 9px;
	background-color: transparent;
	color: #504e53;
	font-weight: normal;
}

#navigation li.current li.current li a:hover {
	background-image: url(../img/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 35px 9px;
	font-weight: bold;
}
/* Active */
#navigation li.current li.current li.current a {
	width: 145px;
	padding: 0px 0px 0px 45px;
	background-image: url(../img/navBullet.gif);
	background-repeat: no-repeat;
	background-position: 35px 9px;
	color: #504e53;
	font-weight: bold;
}

/*
Content
_________________________________________________
*/

#content {
	margin:0px;
	width: 995px;
	min-height:370px;
	height:auto !important;
	]height:370px;
}

#contentText {
	float: left;
	width: 715px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0 10px;
}


#footer {
	margin:0 0 0 270px;
	padding-top: 3px;
	width: 715px;
	font-size: 11px;
	text-align:center;
	color:#A7A6A9;
}
#footer a {
	color:#A7A6A9;
	font-weight:normal;
}
