body {
	font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	color:black;
	letter-spacing: 0.03em;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #grey;
    opacity:  0.9;
    font-size: 14px;
    font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif; 
	font-weight: 900;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #grey;
   opacity:  0.9;
   font-size: 14px;
   font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
   font-weight: 900;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #grey;
   opacity:  0.9;
   font-size: 14px;
   font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
   font-weight: 900;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #grey;
   opacity:  0.9;
   font-size: 14px;
   font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
   font-weight: 900;
}
h1 {color: #005095;font-size: 21px;}

input {
    margin-bottom: 10px;
    width: 68px;
    height: 24px;
    font-size: 13px;
    padding: 2px 0px 9px 0px;
    padding-left: 11px;
    background-color: transparent;
    border: 1px solid lightgrey;
    font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
    float: left;
    margin-right: 10px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.nicht_gestalten {
    opacity: 0.8;
    color: #fff;
    margin-bottom: 10px;
    width: 44px;
    background-color: #005095;
    height: 37px;
    font-size: 14px;
    padding: 0px;
    border: 1px solid #bbb;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nicht_gestalten:hover {
	opacity: 1.0;
}

textarea {
	font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	margin-bottom: 7px;
	width: 324px;
	height: 160px;
	font-size: 13px;
	opacity:  0.9;
	padding:6px 2px 2px 11px; 
	background-color: transparent;
	border: 1px solid #bbb;
	resize: none;
}