/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		16.08.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: 970px;
	text-align: left;
	/*background:#065833;*/

}

/*
Header
_________________________________________________
*/
#header {
	float:right;
	margin: 0px 0px 0px 0px;
	width: 970px;
	height: 150px;
	text-align: left;
}

#printHeader {
	display: none;
}

#headerImg {
	float: left;
	padding: 0px 0px 0px 0px;
	width:970px;
}

#headerImg2 {
	float:right;
}

#slideshow {
	float:left;
	width:670px;
}

#topNavigationBox {
	width:970px;
	float:left;
	height:20px;
	/*z-index:1;*/
}



#topNavigation {
	z-index:200;
	width:675px;
	height:20px;
	display:block;
	float:left;

}


/*
Left boxes
_________________________________________________
*/




/*
Sub-Navigation 
--------------------------------------------------------
*/


#navigationBox {
	float: left;
	margin: 0px;
	width: 295px;
	min-height:20px;
}


/*
Service Navigation
--------------------------------------------------------
*/

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

#contentService #serviceTitle {
	font-weight:bold;
	color:#fff;
	height:60px;
	background:#708a9e;
	vertical-align:bottom;
	width:127px;
	padding-left:3px;
}

#contentService a {
	color: #fff;
	text-decoration: none;
}

/* 1st level */
#contentService ul a {
	display: block;
	color: #ff7f00;
	width: 127px;
	height: 20px;
	padding: 0px 0px 0px 3px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #fff;
}

#contentService ul a:hover {
	color: #718fa6;
}

/* Active */
#contentService li.current a {
	display: block;
	width: 190px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-color:#306D11;
	color: #fff;
}


/*
-----------------------------------------------------
*/

#navigationHeader {}

#search {
	width:300px;
	height:27px;
	float:left;
	padding-top:3px;
}

#ajaxSearch_submit {
	background:transparent url(../img/suchen_text.gif) no-repeat scroll 0pt 1px;
	border:medium none;
	cursor:pointer;
	height:20px;
	width:20px;
}


/*
Breadcrumbs
_________________________________________________
*/

#breadcrumbs {
	width: 670px;
	/*margin: 5px 0px 0px 300px;*/
	height:30px;
	float:left;
	/*]left:300px;
	]position:relative;*/
	/*z-index:1;*/
	/*background:#09862f;*/
	vertical-align:middle;
	font-size:11px;
}


#breadcrumbs a {
	color: #708a9e;
	text-decoration: none;
	font-weight:normal;
}



/* 1st level */
#breadcrumbs a {
	
	height: 30px;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	line-height:30px;
}

#breadcrumbs a:hover {
	background-color:#fff;
	color: #ff7f00;
}


/*
Content
_________________________________________________
*/
#content {
	float: left;
	width: 970px;
	margin: 0px 0px 0 0px;
	/*min-height:300px;*/
	background-image: url(/img/fullContentBg.png);
	background-repeat:repeat-y;
	background-position:0 0;
	/*]height:300px;*/
}


#contentText {
	float: left;
	width: 530px;
	min-height:300px;
	
	padding: 5px 0px 0px 10px;
	/*background:#acdebf;*/
}

#contentService {
	float:left;
	width:130px;
	margin:0px 0 0 5px;
}
#tools {
	float:left;
	width:295px;
	height:20px;
	background:#ff7f00;
	margin:0 0px 0 0;
}

#tools a {
   float: left;
   display: block;
   margin: 0px 0px 0px 0px;
   width: 30px;
   height: 20px;
}
#tools a.fnc-print {
   background: url(../img/print_out.gif) no-repeat 0 0px;
   width: 30px;
}
#tools a.fnc-print:hover {
   background: url(../img/print_over.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-mail {
   background: url(../img/mail_out.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-mail:hover {
   background: url(../img/mail_over.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-sitemap {
   background: url(../img/sitemap_out.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-sitemap:hover {
   background: url(../img/sitemap_over.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-impressum {
   background: url(../img/impressum_out.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-impressum:hover {
   background: url(../img/impressum_over.gif) no-repeat 0 0px;
      width: 30px;
}

#tools a.fnc-home {
   background: url(../img/home_out.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-home:hover {
   background: url(../img/home_over.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-kontakt {
   background: url(../img/kontakt_out.gif) no-repeat 0 0px;
      width: 30px;
}
#tools a.fnc-kontakt:hover {
   background: url(../img/kontakt_over.gif) no-repeat 0 0px;
      width: 30px;
}

#suche {
	width:200px;
	float:left;
}




#footer {
	float: left;
	margin: 45px 0 0 0px;
	width: 100%;
	text-align: left;
	/*background:#e2e8ec; */
	background:#E8ECEF;
	bottom:0px;
	padding:5px 0 5px 0;
}
#footerText {
	margin:0px auto;
	width:970px;
	color:#718FA6;
}

#footer a {
	color:#FF7F00;
	font-weight:normal;
}

#footer a:hover {
	color:#718fa6;
}

.toTop {
	float:right;
}


/*
Extranet
--------------------------------------------------------------------------------
*/

#sidebarlogin {
	width:205px;
	margin:0 0 0 5px;
}

#navigationBox h3 {
	margin-left:5px;
}

#navigation	{
	width:210px;
	float:left;
	margin-top:5px;
        padding:5px 0px 0px 5px;
	font-family:arial,verdana;
}


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

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

/* 1st level */
#navigation ul a {
	display: block;
	color: #fff;
	width: 195px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	margin:1px 0 1px 0;
	font-weight:bold;
	line-height:22px;
	background-color:#708a9e;
}

#navigation ul a:hover {
	background-color:#ff7f00;
	height:20px;
	width:195px;
	color: #fff;
	padding: 0 0 0 10px;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 195px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-color:#ff7f00;
	color: #fff;
}

/* 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: 180px;
	padding: 0px 0px 0px 25px;
	background-color:#708a9e;
	color: #fff;
	border:none;
}

#navigation li li a:hover {
	color:#fff;
	border:none;
	background-color:#f69e46;
	padding:0 0 0 25px;
	width:180px;
}
/* Active */
#navigation li.current li.current a {
	width: 180px;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	border:none;
	background-color:#f69e46;
	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: 160px;
	padding: 0px 0px 0px 45px;
	color: #c03;
}

#navigation li.current li.current li a:hover {
	color:#000;
	/*background:#76ad21;*/
}
/* Active */
#navigation li.current li.current li.current a {
	width: 160px;
	padding: 0px 0px 0px 45px;
	color: #00f;
}


.ajaxSearch_highlight {
	font-weight:bold;
}
