@font-face {  
	  font-family: 'Molengo', sans-serif;
	  font-family: 'Carme', sans-serif;
	  font-weight: normal;
      font-style: normal;
	}  
	

#kontakttitle {
	position: absolute;
	width: 372px;
	height: 400px;
	top:20px;
	left:12px;
	font-size:20px;
	color:#D67900;
	text-align: left;
	margin-bottom:25px;
	
}
#kontaktform h1{
	font-family: 'Carme';
	color:#D67900;
	font-size:18px;
	margin-bottom:10px;
	margin-left:12px;
	text-align:left;
	width:310px;
	}	
#kontaktform{
	padding-top:65px;
	
	width:384px;
	height:600px;
	}
	
.formRow{
	height:30px;
	
	padding:5px;
	position:relative;
}
.formRowTextfield{
	height:195px;
	padding:5px;
	position:relative;
}

.label{
	float:left;
	padding:0 10px 0 0;
	text-align:right;
	width:110px;
}
.labelfile{
	float:left;
	padding:0 10px 0 0;
	text-align:right;
	width:60px;
}
.labelLong{
	/*float:left;*/
	padding:0 10px 0 0;
	text-align:left;
	width:370px;
}

label{
	font-family: 'Carme';
	/*color:#BBB;*/
	color:#BBB;
	font-size:12px;
	line-height:24px;
}

.field{
	float:left;
	
	
}
.fieldLong{
	/*float:left;*/
	
	
}
.field label.error {
    color: #f00;
    display: inline-block;
    margin: 0px 0 0px 10px;
    padding: 0;
    text-align: left;
   
}
.field input{
	/* The text boxes */
	background-color: #222;
	border:1px solid black;
	color:#DDD;
	font-family: 'Carme';
	font-size:14px;
	padding:2px 5px;
	width:230px;
	-moz-box-shadow: 2px 2px 2px #111 inset;
	-webkit-box-shadow: 2px 2px 2px #111 inset;
	box-shadow: 2px 2px 2px #111 inset;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
}
.fieldLong input{
	/* The text boxes */
	background-color: #222;
	border:1px solid black;
	color:#DDD;
	font-family: 'Carme';
	font-size:14px;
	padding:2px 5px;
	width:230px;
	-moz-box-shadow: 2px 2px 2px #111 inset;
	-webkit-box-shadow: 2px 2px 2px #111 inset;
	box-shadow: 2px 2px 2px #111 inset;
	outline:none; /* Preventing the default Safari and Chrome text box highlight */
}

#textfield {
	width:230px;
	height:180px;
	border:1px solid #111;
	font-family: 'Carme';
	font-size:16px;
	padding:2px 5px;
	outline:none;
	background-color: #222;
	color:#DDD;
	
	-moz-box-shadow: 2px 2px 2px #111 inset;
	-webkit-box-shadow: 2px 2px 2px #111 inset;
	box-shadow: 2px 2px 2px #111 inset;
}
.signupButton{
	/* The submit button container */
	text-align:center;
	padding:10px 0 10px;
	width:384px;
	padding-top:10px;
}

#submitbut{
	/* The submit button */
	
	 color: transparent;
	cursor:pointer;
	height:30px;
	text-indent:-9999px;
	 border: none;
	line-height: 0px;
	 overflow: hidden;
	width:220px;
	
/*	background: url("../images/submitDE.png") no-repeat center center ;	
	/*box-shadow: #000 0px 0px 2px inset;*/
	
	text-decoration: none;
	
}
#submitbutDE{
	 color: transparent;
	cursor:pointer;
	height:30px;
	text-indent:-9999px;
	 border: none;
	line-height: 0px;
	 overflow: hidden;
	width:220px;
	
	background: url("../images/submitDE.png") no-repeat center center ;	
	/*box-shadow: #000 0px 0px 2px inset;*/
	
	text-decoration: none;
}
#submitbutEN{
background: url("../images/submitEN.png") no-repeat center center ;	
	 color: transparent;
	cursor:pointer;
	height:30px;
	text-indent:-9999px;
	 border: none;
	line-height: 0px;
	 overflow: hidden;
	width:220px;
	
	
	/*box-shadow: #000 0px 0px 2px inset;*/
	
	text-decoration: none;
}
#submitbutFR{
background: url("../images/submitFR.png") no-repeat center center ;	
	 color: transparent;
	cursor:pointer;
	height:30px;
	text-indent:-9999px;
	 border: none;
	line-height: 0px;
	 overflow: hidden;
	width:220px;
	
	
	/*box-shadow: #000 0px 0px 2px inset;*/
	
	text-decoration: none;
}
#submitbutSP{
background: url("../images/submitSP.png") no-repeat center center ;	
	 color: transparent;
	cursor:pointer;
	height:30px;
	text-indent:-9999px;
	 border: none;
	line-height: 0px;
	 overflow: hidden;
	width:220px;
	
	
	/*box-shadow: #000 0px 0px 2px inset;*/
	
	text-decoration: none;
}
#fototext {
	
	width: 372px;
	
	padding:0px 12px;
	color:#fff;
	text-align: left;
	
}
#fototext h1{
	
	font-size:18px;
	color:#D67900;
	text-align: left;
	margin-bottom:15px;
	
}
#fototext li{
	
	font-size:13px;
	color:#fff;
	text-align: left;
	margin-bottom:10px;
	padding:0px 12px;
}


.fotowarn{
	font-size:16px;
	color:#D67900;
	text-align: left;
	margin-bottom:15px;
}
.quest{
	font-size:18px;
	color:#fff;
	text-align: center;
	width:364px;
	margin-bottom:15px;
	margin-top:60px;
	margin-left:10px;
	
}
.error{
	font-size:12px;
	color:#f00;
	/*text-align: center;
	width:364px;
	margin-bottom:15px;
	margin-top:60px;
	margin-left:10px;*/
	
}
.file_input_div
{
  position: relative; 
  width: 220px; 
  height: 30px; 
  overflow: hidden;
  margin-top:2px;
  margin-left:70px;
  cursor:pointer;
}
 
.file_input_hidden
{
   font-size: 45px; 
    position: absolute; 
    right: 0px; 
    top: 0px; 
    opacity: 0; 
    
    filter: alpha(opacity=0); 
    -ms-filter: "alpha(opacity=0)"; 
    -khtml-opacity: 0; 
    -moz-opacity: 0;
    cursor:pointer;
}

