/*  ######################################
    CSS Template «Mitutoyo» for TYPO3
    --------------------------------------
	
	company:	DACHCOM digital AG
	publisher:	Sandro Hagen
	date:		2007-10
	
	###################################### */

/* RESET RELOADED by eric meyer, visit:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*------ Fixes, Workarounds etc. ----- */
.clearfix:after {	/*--- Clearfix forfloat-clearing ---*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clear {clear: both;}
img {vertical-align: bottom;}
a img {border: none;}


/* ------- FRAMEWORK -------  */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	height: 100%;
}

body {
	font-size: 11px;
	font-size: .7em;
	line-height: 1.2em;
	height: 100%;
	background: url('/fileadmin/images/bg_body.gif');
}

strong {
	font-weight: bold;
}

#maincontainer {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
/* ------- HEADER ------- */

#header {
	width: 100%;
	height: 103px;
	background: url('/fileadmin/images/bg_header.gif') repeat-x;
	position: relative;
}
#header img.logo {
	float: left;
}

/* searchbox */
div.search {
	position: absolute; 
	right: 18px;
	top: 30px;
}
input.searchfield {
	width: 146px;
	height: 14px;
	padding: 2px 2px 1px 2px;
	border: none;
	font-size: 1em;
	float: left;
	vertical-align: bottom;
}
input.submit {
	border: none;
	background: none;
	cursor: pointer;
	height: 17px;
	padding: 1px 12px 2px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #FF3C00;
	vertical-align: bottom;
}



/* ##### hauptnavigation ##### */

div#hnav {
	position: absolute;
	top: 60px; left: 190px;
	z-index: 1000;
}

#hnav ul li {
	float: left;
	position: relative;
}

#hnav ul li a,
#hnav ul li a:link,
#hnav ul li a:visited {
	display: block;
	height: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.25em;
	padding: 2px 4px 0 14px;
	margin-right: 25px;
	background: url('/fileadmin/images/ico_hnav.gif') no-repeat .3em .45em;
	text-decoration: none;
}

#hnav ul li a:hover,
#hnav ul li a:active,
#hnav ul li.active a {
	background-image: url('/fileadmin/images/ico_hnav_over.gif');
	background-color: #ff7f58;
}

/* 2. level */
#hnav ul ul {
	position: absolute;
	top: 18px; left: 0px;
	z-index: 500;
	border: 1px solid #999;
	width: auto;
	padding: 3px 0;
	background: #fff;
}
#hnav ul ul li {
	float: none;
	padding: 0 25px 0 7px;
}

#hnav ul ul li a,
#hnav ul ul li a:link,
#hnav ul ul li a:visited,
#hnav ul ul li a:hover,
#hnav ul ul li a:active {
	display: block;
	width: 100%;
	height: auto;
	color: #000;
	padding: 1px 0;
	margin: 0;
	background: none;
}

#hnav ul ul li:hover,
#hnav ul ul li:active {
	background: #FFAA90;
}

#hnav ul ul li.sub {
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 98% 50%;
}

#hnav ul ul li.sub:hover {
	background: #FFAA90 url('/fileadmin/images/ico_eck_subnav.gif') no-repeat 98% 50%;
}
#hnav ul ul li.sub li {
	background-image: none;
}

/* 3. level */
#hnav ul ul ul {
	top: -4px;
	left: 100%;
}
#hnav ul ul ul li a,
#hnav ul ul ul li a:link,
#hnav ul ul ul li a:visited {
	font-weight: normal;
}

/* klappmechanismus */
#hnav ul ul,
#hnav ul li:hover ul ul {display: none;}

#hnav ul li:hover ul,
#hnav ul ul li:hover ul {display: block;}




/* ---- locationbar ---- */

div.location {
	clear: both;
	position: absolute;
	top: 78px; left: 0;
	z-index: 100;
	width: 99.9%;
	height: 22px;
	border-left: 1px solid #CCC;
	padding-top: 3px;
}
div.location span.town {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 18px;
	float: left;
}

ul.language {
	float: right;
}

ul.language li {display: inline;}

ul.language li a,
ul.language li a:link,
ul.language li a:visited {
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	margin-right: 18px;
	background: url('/fileadmin/images/ico_eck_grey.gif') no-repeat 0 .24em;
	text-decoration: none;
}


ul.language li a:hover,
ul.language li a:active {

}

/* emotion */
div.emotion {}



/* ##### LEFT ##### */

div#left {
	float: left;
	margin-top: 27px;
	width: 220px;
	padding-left: 18px;
	padding-right: 22px;
}

#left h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3C00;
	padding: 3px 0 3px 18px;
	margin: 0 0 5px -18px;
	background: url('/fileadmin/images/bg_snav_verlauf.jpg') repeat-y;
}

