* {
    margin:0;
    padding:0;
}

body {
    background-color:#ccc;
}

#mainDiv {
    width:590px;
    height:900px;
    background-color:#FFF;
    background-image:url('images/background.png');
    background-repeat:no-repeat;
     margin:0 auto;
}

#innerDivLeft {
    width:220px;
    height:790px;
    float:left;
    padding-left:28px;
    padding-right:27px;
}

#innerDivRight {
    width:295px;
    height:790px;
    float:right;
}


/* LEFT BOX */
#boxLeft {
    width:240px;
    height:225px;
    margin-top:480px;
    background-color:#FFF;
-moz-box-shadow: 1px 1px 3px #b6b6b6;
-webkit-box-shadow: 1px 1px 3px #b6b6b6;
box-shadow: 1px 1px 3px #b6b6b6; 
    font-family: 'Sintony', sans-serif;
    font-size:12px;
}

#boxLeft ul {
    list-style-image:url('images/bullet.gif');
    padding-left:30px;
    padding-top:5px;
}

#boxLeft ul li {
    padding-top:3px;
}

#titleLeft {
    width:240px;
    height:80px;
    background-color:#faee16;
    background-image:url('images/title.png'); 
    background-repeat:no-repeat;
}


/* RIGHT BOX */
#boxRight {
    width:280px;
    height:360px;
    margin-top:520px;
    background-color:#FFF;
-moz-box-shadow: 1px 1px 3px #b6b6b6;
-webkit-box-shadow: 1px 1px 3px #b6b6b6;
box-shadow: 1px 1px 3px #b6b6b6; 
    font-family: 'Sintony', sans-serif;
    font-size:12px;
}

#titleRight {
    width:280px;
    height:69px;
    background-color:#faee16;
    background-image:url('images/titleformular.gif'); 
    background-repeat:no-repeat;
}

#frameRight {
    widows:260px;
    height:100%;
    padding-left:10px;
    padding-right:10px;
    margin-top:3px;
}

.smallText { font-size: 10px; }

.validatemsg {
 font-size: 10px; 
 text-align: center;
 color: green; 
 vertical-align: center;
}
.nutzText {
text-decoration:none;
font-size: 8px;
vertical-align: center;

}

.styled-select{
   margin-top:15px; 
   margin-left:5px;
   margin-bottom: 0px;
   vertical-align: center;
   padding: 0px;
   font-size: 10px;
   border: 0;
   border-radius: 0;


   }

.tInput { width: 165px; height: 20px; border: 1px solid #000; margin-top:10px; margin-left:5px; }

.formText { width:70px; font-size:10px; float:left; padding-top:15px; }
.formTextLong { width:170px; font-size:10px; float:left; padding-top:15px; margin-bottom:15px; padding-left:75px; }

.senden { 
    width: 165px;
    height: 20px;
    margin-top: 10px; 
    background-color: #faee16; 
    border:2px solid #faee16;
    font-family: 'Sintony', sans-serif; 
    color: #000; 
    font-weight: 700;
    font-size:12px;
    margin-left: 5px;
}