/* @override 
	http://localhost/23b.de/html/23b.css
*/

html, body, textarea {
	font-family: Helvetica, Arial, sans-serif;
}

body{
	margin: 0px;
	padding: 0px;
	background: url(img/tapete1.gif) fixed;
}

img{
	border: none;
}

#site {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:2;
}

.main {
	width: 400px;
	padding-bottom: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFD900;
	color: #294354;
	margin: 15px 0px 5px 0;
	padding: 3px 6px;
}

p {
	font-size: 12px;
	line-height: 21px;
	color: #12773C;
	background-color: #FFD900;
}

.main p {
	width: 382px;
	margin: 0 0 1px;
	padding: 8px 8px 8px 10px;
	background-repeat: no-repeat;
	background-position: 440px bottom;
	
	background-image: url(./img/signs/sign_01.gif);
}

#flashversion
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#quickmenu p {
	text-align: right;
	margin-top: 9px;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	background-color: transparent;
}

.main a {
	padding: 1px 4px;
}
a {
	font-weight: normal;
	color: #FFD900;
	background-color: #12773c;
	text-decoration: none;
}
a:hover {
	color: #12773C;
	background-color: #FFD900;
}
.head {
	position: relative;
	left: 0px;
	background-color: #FFD900;
	margin: 0;
	padding: 0 100px 0 0;
}

.yellow {
	background-color: #FFD900;
	display: block;
}

.headbox {
	height: 20px;
	width: 400px;
	position: relative;
	border-bottom: 8px solid #294354;
}
#quickmenu {
	height: 90px;
	top: 28px;
	position: absolute;
	left: 250px;
	z-index: 3;
	width: 150px;
}
.form23 {
	margin: 0px;
	padding: 0;
}
input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #12773C;
	background-color: #FFD900;
	width: 374px;
	margin: 10px 0px 0;
	padding: 8px 8px 4px 10px;
	
    -webkit-appearance: none;
    -webkit-border-radius:0px;
	border: 4px inset #ffd900;
}
.btn {
	color: #FFD900;
	background-color: #12773C;
	border: 4px outset #FFD900;
	padding: 8px;
	cursor: pointer;
}
.btn:hover{
	border: 4px inset #FFD900;
}
textarea {
	line-height: 20px;
	font-size: 12px;
	color: #12773C;
	background-color: #FFD900;
	width: 374px;
	height: 120px;
	border: 4px inset #FFD900;
	padding: 8px 8px 8px 10px;
	margin: 10px 0px 0;
}

p.error {
	width: 374px;
	padding-top: 6px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0px;
	border: 4px dashed #ffd900;
	background-color: #12773c;
	color: #ffd900;
}

.between {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFD900;
	word-spacing: 5px;
	padding: 4px 4px 4px 0;
	background-color: #294354;
	width: 396px;
	margin-top: 10px;
}
.preview{
	display: none;
	width: 400px;
	height: 260px;
	overflow: hidden;
}
.preview p{
	padding: 8px 8px 8px 10px;
}
#preview
{
	position: fixed;
	top: 0px;
	right: 3000px;
	width: 400px;
	height: 260px;
	background-color: #294354;
	z-index: 4;
	border: 10px solid #FFD900;
	overflow: hidden;
}
ul.carousel{
	padding: 0;
	margin: 0;
	list-style: none;
}
.touchinfo{
	display: none;
	margin: 4px 0 0;
}

p::selection{
	background:#12773C;
	color:#FFD900;
}
p::-moz-selection{
	background:#12773C;
	color:#FFD900;
}
p::-webkit-selection {
	background:#12773C;
	color:#FFD900;
}

a::selection{
	color: #12773C;
	background-color: #FFD900;
}
a::-moz-selection{
	color: #12773C;
	background-color: #FFD900;
}
a::-webkit-selection {
	color: #12773C;
	background-color: #FFD900;
}

@media only screen and (max-device-width: 480px) 
{ 
 .head { 
    padding-right: 20px; 
  }
  p{
	font-size: 10px;
	line-height: 16px;
  }
  .between{
	font-size: 10px; 
  }
  input{
	font-size: 16px !important;
  }
  textarea{
	font-size: 16px !important;
  }
  p.error {
	padding-top: 2px;
	height: 20px;
  }
  .touchinfo{
	display: block;	
  }	
}

