.overview .item img {
	float: left;
	border: 1px solid #00929d;
	margin: 4px 12px 0px 0px;
}

.overview .item h3 {
	margin: 0px;
}

.overview .item h4 {
	padding: 4px 0px 4px;
}

.overview .item {
	clear: left;
	margin-bottom: 12px;
}

.overview .item .more {
	float: right;
}

.overview .price {
	display: block;
	vertical-align: top;	
}

.overview .item .price .large {
	font-weight: bold;
	font-size: 1em;
	
	/* Bold is a little TOO bold in IE */
	#font-weight: normal;
}

.overview .item .more img {
	border: 0px;	
}

.overview .months {
	letter-spacing: -0.07em;
	word-spacing: -0.1em;
	#letter-spacing: -0.05em;
	#word-spacing: -0.0em;
	font-size: 9px;	
	margin-bottom: 12px;
}

.overview .months a.active {
	color: #00929d;
}

.overview .months a.active:hover {
	
}

.overview h4.kalender {
	padding: 4px 4px;
	background: url('../images/kalender-header.png') no-repeat top left;	
}

.overview table a {
	color: #00929d;
	font-weight: bold;
}

.overview table a:hover {
	color: #5cb4b7;
}

.overview table td {
	padding: 1px 2px;
}

.overview table td.label {
	width: 100px;	
}

.news-list-date {
	color: #999;
}

.tx-ttnews-browsebox table {
	width: auto;
}

.browse div {
	float: left;	
	margin-right: 4px;
	padding: 2px 0px 2px 6px;	
}

.browse .page {
	background: url('../images/page.gif') no-repeat top left;
	width: 19px;
	height: 19px;
}

.browse .active {
	background: url('../images/page-active.gif') no-repeat top left;
	color: #fff;
}



div.tx-indexedsearch-browsebox div.floatl {
	background:url('../images/dotted-fade.png') repeat-x bottom left;
	width:241px;
}

div.tx-indexedsearch-res .overview h4 a {
	color:#7fc8ce;
}


.faq h4 {
	padding-left: 16px;
	background: url('../images/arrow.gif') no-repeat 0px 2px;
	font-weight: normal;
}

.faq h4.active {
	background: url('../images/arrow-down.gif') no-repeat 0px 2px;
}

.faq p {
	padding-left: 16px;
	color: #00929d;
}

.faq li {
	padding: 2px 0px;
	background: url('../images/faq_bottom.gif') no-repeat bottom left;
}

.csc-sitemap ul { list-style: none; padding: 0px; }
.csc-sitemap ul a { color: #00929d; text-decoration: underline; }
.csc-sitemap ul a:hover { color: #5cb4b7; }
.csc-sitemap ul ul { padding: 4px 40px 20px; }
.csc-sitemap ul ul a { color: #000; text-decoration: none; }
.csc-sitemap ul ul a:hover { color: #5e5d5d; }
.csc-sitemap ul ul ul a { color: #5e5d5d; }
.csc-sitemap ul ul ul a:hover { color: #000; }

/******************************************************************************
 * Mail Form - Specific styles for the default typo3 mailform
 ******************************************************************************/
 
#right .right-block .input_text_short, .csc-mailform input, .csc-mailform textarea {
	border: 1px solid #ccc;
	padding: 3px;
}
input.tx-sremailsubscribe-pi1-text {
	border: medium none;
}

fieldset {
	border: medium none;
}

input.tx-sremailsubscribe-pi1-submit {
	border: medium none;
	font-weight: bold;
	padding-left: 4px;
}

.csc-mailform-field {
	clear: both;	
}

.csc-mailform-field label {
	width: 150px;
	text-align: left;
	float: left;
	padding-top:3px;
	height: 20px;
}

form#mailform label {
	clear: both;
	float: left;
	width: 110px;
}

form#mailform input, form#mailform select, form#mailform span.text {
	width: 230px;
	margin-bottom: 6px;

}

form#mailform textarea {
	display: block;
	float: left;
	width: 230px;
}

form#mailform input.csc-mailform-submit {
	float: right;
	width: 65px;
	padding: 0px 0px 0px 16px;
	border: none;
	background: transparent url('../images/arrow_active.gif') no-repeat 0px 2px;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}




#contact div.contactOption {
		width: 240px;
		padding-left: 16px;
		background: transparent url(../images/arrow.gif) no-repeat scroll 0px 2px;
	}
	#contact div.email {
		padding-bottom:15px;
	}
		#contact div.email a {
			font-weight:bold;
			text-decoration:underline;
		}
	#contact div.brochure {
		clear: both;
		text-decoration:underline;
	}
	
	#contact div.tel,
	#contact div.fax {
		padding-right:4px;
		padding-bottom:4px;
		/*float:left;*/
	}
	#text ul {
		padding-left:15px;
	}
	#text ul li {
		list-style-type:disc;
		color:#5E5D5D;
		
	}

