@charset "utf-8";
/* Diabetiker-Schweinfurt CSS-Datei für typo3-spezifische Klassen und für Extensions */

/*#########################################################*/
/* tx_indexedsearch */
/*#########################################################*/
/* Searchbox auf der Suche-Seite im #maincontent */
.tx-indexedsearch-searchbox li {
	height: 26px;
	padding: 0;
	list-style-type: none;
	background-image: none;	
}
.tx-indexedsearch-searchbox label {
	display: block;
	float: left;
	width: 120px;
	margin-right: 15px;
	padding-top: 3px;
	text-align: right;
}
.tx-indexedsearch-searchbox input {
	width: 155px;
}
#tx_indexedsearch_extResume {
	width: 20px;
}
.tx-indexedsearch-searchbox select {
	width: 160px;
}
.tx-indexedsearch-search-othermode {
	clear: both;
	margin-left: 150px;
	padding-bottom: 0;
}

/* Searchbox in linker oder rechter Spalte */
#indexedsearch {
	margin: 8px;
	padding: 0;
	background: transparent;
	border: none;
}
#indexedsearch fieldset {
	border: none;
	margin-bottom: 0;
}
.searchbox-sword{
	float: left;
	margin-right: 10px;
}

/* Suchergebnisse */
.tx-indexedsearch-whatis {
	font-weight: bold;
}
.tx-indexedsearch-res h3 {
	padding: 0 8px;
	border: 1px solid #1b9c26;
	line-height: 22px;
}
.tx-indexedsearch-icon img {
	float: left;
	padding-top: 2px;
}
.tx-indexedsearch-title {
	margin-right: 10px;
}

/*#########################################################*/
/* tt_news */
/*#########################################################*/
/* Latest */
.news-latest-item {
	float: left;
	width: 260px;
	padding: 0 10px 18px 0;
}
.news-latest-item h2 a {
	color: #1b9c26;
}
.news-latest-item img {
	padding: 0 0 3px 0;
}
.news-latest-item p {
	padding: 0;
}

/* Single */
.news-single-item {
	padding-bottom: 18px;
}
.news-single-img {
	float: right;
	margin: 0 0 10px 20px;
}
.news-single-img p {
	font-size: 80%;
	padding-bottom: 0;
}

/* List */
.news-list-item {
	padding-bottom: 18px;
}
.news-list-item h2 {
	padding-bottom: 10px;
}
.news-list-item h2 a {
	color: #1b9c26;
	padding-right: 15px;
}
.news-list-item p {
	padding-bottom: 0;
}

/* News-Search */
.news-search-form {
	padding-bottom: 15px;
}
.news-search-form input {
	color: #1b9c26;
}

/*#########################################################*/
/* Kontakt-Formular */
/*#########################################################*/
.tx-thmailformplus-pi1 p { /* für den Bestätigungstext */
	padding-bottom: 0;
}
.tx-thmailformplus-pi1 p.formtext { /* für Textabsätze im Formular */
	padding-bottom: 10px;
}
#mailform span { /* färbt die Sternchen für die Formularpflichtfelder orange. */
	color: #f4bd80;
}
#mailform ul {
	padding-bottom: 0;
}
#mailform li {
	height: 26px;
	list-style-type: none;
	background-image: none;
}
#mailform li.txtarea {
	height: auto;
}
#mailform label {
	float: left;
	width: 30%;
	margin-right: 15px;
	text-align: right;
}
#mailform input.nobut {
	width: 50%;
}
#mailform textarea {
	height: 85px;
	width: 50%;
}
#mailform select {
	width: 51%;
}

/*#########################################################*/
/* rgsmoothgallery */
/*#########################################################*/
.tx-rgsmoothgallery-pi1 {
	margin-bottom: 18px;
}
.rgsmoothgallery-caption {
	font-size: 80%;
	padding: 3px 0 18px 0;
}

