/* GENERIC FORM STYLING */
.typography form {
}
.typography form fieldset {
	border:0;
    padding:0 20px;  
}
.typography .message {
	color:red;
	padding:5px;
	margin:0px;
}
.typography span.message {
    width:390px;
    float:right;
}
.typography form div {
	margin-top:15px;
	width:100%;
}
.typography form label {
	font-size:1.0em;
	float:left;
    margin-top:20px;
}
.typography form label.left {
	float:left;
	width:100%;
    border-bottom: 1px dotted #d4dde5;
	text-align:left;
	padding:2px 6px;
	font-weight:bold;
}
.typography form label.FormHeading {
	font-size:1.3em;
	color:#ff7200;
	font-weight:bold;
}
.typography form .middleColumn {
    display: block;
    width:400px;
    margin:-23px 0 0 0;
    float:right;
}
.typography form input.text,
.typography form textarea,
.typography form select {
    width:100%;
	padding: 3px 6px;
	border: 1px solid #d4dde5;
    border-left: 3px solid #d4dde5;
	color: #000;
	font-size: 1.1em;
}
.typography form textarea {
    height: 140px;
}
.typography form input:focus span, 
.typography form textarea:focus span {
	border: 3px solid #000;
}
.typography form input.action {
	padding: 2px 16px;
	font-size: 1em;
	border: 1px solid #d4dde5;
	background-color:#003366;
	color: #fff;
	font-weight: bold;
	float:right;
	margin: 0 0 0 0;
}
.typography form input.action:hover,
.typography form input.action:focus {
	cursor: pointer;
}


.typography form p.Actions {
	text-align:right;
	padding:0 22px 15px 0;
	border: 1px solid red;
}
	.typography form p.Actions input {
		padding:2px;
	}
	


/****** NEWSLETTER HEADER ******/
.header-block .input{
	float:right;
	width:222px;
	height:19px;
	background: url(../images/bg-input.gif) no-repeat;
	padding:3px 0 0 10px;
}
.header-block .input input{vertical-align:middle;}
.header-block .input .txt-input{
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	width:193px;
	margin:0 10px 0 0;
	border:0;
	padding:0;
}
.header-block label{
	font-weight:bold;
	color:#fff;
	font-size:14px;
	display:block;
	line-height:22px;
}



/****** SIDEBAR ******/
#sidebar form input.text,
#sidebar form textarea,
#sidebar form select {
    padding: 1px;
	background-color: #0e4175;
	border: 1px solid #5b82ad;
	color: #fff;
  font-size: 1em;
/*  font-weight: bold;*/
/*  width: 300px;*/
}



/****** FORMULARE ******/
.form-box{
	background: url(../images/bg-form-bt.gif) no-repeat 0 100%;
	padding:13px 0 5px;
	height:1%;
	overflow:hidden;
	margin:0 0 20px;
}
.form-box .inner{
	background:#036;
	float:left;
	width:240px;
}
.form-top{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-form-top.gif) no-repeat;
	margin:-13px 0 0;
	position:relative;
	padding:14px 18px;
	color:#fff;
}
.form-box h3{
	font-size:18px;
	margin:0;
	width:110px;
}
.form-box fieldset ul{
	list-style:none;
	margin:16px 0 0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.form-box fieldset li{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #1c4b7a;
	vertical-align:top;
	margin:0 0 -1px;
	padding:0 0 12px;
}
.form-box fieldset li label{
	display:block;	
	margin:8px 0 6px;
}
.form-box fieldset li select{
	width:100%;
	font:11px Arial, Helvetica, sans-serif;
}
.form-box select.day{width:47px;}
.form-box select.month{
	width:77px;
	margin:0 8px;
}
.form-box select.year{width:57px;}
.form-box .btn-finden{
	float:right;
	margin:9px 0 0;
}

.form-box input.datepicker {
	width:47px;
	margin:0 8px;
}

#RecaptchaField {
	float:left;
}
