#form1{
#display: none;
}
.Anfang p {
   #display: none;
}


input, textarea { 
	padding: 8px;
	border: solid 1px #C5C5C5
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 290px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}
#form1.form p{
display:block;
margin-bottom: 10px;
}
.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
        border: 1px solid #627A91;
	}
#form-div { 
padding:15px 0;
}
 
/******************************************
UPDATE CAPTCHA 06.02.2016
*******************************************/


#ccode{
    font-size: 18px;
    width: 161px;
    padding: 20px;
    height: 30px;
}

.ccode.wrapper{
    #background: #0FF;
    width: 100%;
    height: 90px;
}
.ccode.left{
    #background: #F00;
    width: 168px;
    height: 90px;
    float: left;
}
.ccode.right {
    #background: #639;
    width: 200px;
    height: 90px;
    float: left;
}