/* secondary navigation 1. level */

ul.snav {
	position: relative;
	left: -10px;
}

ul.snav a,
ul.snav a:link,
ul.snav a:visited {
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
}

ul.snav a:hover,
ul.snav a:active {
	color: #FF3C00;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}

/* active */

ul.snav .active a,
ul.snav .active a:link,
ul.snav .active a:visited,
ul.snav .active a:hover,
ul.snav .active a:active {
	color: #FF3C00;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}

/* secondary navigation 2. level */

ul.snav ul {
	margin-bottom: 3px;
}

#left ul.snav ul a,
#left ul.snav ul a:link,
#left ul.snav ul a:visited {
	color: #000;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 7px;
	background: url('/fileadmin/images/ico_line.gif') no-repeat 0 .6em;
}

#left ul.snav ul a:hover,
#left ul.snav ul a:active {
	color: #FF3C00;
}


#left ul.snav ul .active a,
#left ul.snav ul .active a:link,
#left ul.snav ul .active a:visited,
#left ul.snav ul .active a:hover,
#left ul.snav ul .active a:active {
	color: #FF3C00;
	background: url('/fileadmin/images/ico_line.gif') no-repeat 0 .6em;
} 

/* ##### CONTENT ##### */

div#content {
	float: left;
	width: 440px;
	margin-top: 8px;
	min-height:400px;
}

div#contentlist {
	float: left;
	width: 657px;
	margin-top: 8px;
}

/* ---- content formatting ---- */

#content h1,
#contentlist h1,
#right h1,
div#maincontainer.home #left h1,
div#maincontainer.home #content h1,
div#maincontainer.home #right h1 {
	color: #000;
	font-weight: bold;
	font-size: 1.25em;
	margin: 20px 0 15px 0;
	padding: 0;
	line-height: 1.1em;
	background: none;
}

#content h3,
#contentlist  h3 {
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
	margin: 20px 0 -10px 0;
	padding: 0;
	
}

#content ul li, #contentlist ul li {}

#content ul li,
#contentlist ul li {
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}

#content ol {

}

#content ol ol {
  margin-left: 10px;
}
#content ol li {}

#content p,
#contentlist p {
	margin: 10px 0;
}

a,
a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ff3C00;
}

a:hover,
a:active {
	color: #000;
}

a.pdf,
a.pdf:link {
	padding-left: 10px;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}
a.more,
a.more:link,
a.internal-link,
internal-link:link {
	padding-left: 10px;
	margin-top: 3px;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}

/* colored headlines (balken) */

h2.hl {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 5px 0;
	padding: 2px 10px 2px 18px;
}
h2.hl a,
h2.hl a:link, 
h2.hl a:visited,
h2.hl a:hover,
h2.hl a:active {
	display: block;
	color: #fff;
	text-decoration: none;
}

/* colors for headlines */
.c0 {background: #FF3C00 url('/fileadmin/images/ico_c0.gif') no-repeat 5px 50%;}
.c1 {background: #004990 url('/fileadmin/images/ico_c1.gif') no-repeat 5px 50%;}
.c2 {background: #007663 url('/fileadmin/images/ico_c2.gif') no-repeat 5px 50%;}
.c3 {background: #0086BF url('/fileadmin/images/ico_c3.gif') no-repeat 5px 50%;}
.c4 {background: #3FA971 url('/fileadmin/images/ico_c4.gif') no-repeat 5px 50%;}
.c5 {background: #96961E url('/fileadmin/images/ico_c5.gif') no-repeat 5px 50%;}
.c6 {background: #9B3264 url('/fileadmin/images/ico_c6.gif') no-repeat 5px 50%;}
.c7 {background: #A52576 url('/fileadmin/images/ico_c7.gif') no-repeat 5px 50%;}
.c8 {background: #C9252C url('/fileadmin/images/ico_c8.gif') no-repeat 5px 50%;}

#content ul#katalog-legende {
	margin:0;
	padding:0;
}

#content ul#katalog-legende li {
	background-position:215px center;
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	line-height:2;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;
	padding-bottom:5px;
	padding-right:190px;
	padding-top:5px;
	text-align:right;
	width:165px;
}


#content ul#katalog-legende li.cursor {
	background-image:url(/fileadmin/images/katalog_hilfe/cursor.gif);
}

#content ul#katalog-legende li.seite_vor {
	background-image:url(/fileadmin/images/katalog_hilfe/seite_vor.gif);
}

#content ul#katalog-legende li.seite_zurueck {
	background-image:url(/fileadmin/images/katalog_hilfe/seite_zurueck.gif);
}

#content ul#katalog-legende li.drucken {
	background-image:url(/fileadmin/images/katalog_hilfe/drucken.gif);
}

#content ul#katalog-legende li.inhalt {
	background-image:url(/fileadmin/images/katalog_hilfe/inhalt.gif);
}

#content ul#katalog-legende li.katalogansicht {
	background-image:url(/fileadmin/images/katalog_hilfe/katalogansicht.gif);
}

#content ul#katalog-legende li.lesezeichen {
	background-image:url(/fileadmin/images/katalog_hilfe/lesezeichen.gif);
}

