body {
   background-image:url('grafik/bg-komplett.gif');
   background-repeat:repeat-y;
}

a{
  color:#740111;
  
}

a:hover{
  color:#CD001D;
}
small
{
    color:#444;
}
hr
{
    border:none;
    background-color:#ccc;
    height:1px;
}
.clear
{
    clear:both;
}
label
{
    margin-right:10px;
    margin-left:5px;
    display:inline-block;
}
input,
label
{
    vertical-align: top;
    margin-right:10px;
}

div.order_form .produkte
{
    width:800px;
    margin:10px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
div.order_form .title
{
    width:350px;
    float:left;
    height:80px;
}
div.order_form .small
{
    width:100px;

}
div.order_form .title b
{
    float:left;
    width:60px;
    display:block;
    height:80px;
}
div.order_form .adresse
{
    height:280px;
}
div.order_form .adresse .title
{
    width:150px;
    height:300px;
}
div.order_form .adresse .value label
{
    width:80px;
}

div.order_form .value
{
    float:left;
}
div.order_form .buch label
{
    width:80px;
}
div.order_form .value input[type=text]
{
    width:250px;
    background:#eee;
    border:none;
    border:1px solid #444;
}
div.order_form .bild .value input[type=text]
{
    width:50px;
}
div.order_form .value textarea
{
    background:#eee;
    border:none;
    border:1px solid #444;
}
div.order_form .buch input[type=text]
{
    width:20px;
}
