/* CSS Document */
/*------------------------------------Muster Formular-----------------------------------------*/
#muster_formular
{
width:499px;
margin:auto;
margin-top:20px;
padding:2px;
background-color:#CCFFFF;
border:1px solid #CCFFFF;}

#muster_formular .muster_form
{
width:495px;
margin:auto;
padding:1px;
border:1px solid #CCFFFF;}

.muster_form table
{
width:490px;
border:1px solid #CCFFFF;
margin:auto;
margin-bottom:10px;
background-color:#FFFFFF;
border-collapse:separate;
}
.muster_form table caption
{
text-align:center;
font-family:"Courier New", Courier, mono;
font-size:18px;
color:#006666;}

.muster_form table td
{
width:245px;
height:20px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003333;
}

.muster_form table label
{
text-align:right;}

.muster_form #muster_submit
{
display:block;
width:120px;
background-color:#009999;
font-weight:bold;
color:#FFFFFF;
font-weight:bold;
border:1px solid #CCFFFF;
margin-top:10px;
padding:2px;
text-align:center;
margin:auto;
cursor:pointer;
}

.muster_form #muster_tr
{
margin-bottom:10px;}

.muster_form table input
{
border:1px solid #66FFFF;
}

#muster_formular #antwort_register
{
width:470px;
border:1px solid #66FFFF;
margin:auto;
margin-top:10px;
padding:10px;
background-color:#FFFFFF;
font-family:"Courier New", Courier, mono;
font-size:17px;
color:#006666;
text-align:center;
font-weight:bold;}

