/* "global" elements */
* {
/* 	-webkit-user-select: none; */
/* 	user-select: none; */
	-webkit-touch-callout: none;
}

body {
	font-family: Georgia, serif;
	font-size: 14px;
	background: transparent;
}

.black-text {
	color: #000;
}

.white-text {
	color: #fff;
}

.red-text {
	color: #d73a32;
}

.small-text {
	font-size: 0.6em;
}

a {
	color: #d73a32;
}

a:hover {
	color: #bd0b1d;
}

h1 {
	font-size: 1.6em;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	font-family: Georgia, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	line-height: 1.4em;
}

li {
	display: inline;
	display: inline-block;
}

/* Positioning Page-Elements */
header {
	height: 70px;
}

#wrapper {
	width: 940px;
	height: 600px;
	overflow: hidden;
	background: transparent;
}
#privacy-policy {
	background: transparent;
	width: 920px;
}

#cover-panel { /*  		overflow: hidden;  */
	background: white;
	/* width: 625*10 */
	width: 9375px;
	height: 380px;
	position: relative;
}

#cover-source {
	float: left;
	width: 625px;
	height: 380px;
	background: white;
	overflow: hidden;
	position: relative;
}

#form {
	display: inline-block;
	width: 314px;
	height: 380px;
	background: transparent;
	border-left: 1px solid #c4c4c4;
}

#cover-selection {
	background: #000;
}

#cover-selection-description {
	display: inline-block;
	float: left;
	width: 117px;
}
#panel-page {
	width: 625px;
	display: inline-block;
	position: absolute;
}

/* List items */
#cover-panel-list li {
	width: 121px;
	height: 185px;
	background: #edecea;
	margin: 2px 2px 2px 2px;
	overflow: hidden;
	padding: 0px;
	display: block;
	float: left;
}

#cover-selection-position li {
	width: 79px;
	height: 120px;
	background: #333;
	margin: 5px 2px 5px 1px;
}

/* Cover-Items */
.cover {
	display: block;
}
.cover.interpret {
	font-weight: bold;
}
#cover-panel-list .cover-placeholder {
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	margin: 12px 20px 12px 20px;
}
#cover-panel-list li img {
	width: 77px;
	height: 77px;
	position: relative;
	left: -1px;
	top: -1px;
}

#cover-panel-list li span {
	margin: 0px 5px 0px 5px;
}

/* Selection-Items */
.cover-selection-number {
	font-size: 2.3em;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.cover-selection-picture {
	width: 77px;
	height: 77px;
	background: #111;
	left: 1px;
	top: 1px;
	position: relative;
}

.cover-selection-picture img {
	width: 77px;
	height: 77px;
}

#cover-selection-description p {
	text-align: right;
	margin: 8px 8px;
}
.cover.titel {
}

/* Picker */
#cover-panel-picker {
	font-size: 2.5em;
/* 	font-style: italic; */
	font-weight: bold;
	margin-left: 12px;
	top: 2px;
	position: relative;
}
#panel-position {
	
}
#cover-panel-picker .button {
	height: 27px;
}
#fixed-picker-numbers {
	display: inline-block;
	width: 101px;
	text-align: right;
}

/* Form styling */
form {
	position: relative;
	margin: 169px 12px 12px;
	bottom: 12px;
}

#form #privacy-accept {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	margin-top: 0px;
	background: #edeadf;
/* 	border: 1px solid #000; */
	-webkit-appearance: none;
	
}
#form #privacy-accept:checked {
	background-image: url("/img/correct.png");
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#form label {
	display: inline-block;
}

#form input {
	padding: 0px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-family: Georgia, serif;
	font-size: 18px;
	background: #edeadf;
	border: 1px solid #c4c4c4;
	width: 228px;
	height: 36px;
	display: block;
	margin: 0px 0px 6px 0px;
}
#form table {
	margin: 9px 0px 9px 0px;
}

#form input[type="button"] {
	background: #bd0b1d;
	border: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	-webkit-appearance: none;
	width: 230px;
	height: 32px;
}

#form input[type="button"]:hover {
	text-shadow: 0 1px 1px #000;
	background: #d73a32;
}
#form input[type="button"]:active {
	background: #000;
}
#form input[type="button"][disabled] {
	background: #aaa;
	color: #ccc;
}
#form input[type="button"][disabled]:hover {
	text-shadow: none;
	margin: 0px 0px 6px 0px;
}
#email-feedback, #name-feedback {
	position: relative;
	left: 10px;
	vertical-align:bottom;
}
form div {
	position: relative;
	display: inline-block;
}
form div img {
	position: relative;
	line-height: 1em;
	top: -10px;
	height: 20px;
	width: 20px;
}


/* interactive states */
.ok-background {
	background: #edeadf;
}

/* Hacks: Internet Explorer 7 */

* html li, * html #fixed-picker-numbers
{
  	display: inline;
}
*:first-child+html li
{
  	display: inline;
}
*:first-child+html #fixed-picker-numbers {
	display: inline;
}