/* CSS Document */
html{
margin:auto;
padding:auto;
font-family:Arial, Helvetica, sans-serif;
}

body{
margin:auto;
background-image:url(../img/popup.jpg);
background-repeat:repeat-x;
background-color:#ffffff;
text-align:center;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006432;
	text-decoration: none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006432;
	text-decoration: none;
}

#popup{
margin:0;
padding:18px;
padding-top:26px;
width:535px;
height:400px;

/*min-height:500px;
height:auto !important;
height:500px;*/

text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#555555;
}
#popup h1,
#popup h2,
#popup h3,
#popup h4,
#popup h5{
font-size:16px;
color:#006432;
font-weight:normal;
}
/* RECHTS ENDE */

.csc-mailform label { width:100px; display: inline-block}
.csc-mailform-field { padding-bottom:3px; }
#mailformformtype_mail{ margin-left:102px; }
