/*form
*/
.halfWhite {
/*this class decreases the transparency on a light element. Ideal for textured backgrounds*/
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	}

.halfWhite:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	}

.halfWhite:focus {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1.0);
	}
.plainDark {
/*this class is used on a lighter background*/
	background-color: #4c4c4c;

	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	color: #999;

	width: 300px;
	height: 20px;
	padding: 1px 13px 2px;
	border: none;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	}

.plainDark:focus, .plainDark:hover {
	color: #bababa;
	color: rgba(0,0,0,0,0.27);

	outline: none;

	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	}

.plainDark.submit {
/*this class is used for a dark input-element with the type 'submit'*/
	width: inherit; height: 20px; float: right; margin-right: 50px; padding: 3px 13px 0; }

.halfDark {
/*this class decreases the transparency on a dark element. Ideal for textured backgrounds*/
	background-color: #4c4c4c;
	background-color: rgba(76, 76, 76, 0.5);
	color: rgba(0,0,0,0.5);
	}

.halfDark:hover {
	background-color: #4c4c4c;
	background-color: rgba(76, 76, 76, 0.75);
	}

.halfDark:focus {
	background-color: #4c4c4c;
	background-color: rgba(76, 76, 76, 1.0);
	}

label.dark {
	color: #999;
	color: #f4f4f5;
	
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	}

label.dark:hover {
	color: rgba(0,0,0,0.6);
	color: #f4f4f5;
	}

/*Additional widths*/
.plainDark.wide { width: 300px; } 
.plainDark.small { width: 75px; }
#wrap {
		font-size: 1.2em;
		width: 300px;
		min-height: 300px;
		margin: 50px auto;
		}
.plainWhiteText { color: #404040; font-size: 12px; font-family: Verdana, Helvetica, Arial, sans-serif; background-color: #fff; margin-top: 2px; padding: 3px 13px; width: 300px; height: 90px; border: none; -moz-border-radius: 4px; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); -webkit-border-radius: 4px; -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4); border-radius: 4px; box-shadow: 0px 1px 3px rgba(0,0,0,0.4) }
#seiteninhaltform { color: #c4c4c4; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px; background-image: url(../bilder/inhalt_hintergrund.jpg); height: 400px; width: 1045px; left: 0; top: 215px; position: absolute; visibility: visible; }
