/* ### formatierung (classen) allgemein ### */
* { 
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #587889;
	background-image: url(../art_global/00-bg-page.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}



/* ### layout-container (id's) allgemein  ### */
/*#top {
	width: 236px;
	height: 300px;
	background-color: #0E3F74;
}*/
#highlight {
	position: absolute;
	left: 0;
	top:418px;
	width: 236px;
	border-top: 1px solid #C2D0DB;
}
#highlight p {
	padding: 8px;
}
#head {
	position: relative;
	left: -23px;
	width: 740px;
	padding-bottom: 20px;
	background-image: url(../art_global/00-bg-head.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#head h1.head-h1 {
	position: absolute;
	top: 128px;
	left: 20px;
}
#logo_head {
	margin-top: 17px;
	margin-left: 15px;
}
#title-transparency {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 100%;
	height: 96px;
	background-color: White;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#title-corner {
	position: absolute;
	top: 158px;
	left: 0px;
}
#languageNavigation {
	width: 236px;
	height: 15px;
	position: absolute;
	top: 400px;
	left: 0px;
	padding: 3px 0 0 4px;
	/*background-color: red;*/
	background-image: url(../art_global/00-bg-language-navi.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
}
#languageNavigation div {
	width: 37px;
	float: left;
}

#navi {
	position: absolute;
	top: 84px;
	left: 0px;
	width: 206px;
	padding-top: 10px;
	padding-left: 10px;
}
#content,
#content-contact {
	position: absolute;
	top: 0px;
	left: 236px;
	width: 707px;
	background-color: white;
	padding-left: 23px;
	padding-right: 10px;
	overflow: hidden;
}
#content-contact {
	background-color: #ECF1F4;
	background-image: url(../art_global/bg-kontakt.gif);
	background-repeat: repeat-x;
	background-position: 0 10px;
}


#navi_top {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 40px;
}
#column_left {
	width: 460px;
	/*background-color: Aqua;*/
	float: left;
}
#column_right {
	width: 196px;
	/*background-color: Green;*/
	float: right;
}
#footer {
	clear: both;
	text-align: right;
	font-size: 92%;
	/*font-size: 10px;*/
	color: white;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #587889;
	position: relative;
	left: -23px;
	width: 740px;
}
#footer a {
	float: left;
}
#footer a#bu-imprint {
	margin-left: 240px;
}


.box,
.boxed {
	background-color: #ECF1F4;
	display: block;
	padding: 6px;
}

#column_left .boxed {
	width: 448px;
}
#column_right .box {
	width: 184px;
}
.box-line {
	background-color: #ECF1F4;
	display: block;
	width: 717px;
	margin-bottom: 25px;
	padding-left: 23px;
	position: relative;
	left: -23px;
}


/*  */
.columns2-left {
	width: 350px;
}
.columns2-right {
	width: 350px;
}
.tx-fdfx2cols-pi1 {
	position: static !important;
}




/* ### klassen allgemein  ### */

.clear {
	clear:both;
}
.spacer {
	clear: both;
	float: none;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-color: white;
	color: white;
}
.right {
	text-align: right;
	float: right;
}
.onePix {
	height: 1px;
	font-size: 1px;
	line-height: 1px
}


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}



/* ### farben  ### */
.MidnightBlue {
	color: #0E3F74; /* dunkel-blau, z.b. in head oben */
}
.SlateGray {
	color: #587889; /* grau dunkel, z.b. in navi */
}
.LightSteelBlue {
	color: #B1C3CC; /* grau mittel, z.b. in content-boxen */
}
.DarkGray {
	color: #92AAB8; /* ????????? */
}
.Gainsboro {
	color: #D0DDE1; /* grau hell, z.b. in content */
}



/* Formulare */
form.mailform {
	width: 680px;
	height: 180px;
}
form.mailform fieldset {
	border: none;
}
input.mailform-input {
	float: left;
	width: 210px;
	margin: 3px 4px 0 0;
	padding: 2px 4px 2px 4px;
	border: 1px solid;
	border-color: #708B99 #D0DDE1 #D0DDE1 #708B99;
}
label.mailform-label {
	display: block;
	float: left;
	width: 110px;
}

