body {
	margin: 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #ff9600;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #FF9600;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 10;
}

/* Header */
#header_logo {
	width: 1000px;
	height: 50;
	margin:auto;
}
#header {
	overflow: hidden;
	width: 1000px;
	height: 340px;
	margin: 0 auto;
	background-repeat: no-repeat;
}




/* Logo */

#logo {
	width: 1000px;
	height: 110px;
	margin: 0px auto;
	padding: 0;
	color: #ff9600;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	margin: 0px 0px -10px 0px;
	padding: 10px 0px 0px 40px;
	font-size: 50px;
	color: #4D8D99;
}

#logo h1 a {
	color: #ff9600;
}

#logo p {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	font-size: 26px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #34312C;
}


/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0px;
	padding: 70px 20px 0px 40px;
}

#menu ul {
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 10px 0px;
	background: url(images/img10.jpg) repeat-x left bottom;
}

#menu a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	background: url(images/img09.png) no-repeat left 2px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
	background-color: #CCCCCC;
	background: url(images/img04.jpg) repeat-y left top;
	background-repeat: no-repeat;
}

#page-bgtop {
	overflow: hidden;
	width: 910px;
	padding: 20px 20px 20px 40px;
}

/* Content */

#content {
	float: right;
	width: 655px;
}

.post {
	margin-bottom: 20px;
}

.bg_home {
	background: url(images/header_home.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_solutions {
	background: url(images/header_solutions.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_sol_wind {
	background: url(images/header_wind.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_sol_solar {
	background: url(images/header_solar.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_team {
	background: url(images/header_team.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_sol_fuel {
	background: url(images/header_fuel.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_products {
	background: url(images/header_products.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_prefab {
	background: url(images/header_prefab.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_pro_quartz {
	background: url(images/header_stone.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_pro_trading {
	background: url(images/header_trade.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_pro_financial {
	background: url(images/header_financial.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_pro_plant {
	background: url(images/header_plant.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_about {
	background: url(images/header_about.jpg) repeat-y left top;
	background-repeat: no-repeat;
}
.bg_contact {
	background: url(images/header_contact.jpg) repeat-y left top;
	background-repeat: no-repeat;
}

.bg_impressum {
	background: url(images/header_impressum.jpg) repeat-y left top;
	background-repeat: no-repeat;
}

.post .title {
	padding: 0px 0px 10px 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

.post .title a {
	border: none;
	color: #444444;
}

.post .meta {
	overflow: hidden;
	background: #444444;
	margin-bottom: 30px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}



.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #ff9600;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
}
#sidebar_space {
	float: left;
	width: 200px;
	height:50px
	margin: 0px;
}


#sidebar ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px 0px 20px;
}

#sidebar li li {
	line-height: 15px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding-left: 20px;
	background: url(images/img11.jpg) no-repeat left 6px;
	color: #444444;
}

#sidebar li li a:hover {
	color: #444444;
}

#sidebar h2 {
	height: 38px;
	font-size: 1em;
	color: #444444;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 20px 20px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

								
/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	background: url(images/img07.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-top: 0px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #444444;
	padding-left: 285px;
}

#footer a {
	color: #ff9600;
	text-decoration:underline
}

/* Footer Content */

#footer-bg {
	width: 1000px;
	margin: 0px auto;
	background: url(images/img06.jpg) repeat-y left top;
}

#footer-content {
	overflow: hidden;
	padding: 30px 60px 30px 60px;
	background: url(images/img05.jpg) no-repeat left top;
}

#col1 {
	float: left;
	width: 270px;
	margin-right: 35px;
}

#col2 {
	float: left;
	width: 270px;
	margin-right: 35px;
}

#col3 {
	float: right;
	width: 270px;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.style1 li {
	padding: 10px 0px;
	font-size: 14px;
}

ul.style1 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/img08.jpg) no-repeat left 6px;
	color: #ff9600;
}

ul.style1 a:hover {
	text-decoration: underline;
}

