BODY {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
}

A {
	text-decoration: none;
}

FORM {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0 none;
}

LABEL {
	display: block;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 974px;
	height: 520px;
	margin: -260px 0 0 -487px;
}

#bg_content_top {
	width: 974px;
	height: 43px;
	background: #000 url(../img/bg_container_top.png) no-repeat;
}

#bg_content_left {
	width: 143px;
	height: 436px;
	background: #000 url(../img/bg_container_left.png) no-repeat;
	float: left;
}

#contentBox {
	width: 689px;
	height: 436px;
	background: #000;
	float: left;
}

#logo {
	width: 190px;
	height: 370px;
	background: #000 url(../img/logo.png) no-repeat;
	float: left;
}

#contentStart {
	position: relative;
	width: 689px;
	height: 436px;
	background: #000 url(../img/bg_content.png) no-repeat;
	float: left;
	overflow: hidden;
}

#content {
	position: relative;
	width: 499px;
	height: 370px;
	background: #000 url(../img/bg_content_hightree.png) no-repeat;
	float: left;
/*	overflow: auto; */
}

#content.hightree { background: #000 url(../img/bg_content_hightree.png) no-repeat; }
#content.firmenprofil { background: #000 url(../img/bg_content_firmenprofil.png) no-repeat; }
#content.pflege { background: #000 url(../img/bg_content_pflege.png) no-repeat; }
#content.baumsicherung { background: #000 url(../img/bg_content_baumsicherung.png) no-repeat; }
#content.sanierung { background: #000 url(../img/bg_content_sanierung.png) no-repeat; }
#content.faellung { background: #000 url(../img/bg_content_faellung.png) no-repeat; }
#content.baum-impressionen { background: #000 url(../img/bg_content_baum-impressionen.png) no-repeat; }
#content.baum-management { background: #000 url(../img/bg_content_baum-management.png) no-repeat; }
#content.arbeitstechniken { background: #000 url(../img/bg_content_arbeitstechniken.png) no-repeat; }
#content.holzgestaltung { background: #000 url(../img/bg_content_holzgestaltung.png) no-repeat; }
#content.baumhaeuser { background: #000 url(../img/bg_content_baumhaeuser.png) no-repeat; }
#content.kontakt { background: #000 url(../img/bg_content_kontakt.png) no-repeat; }

#contentScrollDiv {
	height: 324px;
	top: 0px;
	margin: 16px 0 0 20px;
	padding: 20px 125px 10px 0;
	overflow: auto;
}

#contentScrollDiv H1 {
	margin-top: 0;
	font-size: 18px;
	color: #1C5A1F;
}

#contentScrollDiv H2, #contentScrollDiv H3 {
	margin-bottom: 3px;
	font-size: 12px;
	color:  #000;
}

#contentScrollDiv P {
	margin: 0px 0 15px 0;
}

#contentScrollDiv A {
	color: #1C5A1F;
	border-bottom: 1px dotted #666;
}

#contentScrollDiv A:hover {
	color: #ccc;
	background-color: #1C5A1F;
}

#contentScrollDiv A.img {
	border-bottom: 0 none;
}

#contentScrollDiv IMG.textLeft {
	margin: 0 10px 10px 0;
	float: left;
}

#contentScrollDiv IMG.textRight {
	margin: 0 0 10px 10px;
	float: right;
}

#contentScrollDiv UL {
	margin-top: 3px;
	list-style-image: url(../img/icon_arrow.png);
}

#contentScrollDiv LI {
	margin-bottom: 5px;
}

#content.impressum UL {
	list-style-image: url(../img/icon_list.png);
	padding-left: 15px;
}

#content.impressum LI {
	list-style-image: url(../img/icon_list.png);
	margin: 0;
	padding: 0;
}

#contentScrollControl {
	position: absolute;
	width: 24px;
	height: 108px;
	right: 0;
	top: 135px;
}

#bg_content_right {
	width: 142px;
	height: 436px;
	float: left;
	background: #000 url(../img/bg_container_right.png) no-repeat;
}

#bg_content_bottom {
	width: 974px;
	height: 43px;
	background: #000 url(../img/bg_container_bottom.png) no-repeat;
	clear: both;
}

#footer {
	width: 974px;
	height: 15px;
	margin: 2px auto;
	padding-bottom: 2px;
	text-align: right;
}

/* ### MENU ### */

#menuBox {
	position: relative;
	width: 689px;
	height: 66px;
	background: #1C5A1F url(../img/bg_bottom_left.png) no-repeat 0 3px;
	clear: both;
}

UL#menu {
	position: absolute;
	left: 104px;
	top: 3px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#menu A {
	color: #000;
	display: block;
}

UL#menu A:hover {
	color: #FFF;
}

UL#menu LI {
	position: relative;
	margin-right: 15px;
	float: left;
}

UL#menu LI UL {
	margin: 30px 0 0 0;
	padding: 0;
	background-color: #1C5A1F;
	list-style-type: none;
	display: none;
}

UL#menu UL UL {
	margin: 20px 0 0 0;
	padding-left: 10px;
}

UL#menu UL LI, UL#menu UL UL LI {
	padding: 3px 5px 0 5px;
}

UL#menu LI:hover UL {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

UL#menu LI UL LI {
	height: 20px;
/*	margin-top: -40px;*/
	display: block;
	float: none;
}


/* ### CONTACT FORM ### */

#formContact INPUT.cb {
	float: left;
}

#formContact LABEL {
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 45px;
	background: transparent url(../img/icon_arrow.png) no-repeat;
	float: left;
}

#formContact BR {
	clear: both;
}

#formContact UL {
	margin-left: 60px;
	list-style-type: circle;
	clear: both;
}

/***** Order Form *****/
#containerContact {
	width: 495px;
	margin: 0 auto;
}

#containerContact #content {
	height: 478px;
	padding: 19px 0 0 0;
	background: #000 url(../img/contact_bg.png) no-repeat;
}

#containerContact #address INPUT {
	width: 261px;
	height: 19px;
	padding: 3px 0 0 5px;
	background: url(../img/input_text_bg.png);
}

#containerContact TD {
	vertical-align: top;
}

