/* @override 
	http://kaltenbach2008/css/basic.css
	http://kaltenbach/css/basic.css
	http://localhost/kaltenbach/css/basic.css
*/

body {
	margin: 0;
	color: #4B5860;
	font: 11px/13px 'Tahoma', Arial, Verdana, sans-serif;
	background: url(../images/pfeil_go_to.gif) no-repeat 930px 142px;
}




body.index {
	background: url(../images/pfeil_go_to.gif) no-repeat 850px 122px;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

a, img{
	outline: none;
}

/* @group Hacks etc. */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @end */

.index #content {
	min-height: 140px;
	height: auto;
}

/* IE */

/*\*/

* html .index #content {
	height: 140px;
}

/**/

/* @end */

/* @group Layout */

#container {
	width: 950px;
	border-top: 5px solid #b4081e;
}

#header {
	
}

#outer_content {
	background: url(../images/bg_content.gif) no-repeat scroll 715px 1%;
}

.index #outer_content {
	background: none;
}

.index #outer_content {
	margin-bottom: -30px;
}

#header img.header,
.index #header img.header {
	position: relative;
	z-index: 5;
	margin: -50px 0 -50px 160px;
}

#header img.header {
	margin: -60px 0 -50px 125px;
}

#signet {
	margin: 35px 0 0 50px;
	float: left;
	z-index: 10;
	position: relative;
}

#signet img {
	border: none;
}

#content {
	width: 665px;
	padding-left: 35px;
	position: relative;
	z-index: 20;
	float: left;
	margin-top: -30px;
}

.index #content {
	/*background: url(../images/bg_index_news_pfeil.gif) no-repeat 80px 0px;*/
	background: url(../images/bg_index_pfeil.gif) no-repeat 80px 20px;
	width: 440px;
	padding-left: 180px;
	margin-top: 20px;
	border: none;
}

#content #left,
#content #right {
	float: left;
	width: 165px;
	padding: 0 25px 0 100px;
}

#content #right {
	width: 340px;
	padding-left: 15px;
	padding-right: 0;
}

#content #left {
	padding-top: 78px;
}

.index #content #left,
.index #content #right {
	float: left;
	width: 169px;
	padding: 0 25px;
	margin-bottom: 25px;
}

.index #content #left {
	border-right: 1px solid #c5083d;
}

.index #content #right {
	border-left: 1px solid #c5083d;
	margin-left: -1px;
}

#content.einspaltig #left {
	width: 540px;
	padding-left: 112px;
	padding-top: 0;
}

.index #content.einspaltig #left {
	width: 350px;
	padding: 0 25px;
	margin-bottom: 25px;
	border: none;
}


#footer {
	margin: 20px 0 0 195px;
	border-top: 1px dashed #999;
	text-align: left;
	padding: 15px 65px 3px 0;
	height: auto;
}

/* @group Suche Eingabefelder */

#subnav form {
	float: right;
	margin-top: 15px;
}

form input {
	padding: 2px 4px 2px 5px;
	border: 1px solid #C5083D;
	font-size: 10px;
}

form select {
	border: 1px solid #C5083D;
	font-size: 11px;
	padding: 0;
}

form input:hover {
	border-color: #8C072D;
}

form input.submit {
	border: none;
	margin-right: 3px;
	padding: 0 5px;
}

/* @end */
hr{
	border-top: 1px dashed #999;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 330px;
	padding-bottom: 0;
	padding-top: 0;
}
/* @end */

/* @group Subnav */

#subnav {
	background: #e3e4e4;
	text-align: right;
	padding: 0 60px 0px 0;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	margin-left: 20px;
	display: inline;
	float: right;
}

#subnav ul li {
	display: inline;
}

#subnav ul li a {
	line-height: 50px;
	color: #b4081e;
	text-decoration: none;
	border-right: 1px solid #b4081e;
	padding: 19px 5px 3px 5px;
}

#subnav ul li.last a {
	border: none;
}

#subnav ul a:hover {
	color: #8C072D;
}

/* @end */

/* @group Nav */

#nav,
.index #nav {
	z-index: 9;
	float: right;
	position: relative;
	width: 200px;
}

#nav {
	left: -10px;
	top: -105px
}

