/* News */

.content .news-list-container .news-list-item {
	margin-bottom: 20px;
}

.news-list-container h3, .news-latest-container h3{
	text-transform: none;
}


/* Slideshow */

.tx-slideshow-pi1 {
	padding-left: 0px;
	padding-top: 10px;
	clear: both;
}

/* SUCHE */

#global_search {
	height: 27px;
	width: 162px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	padding-left:
}

#global_search .headsearch {
	border: 1px solid #404040;
	padding: 5px;
	display: inline;
	float:left;
	width: 120px;
}

#global_search .headsearch:focus {
	border: 1px solid #B40923;
}

/* IE 7.0 STARHACK obwohl Firefox falsche Dasrstellung bringt */

*+html #global_search .headsearch {
	width: 120px;
}

* html #global_search .headsearch {
	width: 120px;
}

#global_search .button {
	height: 28px;
	width: 28px;
	border: 1px solid #404040;
	display: inline;
	float:right;
}

/* KONTAKT */
.tx-thmailformplus-pi1 .checkboxes label {
	padding-top: 2px;
	padding-left: 0px;
	clear: none;
}

.tx-thmailformplus-pi1 input.checkbox {
	float:left;
	display:inline;
	margin-left:0px;
}

.tx-thmailformplus-pi1 div.checkboxes {
	width:100%;
	padding:0 0 0px 0;
	float:left;
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tx-thmailformplus-pi1  h2{
	float: left;
	clear: both;
}

.tx-thmailformplus-pi1 div.checkboxes label {
	width: 80%;
	white-space:no-wrap;
}

.tx-thmailformplus-pi1 div.checkboxes label.small {
	width:80%;
}

.tx-thmailformplus-pi1 {
}

.tx-thmailformplus-pi1 .inputrow{
	clear: both;
}

.tx-thmailformplus-pi1 label{
	display: block;
	float: left;
	width: 120px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.tx-thmailformplus-pi1 input.text, .tx-thmailformplus-pi1 textarea{
    display: block;
	float: left;
	width: 220px;
	padding: 5px;
	border: 1px solid #707173;
	margin-bottom: 5px;	
}

.tx-thmailformplus-pi1 input:focus, .tx-thmailformplus-pi1 textarea:focus{
	border: 1px solid #B40923;
}

.tx-thmailformplus-pi1 input.submit {
	margin-left: 130px;
	clear: both;
	width: 220px;
	display: block;
}

#login h3 {
	font-size: 11px;
}

#login input {
	width: 120px;
}

#news h3 {
	font-size: 11px;
	font-weight: bold;
}

/* TOOLTIP */ 
 
.tool-tip {
	color: #000;
	/*width: 320px;*/
	z-index: 13000;
	padding: 4px;
	max-width: 510px;
	background: #444;
	color: white;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 4px 0px;
	/* padding: 8px 8px 4px; */
	background: #444;
}

.tool-text {
	font-size: 11px;
	padding: 5px;
	/* padding: 4px 8px 8px; */
}

.tool-text p {
	background: #FFF;
	padding: 2px 4px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}


