*{
   margin:0px; padding:0px;
   border-style:none;
   font-family:arial;
   font-size:12px;
}

body{
    text-align:center;
    background-color:#e6e7e9
}



#div_main{
    width:650px;
    margin:13px auto;
    background-color:#fff;
    border:solid 1px #99a925;
    background-image:url(img/bg_top.png);
    background-repeat:repeat-x;
    text-align:left;
}

#div_top{
    height:100px;
    margin:25px 30px;
	background-image:url(img/logo_heimtextil.jpg);
	background-repeat: no-repeat;
}
#div_top_right{
    float:right;
    width:265px;
}

#div_banner{
    height:223px;
    background-color:#AF3C57;
    background-image:url(img/bg_banner3.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
}
#div_banner_right{
    float:left;
    width:265px;
    margin:0px;
	padding: 30px 0px 30px 30px;
	color: #fff;
}
#div_banner_start{
    height:40px !important;
	height: 52px;
    background-color:#E5D867;
    overflow:hidden;
	background-image:url(img/bg_banner3b.jpg);
    background-repeat:no-repeat;
	background-position: top right;
	padding: 12px 30px 0px;
	text-align: left;
}
.div_article{
    padding:27px 30px;
    //*background-image:url(img/bg_trenner.png);**/
    background-repeat:repeat-x;
}
.div_article img{
    display:block;
    float:right;
    margin-bottom:10px;
}

#div_bottom{
    padding:27px 30px;
    background-color:#e0e5bd;
    background-image:url(img/bg_trenner.png);
    background-repeat:repeat-x;
}

#div_footer{
    width:590px;
    margin:13px auto;
    text-align:left;
}
#div_footer p, #div_footer a{
    color:#5d4d61;
}


h1{
    color:#99a925;
    font-size:36px;
    line-height:36px;
}

h2{
    margin-top:20px;
    font-size:14px;
    color:#5d4d61;
}
h3{
    font-weight:bold;
}


a{
    color:#000000;
}


form p{
    font-weight:bold;
}
select{
    display:block;
    float:right;
    width:175px; height:19px;
    padding-top:1px;
    border:solid 1px #7f9db9;
}
input{
    display:block;
    float:right;
    width:118px; height:19px;
    padding-top:1px;
    border:solid 1px #7f9db9;
}
input.submit{
    display:block;
    float:right;
    width:50px; height:22px;
    margin-left:5px;
    background-color:#AF3C57;
    border:solid 1px #AF3C57;
    color:#fff;
    font-size:11px;
}
