@charset "utf-8";
/* CSS Document */

#contact { float: left; width: 720px; font-size: 12px; margin-top: 10px; }
#contact1 span { width: 140px; height: 103px; float: left; margin: 10px; padding: 10px; border: 1px solid #ccc; background-color: #fff; }
#contact p { margin-bottom: 20px; }
#contact h1 { font-size: 16px; }
#formular {
	background-color: #fff;
	padding: 25px;
	float: right;
	width: 430px;
	display: table;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/bg_formular.gif);
}
#formular strong { color: #c00; font-size: 22px; font-weight: 400; }
.row01 {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	height: 40px;
	text-align: left;
}
.row01b {
	float: left;
	margin-bottom: 8px;
	text-align: left;
}
.row02 {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	height: 40px;
	clear: both;
	height: 110px;
}
.row03 {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	text-align: left;
}
.cell01 {
	float: left;
	width: 140px;
	height: 30px;
	text-align: left;
	font-size: 1.5em;
	font-weight: 400;
	color:#09f;
}
.cell02 {
	width: 240px;
	float: right;
	height: 30px;
}
.cell02bis {
    width: 240px;
    float: right;
    height: 20px;
    font-size: 1.5em;
    font-weight: 400;
    color:#000;
}
.cell03 {
	width: 80px;
	float: left;
}
.cell04 {
	width: 240px;
	float: right;
}
.box {
	width: 230px;
	height: 24px;
	border: 1px solid #ccc;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #F6F6F6;
	color: #999;
	float: left;
}
.box02 {
	font-size: 16px;
	border: 1px solid #ccc;
	width: 230px;
	background-color: #F6F6F6;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 8px;
	float: left;
	height: 110px;
}
.button22 {
	float: left;
	margin-right: 10px;
	border: 1px solid #efefef;
	background-color: #efefef;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/bg_button.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 110px;
}
.error {
	font-weight: bold;
	color:#FF3300;
	margin-bottom: 18px;
	/*padding-left: 18px;
	background: url(../images/error.png) no-repeat left bottom;*/
}
#contact a{
	font-weight: bold; 
	color: #333; 
	text-decoration: none;
}

#contact a:hover { 
	color: #9c0; 
}

.note {
	display: block;
	
}
