/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) CSS-component for creating vertical forms
 * (de) CSS-Baustein zur Erstellung von Formularen mit untereinander angeordneten Elementen
 *
 * @note            Many thanks to Ansgar Hein (http://www.anatom5.de) for contribution
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */
@media all { /**
	 *  YAML Forms - visual styling
	 *
	 *  (en) visual form styling area
	 *  (de) Festlegung des optischen Erscheinungsbildes
	 */

	body.registration {
		background:#F6F0E0 !important;
	}

	body.registration #kontaktformular ol li.description {
		margin:0 0 1px 0;
	}

	body.registration #kontaktformular ol li.special-spacing {
		margin:0 0 1px 20px !important;
	}

	#kontaktformular {
		background: #F6F0E0 none repeat scroll 0 0;
		border: 1px dashed #C4BFB2;
		margin-bottom: 0;
	}
	#kontaktformular ol li {
		clear: both;
		list-style-type: none;
		clear: both;
		float: none;
	}
	#kontaktformular .submit input {
		cursor: pointer;
		left: 190px;
		position: relative;
		top: 12px;
		width: 194px;
	}

	#registration #kontaktformular .special-position input {
		left:0;
	}

	#iframe-contact {
		border: medium none;
		height: 500px;
		margin-bottom: 0;
		overflow: hidden;
		width: 525px;
	}
	#kontaktformular .radiobuttons .element label {
		float: left;
		width: auto;
		text-align: left;
		margin-left: 5px;
		padding-left: 0;
	}
	#kontaktformular .radiobuttons .element br {
		float: left;
		display: none;
	}
	li.radiobuttons div.element * {
		float: left;
		display: inline;
	}
	#kontaktformular ol li.description {
		font-size: 11px;
		margin: 0 0 1px 190px;
		width: 195px;
	}
	#kontaktformular ol li.medium label {
		position: relative;
		top: -28px;
	}
	#kontaktformular ol li.publications label {
		position: relative;
		top: -43px;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	}
	form {
		padding-bottom: 30px
	}
	form label,form input,form textarea,form select {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.9em;
		color: #625f57;
		margin: 0 5px 7px 0;
		float: left;
		width: 190px;
		padding: 1px;
		display: block;
	}
	form input {
		height: 14px;
	}
	form .radiobuttons input {
		height: auto;
	}
	form .submit input {
		height: auto;
	}
	#success_text {
		display: block;
		margin: 0 0 20px;
		background: #EEEEEE none repeat scroll 0 0;
		border: 2px solid #AAAAAA;
		color: #555555;
		display: block;
		padding: 15px;
	}
	.danketable td,.danketable th {
		color: #625f57;
		padding: 1px
	}
	form input.submit,form input.submit2,form input.submithover,form input.submit2hover
		{
		cursor: pointer;
		border: 1px solid #c4bfb2;
		float: left;
		color: #8F8C85;
		background: #999 url(../images/submit_bg.jpg) top repeat-x;
		width: 93px;
		text-align: center;
		overflow: hidden;
		padding: 1px;
	}
	form input.submit2,form input.submit2hover,form input.submit2:hover {
		display: inline;
		margin-left: 8px
	}
	form input.submit:hover,form input.submit2:hover,form input.submithover,form input.submit2hover
		{
		background: #999 url(../images/submit_bg_o.jpg) top repeat-x;
		color: #fff
	}
	form input,form textarea {
		border: 1px solid #c4bfb2;
		background: #FEFDF8;
		overflow: auto;
		margin-right: 0
	}
	form textarea {
		height: 85px
	}
	form input:focus,form textarea:focus,form input.focus,form textarea.focus
		{

	}

	form label,.danketable .table_width {
		padding:0 15px 0 20px;
		text-align:right;
		width:169px;
	}

	form legend {
		font-weight: bold;
		font-size: 12px;
		padding-bottom: 15px;
		clear: both;
		float: none;
		display: block
	}
	form fieldset {
		border: none;
		clear: both;
		float: none
	}
	form fieldset.submitbox {
		padding: 5px 0 0 190px;
		clear: both
	}
	form fieldset.submitbox_weiter {
		padding: 5px 0 0 282px;
		clear: both
	}
	form fieldset#adresse {
		margin: 0;
		padding: 0
	}
	form input.radio {
		width: 20px;
		margin-top: 2px;
		border: none;
		background: transparent
	}
	form input.checkbox {
		width: 20px;
		margin-top: 1px
	}
	form label.checkbox {

	}
	label#label-telefon {
		width: 60px;
		padding-left: 5px
	}
	/*input#Telefon{width:85px}*/
	form label.required,form label.requi {
		background:
			url(https://www.concorsodeleganzavilladeste.com/images/required.png)
			right 0 no-repeat
	}

	.error,
	span.error {
		color:#BC2936 !important;
		font-weight:bold !important;
	}

	#meldung,#fehler,#fehlermeldung {
		display: block;
		background: #eee;
		color: #555;
		border: 2px solid #aaa;
		padding: 15px;
		margin: 0 10px 30px 0;
	}
	#meldung ul,#fehler ul {
		list-style: square;
		padding: 5px 0 0 20px;
		margin-bottom: 0
	}
	#meldung ul li,#fehler ul li {
		background: none;
		padding: 0
	}
	#meldung .error,#meldung span.error,#fehler .error,#fehler span.error {
		font-size: 14px !important;
		padding-bottom: 10px
	}
	#fehler,#fehlermeldung {
		display: none
	}
	#fehlermeldung {
		margin: 0 0 20px 0
	}
	form input[type=hidden] {
		display: none;
		border: 0;
		padding: 0;
		font-size: 0.01em;
		line-height: 0.01em
	}
	form label#label-anrede-herr,form label#label-anrede-frau,form label.radio-small
		{
		width: auto;
		text-align: left;
		margin-left: 5px;
		padding-left: 0
	}
	.danketable {
		width: 450px
	}
	.danketable td {
		font-size: 0.9em
	}
	.danketable .table_width {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.danketable .table_width,.danketable th {
		font-weight: bold
	}
	.danketable th {
		text-align: left;
		padding: 20px 0 10px 0;
		font-size: 0.9em
	}
	form.zoom_searchform {
		padding-top: 20px;
		padding-bottom: 10px
	}
	form.zoom_searchform .zoom_searchbox {
		padding-top: 2px;
		padding-bottom: 2px;
		margin-right: 5px
	}
	form.zoom_searchform label {
		color: #918E83;
		width: auto;
		text-align: left;
		padding-left: 0;
		padding-right: 10px;
		_padding-top: 4px;
	}
	form.zoom_searchform select {
		width: auto
	}
	form.zoom_searchform label.label-select {
		padding-top: 4px
	}
	iframe body {
		height: 10px;
	}
	form ol li {
		clear: both;
		float: none;
		list-style-type: none;
	}
	#registration #dijit_form_Form_0 .btn {
		left:208px;
		position:relative;
	}

	.tundra .dijitTextBox, .tundra .dijitTextArea {
		padding:3px 3px 1px;
	}

	.tundra .dijitComboBox, .tundra .dijitSpinner {
		padding:0 0 0 3px;
		width:15.2em !important;
	}

	.tundra .dijitValidationIcon {
		height:16px;
	}

	.radiobuttons .element label {
		width:auto;
		padding:0 15px 0 0;
	}

	.radiobuttons .element label input {
		margin-right:5px;
	}

	.submit {
		left:209px;
		position:relative;
	}

	.no-label {
		position:relative;
		width:400px;
	}

	.description {
		left:191px;
		position:relative;
	}

	.horizontal-beneath .element {
		float:left;
		width:290px;
	}

	.horizontal-beneath .element * {
		text-align:left;
	}

	/*Subforms*/

	.dijitLayoutContainer  {
		left:35px;
		top:-7px;
	}

	ol li ol li label {
		float:left;
		width:135px;
	}

	ol li ol li .element {
		float:left;
	}

	.checkbox .element {
		float:left;
	}

	.checkbox label {
		display:inline-block;
		float:left;
		padding-left:4px;
		width:245px;
	}

	.checkbox {
		display:block;
		left:0;
		padding-left:210px;
		position:relative;
		width:290px;
	}

	.tundra .horizontal-beneath .dijitRadio {
		display:block;
		margin-bottom:20px;
	}

	.inhalt *,
	.tundra .dijitPopup * {
		font-family:Georgia,"Times New Roman",Times,serif !important;
	}

	.inhalt h2 {
		color:#BC2936;
		font-size:2.2em;
		font-weight:normal;
		margin-bottom:18px;
		margin-top:0;
	}

	.inhalt p {
		color:#625F57;
		font-size:1em;
		line-height:1.7em;
		margin-bottom:20px;
	}

	.tundra .dijitInputField input, .tundra .dijitTextBox, .tundra .dijitComboBox, .tundra .dijitSpinner {
		color:#777777;
		font-size:11px;
	}

	li.description {
		color:#625F57;
		font-size:11px;
	}

	.tundra .dijitRadio, .tundra .dijitRadioIcon {
		margin-top:1px !important;
		margin-right:3px !important;
	}

	li.margin-bottom label {
		margin-bottom:0;
	}

	.tundra li.margin-bottom .dijitRadio {
		margin-bottom:25px;
	}

	.checkbox * {
		text-align:left;
	}

	.tundra .dijitSelect .dijitButtonContents {
		width:158px;
	}

	.dijitTextBox, .dijitComboBox, .dijitSpinner, .dijitTimeTextBox {
		width:15em !important;
	}

	.tundra .dijitButtonNode {
		padding:1px 0.2em !important;
	}

	#registrationstep2-arrival_type,
	#registrationstep2-departure_type {
		height:auto;
		margin-bottom:0;
		padding-bottom:0;
	}

	.dijitLayoutContainer {
		top:-17px;
	}

	.less-margin .dijitRadio  {
		margin-bottom:0 !important;
	}

	.defined-height {
		height:75px;
		overflow:hidden;
	}

	.defined-height-participation {
		height:65px;
		overflow:hidden;
	}

	.travel-info-booking-flight {
		width:570px;
	}

	#registrationstep2-arrival_type li {
		height:24px;
	}

	.radiobuttons .element label {
		margin-bottom:5px;
		outline:none;
	}

	.tundra .dijitTextArea {
		width:290px !important;
	}

	.inhalt li.info-required-fields {
		margin-bottom:15px;
		color:#625F57;
	}

	#required-star {
		color:#c71515;
	}

	#registrationstep2-arrival_type table {
		position:relative;
		z-index:10000 !important;
	}

	#registrationstep2-arrival_type table * {
		z-index:10000 !important;
	}

	.dijitLayoutContainer {
		display:block;
		margin-bottom:-20px;
		overflow:hidden;
		position:relative;
	}


}