#ContactMeForm table#formdescription,
#ContactMeForm #formdescription table,
#ContactMeForm #formdescription th,
#ContactMeForm #formdescription td
{
	border-width: 0px;
}

.kaufenpart
{
	border: #336699 solid 1px;
	border-radius: 2px;
	background: #efefef;
	padding: 15px;
}

div.kaufenpart  input[type=checkbox]
{
	float: left;
	width:20px;
	height:25px;
	margin: 0.25em 15px 0.25em 0px;
	padding: 0px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.kaufenpart table,
.kaufenpart tr,
.kaufenpart td 
{
    border: none;
}

.kaufenpart table > tbody > tr > td:first-child
{
	width: 30px;
}

div#errormessage
{
	width: calc(100% - 50px);
	padding:20px;
	margin-bottom: 2em;
	
	color: red;	
	background-color:rgba(255,0,0,0.2);
	
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}

div#successmessage
{
	width: calc(100% - 50px);
	padding:20px;
	margin-bottom: 2em;
	color: #1b538e;
	
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
	
	background-color: rgba(128,128,128,0.1);
}

form#formdescription {
  margin: 12px auto;
}

form#formdescription label
{
	padding: 10px;
}

@media (max-width: 768px)
{
	form#formdescription label
	{
		padding: 10px 0px 5px 0px;	
	}
}

div.floated 
{
	margin: 10px;
}

div.floated label
{
	float: left;
	display: block;
	min-width: 10em;
}

@media (max-width: 768px)
{
	div.floated label
    {
	    float: none;
	}	
}

div.floated  input, 
div.floated  select, 
div.floated  textarea 
{
/*	float: left;*/
	display: block;
	
	width: 100%;
	
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border:1px solid #ccc;
  font-size:14px;
  
  min-height:25px;
  display:block;
  margin-bottom:5px;
  margin-top:5px;
  outline: none;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

div.floated  input
{
	width: initial;
}

div.floated  input[type=checkbox],
div.floated  input[type=radio]
{
	float: left;
	width:20px;
	min-height:25px;
	margin: 0.25em 15px 0.25em 0px;
	padding: 0px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

div.floated  input:focus, 
div.floated  select:focus, 
div.floated  textarea:focus
 { 
    outline: none !important;
	border-color: #FFD800;
}

div.floated input[type=submit] 
{    
/*	width: 10em;*/
	padding:10px;  
}

@media (min-width: 769px)
{
	.floated #spamlabel
	{
		padding-top: 0px;
	}
}