/* ================================================================================================ */
/* == CSS: add_forms.css - Standard-Stylesheet (Screen)											 == */
/* ================================================================================================ */
#body form br{
	clear: both;
}
/**/
#body form label{
	float: left;
	margin: 0 0 1px 1px;
	font-weight: bolder;
	font-size: 0.92em;
}
/**/
#body form input,
#body form select,
#body form textarea{
	background: transparent;
}
#body form input,
#body form textarea{
	float: left;
	width: 326px;
	height: 15px;
	padding: 1px 5px;
	color: #969d9d;
}
#body form .single_input,
#body form .textarea{
	float: left;
	width: 337px;
	height: 16px;
	margin: 0 0 2em 0;
	padding: 4px;
	background: url(../images/bg_input.png) no-repeat left top;
}
/**/
#body form textarea{
	height: 136px;
	width: 333px;
	padding-right: 2px;
}
#body form .textarea{
	height: 144px;
	background-image: url(../images/bg_textarea.png);
}
/**/
#body form .element{
	float: left;
	margin: 0;
	overflow: hidden;
}
/**/
#body form .element.medium{
	width: 126px;
	margin-right: 20px;
}
#body form .element.medium .single_input{
	width: 118px;
	background-image: url(../images/bg_input_medium.png);
}
#body form .element.medium .single_input input{
	width: 108px;
}
/**/
#body form .element.large{
	width: 199px;
}
#body form .element.large .single_input{
	width: 191px;
	background-image: url(../images/bg_input_large_kontakt.png);
}
#body form .element.large .single_input input{
	width: 181px;
}
/**/
#body .element select,
#body .element .select-box{
	float: left;
	width: 345px;
	height: 24px;
	color: #969D9D;
}
#body .element .select-box{
	background: url(../images/bg_select_large.png) no-repeat 0 0;
}
#body .element .select-box a{
	width: 345px;
	padding: 4px 0 0 5px;
	height: 20px;
	display: block;
	color: #969D9D;
	text-decoration: none;
}
#body .element .select-box ul{
	margin-left: 0;
}
/**/
#body .element.medium select,
#body .element.medium .select-box{
	width: 126px;
}
#body .element.medium .select-box{
	background-image: url(../images/bg_select_kontakt.png);
}
#body .element.medium .select-box a{
	width: 121px;
}
/**/
#body form .submit{
	width: 126px;
	height: 30px;
	background: url(../images/bg_submit_kontakt.png) no-repeat left top;
	color: #FFFEFD;
	font-size: 0.92em;
	text-transform: uppercase;
}
/* Input Group */
#body .content form .input_group{
	float: left;
	width: 337px;
	height: 16px;
	height: 34px;
	margin: 0 0 2em 0;
	padding: 4px;
	overflow: hidden;
	background: url(../images/bg_input_group_large.png) no-repeat 0 18px;
}
#body .content form .input_group .medium{
	width: 64px;
	width: 146px;
	margin: 0;
}
#body .content form .input_group .tiny{
	width: 33px;
	margin: 0 6px;
}
#body .content form .input_group .tiny label{
	padding-left: 2px;
}
#body .content form .input_group .medium input{
	width: 130px;
	margin: 3px 0 4px 3px;
	font-weight: bolder;
	font-size: 0.92em;
	cursor: pointer;
}
#body .content form .input_group .tiny select,
#body .content form .input_group .tiny .select-box{
	color: #E9EBEB;
	font-weight: bolder;
	font-size: 1.17em;
	margin: 2px 0 0 0;
	background: none;
}
#body .content form .input_group .tiny .select-box a{
	margin-left: 5px;
	width: 20px;
	padding: 2px 0 0 0 ;
	color: #E9EBEB;
	text-align: center;
	background: none;
}
#body .content form .input_group .tiny .select-box-options li span{
	color: #5D626E;
	font-size: 12px;
	padding-left: 1px;
}
/* ================================================================================================ */
/* == Confirmations																					 == */
/* ================================================================================================ */
.booker #body div.confirmation_msg{
	margin: 0.30em 0 1em 0;
	width: 524px;
	float: left;
}
.booker #body div.confirmation_msg .content{
	width: 524px;
	min-height: 36px;
	padding: 7px 20px;
	background: #bdd4af url(../images/box_confirm.png) repeat-x;
}
.booker #body div.confirmation_msg .header{
	width: 564px;
	height: 13px;
	background: url(../images/box_confirm_header.png) no-repeat;

}
.booker #body div.confirmation_msg .footer{
	width: 564px;
	height: 13px;
	background: url(../images/box_confirm_footer.png) no-repeat;
}
/* ================================================================================================ */
/* == ERRORS																					 == */
/* ================================================================================================ */
.booker #body div.error_msg{
	margin: 0.30em 0 1em 0;
	width: 524px;
	float: left;
}
.booker #body div.error_msg .content{
	width: 524px;
	min-height: 36px;
	padding: 7px 20px;
	background: #e3b9b9 url(../images/box_error.png) repeat-x;
}
.booker #body div.error_msg .header{
	width: 564px;
	height: 13px;
	background: url(../images/box_error_header.png) no-repeat;

}
.booker #body div.error_msg .footer{
	width: 564px;
	height: 13px;
	background: url(../images/box_error_footer.png) no-repeat;
}