
/**** ALPHABETISCH ***/

.border_normal {
	border:1px solid #afafaf;
}

.border_gray {
	border: 1px solid gray;
}

.border_error {
	border: 1px solid red;
}

#contact_form {
	width:500px;
	float:left;
	border:0px solid red;
}

.form_wrapper_in {

	background:#fff;
	padding:0px;
	margin:5px 30px 10px 20px;
	min-height:30px;
	border:0px solid #fff;
}

.form_wrapper_out {

	background:#fff;
	padding:0px;
	margin:0px 0px 0px 0px;
	border:0px solid fff;
}

#form_table {
	width:100%;
	text-align:left;
	padding:5px;
}

#form_table td{
	text-align:left;
}

#form_table th{
	font-size:11px;
	font-weight:normal;
}

input[type=checkbox]{
	width:15px;
	height:15px;
	text-align:left;
}

input[type=submit]{
	width:250px;
	text-align:center;
}

input[type=text]{
	width:248px;
	padding:1px;
	font-size:11px;
	text-align:left;
	color:#656464;
}

select{

	padding:1px;
	font-size:11px;
	color:#656464;
	text-align:left;
	border: 1px solid #dbdbdb;
}

textarea{
	width:250px;
	height:40px;
	font-size:11px;
	text-align:left;
	color:#656464;
}


/* TABELLE TICKETSHOP */

#bestellformular {
	width:500px;
	text-align:left;
}


#bestellformular input{
	color:#6B6C6C;
}

#bestellformular th{
	vertical-align:top;
}

#bestellformular select{
	width:180px;
}

#bestellformular #anzahl{
	width:35px;
}

#bestellformular td hr{
	height:1px;
	background-color:#C8C8C8;
	color:#C8C8C8;
	border:0;
}

.smaller_info {
	width:50px;
	text-align:right;
}

.normal_th {
	width:150px;
}

.normal_input {
	width:220px;
}


.error_input {
	width:220px;
	border:1px solid red;
}

.spacer {
	border-top:1px solid #c2c2c2;
	height:10px;
}

.subtait {
	font-size:0.9em;
}