#content ul#katalog-legende li.miniaturansicht {
	background-image:url(/fileadmin/images/katalog_hilfe/miniaturansicht.gif);
}

#content ul#katalog-legende li.seite_springen {
	background-image:url(/fileadmin/images/katalog_hilfe/seite_springen.gif);
}

#content ul#katalog-legende li.seite_vor {
	background-image:url(/fileadmin/images/katalog_hilfe/seite_vor.gif);
}

#content ul#katalog-legende li.seite_zurueck {
	background-image:url(/fileadmin/images/katalog_hilfe/seite_zurueck.gif);
}

#content ul#katalog-legende li.speichern {
	background-image:url(/fileadmin/images/katalog_hilfe/speichern.gif);
}

#content ul#katalog-legende li.suche {
	background-image:url(/fileadmin/images/katalog_hilfe/suche.gif);
}

#content ul#katalog-legende li.uebersicht {
	background-image:url(/fileadmin/images/katalog_hilfe/uebersicht.gif);
}

#content ul#katalog-legende li.vollbild {
	background-image:url(/fileadmin/images/katalog_hilfe/vollbild.gif);
}

#content ul#katalog-legende li.zoom {
	background-image:url(/fileadmin/images/katalog_hilfe/zoom.gif);
}

#content ul#katalog-legende li.detailansicht {
	background-image:url(/fileadmin/images/katalog_hilfe/detailansicht.gif);
}


/* ##### RIGHT ##### */

div#right {
	width: 217px;
	float: right;
	margin: 27px 18px 0 0;
}



/* ##### FOOTER ##### */

div#footer {
	clear: both;
	width: 100%;
	background: #ff3C00;
	height: 26px;
	border-top: 10px solid #fff;
}

#footer ul {
	margin: 6px 0 0 10px;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #fff;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
	font-weight: bold;
	color: #fff;
	padding: 0 8px 0 7px;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #000;
}

#footer ul li:first-child {
	border: none;
}







/* -------------------------------
 
	Extensions & Templates 

-------------------------------- */

/* ##### tt_news ##### */

/*------------------------------- LATEST */
div.news-latest {
	padding-bottom: 5px; 
	margin-bottom: 5px;
	border-bottom: 1px solid #CACACA;
}
div.news-latest img {
	float: left;
	margin: 3px 20px 5px 0;
}
div.news-latest span.date,
div.news-latest h2,
div.news-latest p,
div.news-latest a {
	display: block;
	margin-left: 122px;
}
div.news-latest h2 {
	font-weight: bold;
	color: #FF3C00;
}

/*------------------------------- LIST */

div.news-list-container {
	position: relative;
	width: 670px;
}

div.news-list-item {
	padding: 10px 0;
	border-bottom: 1px solid #B7B7B7;
	min-height: 67px;
}

div.news-list-image {
	float: left;
	width: 110px;
}
div.news-list-body {
	margin-left: 120px;
}

div#content div.news-list-body h3 {margin: 0; padding: 0;}

div.news-list-item p {margin: 0 !important;}

div.news-list-gotoarchive {float: right;}


/*------------------------------- SINGLE */

div.news-single-item h2 {
	font-weight: bold;
	font-size: 1.2em;
}
div.news-single-item h3 {
	color: #666 !important;
	margin: 5px 0 0 0 !important;
}

div.news-single-image {
	float: right;
	margin: 10px 0 5px 20px;
}

div.news-single-image img {
	border: 1px solid #ccc;
}



/* ##### Sitemap CE ##### */

div.sitemap {
	padding-top: 20px;
}

div.sitemap ul li {
	padding-bottom: 20px !important;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px !important;
}
div.sitemap ul ul li {
	padding-bottom: 0 !important;
	border-bottom: none;
	margin-bottom: 0 !important;
}


div.sitemap ul li a,
div.sitemap ul li a:link,
div.sitemap ul li a:visited {
	font-size: 1.5em;
	color: #333;
	display: block;
	padding-bottom: 10px;
}
div.sitemap ul li a:hover,
div.sitemap ul li a:active {
	color: #000;
	text-decoration: underline;
}

div.sitemap ul ul li a,
div.sitemap ul ul li a:link,
div.sitemap ul ul li a:visited {
	font-size: 1em;
	color: #FF3C00;
	padding-bottom: 3px;
}
div.sitemap ul ul li a:hover,
div.sitemap ul ul li a:active {
	color: #333;
}

