

/* =Global
----------------------------------------------- */

input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #fff;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page {
	background: #fff;
}



/* =Comments
----------------------------------------------- */

/* Formular Tabelle*/
#respond {

	border: 0px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 0em;
	padding: 0 1em 0 1em;
	position: relative;
	width: 245px;
	height:auto;
	float: right;
}











/* Felder-Rahmen */
#respond input[type="text"] {
	background: #fff;
	border: 2px solid #CECECE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 0px 8px 0px 8px;
	text-indent: 0px;
	
}



#respond textarea {
	background: #fff;
	border: 2px solid #C9C9C9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 0px 8px 8px 8px;
	text-indent: 0px;
	
}


/* Felder */
#respond input[type=text] {
	display: block;
	height: 21px;
	width: 65%;
}

/* Felder - Abstand */
#respond p {
	margin: 13px 0;
}

/* Kommentar-Feld */
#respond textarea {
	resize: vertical;
	width: 95%;
	height:125px;
}












/* Pflicht-Sterne */
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

/* Pflicht-Sterne */
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 66%;
	position: absolute;
	top: 19px;
	z-index: 1;
}












/* Beschriftungen */
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {

	color: #E9E9E9;
	font-size: 12px;
	left: 2px;

}


#respond .comment-form-comment label {

	color: #555;
	font-size: 13px;
	left: 2px;

}



/* Verschwinden von Beschriftungen */
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}














/* Sende - Button */
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 14px;
	margin: 0px 0;
	padding: 5px 22px 5px 22px;
	position: relative;
	left: 0px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

/* Sende - Button beim Drücken*/
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
