body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', helvetica, arial;
}

#wrapper {
	font-size: 90%;
	background: #fff;
	max-width: 1080px;
	margin: auto;
}

/** Layout **/
#header {

}

#container {
	margin-right: auto;
	margin-left: auto;
	color: #404040;
	height:647px;
}

#main {

}

#footer {
	background-image: url('/files/footer_bg.jpg');
	background-repeat: repeat-x;
	color: #fff;
	height:420px;
}

#footer .inside {
	padding: 0 30px 0;
}

.keyboard {
	background-image: url('/files/footer_arrow.png');
	background-repeat: no-repeat;
	background-position: center top;
  padding: 32px 0 0;
}

.clear { clear:both; }

/** Formulare **/
.submit, label, a {
	cursor: pointer;
}

.submit {
	display: inline-block;
	margin: 0;
	margin-bottom: 1px;
	padding: 15px 28px;
	border-radius:40px 40px 0 0;
	background-color: #fff;
	border: 1px solid transparent;
	border-top: #fff;
	outline: none;
	box-shadow: rgba(0, 0, 0, .4) 0px 2px 3px 1px;
	background-image: url('/files/arrow_right.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10000px;
}

.submit_reverse {
	margin: 0;
	border-radius: 0 0 40px 40px;
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, .4) 0 2px 2px;
	box-shadow: rgba(0, 0, 0, .4) 0px 2px 7px 1px;
	background-image: url('/files/arrow_left.jpg');
}

textarea {
	border: 0;
	color: #999;
	font-family: 'Open Sans', helvetica, arial;
  outline: 0;
	height: 280px;
	width:100%;
	font-size: 300%;
	display: block;
}

textarea:focus {
	border: 0;
	outline: 0;
}

.select:hover {
	color:#e3001b;
}

.select {
	font-size: 140%;
	font-weight: bold;
}

.select a {
	display:block;
	padding: 15px 2px 18px;
}

.select_inside {
    display:none;
    margin: 0;
		padding:0;
		border-right: 1px solid #797979;
		border-left: 1px solid #797979;
		border-bottom: 1px solid #797979;

}

.select:hover .select_inside {
    top: 60px;
    padding-top: 6px;
    position: absolute;
    display: block;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #aaa;
    z-index: 3;
    margin-top: 0;
		background-color:#fff;
		max-height:570px;
		width:431px;
}

.select .option {
	border-bottom: 1px solid #ddd;
	color:#222;
	font-weight:normal;
	list-style-type:none;

}

.select .option a {
	padding: 9px 0 9px 20px;
}

.select .option a:hover, .select .option.selected a {
	color:#e3001b;
	background-color:#f8f8f8;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

/** Inhalte **/
.form {
	position: relative;
}

.left {
	float: left;
	width: 50%;
}

.left_inside {
	padding: 0 65px 2px 42px;
	border-right: 1px solid #eee;
  position:relative;
    padding: 0 11% 2px 8%;
}

.right {
	float: left;
	width: 50%;
}

.right_inside {
	padding:0px 42px 0 65px;
position:relative;
padding: 0 8% 2px 11%;
}

.select_container {
	margin: 12px 0 0 0;
	width: 100%;
	background-image: url('/files/dropdown.png');
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #797979;
}

.select_container:hover {
	border-bottom: 1px solid #e3001b;
  background-image: url('/files/dropdown_active.png');
}

.textarea_container {
	margin: 20px 0 5px 0;
}

.history {
border-top: 1px solid #eee;
}

.standard .header_link {
position:relative;
}

.standard .history {
border-top: 0;
margin-top:20px;
}

.standard .left {
width:46%;
}

.standard .left_inside {
border:0;
padding-right:0;
}

.standard .right_inside {
padding-right:0;
padding-left:10%;
}

.standard .select:hover .select_inside {
width:92%;
}

.standard .history .right {
width:46%;
}

.standard .history_container {
	max-height: 1500px;
  height: auto;
}

.standard .history_inside {
	padding-right:42px;
}

.standard .history div.item {
    padding: 10px 2px;
}

.scroll {
overflow-y: scroll;
}

.history_inside {
	font-size: 140%;
	color: #777;
	padding-left:42px;
  padding-right:26px;
  padding-left: 4.3%;
}

.history_container {
	max-height: 193px;
}

.history div.label {
padding: 16px 0 8px;
	font-weight: bold;
}

.history .right { padding-left:5%;width:44% }

.history div.item {
	border-bottom: 1px solid #ddd;
	padding: 5px 2px;
	overflow:hidden;
}

.center {
	position: absolute;
	top: 210px;
  width: 10%;
  margin: 0 45%;
	text-align: center;
  z-index: 1;
}

#header .image_container img {
width:100%;
}

