
/***** HTML *****/

html {
	margin: 0px;
	background-color: #ffffff;
	background-image:  url(/images/top.gif);
	background-repeat: no-repeat;
}

body {
	font-family: Verdana; 
	font-size: 11px; 
	line-height:16px;
	margin: 0px; 
	color: #666; 
	margin-left: 60px;
}

h1, h2, h3 {
   font-family: Verdana;
   font-size: 13px;
   line-height:16px;
   margin:0px; 
   margin-bottom: 6px;
   text-align: left;
   color: #6E8E00;
   font-weight: bold;
}

p{
   font-size: 11px;
   line-height:16px;
   margin:0px; 
   margin-bottom: 12px; 
   text-align: left;
}

a {
   color: #000000;
}

ul {
   margin: 0px;
   padding: 0px;
}

img {
   border: 0px;
}


/***** HEADER *****/ 

#header {
    width: 820px;
    height: 140px;
}

#headline{
   width: 330px;
   margin-top: 68px;
   margin-right: 0px;
   text-align:right; 
   float: right;
   overflow: hidden;
   height: 16px;
}

#header_nav {
	margin-top: 4px;
	line-height:12px;
	font-size: 11px;
	color: #445800;
	width: 820px;
    margin-left: 0px;
    text-align:left; 
    float: left;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
}

#header_nav a {
	line-height:12px;
	font-size: 11px;
	color: #445800;
	text-decoration: none;
	font-weight:bold;
}

#header_nav a:hover {
	line-height:12px;
	font-size: 11px;
	color: #6E8E00;
	text-decoration: underline;
	font-weight:bold;
}

#sub_nav_kaminofen {
	margin-top: 4px;
    margin-left: 51px;
}

#sub_nav_ethanol {
	margin-top: 4px;
    margin-left: 135px;
}

#sub_nav {
	margin-top: 4px;
	line-height:12px;
	font-size: 10px;
	color: #445800;
	width: 820px;
    margin-left: 0px;
    text-align:left; 
    float: left;
	white-space: nowrap;
	overflow: hidden;
}


#sub_nav a {
	line-height:12px;
	font-size: 10px;
	color: #445800;
	text-decoration: none;
}

#sub_nav a:hover {
	line-height:12px;
	font-size: 10px;
	color: #6E8E00;
	text-decoration: underline;
}

.footer_nav {
	font-size: 10px;
	color: #6E8E00;
    width: 730px;
    text-align:left;
}


.footer_nav a {
	color: #6E8E00;
	text-decoration: none;
}

.footer_nav a:hover {
	color: #6E8E00;
	text-decoration: underline;
}

#header_text {
	float: left;
	margin-top: 70px;
	line-height:12px;
	font-size: 10px;
	color: #445800;;
	width: 320px;
	white-space: nowrap;
	overflow: hidden; 
}

/***** FOOTER *****/

#footer {
	clear:both;
	width: 820px;
	height: 30px;
	border-top: 1px solid #999999;
	color: #717171;
	font-size: 10px;
}

#footer li {
	display: inline; 
	padding-right: 6px; 
}

#footer a {
	color: #445800;
	text-decoration: none;
}

#footer a:hover {
	color: #6E8E00;
	text-decoration: underline;
}

#bottom_nav {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
}

#bottom_nav a {
	color: #6E8E00;
	text-decoration: none;
}

#bottom_nav a:hover {
	color: #445800;
	text-decoration: underline;
}

/***** CONTENT *****/

#content{
	width: 820px;
	line-height: 170%;
	margin-top:10px;
}

#content_left{
   width: 490px;
   float: left;
}


#content_right{
   width: 245px;
   float: right;
   overflow: hidden;
}

.box_main{
   width: 490px;
   margin-bottom: 15px;
}

.box_detail{
   width: 490px;
   margin-right: 15px;
   margin-bottom: 15px;
   float: left;
}

/***** TEXT LISTEN *****/
.box_main ul {
 margin-left: 12px;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 padding: 0px;
}


/***** BOX MIT PHOTOS UND LINKS *****/
.box_link{
   width: 190px;
   height: 90px;
   margin-right: 15px;
   margin-bottom: 15px;
   float: left;
}

.box_link p{
   margin:0px; 
   text-align: left;
   font-size: 10px;
}

.box_link a{
   text-decoration: none;
   color: #666666;
}

.box_link img{
   width:90px;
   height:90px; 
   float:left; 
   margin-right:3px;
}

.box_link a.shipping {
   font-size: 9px; 
   text-decoration: none; 
   color: #666666;
}


/***** BOXEN *****/



.box_main a{
   color: #666;
   text-decoration: underline;
}

.box_detail  a{
   color: #445800;
   text-decoration: underline;
}

.box_detail  a{
   color: #6E8E00;
   text-decoration: underline;
}

.box_cross{
   width: 230px; 
   margin-left: 15px;
   margin-bottom: 15px;
}

.box_cross a{
   color: #445800;
   text-decoration: underline;
}

.box_cross a:hover{
   color: #6E8E00;
   text-decoration: underline;
}

.box_cross img {
	 float:right; 
	 margin-left:0px;
	 margin-bottom:3px;
}

/***** BOX TRENNER *****/
.border{
   width: 100%;
   height: 1px;
   overflow: hidden;
   background-color: #999999;
   margin-bottom: 15px;
}

/****************************************/
/*   Linkliste                          */
/****************************************/
ul.linklist {
	list-style-type:none;
	margin: 0px;
	margin-left:15px;
}

ul.linklist li {
	margin-top: 1px;
}

ul.linklist a {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}

ul.linklist li img {
	float: left;
	margin-left: -15px;
	margin-top: 2px;
}

ul.linklist li a:link,
ul.linklist li a:active,
ul.linklist li a:visited,
ul.linklist li a:hover {
    text-decoration: none;
}
