div#page {
	width:980px;
	float:left;
	background:  url(../img/kontakt.jpg) right bottom no-repeat;
}
div#rightCol{
width:498px;
min-height:611px;
/**height:611px;**/
float:right;

}
div#content{
padding:15px 90px 0px 20px;
}
div#centerCol{
float:left;
/**margin-left:202px;**/
width:275px;
min-height:611px;
height:611px;
background: #F2F3F7 url(../img/foto_kontakt.jpg) top no-repeat;
}
#contactform {

}
#contactform h2{
padding:10px 0 10px 0;
line-height:20px;
}

#contactform img {
border: 0px;
}

#contactform .errors {
color: #990000;
}

#contactform .correct {
}

#contactform legend {
font-weight: bold;
}
#contactform fieldset{
border:none;
}
#contactform .line{
float:left;
width:100%;
padding-bottom:2px;
}
#contactform .title {
font-weight: bold;
float:left;
width:140px;
padding-top:7px;
text-align:right;
}

#contactform .field {
float:right;
width:230px;
}
#contactform .title label{
}
#contactform .line_msg{
float:left;
width:100%;
padding-bottom:3px;
}
#contactform .line_captcha{
float:left;
width:100%;
padding-bottom:3px;
}
#contactform .line_msg .title{
float:left;
width:140px;
text-align:right;
}
#contactform .line_msg .field{
float:left;
width:351px;
text-align:right;
padding-left:10px;
}
#contactform .line_captcha .field input{
width:72px;
height:27px;
border:none;
padding:5px 0 0 0;
font-size:11px;
color:#8693AE;
vertical-align:middle;
background: url(../img/captcha_bg.jpg) top right no-repeat;
}
#contactform .line_captcha .title{
width:180px;
text-align:left;

}
#contactform .line_captcha .field {
float:right;
width:75px;
padding-right:25px;

}
#contactform .line_captcha img {
border:2px solid #DBDFE7;
float:right;
margin-right:29px;
}
.field input{
width:202px;
height:27px;
border:none;
padding:5px 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#8693AE;
vertical-align:middle;
background: url(../img/input_bg.jpg) top right no-repeat;
}


#contactform textarea {
width:351px;
height:100px;
background: url(../img/text_bg.jpg) bottom left no-repeat;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#8693AE;
overflow:hidden;
margin-right:20px;
}
#contactform .line_sub{
float:right;
text-align:right;
width:100%;
margin-right:25px;
}
div.line_sub input.sendit{
width:76px;
height:35px;
border:none;
background: url(../img/submit_bg.jpg) no-repeat scroll 0 0;
cursor:pointer; cursor:hand;
}
div.line_sub input.sendit:hover{
width:76px;
height:35px;
border:none;
background: url(../img/submit_bg.jpg) no-repeat scroll 0 -35px;
cursor:pointer; cursor:hand;
}


#contactform .small {
font-size: 100%;
}

#contactform .thanks {
margin-top: 15px;
color: green;
font-size: 105%;
margin-bottom: 15px;
}
#contactform .req{
color:#990000;
}
