/*
	Content Styles
	© against interpretation
	http://www.againstinterpretation.com
	info@againstinterpretation.com
*/

/* CONTENT */
/* NEWS TEASER */
/* PORTRAIT TEASER */
/* KONTAKT + IMAGE GALLERY */
/* FORMULAR */
/* SUCHE */
/* INFO */
/* ACCORDIAN */
/* QUALITAETSUMFRAGE */
/* TABLE HACKS */
/* DOWNLOAD FILES */


/* CONTENT */

.imageBOX_floatleft,
.imageBOX_floatright {
	float: left;
	margin: 0 15px 10px 0;
	color: #888888;
	width: auto;
	height: auto;
	text-align: left;
	min-width: 150px;
	max-width: 290px;
	white-space: normal;
}

body.edit .imageBOX_floatleft,
body.edit .imageBOX_floatright {
	border: 1px solid #bfbfbf;
	background: #ffffff;
	min-width: 190px;
	max-width: 290px;
	white-space: normal;
}

.imageBOX_floatright {
	float: right;
	margin: 0 0px 10px 15px;
	text-align: right;
	text-align: left;
}

.imageBOX_floatleft img,
.imageBOX_floatright img {
	display: block;
	margin: 0 0 10px 0;
}

.floatlefttext ul { /* wahnsinn, oder? */
	position: relative;
	left: 18px;
}


/* NEWS TEASER */

.newsteaserentry,
.portraitteaserentry {
	width: 550px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dedede;
	position: relative;
	text-align: left;
}

.newsteaserentry .image {
	width: 120px;
	height: 120px;
}

.newsteaserentry .image a{
	border: 0;
}

.newsteaserentry .content {
	position: absolute;
	bottom: 28px;
	left: 140px;
	width: 410px;
}

.newsteaserentry .content h2 {
	color: #f88d17;
}

.platzhalterNEWS {
	width: 300px;
	height: 30px;
}



/* PORTRAIT TEASER */

.portraitteaserentry {
	/* generell siehe newsteaserentry */
}

.portraitteaserentry .image {
	width: 190px;
	height: 125px;
}

.portraitteaserentry .image a{
	border: 0;
}

.portraitteaserentry .content {
	position: absolute;
	bottom: 20px;
	left: 210px;
	width: 350px;
}

.portraitteaserentry .content h2 {
	color: #f88d17;
	margin: 0;
}


/* KONTAKT + IMAGE GALLERY */

.kontaktBOX { /* nur für servicestellenauflistung */
	width: 550px;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #dedede;
	margin: 0 0 30px 0;
}

.kontakttext1 {
	width: 310px;
	float: left; /* wegen anfahrt + zeiten */
	margin: 0 25px 0 0;
}

.addoninfo {
	float: left;
}

.kontaktzeiten {
	width: 165px;
	background: url('../images/elemente/icon-time.png') no-repeat 6px 1px;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
}

.kontakttermine {
	width: 165px;
	background: url('../images/elemente/icon-calendar.png') no-repeat 6px 1px;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
}

.kontaktanfahrt {
	width: 165px;
	background: url('../images/elemente/icon-place.png') no-repeat 6px 3px;
	padding: 0 0 0 50px;
}

.kontakthotline {
	width: 165px;
	background: url('../images/elemente/icon-phone.png') no-repeat 3px 5px;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
}

.kontaktmobil {
	width: 165px;
	background: url('../images/elemente/icon-mobil.png') no-repeat left 2px;
	padding: 0 0 0 50px;
}

.trenner {
	border-bottom: 1px solid #dedede;
	border: 0;
	height: 10px;
	width: 550px;
	margin: 25px 0 25px 0;
}

.imagegallery {
	width: 530px;
	height: auto;
	margin: 35px 0 20px 0;
	position: relative;
}

.imagegallery#imageContainer {
	background: none;
	overflow: hidden;
	height: 330px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


/* FORMULAR */

.kontaktformular {
	width: 550px;
}

.kontaktformular table {
	font-size: 12px;
}

.kontaktformular table .rowone {
	padding: 3px 0 4px 0;
	width: 150px;
	vertical-align: top;
}

.kontaktformular table .rowtwo {
	padding: 0 0 7px 0;
	width: 400px;
	vertical-align: top;
}

.kontaktformular .inputfull,
.kontaktformular .inputhalf,
.kontaktformular .inputonethird,
.kontaktformular .inputtwothird,
.kontaktformular .textarea {
	background: #ffffff url('../images/elemente/background-input.png') left top repeat-x;
	padding: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #aaa;
	border-bottom: 1px solid #dddddd;
}	

.kontaktformular .inputfull {
	width: 305px;
}

.kontaktformular .inputhalf {
	width: 150px;
}

.kontaktformular .inputonethird {
	width: 80px;
}

.kontaktformular .inputtwothird {
	width: 220px;
}

.kontaktformular .textarea {
	width: 305px;
	height: 150px;
}

