html {
	overflow: hidden;
}

body {
   font-family: "Helvetica Neue",Arial,sans-serif;
 	background: none;
	padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 449px) {

	#cadenas-form {
		max-width: 320px;
	}
	.txt {
                width: 320px;
        }
	.cadenas-layer{
                width:320px;
        }
}

@media only screen and (min-width: 450px) and (max-width: 3000px) {

        #cadenas-form {
                width: 467px;
        }
	.txt {
                width: 468px;
        }
	.cadenas-layer{
		width:427px;
	}
}

h1 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
}

p {
	margin: 10px 0;
}

input.txt {
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 8px;
	background: url("/de-de/stylesheets/img/bg-input-full.png");
	border: none;
}

input.missing,#content form textarea.missing {
	background: url(/de-de/stylesheets/img/bg-input-full-missing.png);
	color: #fff;
}

input.submit {
	float: none !important;
	font-weight: normal !important;
	padding: 0 !important;
	font-size: 11px !important;
}

input.submit:hover {
	background: url("/rittal/stylesheets/img/bg-input-submit-hover.png")
		no-repeat left top;
}

select.full {
	width: 460px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 8px;
}

.selectaTrigger {
	background-color: white;
	font-weight: normal;
}

div.hint {
	margin-bottom: 5px;
}

div.hint a {
	font-size:10px;
	text-decoration: underline;
}

.cadenas-layer {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 280px;
	background-color: white;
	padding: 10px;
	border: 1px solid #ccc;
	display: none;
	z-index: 20000;
}
