body {
        font-family: Verdana, Arial, Helvetica;
        line-height: 16px;
        font-size: 10px;
        background:#ffffff;
        margin:0px;
        padding:0px;
        background-color: #ebebeb;
}

.logostart
{
	color: Black;
	font-weight: bold;	
}

.logoend
{
	color: Red;
	font-weight: bold;
}

.required
{
	color: Red;
	font-size: 70%;
}


#form
{
	width: 600px;
}

#form, #form th, #from td
{
	font-size: 100%;
}

#form th
{
	text-align: left;
	font-weight: normal;
}

#txtName, 
#txtVorname, 
#txtFirma, 
#txtStrasse, 
#txtTelefon, 
#txtEmail, 
#txtDomain, 
#txtAnzUser, 
#ddlLand 
{
	width: 100%;
}

#txtPLZ
{
	width: 25%;
	float: left;
}

#txtOrt
{
	width: 74%;
	float: right;
}

.AdColumn 
{
	vertical-align: top;
	background-color: #f5f5f5;
  	width:230px;
  	padding-top:27px; 
  	padding-bottom:10px; 
  	padding-left:5px;
  	padding-right: 5px;
}

.Content
 {
	background-color: #ebebeb;	
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
 }
 
 .AdTable 
 {
	table-layout: fixed;
 }
 
 .DownloadLink {
  font-size: 120%;
 }
