*
{
	padding:0;
	margin:0;
	outline: 0;
}

table tr td
{
/* 	border: 1px dotted red; 
*/	height:30px;
}

textarea
{
	font-size:14px;
	padding:5px;
	margin-bottom:20px;
	border:1px solid #ababab;
	width:527px;
	min-height:150px;
}

.standart_input, .ein_drittel_input, .zwei_drittel_input
{
	height:25px;
	font-size:14px;
	color: rgb(153,153,153);
	margin-bottom:5px;
	padding-left:5px;
	border:1px solid #ababab;
}

.standart_select_box
{
	overflow: hidden;
	height:25px;
	color: #888;
	font-size:14px;
	margin-bottom: 5px;
	padding-left:2px;
	border:1px solid #ababab;
}

.standart_select_box.selected {
	color: #000;
}

.standart_input, .standart_select_box
{
	width: 457px;
}

.ein_drittel_input
{
	width: 130px;
}

.zwei_drittel_input
{
	width: 323px;
}

.linke_spalte
{
	padding-left: 10px;
	width:110px;
}

.margin_bottom_5px
{
	margin-bottom:5px;
}

.padding_bottom_15px
{
	margin-bottom:15px;
}

.ui-datepicker
{
/*	width: 465px; */
	margin-left: 138px;
	margin-top:-20px
}

.red_text
{
	color:red;
}

.error_box,
.warning_box
{
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); */ /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); */ /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	/* background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width:497px;
	border:1px solid red;
	color:#600;
	padding:6px 5px 5px;
	text-align:center;
	margin: 5px 0;
}

.warning_box {
	background: #ffd400;
	border-color: #ffaf4b;
}

.error_box span, .error_box h4
{
	color:#600;
}

.success_box
{
	background: rgb(234,239,181);
	background: -moz-linear-gradient(top, rgba(234,239,181,1) 0%, rgba(225,233,160,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,239,181,1)), color-stop(100%,rgba(225,233,160,1)));
	background: -webkit-linear-gradient(top, rgba(234,239,181,1) 0%,rgba(225,233,160,1) 100%);
	background: -o-linear-gradient(top, rgba(234,239,181,1) 0%,rgba(225,233,160,1) 100%);
	background: -ms-linear-gradient(top, rgba(234,239,181,1) 0%,rgba(225,233,160,1) 100%);
	background: linear-gradient(top, rgba(234,239,181,1) 0%,rgba(225,233,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaefb5', endColorstr='#e1e9a0',GradientType=0 );
	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	max-width:497px;
	border:1px solid #ac3;
	color:#036;
	padding:6px 5px 5px;
	text-align:center;
}

.full_length
{
	max-width:100%;
}

#container
{
	
}

#min_form, #second_form, #min_tagungsbeitrag, #begleitung_tagungsbeitrag
{
/*	border:1px dashed red; 
*/	margin-right:25px;
	min-height:100px;
	padding-top:15px;
	float:left;
}

#restliches_formular
{
/*	border:1px solid green;
*/	padding-top:20px;
	clear:both;
}

#js_error_box_2
{
	margin-bottom:15px;
}


#second_form {
    margin-right: 0;
}

#begleitung_tagungsbeitrag {
    margin-right: 0;
}