@import url("basic.css");

/*
#inner_content a:link:after,
#inner_content a:visited:after {

   	content: " (" attr(href) ") ";
   	font-size: 90%;}



#content a[href^=""]:after {
   content: " (http://kaltenbach-maschinenbau.de/" attr(href) ") ";  }

*/

#footer a:link:after,
#footer a:visited:after,
#footer a[href^="/"]:after {
	content: inherit;
}


body {
	background: #fff;
	font-family: 'Tahoma', Verdana, sans-serif;
	font-size: 11px;
	color: #4B5860;
}

/* TEXT */

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

a:hover {
	color:#8C072D;
}

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

p.bildunterschrift {
	color: #899AAB;	
}

i {
	color: #8C072D;
}

.entry h2,
.entry h3,
.entry h4,
.entry p {
	padding-left: 10px;
}


.entry ul {
	margin-left: 10px;
}

.entry ul.sitemap {
	margin-left: 0;
}

.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4 {
	padding-right: 40px;
}



h1 {
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 .9em 0;
	color: #C5083D;
	padding-top: 15px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #1D2326;
	padding-bottom: 0.5em;
	padding-top: 19px;
	z-index: 100;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0.2em;
	padding-top:1em;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #272727;
	padding-bottom: 1em;
	line-height: 1.4em;
}

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

strong {
	color: #C5083D;
}

img.left {
	float: left;
	clear: both;
	padding: 5px 15px 5px 4px;
}

img.rechts {
	float: right;
	clear: both;
	padding: 0px 10px 5px 5px;
}

table.tech_daten,
table.tech_daten2 {
	margin-left: 10px;
}

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;
}



.roter_streifen,
.muster_streifen_oben,
ul#topnav li,
#nav {
 	display: none;
}

* {
	background: transparent;
	border: none;
}