@charset "utf-8";

/* Kontakt */

#page_kontakt { 
position:absolute; 
background-image:url('../images/bg/kontakt_main_bg.jpg');
background-repeat:no-repeat;
background-position:top center;  
width:825px; 
height:100%;  
margin: 10px 10px 10px 10px;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

#formular {
position:relative;
background-color:#b01f8d;
top:20px;
left:56px;
width:235px;
color:#FFFFFF;

}

#formular p{
color:#FFFFFF;
text-align:left;
padding:7px;

}
#formular p a{
color:#ecc9e4;
}

#testForm, #testForm input, #testForm select, #testForm textarea  {
margin-top:2px;
margin-left:auto;
margin-right:auto;
margin-bottom:7px;
width:210px;
border:0px;

}

#testForm .noresize {
margin-left:auto;
margin-right:auto;
}

#testForm .submit {
margin-left:auto;
margin-right:auto;
height:25px;
background:#b01f8d;
color:#FFFFFF;
cursor:pointer;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight:bold;
}

