/* Start of CMSMS style sheet 'form' */
.kontakt-en .divinputfile,
.kontakt-de .divinputfile{
	background:url(/images/bg-input-file-2.gif) no-repeat 100% 1px;
	height:28px;
	width:197px;
	margin:0px;
}
.kontakt-en .divinputfile{
	background:url(/images/bg-input-file-2_en.gif) no-repeat 100% 1px;
}
.divinputfile input{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}
.fakeinputfile{
	margin-top:-28px;
}
.divinputfile .fakeinputfile input{
	width:109px;
	height:19px;
	background:url(/images/bg-input-file-1.gif) no-repeat;
	padding:0 0 0 10px;
	margin:0;
	border:0;
	color:#aaa;
	font-size:10px;
	line-height:12px;
	outline:none;
	opacity: 1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	margin-top /*\**/: 4px\9;
}
* + html .divinputfile .fakeinputfile input{
	margin-top:4px;
}

.outtaHere {
	position:absolute;
	left:-3000px;
}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:16px !important;
	height:16px;
	overflow: hidden;
	margin:0 8px 0 0;
	background: url(/images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position:0 -16px;}
/* selects */
.selectArea {
	position: relative;
	height:19px;
	float:left;
	color:#aaa;
	font-size:10px;
	line-height:19px;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:19px;
	background: url(/images/bg-select-left.png) no-repeat;
	display:block;
}
.contact-form .selectArea .left{
	background: url(/images/bg-select-left-2.png) no-repeat;
	width:3px;
}
.selectArea a.selectButton {
	position: absolute;
	top:0;
	right:0;
	width:26px;
	height:19px;
	background: url(/images/bg-select-arrow.png) no-repeat;
	cursor:pointer;
}
.contact-form .selectArea a.selectButton{
	background: url(/images/bg-select-arrow-2.png) no-repeat;
}
.selectArea .center{
	height:19px;
	line-height:19px;
	display:block;
	margin:0 26px 0 10px;
	padding-left:2px;
	background: url(/images/bg-select.png) repeat-x;
}
.contact-form .selectArea .center{
	background: url(/images/bg-select-2.png) repeat-x;
	margin: 0 26px 0 3px;
}
.selectArea .center img {
	float:left;
	margin:8px 4px 0 0;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	background-color:#E5E5E5;
	border:1px solid #C9C9C9;
	display:block;
	z-index:30;
	font-size:10px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
	margin:4px 2px 0 0;
}
.optionsDivVisible a:hover {
	background-color:#2F384E;
	color: #FFF;
	text-decoration:underline;
}
/* End of 'form' */

