/* CSS Document */
.wrapperC {
	width: 100%;
	background-color: rgb(218, 228, 233);
}

.content,wrapperC {
	height: 420px;
}

.contact a,.contact a:visited,.c2-2 a,.c2-2 a:visited {
	text-decoration: none;
	color: rgb(4, 28, 92);
}

.subC2-1,.subC2-2 {
	float: left;
	text-align: left;
}

.subC2-1 {
	width: 322px;
}

.subC2-2 {
	width: 255px;
}

.c2-2 ul {
	margin-top: 10px;
}

.cType {
	font-weight: bold;
	width: 80px;
}

.contact td {
	padding: 5px;
}

.contact,.inputForm {
	margin-top: 10px;
}

.inputForm td {
	padding-bottom: 8px;
}

#sendRequestReturn { 
  color: red; 
  display: none; 
}

input,textarea {
	width: 280px;
	border: solid rgb(181, 187, 199) 1px;
	border: solid rgb(4, 28, 92) 1px;
	color: rgb(4, 28, 92);
	font-size: 13px;
	padding-left: 5px;
}

textarea,a.button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
}

#submitButton {
	margin-top: 10px;
	background-image: url(../images/AnfrageAbschicken.png);
	width: 132px;
	height: 25px;
}

.btn a {
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
	color: rgb(4, 28, 92);
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: block;
}

a.button {
	background: url('../images/buttonA.png') no-repeat scroll top right;
	color: rgb(4, 28, 92);
	font-size: 12px;
	display: block;
	float: left;
	height: 25px;
	padding-right: 6px;
	/* sliding doors padding */
	text-decoration: none;
}

a.button span {
	width: 120px;
	background: transparent url('../images/buttonS.png') no-repeat;
	display: block;
	line-height: 13px;
	padding: 6px 0 6px 12px;
}

a.button:hover {
	background-position: bottom right;
	color: rgb(4, 33, 107);
	outline: none;
	/* hide dotted outline in Firefox */
}

a.button:hover span {
	background-position: bottom left;
	padding: 6px 0 6px 12px;
	/* push text down 1px */
}
