/*
Erweiterungsstylesheet Wege zum Holz
Letzte Änderung: 21.02.07

Farben
dunkelbraun: #DABF89;
hellbraun: #FAE4B9;
tiefstes braun: #aa8a49;
*/


body{
	/*background-color:#FFFFE1;*/
	background-image: url(../media/back.jpg);
	background-repeat:repeat-x;
}

/*
###########################################################
Beginn Definition der einzelnen Teilbereich der Seite
###########################################################
*/
#breadcrumbs { 
	position: relative; 
	left: 0px;
	top: 0px;
	margin-top: 0px;
	padding: 5px;
	text-align:right;
	width:99%;
}

#titel { 
	position: relative; 
	left: 0px;
	top: 0px;	
	padding: 0px;
	width:100%;
	height:114px;
}

#titelzeile {
	position: absolute; 
	top: 121px;
	left: 300px;
	color:#ffffff;
	text-transform: uppercase;
	font-size: 0.85em;
	font-weight:bold;
	z-index:2
}

/* Navigation */
#navigation{
	position: relative; 
	float:left;
	left: 0px;
	top: 30px;
	width: 20%;
	font-size: 0.9em;
	display: block;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	padding:0em;
}

#inhalt {
	position: relative;
	float:left;
	left: 25px;
	top: 30px;
	width: 76%;
	margin: 0px;
	padding: 0px;
}
/*Linke Inhaltsspalte bei zweispaltigen Ansichten*/
#content_left {
	position: relative;
	left: 0px;
	width: 70%;
	margin: 0px;
	padding: 0px;
	float:left;
}

/*Rechte Inhaltsspalte bei zweispaltigen Ansichten*/
#content_right {
	position: relative; 
	left: 0px;
	width: 26%;;
	margin: 0px;
	float:left;
	margin-left: 10px;
}

#footer {
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	margin-left: /*14.8em*/22%;
	border-top: 1px solid #ccc;
	width:600px;
}

#links {
	padding-top: 0.5em;
	float: left;
	font-size: 80%;	
}
	
#rechts {
	padding-top: 0.5em;
	text-align: right;
	font-size: 80%;	
}

/* -- Klassen -- */

.trenner{
	clear:both;
}

#inhalt .csi-clear{
	height:15px;
}

.impressum	{
	color:#FCFFD8;
	display:inline;
	font-size:0.95em;
	font-family:Verdana,Arial, sans-serif;
}



/*
############################################################
Ende Definition der einzelnen Teilbereich der Seite
###########################################################
*/

/*
###########################################################
Beginn Kontextbezogene Definitionen
###########################################################
*/


/*Definition Breadcrumbs*/

#breadcrumbs a {
 	 font-size: 85%;
 	 font-weight: normal;
 	 text-decoration: none;
	 color: #666;
}

#breadcrumbs a:hover {
	 text-decoration: underline;
}

/*Definition Hauptnavigation*/
#navigation a {
    font-size: 12px;
	display: block;
	text-decoration: none;
	color: #000;
}
	
#navigation a:hover {
    color: #fff;
    background: #C69C4A;
}

#navigation a.navi_active {
	font-weight:bold;
}

#navigation ul, li {
	line-height: 1em;
	list-style: none;
	margin: 0em;
	padding: 0em;
}

#navigation li {
	padding-top: 0.2em;
	line-height: 1em;
}

/*1. Ebene*/
#navigation ul li a{
	padding: 3px 1px 4px 10px;
	background-color: #DABF89;
	color: #000;
    font-weight: bold;
	}

/*2. Ebene*/
#navigation ul li ul li a{
	padding: 3px 1px 4px 20px;
	font-weight: normal;
	background-color: #FAE4B9;
	color: #000;
	}
	
#navigation ul li ul li a.active {
	font-weight:bold;
	background-image:  url("../media/pfeil2.gif");
    background-repeat: no-repeat;
}
#navigation ul li ul li a.active:hover {
    color: #fff;
    background: #C69C4A;
	background-image:  url("../media/pfeil2_weiss.gif");
    background-repeat: no-repeat;
}

