.cmsFormsFieldContainer input,
.cmsFormsFieldContainer select,
.cmsFormsFieldContainer textarea,
.cmsFormsFieldContainer button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 93%;
}

.cmsFormsFieldBorderInput, 
.cmsFormsFieldBorderSelect, 
.cmsFormsFieldBorderTextarea {
	border: 1px solid #13841c !important;
	background-image: none !important;
	padding: 2px;
}

label.cmsFormsLabelField {
	padding-top: 0.25em;
}

div.FormShortFields .cmsFormsFieldContainer {
	width: 25%;
}

.SubmitRight {
	float: right !important;
}

.newsedit .cmsFormsLabel {
	font-weight: bold;
}

.newsedit .cmsFormsLabelContainer {
	width: 22% !important;
	padding-right: 5px;
}

.newsedit .cmsFormsLabelAndFieldContainer {
	padding-bottom: 10px;
}

.KategorieSelect label {
	padding-right: 28px;
}

.checkboxBreit input {
	width: 20px;
	float: left;
}
.checkboxBreit label {
	width: 78%;
	display: block;
	padding: 0 0 10px 25px;
	line-height: 13px;
}

.newsedit .cmsFormsFieldContainer {
	width: 75% !important;
	padding-left: 3px;
}

.ShortField .cmsFormsField {
	width: 80px !important;
	float: left;
}

.SelectFull label {
	display: block;
	padding-left: 1.5em;
	line-height: 1.05em;
	margin-bottom: 0.2em;
}

.SelectFull input {
	position: absolute;
}

/* Kalender Anpassung */
div.dp-popup {
	background-color: white !important;
	border: 1px solid #13841c;
}

div.dp-popup table.jCalendar {
	background-color: white !important;
	border: 1px solid #13841c !important;
}

div.dp-popup table.jCalendar th {
	background-color: #13841c !important;	
}

div.dp-popup table.jCalendar td {
	background-color: #efefef !important;	
}

div.dp-popup table.jCalendar td.selected {
	background-color: #ffffff !important;	
	border: 1px solid #13841c !important;	
	color: #13841c !important;
	font-weight: bold !important;
}

