/*- Main Container */

#chemical_wp {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#chemical_container {
	float: left;
	width: 940px;
}
#chemical_header {
	float: left;
	width: 940px;
}

.image_header {
	float: left;
	height: 150px;
	width: 938px;
	margin-top: 10px;
	background-image: url(http://www.nextportal.de/wordpress/wp-content/themes/Dark_3Chemical_DE/images/ag_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #191919;
	border-right-color: #191919;
	border-bottom-color: #191919;
	border-left-color: #191919;
}


/*.g2_column { 
	width: 738px;
	margin: 0px 1px 0px 12px;
} */

/*- Embedded Images */ 

div.one-image {
	display:inline;
} 

.wpg2tag-image {
	display:inline;
}

/*- Sidebar Grid Elements */

#wpg2-sbar-grid h2 {
	margin-bottom: 8px;
}

.wpg2sidebargrid-image {
	display:inline;
}

.wpg2sidebargrid-image img {
	margin: 1px;
	padding: 2px;

	border-color:#999999;
}

/*- Sidebar Block Elements */

#wpg2-sbar-block h2 {
	margin-bottom: 8px;
}

.wpg2sidebarblock-image {
	display:inline;
}

.wpg2sidebarblock-image img {
	margin: 0px;
	padding: 0px;
}

/*- G2 Image */

.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
    float: right;
    clear: right;
    margin: 4px;
}

.g2image_centered
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	line-height: 1em;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