.index #nav {
	left: -90px;
	top: -70px;
}

ul#nav,
ul#nav li,
ul#nav li ul,
ul#nav li ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#nav li {
	padding-left: 3px;
	background: url(../images/nav_pfeil.gif) no-repeat scroll 0 9px;
}

ul#nav li ul {
	margin-bottom: 10px;
}

ul#nav li ul li {
	background: url(../images/nav_pfeil_hell.gif) no-repeat scroll 5px 8px;
	text-transform: none;
	padding-left: 20px;
	width: 140px;
}

ul#nav a {
	background: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid #000;
	display: block;
	line-height: 18px;
	color: #333;
	width: 170px;
	padding: 3px 0 2px 10px;
}

ul#nav li ul li a {
	color: #555;
	line-height: 14px;
}

ul#nav a:hover {
	color: #000;
}

ul#nav a.current ,
ul#nav a.selected {
	font-weight: bold;
}

ul#nav li ul li a {
	padding-left: 0;
}

ul#nav li ul a {
	border-top: none;
	border-bottom: 1px solid #000;
	border: none;
}

ul#nav .no_border a {
	border: none;
}

ul#nav ul li a.no_border {
	margin-bottom: 10px;
}
#nav li.navi-kma a {
	margin-top: 25px;
	font-size: 12px;
	border: none;
}
/* @end */

/* @group Pictogramm Navigation */

#content ul#masch_fahrzeug_bereiche,
#content ul#stahlbau_bereiche {
	margin: 25px 0 20px 0;
	padding-left: 0;
	list-style: none;
}

#masch_fahrzeug_bereiche li,
#stahlbau_bereiche li {
	width: 110px;
	margin-right: 5px;
	float: left;
	list-style: none;
}

#masch_fahrzeug_bereiche li.last,
#stahlbau_bereiche li.last {
	margin-right: 0;
}

ul#masch_fahrzeug_bereiche a span,
#stahlbau_bereiche li a span {
	background: url(../images/pfeile_pictogramme.gif) no-repeat 0 0;
	padding-left: 3px;
	padding-right: 20px;
	padding-top: 3px;
	width: 85px;
	height: 30px;
	float: left;
}

#masch_fahrzeug_bereiche li a,
#stahlbau_bereiche li a {
	padding-top: 70px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #fff;
	height: 35px;
	text-align: center;
	width: 110px;
	background-repeat: no-repeat;
	background-position: 30% 0px;
	display: block;
}

#stahlbau_bereiche li a {
	padding-top: 80px;
}

#stahlbau_bereiche li a span {
	padding-top: 8px;
	height: 25px;
	cursor: pointer;
}

#masch_fahrzeug_bereiche li a:hover,
#stahlbau_bereiche li a:hover  {
	color: #dbdbdb;
}

#masch_fahrzeug_bereiche li a.transport {
	background: url(../images/icon_transport.jpg) no-repeat 0 10px;
}

#masch_fahrzeug_bereiche a:hover.transport {
	background-position: 30% -242px;
}

a.fahrzeugbau {
	background: url(../images/icon_fahrzeugbau.jpg);
}

#masch_fahrzeug_bereiche a:hover.fahrzeugbau {
	background-position: 30% -229px;
}

a.maschinenbau {
	background: url(../images/icon_allg_maschinenbau.jpg);
}

#masch_fahrzeug_bereiche a:hover.maschinenbau {
	background-position: 30% -221px;
}

a.freizeitpark {
	background: url(../images/icon_freizeitpark.jpg);
}

#stahlbau_bereiche a:hover.freizeitpark {
	background-position: 30% -209px;
}


a.fassaden {
	background: url(../images/icon_fassaden.jpg);
}

#stahlbau_bereiche a:hover.fassaden {
	background-position: 30% -209px;
}
a.allg-stahlbau {
	background: url(../images/icon_allg-stahlbau.jpg);
}

#stahlbau_bereiche a:hover.allg-stahlbau {
	background-position: 30% -210px;
}

#stahlbau_bereiche li.last a.allg-stahlbau span {
	padding-top: 3px;

padding-bottom: 6px;	
}





/* @end */

/* @group Texte */

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #C5083D;
	margin: 30px 0 35px -10px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #1D2326;
	z-index: 100;
	margin: 15px 0 10px 0;
	line-height: 1.2em;
}

