/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		02.11.2007
 * @version		1.2
 * @author		Roland Schaer, 3w-publishing.ch
 * @author		Raphael Fink, 3w-publishing.ch
 */


html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;					/*centered*/
	background-color: #fff;
}

#accesskeys{
	display:none;
}


#maincontainer {
	margin: 0px;					/*centered*/
	/*width: 1006px;*/
	/* Browser compatibility hack */
	/*min-height: 100%;*/
	height:auto !important;
	/*height: 100%;*/
	text-align: left;
}

/*
Header
_________________________________________________
*/


#printHeader {
	display: none;
}

#header {
	margin: 0px auto;
	width: 944px;
	height: 141px;
	padding:20px 0 29px 47px;
}

#feed h2 {
	font:bold 10px/14px verdana;
	border-bottom:1px solid #bbbcbd;
	width:440px;
	margin-top:0;
}
#headerClaim {
	margin:0;
	padding:0;
	font: bold 15px verdana;
	color:#004c99;
}
#headerAdress {
	font:10px/14px verdana;
	color:#333;
	margin:0;
}

#tools {
	float:left;
	padding: 26px 0px 0px 0px; 
	margin: 0px 0px 0 0px;
	width: 47px;
	height: 80px;
	background-color: #004c99;
	overflow:hidden;
}

			#tools a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 20px;
				width:47px;
				text-indent:-999px;
				overflow:hidden;
				}
				#tools a.fnc-print {
					background: url(../img/funktionen.png) no-repeat 0 0px;
					
				}
				#tools a.fnc-print:hover {
					background: url(../img/funktionen.png) no-repeat 0px -20px;
				}
				#tools a.fnc-mail {
					background: url(../img/funktionen.png) no-repeat -47px 0px;
					
				}
				#tools a.fnc-mail:hover {
					background: url(../img/funktionen.png) no-repeat -47px -20px;
				}
				#tools a.fnc-impressum {
					background: url(../img/funktionen.png) no-repeat -94px 0px;
					
				}
				#tools a.fnc-impressum:hover {
					background: url(../img/funktionen.png) no-repeat -94px -20px;
				}
				#tools a.fnc-sitemap {
					background: url(../img/funktionen.png) no-repeat -141px 0px;
					
				}
				#tools a.fnc-sitemap:hover {
					background: url(../img/funktionen.png) no-repeat -141px -20px;
				}




/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 217px;
}

/* Standard Navigation */
#navigation {
	width: 217px;
	margin: 26px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 20px;
	border-top: 1px solid #bbbcbd;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

/* 1st level */
#navigation ul a {
	display: block;
	color: #fff;
	width: 197px;
	min-height: 20px;
	height:auto !important;
	]height:20px;
	padding: 0px 0px 0px 20px;
	font-weight:bold;
	line-height:20px;
	/*background:url(../img/button_navi_01.gif) no-repeat 0 0;*/
	border-bottom: 1px solid #bbbcbd;
}

#navigation ul a:hover {
	background-color: #848587;
	color: #fff;
	background-image: url(../img/button_navi_01.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 197px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	background-color: #848587;
	color: #fff;
	background-image: url(../img/button_navi_01.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* 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: normal;
	width: 197px;
	padding: 0px 0px 0px 20px;
	background-image:none;
	background-color: transparent;
	color: #bbbcbd;
	background-image:url(../img/button_navi_02.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#navigation li li a:hover {
	background-image: url(../img/button_navi_02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
	background-color: transparent;
}
/* Active */
#navigation li.current li.current a {
	width: 197px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	background-image: url(../img/button_navi_02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
}


/* 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: 182px;
	padding: 0px 0px 0px 35px;
	background-image:url(../img/button_navi_03.png);
	background-repeat:no-repeat;
	background-position:25px 8px;
	background-color: transparent;
	color: #bbbcbd;
}

#navigation li li li a:hover,
#navigation li.current li.current li a:hover {
	color: #fff;
	background-color: transparent;
	background-image:url(../img/button_navi_04.png);
	background-repeat:no-repeat;
	background-position:25px 8px;
}
/* Active */
#navigation li.current li.current li.current a {
	width: 182px;
	padding: 0px 0px 0px 35px;
	color: #fff;
	background-image:url(../img/button_navi_04.png);
	background-repeat:no-repeat;
	background-position:25px 8px;
}


/*
Content
_________________________________________________
*/

#outerContent {
	margin:0px;
	/*width:100%;*/
	background:#fff;
	min-height:426px;
	height:auto !important;
	]height:426px;
}

#content {
	/*float: left;*/
	margin: 0px auto;
	padding: 0;
	width: 991px;
	/*Min height*/
	min-height: 426px;
	height:auto !important;
	]height:426px;
	background:url(../img/contentBg.png) repeat-y 0 0;
}

#contentMain {
	float:left;
	width:551px;
}


#contentSub {
	float:left;
	width:155px;
	padding:0 5px 0 16px;
}

#contentSub h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
}

#contentSub .handli {
	cursor:pointer;
	border:1px solid #bbbcbd;
	width:61px;
	height:50px;
}
#contentSub img.handli:hover {
	border:1px solid #fff;
	width:61px;
	height:50px;
	/*[margin:-1px;
	]width:61px;
	]height:61px;*/
	
}

#contentSub div {
	float: left;
	margin: 0px 11px 16px 0px;
}


div.text_change { display: none; }

#footer {
	margin:0px auto;
	padding-top: 9px;
	padding-left:47px;
	width: 944px;
	text-align: left;
	font-size: 9px;
	color: #666;
}

#footer a	{
	font-weight:normal;
	color: #666;
	text-decoration:none;
}

.h img {
	margin:0 5px 0 0;
}
