
* {
	font-size: 100.01%;
	/* font-weight: normal; */
}

body {
	color: #717171;
	font: normal 90%/1.4em "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2em;
	margin: 140px 0 2em 0;
	line-height: 1.2em;
}

h2 {
	margin: 2.2em 0 1em 0;
}

h3 {
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0 0 .2em 0;
}

h1, h2, legend, strong, em, a, label:hover, .selected {
	color: #f93;
}

p {
	margin: 0 0 1.4em 0;
}

a:hover {
	color: #717171;
}

a:active {
	outline: 0;
}


fieldset, img {
	border: 0;
	outline: 0;
}


fieldset {
	background: #f0f0f0;
	width: 100%;
	padding: 0;
}

legend {
	display: none;
}

legend.display {
	display: block;
	margin: -1.6em 0 0 0;
}


/* legend, fieldset test blabla */
fieldset.foo {
	margin-top: 3em;
	display: block;
}


textarea, input {
	font: normal 90%/1.4em "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: #717171;
}




textarea {
	/* width: 100%; */
	margin: 0 0 0 5em;
}


button {
	background-color: #fff;
	border: 3px solid #ddd;
	padding: .3em;
	color: #f93;
}

button:hover {
	background-color: #f93;
	border: 3px solid #fff;
	padding: .3em;
	color: #fff;
}





table {
	margin: 0 0 1em 2em;
	border-collapse: collapse;
}

table td {
	padding: .8em;
	border: solid 1px #aaa;
}





ul {
	list-style-type: none;
	margin: 1.6em 5em;
}

ul li {
	list-style-type: none;
	margin: .6em 0;
}


.horizontal {
	overflow: hidden;
}

.horizontal li {
	display: block;
	float: left;
	height: 1%;
	width: 33%;
}



ul.gewinnspiel {
	width: 240px;
}

ul.gewinnspiel li {
	overflow: hidden;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}





.ui-slider { 
	width: 200px;
	height: 12px;
	position: relative;
	background-color: #ddd;
	margin: 0 0 2em 0;
	display: none;
}
.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 12px;
	width: 12px;
	top: 0px;
	left: 0px;
	background-color: #f93;
	cursor: pointer;

}

.ui-slider-range {
	position: absolute;
	background: #50A029;
	width: 100%;
	height: 100%;
}

#slider {
	margin: 1em 5em;
}


#survey-wrap {
	margin: 0 16% 2em 16%;
	min-width: 530px;
	max-width: 1200px;
}


#validation-notice {
	display: none;
	
	background-color: #f31;
	height: 0em;
	line-height: 2em;
	color: #fff;
}

#validation-notice p {
	text-align: center;
	width: 100%;
}

#dankeschoen {
	margin: 3em 0 1em 0;
	border-top: 1px solid #ddd;
}

/* Logos */

ul#logo {
	position: absolute;
	top: 0;
	right: 0;
}

ul#logo li a {
	display: block;
	text-indent: -6666px;
}


ul#logo li {
	float: left;
}


a.rd {
	background: #fff url(../img/royal-design-logo.gif) no-repeat;
	width: 172px;
	height: 51px;
}

a.fh {
	background: #fff url(../img/fh-koeln-logo.gif) no-repeat;
	width: 231px;
	height: 41px;
	margin-left: 25px;
}
