body{
	margin:0px;
	padding:10px 0px 0px 0px;
	background-color:#FFF;
        text-align:center;
background-image:url(../UPLOAD/cmsimages/popup_back.jpg);
background-repeat:repeat-x;
}

.c_l{
	clear:left;
}
// border-Fix-FF
a:active{ outline: none;}
a:focus{ -moz-outline-style: none;}

#popup{
margin:0 auto;
text-align:left;
vertical-align:middle;
width:815px;
}

#popup_inhalt{
border:1px solid #cacaca;
padding:15px;
background-color:#FFF;
width:783px;
}

#head{
width:784px;
height:121px;
background-image:url(../UPLOAD/cmsimages/popup_head.jpg);
}

#popup_footer{
height:60px;
background-image:url(../UPLOAD/cmsimages/popup_footer.jpg);
background-repeat:repeat-x;
}

#popup_content{
padding:15px;
}

/* Formulare */
.form_text, .form_select {
	background-image: url(../UPLOAD/cmsimages/form_verlauf.jpg);
	background-repeat: repeat-x;
	border: 1px solid #dbdbdb;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.form_textarea {
	background-image: url(../UPLOAD/cmsimages/verlauf_nachricht.jpg);
	background-repeat: repeat-x;
	background-color:#eeeeee;
	border: 1px solid #dbdbdb;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.form_radio_checkbox {
	border:0px;
}
.form_select {
	border: 1px solid #dbdbdb;
}