.index h2 {
	font-size: 12px;
	color: #C5083D;
	line-height: 140%;
	margin: 5px 0;
}

#left h2 {
	margin-top: 0;
}

.index #left h2 {
	margin-top: 5px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.index h3 {
	font-weight: normal;
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #272727;
	margin-bottom: 16px;
	line-height: 120%;
}

.index p {
	margin: 0 0 8px 0;
}

p {
	line-height: 1.5em;
	padding-bottom: 1em;
}

.index #content #left p,
.index #content #right p {
	margin: 0 0 5px 0;
	padding: 0;
}

#footer p,
#footer a {
	color: #8f8f8f;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 13px;
	text-decoration: none;
}

#content ul {
	list-style-position:outside;
	list-style-type: none;
	list-style-image: url(../images/pfeil.gif);
	padding-left: 1.2em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#content ol {
	padding-left: 1.5em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

ul.historie li {
	margin-bottom: 10px;
}

#left ul li {
	margin:0;
}

strong {
	color: #C5083D;
	line-height: 1.3em;
}

#right hr {
	height: 1px; 
	background-color:#DDD; 
	border-top:1px solid #DDD; 
	width:320px; margin:10px 0 15px 10px; 
	text-align:left;
	clear: both;
}

/* @group Anfrage-Formular */

form.anfrage {
	padding: 0 0 30px 0;
	width: 340px;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #8C072D;
}

form.anfrage input {
	margin: 0;
	padding: 2px 4px 2px 5px;
}

form.anfrage select {
	height: 15px;
	margin: 0;
}

label {
	text-align: left;
	margin-top: 10px;
	float: left;
	height: auto;
}

label input {
	width: 310px;
	margin-top: 2px;
	float: left;
}

label textarea {
	width: 310px;
	float: left;
}

label.schmal {
	width: 165px;
}

label.schmal2 {
	width: 120px;
}

label.schmal input {
	width: 145px;
}

label.schmal2 input {
	width: 90px;
}

label.schmal3 {
	width: 100px;
}

label.schmal3 input {
	width: 70px;
}

label select {
	width: 80px;
	margin: 2px 0 0 0px;
	height: auto;
}

input.senden {
	margin: 20px 20px 0 0;
	font-size: 110%;
	color: #8C072D;
	padding: 0 0 0 10px;
	background: #fff;
	width: auto;
	height: auto;
}

input,
textarea,
select {
	font-family: "Tahoma", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #455669;
	margin-top: 2px;
	padding: 2px 4px 2px 5px;
	border: 1px solid #C5083D;
}

/* @end */

/* @group Ansprechpartner */

img.ansprechpartner {
	float: right;
	margin-top: 25px;
}

.ap_sub {
	float: left;
	width: 100%;
}

.ap_left {
	float: left;
	width: 160px;
	padding-right: 10px;
}

.ap_right {
	float: left;
	width: 150px;
}

a.vcard {
	height: 33px;
	padding-top: 5px;
	padding-left: 40px;
	background: url(../images/vcard.jpg) no-repeat 0 0;
	width: 100px;
	float: left;
}



/* @end */

/* @group Content Teaser */

.content_teaser {
	width: 356px;
	height: 85px;
	background: #eff1f2;
	margin: 10px 0 25px 0px;
}

.content_teaser img {
	float: right;
	margin-left: 15px;
}

.content_teaser h3 {
	margin-bottom: .7px;
	padding-top: 6px;
	margin: 0 0 5px 10px;
}

.content_teaser p {
	line-height: 1.2em;
	margin: 0 0 0 10px;
	padding: 0
}




/* @end */

/* @group Historie */

ul.historie {
	list-style-type: none;
	margin-top: 14px;
	list-style-image: none;
	padding-left: 0;
}

#content ul.historie {
	list-style:none;
	padding-left: 0;
	line-height: 1.6em;
	margin-bottom: 10px;
	list-style-image: none;
}

ul.historie li {
	display: inline-block;
}

ul.historie li:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html ul.historie li {height: 1%;}
ul.historie li {display: block;}
/* End hide from IE-mac */

