﻿legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.hidden
{
    visibility: hidden;
}

.none
{
    display: none;
}

.formlabel
{
    font-weight: bold;
    font-size: 0.9em;
    width: 100px;
    vertical-align: middle;
    color: #809ABB;
}

.txtfields
{
    border: 1px solid #DBE2F2;
    background-color: #F1F4FA;
    width: 300px;
    margin-top:5px;
    margin-bottom:5px;
    height: 1.6em;
}


.formvalue
{
    vertical-align: top;
}


.txtblock
{
    width:300px;
}

.itemdetails
{
    font-size: 1.3em;
}

.button
{ 
    background-position: 0% 0%;
    cursor: hand;
    background: transparent url('images/button.png') no-repeat 0% 0%;
    padding: 0;
    width: 140px;
    height: 40px;
    border: none;
    overflow: hidden;
    font-size: 12px;
    color: #F0F0F0;
    padding-bottom: 6px;
}



.button:hover {
	background: transparent url('images/button.png') no-repeat 0% -40px; 
	}
			

.artikeldetails
{
    font-size: 0.9em;
}