.header_link {
font-size:140%;
padding:30px 42px 20px;
position: absolute;
top: 0;
}

.header_link a {
color:#e3001b;
display:inline-block;
text-decoration:none;
border-bottom:1px solid #e3001b;
padding-bottom:0;
}

.header_link a:hover {
color:#777;
border-bottom:1px solid #888;
}

/* Keyboard */
#keyboardInputMaster {
  font:normal 150% 'Open Sans',helvetica,arial,sans-serif;
  width:100%;
  cursor:default;
}

.keyboard thead {
display:none;
}

.keyboard td {
  text-align:left;
  padding:0.2em 0.3em 0.3em 0.3em;
  vertical-align:top;
}

.keyboard td table {
  width:100%;
  border-spacing:5px 2px;
}

.keyboard td table.keyboardInputCenter {
  width:auto;
  margin:0px auto;
}
.keyboard td table td {
  vertical-align:middle;
  text-align:center;
  padding:16px 26px;
  height:1.8em;
  border:1px solid #e5e5e5;
  min-width:0.75em;
  -webkit-transition:background-color .5s ease-in-out;
  -o-transition:background-color .5s ease-in-out;
  transition:background-color .5s ease-in-out;
}

.keyboard .bksp {
    font-size: 190%;
    padding: 2px 0 0px;
    vertical-align: top;
    height: 0.5em;
}

.keyboard td table td.last {
  width:99%;
}
.keyboard td table td.space {
  padding:0px 8em;
}

.keyboard td table td:hover {
  border:1px solid #e3001b;
	outline:1px solid #e3001b;
  background-color:#fcfcfc;
  background:radial-gradient(#fcfcfc 10%,#c9c9c9);
	color:#e3001b;
}

.keyboard td table td:active,
.keyboard td table td.pressed {
  border:1px solid #e3001b;
  background-color:#e3001b;
}

@media screen and (max-width:1080px) {

	.keyboard td table td {
	padding: 1.3% 0;
	    width: 7%;
	}
}

@media screen and (max-width:900px) {
	textarea {
		font-size: 180%;
    height: 180px;
	}
	.select:hover .select_inside {
	    font-size: 90%;
	    width: 91%;
	}

.header_link {
    padding: 17px 27px 20px;
}

#container {
height:auto;
}

.history_container {
height: 195px;
max-height:none;
}

.history {
    font-size: 85%;
}

#header .image_container {
    position: relative;
top: -115px;
    margin-bottom: -115px;
}

.center {
top:170px;
}

#footer {
height:auto;
padding-bottom: 10px;
}

#footer .inside {
padding:0 10px;
}

.keyboard td table {
border-spacing: 0;
border-collapse:collapse;
}

.keyboard td table td {
    padding: 7px 13px;
		border-bottom:1px solid #666;
}

.keyboard td table td.space, .keyboard td table td.AltGr {
    border-bottom:1px solid #fff;
}

.keyboard td table td:hover {
  border:0;
	outline:1px solid #e3001;
	position:relative;
	top:1px;
}

.keyboard td table td.space:hover, .keyboard td table td.AltGr:hover {
  padding-bottom:8px;
}


.keyboard .bksp {
    font-size: 140%;
		}



  .keyboard td {
		padding:0
	}
}

@media screen and (max-width:600px) {
	.select:hover .select_inside {
	    font-size: 75%;
	}
  .header_link {
		font-size:120%;
	}

	#keyboardInputMaster {
		font-size:130%;
	}

.keyboard td table td {
    padding: 3px 9px;
}
}