div.sitemap ul ul ul li a {
	font-weight: normal;
}


/* ####### SUCHE (indexed_search) ##########*/

.tx-indexedsearch-res h3 {
	padding-bottom: 5px !important;
	border-bottom: 1px solid #333;
}
span.tx-indexedsearch-title {font-size: 1.2em;}

.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup {
	color: #000 !important;
	font-weight: normal;
	background: #FFAA90;
}

div.tx-indexedsearch-search-submit input.submit {
	height: 19px !important;
}

div.tx-indexedsearch-form {
	float: left;
}
div.tx-indexedsearch-form input.searchfield {
	border: 1px solid #FF3C00;
	width: 200px;
}


div.tx-indexedsearch-browsebox {
	padding: 10px;
	border: 1px solid #ccc;
}
#content div.tx-indexedsearch-browsebox p {
	margin: 0 0 5px 0;
	padding: 0;
}
#content ul.browsebox li {
	padding-left: 10px;
}
#content ul.browsebox li:first-child {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
#content ul.browsebox li.tx-indexedsearch-browselist-currentPage a,
#content ul.browsebox li.tx-indexedsearch-browselist-currentPage a:link,
#content ul.browsebox li.tx-indexedsearch-browselist-currentPage a:visited {
	color: #000;
}
/* ##### HOME-LAYOUT ##### 
nachfolgende styles überschreiben bestehende 
spaltenmasse und contentformate etc. um das 
layout der startseite abzubilden

*/
div#maincontainer.home {
	background: #fff url('/fileadmin/images/bg_homelines.gif') repeat-y;
}

div#maincontainer.home div#left {
	width: 252px;
	margin-top: 0px;
	padding: 0 20px 0 18px;
}
div#maincontainer.home div#content {
	width: 250px;
	padding: 0 20px;
	margin-top: 0px;
}
div#maincontainer.home div#right {
	width: 322px;
	padding: 0 18px 0 20px;
	margin-top: 0px;
}



div#downloads,
div#downloads2 { 
	float:left;
	width: 295px;
	margin: 0 20px 20px 0;
}

div#downloads h2 {
	color:#FFFFFF;
}

div#downloads2 h2 {
	color:#FFFFFF;
}

hr.clearer {
	display: block;
	clear: both;
	visibility: hidden;
}

#downloads ul li, 
#downloads2 ul li {}

#downloads ul li,
#downloads2 ul li {
	padding: 0;
	margin: 0;
	background: none;
}


td.spalte_links {
	border-bottom: 1px solid #CACACA;
	width: 450px;
}

td.spalte_rechts {
	width: 190px;
	padding-left: 20px;
	vertical-align: bottom;
	border-bottom: 1px solid #CACACA;
}

hr {
	height:1px;
	border:0px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}


a.Blaetterkatalog,
Blaetterkatalog:link {
	padding-left: 10px;
	margin-top: 3px;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}

a.Link-intern,
a.Link-intern:link,
a.Link-intern:visited {
	padding-left: 10px;
	margin-top: 3px;
	background: url('/fileadmin/images/ico_eck_orange.gif') no-repeat 0 .25em;
}

.input_txt {
border: #CCCCCC 1px solid;
margin-top:6px;
}

.select_txt {
border: #CCCCCC 1px solid;
margin-top:6px;
}


textarea.textarea_txt {
border: #CCCCCC 1px solid;
margin-top:6px;
margin-bottom:6px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

table#mailform td{
vertical-align:top;
}


/* ####### ROUTENPLANER (Kontakt/Standort) ##########*/

#googlemaps_route {
  padding: 10px 0px 10px 0px;
  background-color: #869EDA;
  width: 100%;
  margin-top: 5px;
}

#googlemaps_route input.gm_searchfield {
	width: 146px;
	padding: 2px 2px 1px 2px;
	border: none;
	font-size: 0.9em;
	float: left;
	vertical-align: bottom;
	margin-left: 5px;
}

#googlemaps_route input.submit {
  float: left;
  height: 16px;
}

* html #googlemaps_route input.submit {
  height: 18px;
  margin-top: 1px;
  padding: 1px 8px 2px;
}

/* AUKOM */

table.aukom {
  width:100%;
  margin-bottom:20px;
}

table.aukom th {
  background-color:#ECEDED;
  font-weight:bold;
  padding:4px 3px;
}

table.aukom th span {
  font-weight:normal;
}

table.aukom td {
  border-bottom:1px solid #CCC;
  padding:3px;
}

table.aukom td.td-0 {
  width:30%;
}

table.aukom td.td-1 {
  width:40%;
}

table.aukom td.td-2 {
  width:30%;
}
