@charset "UTF-8";

*{
    margin:0;
    padding:0;
}

body {
    background-color:#ACDDF2;
    font-family:Arial, Helvetica, sans-serif;
}


#auskunft{
    height:600px;
    width:950px;
    margin:0 auto 0 auto;
}

#flash{
    text-indent:-10000px;
    background-image:url(/assets/images/alternativ.jpg);
    height:600px;
}

#content{

    width:600px;
    margin:50px auto 0 auto;
}

#footer{
    width:960px;
    margin:20px auto 0 auto;
    color:#666666;
}

p{
    color:#666666;
    font-size:12px;
    padding-bottom:14px;
    text-align:justify;}

#content h1{
    font-size:16px;
    padding-bottom:16px;
    color:#004EBC;}

#footer p{
    font-size:11px;
    padding-bottom:14px;
    text-align:center;}

.blue{
    color:#004EBC;}



a{
    color:#EB7015;
    text-decoration:none;}

a:hover{
    color:#004EBC;
    text-decoration:none;}

form{
    width:660px;
    margin:0 auto 0 auto;
    border:0px solid #000;}

.input1{
    font-family:Arial, Helvetica, sans-serif;
    border:none;
    background-color:transparent;
    background-image:url(/assets/images/input1.gif);
    width:299px;
    height:26px;
    background-repeat:no-repeat;
    font-size:21px;
    color:#666;
    text-transform:uppercase;
    padding:10px 10px 10px 10px;
    text-align:center;
    margin-bottom:15px;

}

.input2{
    font-family:Arial, Helvetica, sans-serif;
    border:none;
    background-color:transparent;
    background-image:url(/assets/images/input2.gif);
    width:640px;
    height:26px;
    background-repeat:no-repeat;
    font-size:21px;
    color:#666;
    text-transform:uppercase;
    padding:10px 10px 10px 10px;
    text-align:center;
    margin-bottom:15px;
}
label.i1 {
    color:#666;
    text-align:center;
    width:299px;
    height:26px;
    position:absolute;
    margin-left:20px;
    font-size:21px;
    margin-top:12px;
}
label.i2 {
    color:#666;
    text-align:center;
    width:640px;
    font-size:21px;
    height:26px;
    position:absolute;
    margin-left:20px;
    margin-top:12px;
}