/*3. Ebene*/
#navigation ul li ul li ul li a{
	padding: 3px 1px 4px 30px;
	font-weight: normal;
	background-color: #FDF6E7;
	color: #000;
	}
#navigation ul li ul li ul li a.active {
    /*color: #fff;
    background: #41A440;*/
	font-weight:bold;
	background-image:  url("../media/pfeil3.gif");
    background-repeat: no-repeat;
}

#navigation ul li ul li ul li a.active:hover {
    color: #fff;
    background: #C69C4A;
	background-image:  url("../media/pfeil3_weiss.gif");
    background-repeat: no-repeat;
}

/*4. Ebene*/
#navigation ul li ul li ul li ul li a{
	padding: 3px 1px 4px 40px;
	font-weight: normal;
	background-color: #FDF6E7;
	color: #000;
	}

#navigation ul li ul li ul li ul li a.active {
    /*color: #fff;
    background: #41A440;*/
	font-weight:bold;
	background-image:  url("../media/pfeil3.gif");
    background-repeat: no-repeat;
}


/*############ Sorgenkind Internet Explorer ###################*/

* html a{
height:0em;
}

/*Definition Subnavigation*/

#inhalt #subnavigation {
	font-size: 90%;
	font-weight:normal;
	color:#2C9829;
	margin-left:5px;
}

#inhalt #subnavigation a{
	font-weight:normal;
	margin-left:-4px;
}
#inhalt #subnavigation a.navi_active {
	font-weight:bold;
}

#inhalt #subnavigation ul {
	line-height: 1em;
	margin: 0em;
	padding-bottom: 0.7em;
	list-style-type: none;
}

#inhalt #subnavigation ul li {
	display:inline;
	list-style-type: none;
}

#inhalt #subnavigation ul li a{
	text-decoration: none;
	/*padding: 3px 1px 3px 0px;*/
}

/*
############################################################
Ende Formatierung Navigation
###########################################################
*/

/*
############################################################
Beginn Formatierung Titelzeile
###########################################################
*/

/*Links Titelzeile*/
#titelzeile a:link {
color:#ffffff;
text-decoration:none;
}

#titelzeile a:visited {
color:#ffffff;
text-decoration:none;
}
#titelzeile a:hover {
color:#ffffff;
text-decoration:none;
}
/*
############################################################
Ende Formatierung Titelzeile
###########################################################
*/
/*
############################################################
Beginn Formatierung News
###########################################################
*/
table.nachrichten{
border: 1px solid #C48B1D;
border-collapse:collapse;
padding: 8px;
margin:0px;
}
table.nachrichten th{
background-color: #C48B1D;
color:#fff;
text-align:left;
padding:5px 0px 5px 8px;
}
table.nachrichten td{
color:#000;
text-align:left;
padding:5px 0px 15px 8px;
}
p.datum{
margin:2px 0px 2px 0px;
font-size:11px;
font-weight:bold;
}
.nachrichten a:link,a:visited{
text-decoration:none;
color:#C48B1D;
}
/*
############################################################
Ende Formatierung News
###########################################################
*/
/*
############################################################
Beginn Formatierung Inhalt, Grundlage ist CSS_STYLED_CONTENT
###########################################################
*/
.user-timbertreasures-pi1{
width:500px;
}


#inhalt ul,#inhalt li{
	list-style: circle;
	line-height: 1.5em;
}
#inhalt ul{
margin:0px;
padding-left:20px;
}


