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

/*
Header
_________________________________________________
*/


#printHeader {
	display: none;
}

#header {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 995px;
	height: 100px;
	background: url(../images/header.jpg) 0 0 no-repeat;
}

#tools {
    float:right;
	margin: 75px 15px 0 0;
	width: 108px;
    height: 25px;
}

#tools a {
	float: right;
	display: block;
	margin: 0;
	width: 20px;
	height: 20px;
}

#tools a.fnc-print {
   background: url(../images/print.gif) no-repeat 0 0px;
}

#tools a.fnc-mail {
   background: url(../images/mail.gif) no-repeat 0 0px;
}

#tools a.fnc-sitemap {
   background: url(../images/sitemap.gif) no-repeat 0 0px;
}

#tools a.fnc-impressum {
   background: url(../images/impressum.gif) no-repeat 0 0px;
}



/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 270px;
	background: url(../images/bg.gif) no-repeat 0 0;
}

/* Standard Navigation */
#navigation {
    width: 200px;
	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;
}

#navigation a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

/* 1st level */
#navigation ul a {
	display: block;
	color: #000;
	width: 175px;
	height: 20px;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/button_out.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
    background-color: transparent;
}

#navigation ul a:hover {
	color: #626469;
	font-weight: bold;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 175px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	color: #626469;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

/* 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: 160px;
	padding: 0px 0px 0px 40px;
	color: #626469;
	background-image: none;
}

#navigation li li a:hover {
	color:#626469;
	font-weight: bold;
    background-color: transparent;
}
/* Active */
#navigation li.current li.current a {
	width: 160px;
	padding: 0px 0px 0px 40px;
	font-weight: bold;
	color: #626469;
}


/* 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;
	color: #626469;
	background-image: none;
}

#navigation li li li a:hover {
	color:#626469;
	font-weight: bold;
}
/* Active */
#navigation li.current li.current li.current a {
	width: 155px;
	padding: 0px 0px 0px 45px;
	color: #626469;
	font-weight: bold;
}

#newsletter {
    width: 200px;
	margin: 20px 0px 20px 70px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}

#newsletter ul {
	margin: 5px 0px 5px 0px;
	list-style-type: none;
}

#newsletter ul a {
	display: block;
	color: #000;
	width: 175px;
	height: 20px;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
    background-color: transparent;
}

#search {
        float: left;
        width: 270px;
}

/*
Content
_________________________________________________
*/
#content {
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 0;
	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:270px;
	padding-top: 30px;
	width: 725px;
	text-align: center;
	font-size: 11px;
	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: 25px;
	border: none;
	background: url(../images/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;
}