.kontaktformular .submit {
	background: orange url('../images/elemente/background-submenue-active.png') left center;
	border: 2px solid #ffffff;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
}

.kontaktformular .submit:hover {
	background: orange url('../images/elemente/background-submenue-active.png') left center;
	color: #fee69f;
}


/* HOERTEST */

.hoertestheader {
	width: 550px;
	height: 5px;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #dedede;
}

table.hoertest {
	font-size: 12px;
	width: 550px;
}

table.hoertest .firstcol {
	width: 110px;
	background: #fefce2;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #dedede;
}

table.hoertest .secondcol {
	padding: 10px 5px 10px 15px;
	border-bottom: 1px solid #dedede;
}

.hoertestsubmit {
	background: orange url('../images/elemente/background-submenue-active.png') left center;
	border: 2px solid #ffffff;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	margin: 20px 0 0 0;
	font-size: 13px;
}

.hoertestsubmit:hover {
	background: orange url('../images/elemente/background-submenue-active.png') left center;
	color: #fee69f;
}


/* SUCHE */

.subnaviBACK {
	padding: 8px 0 5px 20px;
	margin: 0;
	display: block;
	width: 210px;
	background: url('../images/elemente/background-submenue-active-back.png') no-repeat left center;
}

.subnaviBACK a,
.subnaviBACK a:hover {
	color: #ffffff;
	font-weight: bold;
}

.subnaviBACK a:hover {
	color: #fee69f;
}

.searchmessage {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dedede;
}

.searchstring {
	font-weight: bold;
}

.searchentry {
	width: 550px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dedede;
	position: relative;
	text-align: left;
}

.searchentry h2 {
	color: #f88d17;
}

.searchentry .num {
	color: #626262;
	font-weight: normal;
}

/* INFO */
.infoHOLDER {
	width: 200px;
	height: 61px;
}

.infoTUEVNORD {
	width: 61px;
	height: 61px;
	margin: 0 15px 0 0;
	float: left;
	position: relative;
}

.infoTOP100 {
	width: 61px;
	height: 61px;
	margin: 0 15px 0 0;
	float: left;
	position: relative;
}

.infoTUEVNORD a span,
.infoTOP100 a span{
	position: absolute;
	left: -2000px;
}

.infoTUEVNORD a,
.infoTUEVNORD a:hover {
	display: block;
	height: 61px;
	background: url('../images/elemente/info-tuev-nord.png') no-repeat left top;
}

.infoTUEVNORD a:hover {
	background: url('../images/elemente/info-tuev-nord.png') no-repeat left -100px;
}

.infoTOP100 a,
.infoTOP100 a:hover {
	display: block;
	height: 61px;
	background: url('../images/elemente/info-top-100-akustiker.png') no-repeat left top;
}

.infoTOP100 a:hover {
	background: url('../images/elemente/info-top-100-akustiker.png') no-repeat left -100px;
}






/* ACCORDIAN 2.0 */

.ratgeber-header {
	width: 225px;
	height: 33px;
	/*background: #fdc057 url('../images/elemente/ratgeber-header.png') no-repeat;*/
	background: #fdc057 url('../images/elemente/tipps-header.png') no-repeat;
}

.accordion_toggle {
	display: block;
	width: 225px;
	font-size: 12px;
	margin: 0;
	background: url('../images/elemente/ratgeber-header-topic.png') no-repeat left top;
	color:#333333;
	cursor:pointer;
	width: 225px;
	padding: 12px 7px 7px 28px;
}

.accordion_toggle:hover {
	color:#555;
}

.accordion_toggle_active {
	font-weight: bold;
	background: url('../images/elemente/ratgeber-header-topic.png') no-repeat left -100px;
}

.accordion_content {
	background: url('../images/elemente/ratgeber-content-topic.png') repeat-y;
	width: 182px;
	padding: 5px 15px 5px 28px;
	background: #fefce2;
	color: #333;
	text-align: justify;
	overflow: hidden;
}

.ratgeber-footer {
	width: 225px;
	height: 25px;
	background: #fdc057 url('../images/elemente/ratgeber-footer-topic.png') no-repeat;
}


/* QUALITAETSUMFRAGE */

.qualitaetsumfrage {
	margin: 0 0 50px 0;
}

