@charset "utf-8";
/* CSS Document */

/* Das Kontaktformular */
form {
  /*background-color: #eee;*/
	background-color: #eadeda;
  width: 400px; /* Breite des Formulars */
  padding: 20px;
     margin-bottom: 40px;
  border: 1px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender, input#yourName,
textarea {
  width: 360px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

.namensfelder {
    margin-bottom: 10px;
}

.falsch {
    color: red;
    margin-left: 20px;
}

#background {
    background-color: #eadeda;
  width: 400px; /* Breite des Formulars */
  padding: 20px;
    margin-bottom: 20px;
  border: 1px solid #8c8c8c;
}

.brightButton {
	box-shadow: 7px 4px 15px -6px #666666;
	background:linear-gradient(to bottom, #fafafa 5%, #d1d1d1 100%);
	background-color:#fafafa;
	border-radius:2px;
	border:1px solid #8c8c8c;
	display:inline-block;
	cursor:pointer;
	color:#0f0f0f;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
}
.brightButton:disabled {
    color: #999999;
	
}
.brightButton:hover {
	background:linear-gradient(to bottom, #d1d1d1 5%, #fafafa 100%);
	background-color:#d1d1d1;
}
.brightButton:active {
	position:relative;
	top:1px;
}
.lucida-dropdown {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
    padding-left: 5px;
    padding-bottom: 0;
    padding-top: 0;
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;*/
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #b34545;
	background:linear-gradient(to bottom, #990000 5%, #701818 100%);
	background-color:#990000;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	padding:px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background:linear-gradient(to bottom, #701818 5%, #990000 100%);
	background-color:#701818;
}
.myButton:active {
	position:relative;
	top:1px;
}
