/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified	26.06.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: 985px;
	/*min-height: 100%;*/

	/* Browser compatibility hack */
	/*[height:100%;							/*necessary to hide from Mozilla*/
	/*height:100%;	*/						/*read by Safari*/
	/*]height:100%;	*/						/*only read by IE6*/

	text-align: left;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}

/*
Header
_________________________________________________
*/


#printHeader {
	display: none;
}

#header {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 985px;
	height: 130px;
}

#header-top {
	width: 985px;
         height: 80px;
	/*background: url(../img/01_header_illu.jpg) 0 0 no-repeat;*/
}

#header-bottom {
	width: 985px;
         height: 50px;
	background: url(../img/02_header_illu.jpg) 0 0 no-repeat;
}
#search {
        float: left;
        width: 270px;
}
#search fieldset {border:0;padding:0;margin:0;}

#tools {
         float:right;
	width: 108px;
         height: 50px;

}

#tools a {
	float: right;
	display: block;
	margin: 0 0 0 0;
	width: 27px;
	height: 50px;
}

#tools a.fnc-print {
   background: url(../img/print_out.gif) no-repeat 0 0px;
}
#tools a.fnc-print:hover {
   background: url(../img/print_over.gif) no-repeat 0 0px;
}
#tools a.fnc-mail {
   background: url(../img/mail_out.gif) no-repeat 0 0px;
}
#tools a.fnc-mail:hover {
   background: url(../img/mail_over.gif) no-repeat 0 0px;
}
#tools a.fnc-sitemap {
   background: url(../img/sitemap_out.gif) no-repeat 0 0px;
}
#tools a.fnc-sitemap:hover {
   background: url(../img/sitemap_over.gif) no-repeat 0 0px;
}
#tools a.fnc-impressum {
   background: url(../img/impressum_out.gif) no-repeat 0 0px;
}
#tools a.fnc-impressum:hover {
   background: url(../img/impressum_over.gif) no-repeat 0 0px;
}


/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 270px;
}

/* Standard Navigation */
#navigation {
    width: 200px;

	/*Min height*/
	min-height: 305px;
	height:auto !important;
	height:310px;

	margin: 0px 0px 0px 70px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #0F4571;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

/* 1st level */
#navigation ul a {
	display: block;
	color: #336600;
	width: 190px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	font-weight:bold;
	line-height:20px;
}

#navigation ul a:hover {
	background-color:#306D11;
	color: #fff;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 190px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-color:#306D11;
	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: bold;
	width: 175px;
	padding: 0px 0px 0px 25px;
	background-image: url(../img/ico.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
    background-color: transparent;
	color: #336600;
}

#navigation li li a:hover {
	background-image: url(../img/ico.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color:#000;
    background-color: transparent;
}
/* Active */
#navigation li.current li.current a {
	width: 175px;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	background-image: url(../img/ico.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color: #000;
}


/* 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: 155px;
	padding: 0px 0px 0px 45px;
	background-image: url(../img/ico.gif);
	background-repeat: no-repeat;
	background-position: 25px 6px;
    background-color: transparent;
	color: #336600;
}

#navigation li li li a:hover {
	background-image: url(../img/ico.gif);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	color:#000;
}
/* Active */
#navigation li.current li.current li.current a {
	width: 155px;
	padding: 0px 0px 0px 45px;
	background-image: url(../img/ico.gif);
	background-repeat: no-repeat;
	background-position: 25px 6px;
	color: #000;
}

/*
Content
_________________________________________________
*/
#content {
	float: left;
	margin: 0 0 0 5px;
	/*padding: 10px 0 0 10px;*/
	width: 710px;

	/*Min height*/
	min-height: 310px;
	height:auto !important;
	]height:310px;
}

#claim {
	margin: 215px 0 0 10px;
	font-size: 17px;
	font-family:verdana;
}


#footer {
	margin-left:280px;
	padding-top: 3px;
	width: 580px;
	text-align: left;
	font-size: 10px;
	color:#A7A6A9;
}
#footer a	{
	font-weight:normal;
	color:#A7A6A9;
}

/* Suche */
#ajaxSearch_form {
	color: #444;
	width: auto;
}

#ajaxSearch_input {
	margin: 5px 0 0 70px;
	width: 100px;
	display: inline;
}

#ajaxSearch_submit {
	width: 20px;
	height: 20px;
	border: none;
	background: url(../img/pfeil.gif) 0 1px no-repeat;
	cursor: pointer;
}

#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}

.ajaxSearch_paging {}

.ajaxSearch_highlight {}

.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}

.AS_ajax_resultLink {
	text-decoration: underline;
}

.AS_ajax_resultDescription{
	color: #555;
}

.AS_ajax_more {
	color: #555;
}
