/**
 * 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;
	text-align: center;					/*centered*/
	background-color: #705540;
}

#accesskeys{
	display:none;
}


#maincontainer {
	margin: 0px auto;					/*centered*/
	width: 945px;
	/* Browser compatibility hack */
	min-height: 100%;
	height:auto !important;
	height: 100%;
	text-align: left;
}

/*
Header
_________________________________________________
*/


#printHeader {
	display: none;
}

#header {
	margin: 30px 0px 0px 0px;
	width: 945px;
	height: 180px;
}

#header-left {
	float: left;
	width: 590px;
    height: 180px;
}

#logo {
	float: left;
	width: 200px;
	height: 160px;
}
/* IE6 3px bug */
#logo img { display: block; }

#claim {
	float: left;
	padding: 0 0 0 50px;
	width: 338px;
	height: 160px;
	background-color: #b88d63;
	background-image: url(../img/claim-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#claim img {
	width: 90px;
	height: 60px;
	margin: 62px 17px 0 0;
	border: none;
}

#eyecatcher {
	float: left;
	margin: 0 0 0 5px;
	width: 350px;
	height: 180px;
	background-color: #b88d63;
}

#tools {
	float:left;
	padding: 0px 0px 0px 138px; 
	margin: 0px 0px;
	width: 450px;
	height: 20px;
	background-color: #c6a482;
}

#tools a {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	width: 25px;
	height: 20px;
	background-color: #c6a482;
	border-right: 1px solid #442c19;
}

#tools a:hover {
	background-color: #8e6d51;
}

#tools a.fnc-print {
	background-image: url(../img/print.gif);
	background-repeat: no-repeat;
	background-position: 3px 0 ;

}

#tools a.fnc-mail {
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: 3px 0 ;

}

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

#tools a.fnc-impressum {
	border-left: 1px solid #442c19;
	background-image: url(../img/impressum.gif);
	background-repeat: no-repeat;
	background-position: 3px 0 ;
}


/*
Left boxes
_________________________________________________
*/

#navigationBox {
	float: left;
	margin: 7px 0px 0px 0px;
	width: 242px;
	/*Min height*/
	min-height: 282px;
	height:auto !important;
	height: 282px;
}

/* Standard Navigation */
#navigation {
    width: 242px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	border-top: 1px solid #d7bfa8;
}


#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: #d7bfa8;
	width: 222px;
	height: 20px;
	padding: 0px 0px 0px 20px;
	font-weight:bold;
	line-height:20px;
	border-bottom: 1px solid #d7bfa8;
}

#navigation ul a:hover {
	background-color: #b88d63;
	color: #3c2a19;
	background-image: url(../img/arrow-large.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* Active */
#navigation li.current a {
	display: block;
	width: 222px;
	height: 20px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	background-color: #b88d63;
	color: #3c2a19;
	background-image: url(../img/arrow-large.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* 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: 212px;
	padding: 0px 0px 0px 30px;
	background-image: url(../img/arrow-small.gif);
	background-repeat: no-repeat;
	background-position: 20px 7px;
    background-color: transparent;
	color: #d7bfa8;
}

#navigation li li a:hover {
	background-image: url(../img/arrow-small-over.gif);
	background-repeat: no-repeat;
	background-position: 20px 7px;
	color: #aec3f0;
    background-color: transparent;
}
/* Active */
#navigation li.current li.current a {
	width: 212px;
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	background-image: url(../img/arrow-small-over.gif);
	background-repeat: no-repeat;
	background-position: 20px 7px;
	color: #aec3f0;
}


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

#navigation li li li a:hover,
#navigation li.current li.current li a:hover {
	color: #aec3f0;
    background-color: transparent;
}
/* Active */
#navigation li.current li.current li.current a {
	width: 202px;
	padding: 0px 0px 0px 40px;
	color: #aec3f0;
}

a.catalog {
	margin: 10px 0 0 0;
	display: block;
	width: 242px;
	height: 68px;
	background: url(../img/blaetterkatalog.gif) 0 0 no-repeat;
}

a.catalog:hover {
	background: url(../img/blaetterkatalog-over.gif) 0 0 no-repeat;
}


#menulayer {
	background: url(../img/menu_layer.png) no-repeat 0 0;
	padding: 50px 0 0 20px;
	height:108px;
	width: 316px;
}

/*
Content
_________________________________________________
*/
#content {
	float: left;
	margin: 7px 0 0 10px;
	padding: 5px 5px;
	width: 683px;
	/*Min height*/
	min-height: 310px;
	height:auto !important;
	]height:310px;
	background-color: #d7bfa8;
}

#footer {
	padding-left:252px;
	padding-top: 3px;
	width: 693px;
	text-align: left;
	font-size: 9px;
	color: #d7bfa8
}

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