/*
.user-timbertreasures-pi1-browsebox{
text-align:center;
}

P.csc-linkToTop {
	TEXT-ALIGN: right
}
P.csc-linkToTop A {
	FONT-WEIGHT: bold
}
DIV.csc-frame {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
DIV.csc-frame-invisible {
	
}
DIV.csc-frame-rulerBefore {
	BORDER-TOP: #333333 1px solid
}
DIV.csc-frame-rulerAfter {
	BORDER-BOTTOM: #333333 1px solid
}
DIV.csc-frame-indent {
	PADDING-LEFT: 100px
}
DIV.csc-frame-indent3366 {
	PADDING-LEFT: 33%
}
DIV.csc-frame-indent6633 {
	PADDING-RIGHT: 33%
}
DIV.csc-frame-frame1 {
	BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 2px; BORDER-LEFT: #333333 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; BACKGROUND-COLOR: #edebf1
}
DIV.csc-frame-frame2 {
	BORDER-RIGHT: #333333 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #333333 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 2px; BORDER-LEFT: #333333 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #333333 1px solid; BACKGROUND-COLOR: #f5ffaa
}
DIV.csc-frame-frame1 H1 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame1 H2 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame1 H3 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame1 H4 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame1 H5 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame2 H1 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame2 H2 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame2 H3 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame2 H4 {
	MARGIN-TOP: 2px
}
DIV.csc-frame-frame2 H5 {
	MARGIN-TOP: 2px
}

TABLE.contenttable {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; MARGIN: 10px 0px; BORDER-LEFT: #333333 1px solid; WIDTH: 100%; BORDER-BOTTOM: #333333 1px solid
}
TABLE.contenttable TR TD {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
TABLE.contenttable TR TD P.bodytext {
	FONT-SIZE: 10px
}
TABLE.contenttable TR {
	BACKGROUND-COLOR: #edebf1
}
P.csc-caption {
	FONT-SIZE: 0.9em; 
	FONT-WEIGHT: bold;
}
TABLE.imgtext-table {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TABLE.imgtext-nowrap {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TABLE.imgtext-nowrap H1 {
	MARGIN-TOP: 0px
}
TABLE.imgtext-nowrap H2 {
	MARGIN-TOP: 0px
}
TABLE.imgtext-nowrap H3 {
	MARGIN-TOP: 0px
}
TABLE.imgtext-nowrap H4 {
	MARGIN-TOP: 0px
}
TABLE.imgtext-nowrap H5 {
	MARGIN-TOP: 0px
}
UL.csc-bulletlist LI {

}
UL.csc-bulletlist-0 {

}
UL.csc-bulletlist-1 {

}
UL.csc-bulletlist-2 {

}
UL.csc-bulletlist-3 {

}
TABLE.contenttable P {
	FONT-SIZE: 11px
}
TABLE.contenttable TR TD {
	VERTICAL-ALIGN: top
}
TABLE.contenttable-0 P {
	COLOR: #000000
}
TABLE.contenttable-1 P {
	COLOR: #186900
}
TABLE.contenttable-1 TR.tr-0 TD P {
	FONT-WEIGHT: bold
}
TABLE.contenttable-1 TR.tr-0 TD {
	BACKGROUND-COLOR: #d1d2e4
}
TABLE.contenttable-2 P {
	COLOR: #10007b
}
TABLE.contenttable-2 TR TD.td-0 {
	BACKGROUND-COLOR: #f5ffaa
}
TABLE.contenttable-2 TR TD.td-0 P {
	FONT-WEIGHT: bold
}
TABLE.contenttable-3 P {
	COLOR: #8a0020
}
TABLE.contenttable-3 TR TD.td-0 {
	BACKGROUND-COLOR: #d1d2e4
}
TABLE.contenttable-3 TR.tr-0 TD {
	BACKGROUND-COLOR: #d1d2e4
}
TABLE.contenttable-3 TR TD.td-0 P {
	FONT-WEIGHT: bold
}
TABLE.contenttable-3 TR.tr-0 TD P {
	FONT-WEIGHT: bold
}
TABLE.csc-uploads {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
TABLE.csc-uploads TR TD P {
	FONT-SIZE: 12px; BACKGROUND-COLOR: transparent
}
TABLE.csc-uploads TR TD {
	VERTICAL-ALIGN: top
}
TABLE.csc-uploads TR.tr-even {
	BACKGROUND-COLOR: #edebf1
}
TABLE.csc-uploads TR.tr-odd {
	BACKGROUND-COLOR: #d8d7dc
}
TABLE.csc-uploads TR TD.csc-uploads-icon {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; VERTICAL-ALIGN: middle; WIDTH: 1%; TEXT-ALIGN: center
}
TABLE.csc-uploads TR TD.csc-uploads-fileName {
	PADDING-LEFT: 5px; WIDTH: 80%
}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
	FONT-WEIGHT: bold
}
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
	FONT-STYLE: italic
}
TABLE.csc-uploads TR TD.csc-uploads-fileSize {
	PADDING-RIGHT: 6px; PADDING-LEFT: 6px; WHITE-SPACE: nowrap
}
TABLE.csc-uploads-1 {
	BORDER-LEFT-COLOR: #186900; BORDER-BOTTOM-COLOR: #186900; BORDER-TOP-COLOR: #186900; BORDER-RIGHT-COLOR: #186900
}
TABLE.csc-uploads-2 {
	BORDER-LEFT-COLOR: #10007b; BORDER-BOTTOM-COLOR: #10007b; BORDER-TOP-COLOR: #10007b; BORDER-RIGHT-COLOR: #10007b
}
TABLE.csc-uploads-3 {
	BORDER-LEFT-COLOR: #8a0020; BORDER-BOTTOM-COLOR: #8a0020; BORDER-TOP-COLOR: #8a0020; BORDER-RIGHT-COLOR: #8a0020
}
TABLE.csc-uploads-3 TR TD {
	VERTICAL-ALIGN: middle
}
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {
	BORDER-RIGHT: #333333 2px solid; BORDER-TOP: #333333 2px solid; BORDER-LEFT: #333333 2px solid; BORDER-BOTTOM: #333333 2px solid
}
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {
	BORDER-RIGHT: #333333 2px solid; BORDER-TOP: #333333 2px solid; BORDER-LEFT: #333333 2px solid; BORDER-BOTTOM: #333333 2px solid
}
FORM TABLE TR TD {
	PADDING-RIGHT: 20px; PADDING-LEFT: 5px
}
FORM TABLE TR TD.csc-form-labelcell {
	BACKGROUND-COLOR: #d8d7dc
}
FORM TABLE TR TD.csc-form-commentcell {
	BACKGROUND-COLOR: #d8d7dc
}
FORM TABLE TR TD.csc-form-fieldcell {
	BACKGROUND-COLOR: #edebf1
}
FORM TABLE TR TD.csc-form-fieldcell INPUT {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid
}
FORM TABLE TR TD.csc-form-fieldcell SELECT {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid
}
FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
	BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BORDER-BOTTOM: #333333 1px solid
}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req {
	FONT-WEIGHT: bold
}
FORM TABLE.csc-mailform TR TD.csc-form-labelcell {
	
}
FORM TABLE.csc-searchform {
	WIDTH: 100%
}
FORM TABLE.csc-searchform TR TD {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}
FORM TABLE.csc-searchform TR TD.csc-form-labelcell {
	FONT-WEIGHT: bold
}
FORM TABLE.csc-searchform TR TD.csc-form-commentcell {
	FONT-WEIGHT: bold
}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT {
	WIDTH: 100%
}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {
	WIDTH: 100%
}
FORM TABLE.csc-loginform {
	WIDTH: 70%
}
TABLE.csc-searchResultInfo {
	MARGIN-TOP: 10px; MARGIN-LEFT: 0px; WIDTH: 100%
}
TABLE.csc-searchResultInfo TR {
	BACKGROUND-COLOR: #edebf1
}
TABLE.csc-searchResultInfo TR TD P {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P {
	FONT-WEIGHT: bold
}
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext {
	TEXT-ALIGN: right
}
*/
/*
############################################################
Ende Formatierung Inhalt
###########################################################
*/