ul.historie span {
	font-weight: bold;
	color: #C5083D;
	margin-right: 10px;
	float: left;
	line-height: 1.4em;
}

ul.historie p {
	float: left;
	width: 85%;
}

/* @end */

/* @group Montagespektrum */

.montagespektrum {
	width:326px; 
	padding: 5px 0;
	color: #a7b2b8;
	line-height: 1.3em;
	margin: 15px 0;
}

.montagespektrum p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	margin: 5px 0;
}

.montagespektrum .links,
.montagespektrum .rechts {
	width:163px; 
	float:left;
}

.montagespektrum .rechts {
	text-align: right;
	width: 162px;
}



/* @end */

/* @group Rittersport */

p.rittersport {
	width: auto;
	display: block;
	margin: 15px 0;
}

p.rittersport span {
	float: left;
	width: 105px;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 10px;
	cursor: pointer;
}

p.rittersport a {
	margin: 0 7px 7px 0;
	float: left;
	width: 106px;
}

p.rittersport.autobreite a {
	width: auto;	
}

/* @end */

/* @group Sitemap */

#content ul.sitemap {
	line-height: 1.2em;
	display: inline;
	width: 165px;
	display: block;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

#content ul.sitemap.left,
#content ul.sitemap.middle,
#content ul.sitemap.right {
	float: left;
}

#content ul.sitemap.right {
	margin-right: 0;
	margin-left: 20px;
	width: 140px;
}

.entry sitemap ul {
	margin: 0;
	padding: 0;
}

.sitemap ul {
	margin-left: 20px;
	padding-left: 0;
}

.sitemap li {
	list-style-type: none;
	line-height: 1.4em;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

ul.sitemap > li {
	margin-bottom: 10px;
}

.sitemap ul li {
	list-style-image: url("../images/l2_normal.gif");
}

.sitemap h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

.sitemap ul ul li {
	list-style-image: url("../images/l3_normal.gif");
}

.sitemap ul li.firstfollow {
	list-style-image: url("../images/l2_first_follow.gif");
}

.sitemap ul li.last {
	list-style-image: url("../images/l2_last_item.gif");
}

.sitemap ul ul li.firstfollow {
	list-style-image: url("../images/l3_first_follow.gif");
}

.sitemap ul ul li.last {
	list-style-image: url("../images/l3_last_item.gif");
}

/* @end */

/* @group Tabelle mit technischen Daten */

table.tech_daten,
table.tech_daten2 {
}

table.tech_daten td {
	text-align: center;
	padding: 3px 0;
}

table.tech_daten th {
	text-align: left;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

table.tech_daten2 td {
	text-align: left;
	padding: 3px 4px;
}

table.tech_daten2 th {
	text-align: left;
	font-weight: bold;
	padding: 10px 4px 5px 4px;
	border-bottom: 2px solid #4B5860;
}

table.tech_daten2 .rechts {
	text-align: right;
	border-left: 1px solid #ddd;
}

table.tech_daten2 .breiter {
	width: 19%;
	text-align: right;
	border-left: 1px solid #ddd;
}

table.tech_daten2 .breiter2 {
	width: 40%;
	text-align: right;
	border-left: 1px solid #ddd;
}

/* @end */


/* @end */

/* @group Links */

a img {
	border: none;
}

a {
	color: #C5083D;
	text-decoration: none;
}

a.current {
	font-weight: bold;
}

a:hover {
	color: #8C072D;
}

a.pdf {
	padding-right: 25px;
	background: url(../images/pdf.jpg) no-repeat 100% 50%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 25px;
}

a.button_zurueck {
	background-image: url(../images/zurueck_button.jpg);
	width: 128px;
	display: block;
	line-height: 29px;
	padding-left: 25px;
	color: #fff;
	font-weight: bold;
	margin-left: -25px;
	margin-top: -45px;
	margin-bottom: 5px;
}

/* @end */

/* @group Bilder */

img.links {
	float: left;
	margin: 5px 15px 5px 4px;
}

img.links-k-ma {
	float: left;
	margin: 0 15px 5px 4px;
}

img.rechts {
	float: right;
	margin: 0px 10px 5px 5px;
}	

.index img.links,
.index img.rechts {
	margin-top: -5px;
	margin-left: 20px;
}


/* @end */