/* Stylesheet for IE6 & IE7 fixes */

#midCol .ctArea {
	margin: -12px 0 10px 0px !important;
	margin: -12px 0 10 -3px;
}

#midCol .ctArea .csc-firstHeader {
	margin-top: 31px;
}

#midCol .csc-menu-4 dt a.first {
	margin-top: 31px;
}


/* Mailform typo3 */

.defaultForm label {
	margin-bottom: 4px;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	margin-bottom: 4px;
}

.defaultForm div.radio fieldset .radio {
	margin: 0 5px -2px -5px;
}

.defaultForm select {
	width: 205px !important;
	width: 201px;
}

.defaultForm input.submit,
.defaultForm button,
.defaultForm .submit input {
	padding: 0 !important;
	margin-top: 1px;
	height: 22px;
}

.regForm div.checkbox input.tx-srfeuserregister-pi1-checkbox,
.regForm div.checkbox input.tx-sremailsubscribe-pi1-checkbox {
	margin-left: -3px;
}


/* indexedsearch */

.tx-indexedsearch .defaultForm select {
	width: 295px !important;
	width: 293px;
}

.tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-icon {
	left: -19px;
	top: 0px;
}

/* tt_news */

#midCol .newsListItem a {
	padding-left: 4px;
}

#midCol .newsListItem h2 a {
	padding-left: 0;
}

#midCol .newsListItem .comment a {
	padding-left: 0;
}

.newsSingleItem {
	padding-top: 17px;
}


