@CHARSET "UTF-8";


.PCSG_Contact .item {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 90%;
	padding	: 10px;
	background: #F0F0EB;
	border	: 1px solid #EAEADA;
}

.PCSG_Contact br {
	font-size: 1px;
}

.PCSG_Contact td {
	padding-bottom: 10px;
}

.PCSG_Contact label {
	display	: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ACA5A3;
}

.PCSG_Contact input,
.PCSG_Contact select,
.PCSG_Contact textarea {
	border	: 1px solid #ACA5A3;
	padding	: 2px;
}


.PCSG_Contact input.active,
.PCSG_Contact select.active,
.PCSG_Contact textarea.active {
	border	: 1px solid #B6C5F2;
	background-color: #E4E8F2;
	padding	: 2px;
}


.PCSG_Contact textarea {
	width	: 80%;
	height	: 100px;
}

.PCSG_Contact input.input_big {
	width	: 400px;
}

.PCSG_Contact .submit {
	cursor	: pointer;
}

.PCSG_Contact .message {
	background-color:#B6C5F2;
	border:1px solid #738FE6;
	color:#383B44;
	font-weight:bold;
	margin:10px 0pt;
	padding:10px;
	text-align:center;
}



/* Blättern */
.sheets {
	padding: 3px;
	margin	: 3px;
	text-align:center;
}

.sheets a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #949490;
	text-decoration: none;
	color: #5A5A43;
	line-height:24px;
	font-size:10px;
}

.sheets a:hover,
.sheets a.active {
	border:1px solid #816464;
	color: #fff;
	background-color: #814646;
}

.sheets span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #816464;
	font-weight: bold;
	background-color: #814646;
	color: #FFF;
	top: 1px;
	position:relative;
}

.sheets span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	top: 1px;
	position:relative;
}

/* IFrame Plugin */
.PCSG_Plugin_Iframe {
	width: 100%;
	height: 500px;
}