div.mailform-column-left {
	width: 340px;
}
div.mailform-column-right {
	margin-top: 3px;
}
textarea.mailform-textarea {
	width: 315px;
	height: 110px;
	padding: 2px 4px 2px 4px;
	border: 1px solid;
	border-color: #708B99 #D0DDE1 #D0DDE1 #708B99;
}
a.mailform-submit {
	width: 144px;
	height: 19px;
	display: block;
	margin-top: 5px;
	padding: 4px 4px 2px 22px;
	background-image: url(../art_global/bu-anfrage-absenden.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-weight: bold;
}
a.mailform-submit:hover {
	background-image: url(../art_global/bu-anfrage-absenden-over.png);
	text-decoration: none;
}

/*  */
ul.mailform-error {}
ul.mailform-error li.mailform-error-title {
	background-image: none;
	padding: 0;
	font-weight: bold;
}


/* AdminPanel */
form table {
	top: 600px;
}




/* ***Erweiterung wtdirectory fuer das Haendlerverzeichnis */

/* Listenansicht */
div.wtdirectory-list-item {
	margin: 0 13px 20px 0;
	padding: 10px 5px 10px 5px;
	background-color: #ECF1F4;
}
div.wtdirectory-list-item p {
	padding: 0;
}


div.wtdirectory-list-item-adress {
	width: 320px;
}
div.wtdirectory-list-item-contact {
	width: 360px;
}




div.tx-wtdirectory-pi1 label {
	font-weight: bold;
}
select.wtdirectory_filter_select {
	width: 170px;
}
input.wtdirectory_filter_text {
	margin-top: 5px;
	padding: 1px 0 1px 0;
	width: 165px;
}


/*  */
a.wtdirectory-submit {
	width: 144px;
	height: 30px;
	display: block;
	margin-top: 5px;
	padding: 4px 4px 2px 22px;
	background-image: url(../art_global/bu-anfrage-absenden.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-weight: bold;
}



/* Erweiterung locator / Haendlersuche */
div.tx-locator-searchform {}

/* Beschriftungen */
div.tx-locator-adress-label,
div.tx-locator-city-label,
div.tx-locator-country-label,
div.tx-locator-radius-label {
	width: 100px;
}

/* Eingabefelder */
div.tx-locator-searchform input {
	width: 250px;
}
div.tx-locator-zip-value input {
	width: 50px;
	margin-right: 3px;
}
div.tx-locator-city-value input {
	width: 193px;
}
div.tx-locator-country-value select {
	width: 254px;
}
div.tx-locator-radius-value select {
	width: 55px;
}

/* Abstand unter den Eingabefeldern */
div.tx-locator-spacer {
	height: 3px;
	font-size: 3px;
	line-height: 3px
}

/* Absendebutton */
a.tx-locator-submit {
	width: 144px;
	height: 30px;
	display: block;
	margin-top: 5px;
	padding: 4px 4px 2px 22px;
	background-image: url(../art_global/bu-anfrage-absenden.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	font-weight: bold;
}


/* Sucheergebnisseite */
div.searchResultHeader {
	font-weight: bold;
}
div.tx-locator-search-result-item {
	margin: 20px 12px 20px 0;
	padding: 15px 0 20px 10px;
	background-color: #ECF1F4;
}
div.tx-locator-search-result-address {
	width: 320px;
}
div.tx-locator-search-result-company {
	font-weight: bold;
}
div.tx-locator-search-result-contact {
	width: 360px;
}
div.tx-locator-map {
	width: 694px;
	height: 450px;
}
div.tx-locator-search-result-form input {
	padding-left: 10px;
	border: none;
	background-color: transparent;
	background-image: url(../art_global/bullet-link.gif);
	background-position: 0 0.52em;
	background-repeat: no-repeat;
	color: #0E3F74;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

/* Button "Via" ausblenden */
span.viaButton {
	display: none;
}


/* Detailsseite */

div.tx-locator-details {
	width: 320px;
	padding-bottom: 10px;
}
div.tx-locator-details-back-link {
	width: 300px;
	padding-right: 15px;
	text-align: right;
}
div.tx-locator-details-company {
	font-weight: bold;
}
div.tx-locator-search-result-contact a {
	padding-left: 10px;
	background-image: url(../art_global/bullet-link.gif);
	background-position: 0 0.52em;
	background-repeat: no-repeat;
	font-weight: bold;
}
div.tx-locator-details-route {
	width: 685px;
}
div.tx-locator-details-map {
	width: 694px;
	height: 450px;
	margin-top: 14px;"
}


