/*----------------------Positionierung f�r Buttons------------*/
#butt_li, #butt_mi, #butt_re
{
    width:33.3%;
}
#butt_all
{
    width:100%;
    text-align:center;
}
#butt_li input[type="submit"], #butt_mi input[type="submit"],
#butt_re input[type="submit"], #butt_re input[type="button"],
#butt_all input[type="submit"]
{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
#butt_li input:hover, #butt_mi input:hover, #butt_re input:hover, #butt_all input:hover,
#butt_li a:hover, #butt_mi a:hover, #butt_re a:hover, #butt_all a:hover
{
/*
    -webkit-transform: skew(-1deg) rotate(-1deg);
    -moz-transform: skew(-1deg) rotate(-1deg);
    -ms-transform: skew(-1deg) rotate(-1deg);
    -o-transform: skew(-1deg) rotate(-1deg);
	transform: skew(-1deg) rotate(-1deg);
 */
	transform:scale(0.98,0.98);
    -moz-transform:scale(0.98,0.98);
    -webkit-transform:scale(0.98,0.98);
    -ms-transform:scale(0.98,0.98);
    -o-transform:scale(0.98,0.98);
    box-shadow:rgba(0,0,0, 0.7) 1px 1px 6px;
    -moz-box-shadow:rgba(0,0,0, 0.7) 1px 1px 6px;
    -webkit-box-shadow:rgba(0,0,0, 0.7) 1px 1px 6px;
    -ms-transform:rgba(0,0,0, 0.7) 1px 1px 6px;
    text-decoration:none;
    border:0px solid #ffffff;
    background-color:#a5a5a5;
}
#butt_li
{
    float:left;
    text-align:left;
}
#butt_mi
{
    float:left;
    text-align:center;
}
#butt_re
{
    float:right;
    text-align:right;
}
#butt_li_mi
{
    width:65%;
    float:left;
}
#butt_a, #butt_b, #butt_c
{
    width:33.33%;
}
#butt_a
{
    float:left;
}
#butt_b
{
    float:left;
    text-align:center;
}
#butt_c
{
    float:right;
    text-align:right;
}
.button_box
{
    text-align:center;
}
.button
{
    /*Step 2:Basic Button Styles*/
    display:block;
    height:20px;
    width:90px;
    background-color:#044c8d;
    border:2px solid rgba(33, 68, 72, 0.59);
    text-align:center;
    font:normal 9px verdana, arial, sans-serif;
    line-height:20px;
    text-transform:uppercase;
    text-decoration:none;
    color:#ffffff;
}
.zbutton
{
    height:25px;
    width:100px;
    text-align:center;
    font:normal 9px verdana, arial, sans-serif;
    line-height:25px;
    text-transform:uppercase;
    text-decoration:none;
    color:#ffffff;
    border:0px solid #999999;
}
.iebutton
{
    height:25px;
    width:100px;
    background:#f0efe2 url(../img/button.png);
    text-align:center;
    font:normal 9px verdana, arial, sans-serif;
    line-height:15px;
    text-transform:uppercase;
    text-decoration:none;
    color:#ffffff;
    border:0px solid #999999;
}
.iebutton a:hover, .iebutton :hover, .zbutton a:hover, .zbutton :hover, a.iebutton, a.zbutton
{
    text-decoration:none;
}
.merkbutton
{
    height:25px;
    width:100px;
    background:#f0efe2 url(../img/button.png);
    text-align:center;
    font:bold 9px verdana, arial, sans-serif;
    line-height:15px;
    text-transform:uppercase;
    text-decoration:none;
    color:#ff8a00;
    border:0px solid #999999;
    text-decoration:none;
}