.qualitaetsumfrage table {
	margin: 20px 0 20px 0;
	width: 100%;
}
.qualitaetsumfrage tr.odd {background: #ffffff;}
.qualitaetsumfrage tr.even { background: #edf3f4;}

.qualitaetsumfrage th {
	font-size: 12px;
	padding: 0 0 5px 0;
	border-right: 1px solid #dddddd;
}
.qualitaetsumfrage td {
	width: 80px;
	text-align: center;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #dddddd;
}
.qualitaetsumfrage td.fragen,
.qualitaetsumfrage th.fragen {
	width: 480px;
	text-align: left;
}
.qualitaetsumfrage .infotext {
	font-weight: normal;
}
.qualitaetsumfrage table.short th {
	border:0;
}
.qualitaetsumfrage table textarea {
	width: 210px;
	height: 70px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.qualitaetsumfrage table.short textarea {
	width: 510px;
	height: 100px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	font-size: 12px;
}
.qualitaetsumfrage table.short .even {
	white-space: nowrap;
}
.qualitaetsumfrage table.address th,
.qualitaetsumfrage table.address td{
	text-align: left;
	border: 0;
}
.qualitaetsumfrage .submit {
	background: orange url('../images/elemente/background-submenue-active.png') left center;
	border: 2px solid #ffffff;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	float: right;
}

#bc {
	font-size: 11px;
	display: block;
	margin: -4px 0 15px 0;
	padding: 0;
	color: #999999;
}

#bc a {
	color: #999999;
	border-bottom: 1px dotted #f88d17;
}
#bc a:hover {
	color: #666666;
	border-bottom: 1px dotted #f88d17;
}

.sitemap li a{
	color: #f88d17;
	font-weight: bold;
	font-size: 16px;
}

.sitemap li {
	padding: 0px 0 20px 0;
}

.sitemap ul {
	list-style-image: url('../images/elemente/ul-bullet.png');
}

.sitemap li li {
	padding: 0;
}

.sitemap li li a{
	font-size: 13px;
	font-weight: bold;
}

.sitemap li li li a{
	font-weight: normal;
	font-size: 12px;
}


/* TABLE HACKS */

table {
	font-size: 12px;
	width: 100%;
	margin: 5px 0 5px 0;
}

table td {
	padding: 0 0 5px 0;
}


/* DOWNLOAD FILES */

.hh_upload_back {
	margin: 0 0 20px 0;
}

.hh_upload_folders {
	width: 250px;
	float: left;
	min-height: 20px;
	border-right: 1px dotted #999999;
	margin: 0 20px 50px 0;
}

.hh_upload_folders a {
	padding: 5px 0 0 30px;
	margin: 0 0 5px 0;
	display: block;
	background: url('../images/elemente/icon-folder.png') no-repeat 0 center;
	border: 0;
	text-align: left;
}
.hh_upload_folders a:hover {
	border: 0;
}

.hh_upload_files {
	width: 278px;
	float: left;
	min-height: 20px;
	margin: 0 0 50px 0;
}

.hh_upload_files a {
	padding: 5px 0 0 30px;
	margin: 0 0 5px 0;
	display: block;
	background: url('../images/elemente/icon-file.png') no-repeat 0 center;
	border: 0;
	text-align: left;
}
.hh_upload_files a:hover {
	border: 0;
}

.hh_upload_folders_head {
	width: 245px;
	float: left;
	border-bottom: 1px solid #999999;
	padding: 0 0 5px 5px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.hh_upload_files_head {
	width: 262px;
	float: left;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 0 0 5px 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.login_wrapper,
.logout_wrapper {
	width: 225px;
	width: 205px;
	padding: 10px 10px 0px 10px;
	margin: 20px 0 0 0;
	background: url('../images/elemente/background-weiterleitersmall.png') repeat-x;
}

.login_wrapper label {
	float: left;
	padding: 3px 0 0 0;
}

.login_wrapper input {
	width: 140px;
	padding: 1px;
	font-size: 11px;
	margin: 0 0 5px 0;
	float: right;
}

.login_wrapper .hh_loginbutton {
	width: auto;
	float: right;
	margin: 10px 0 0 0;
}

.logout_wrapper a {
	color: #e97b00;
	background: url('../images/elemente/icon-logout.png') no-repeat 0 1px;
	padding: 0 0 0 15px;
}

.hh_downloadnavi {
	margin: -20px 0 80px 0;
	display: block;
}

.hh_downloadnavi a {
	border: none;
}

.hh_downloadnavi_link {
	background: url('../images/elemente/icon-folder.png') no-repeat 0 center;
	padding: 5px 0 0 30px;
	margin: 0 0 5px 0;
	display: block;
	border: 0;
}

a.hh_downloadnavi_link:hover {
	border: 0;
}

/* Bildergalerie Gastzugang */

table.gallery {
	width: 560px;
	line-height: 145%;
	margin: 0 0 35px 0;
}

table.gallery a,
table.gallery a:hover,
table.gallery a img{
	border: 0;
}

table.gallery .download a {
	border-bottom: 1px dotted #000000;
	color: #F88D17;
}

table.gallery .download a:hover {
	border-bottom: 1px dotted #F88D17;
	color: #000000;
}

.gallery-navigation.top {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #F88D17;
	margin: 0 0 20px 0;
}

.gallery-navigation.bottom {
	padding: 10px 0 10px 0;
	border-top: 1px solid #F88D17;
	margin: 20px 0 35px 0;
}

.gallery-navigation a {
	margin: 0 10px 0 0;
}
