/* Site */
#contactsite h3 {
	padding: 0;
	margin: 0;
	color: #454545;
}
#contactsite2 h2 {
	padding: 0;
	margin: 0;
	font-weight:normal;
	font-size:14px;
	color: #454545;
}
/* Main */
#contactmodule * {
	
}

#contactmodule_left {
	width: 620px;
	margin:13px 0 15px -5px;
	text-align:left;
}

#contactmodule_left .list {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background:#023d77;
	font-size: 12px;
	width: 118px;
	text-align: center;
}
#contactmodule_left .content {
	border: 1px solid #AAAAAA;
	width: 600px;
	padding: 10px;
}

#contactmodule_right {
	width: 350px;
	margin:13px 0 0 0;
	text-align:left;
	color: #454545;
}

#contactmodule_right .list {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background:#023d77;
	font-size: 12px;
	width: 70px;
	text-align: center;
}
#contactmodule_right .content {
	border: 1px solid #AAAAAA;
	font-size:14px;
	width: 330px;
	padding: 10px;
}
#buttons {
	float:right;
	margin:230px 0 0 0;
}
/* Form */
#kontaktform {
	font-family:Arial, Helvetica, sans-serif, Calibri;
	font-size:14px;
	color:#454545;
	font-weight:normal;
}

#kontaktform .lable {
	width:190px;
	height: 20px; 
}

#kontaktform .count {
	border: none;
	display: inline;
}

#kontaktform .info_green {
	border: 2px dotted #74CF80;
	padding: 5px;
	color: #48AF36;
	font-size: 12px;
	background: #BFFFC8;
}
#kontaktform .info_red {
	border: 2px dotted #DF3737;
	padding: 5px;
	color: #DF3737;
	font-size: 12px;
	background: #FFCFCF;
}

#kontaktform .firstname {
	width: 196px;
}

#kontaktform .lastname {
	width: 196px;
}

#kontaktform .street {
	width: 346px;
}

#kontaktform .streetnr {
	width: 46px;
}

#kontaktform .zip {
	width: 96px;
}

#kontaktform .city {
	width: 296px;
}

#kontaktform .telephone {
	width: 400px;
}

#kontaktform .fax {
	width: 400px;
}

#kontaktform .email {
	width: 400px;
}

#kontaktform .message {
	font-size:14px;
	color: #454545;
	padding:5px 0 0 5px;
	width:595px;
	height: 150px;
}

#kontaktform .input input {
	 border: 1px solid #AAAAAA;
	 background:#023d77;
	 color:#FFFFFF;
	 padding:5px;
	 margin:5px 0 0 0;
	 cursor:pointer;
}
