/* Stylesheet Reset */

* {
	/* Tabellen */
	border-collapse : collapse;
	border-spacing : 0;
	margin : 0;
	padding : 0;
	empty-cells: hide;
}

html, body {
	color : #000000;
	height : 100%;
	line-height : 1.45;
	width : 100%;
}

/* Stylesheet Reset [Ende] */

a {
	/*color : #A0A0A0;
	*/
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}

a:hover {
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size : 12px;*/
	text-decoration : none;
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100.01%;
	font-size : 11px;
	font-weight : normal;
	height : 100%;
	text-align : left;
}

body {
	/* IE Scrollbars */
/*	background-image : url(images/bg.jpg); */
	background-position : top ;
	background-repeat : no-repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	scrollbar-3dlight-color : #74B9E5;
	scrollbar-arrow-color : #74B9E5;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #74B9E5;
	scrollbar-track-color : #F4F4F4;
}

div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

font {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

form {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

h1 {
	/*color : #aaa9a9;
	*/
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : left;
}

h1.a {
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : left;
}

h1.a:visited {
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : left;
	text-decoration : underline;
}

h1.a:hover {
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : left;
	text-decoration : underline;
}

h1.a:active {
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align : left;
	text-decoration : underline;
}

h2 {
	/*color : #3266BA;
	*/
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
}

h3 {
	/*
  color : #aaa9a9;
  color: #B9C0C4;
  */
  	color: 00275C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
}

h4 {
	color : #aaa9a9;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 12px;
	text-align : left;
}

img {
	border : none;
}

input {
	border:1px solid #333;
	background-color : #B9C0C4;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom:2px;
}

middot,
p,
span {
	color : #000000;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 11px;
}
li {
	list-style-type : square;
}

.bodytext {
	color : #000000;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 11px;
	text-align:justify;
}

p {
	color : #000000;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 11px;
	text-align:justify;
}

ul {
	color : #000000;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 11px;
	text-align:justify;
}

select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 2px;
	margin-top : 2px;
}

table {
	/* background-color : #FFFFFF;
	*/
	border-collapse : collapse;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

table p{
	padding-bottom : 0px;
}

table td{
	/*padding-left:5px;
	padding-right:5px;
	*/
}

textarea {
	border:1px solid #333;
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom:2px;
}

ul li {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
/*	list-style-image : url(images/bullet.gif); */
	list-style-position : outside;
	margin-left : 20px;
}
ol  li {
	list-style : lower-alpha;
	margin-left:40px;
}
ol {
	margin-bottom:10px;
}

/* IDs */

#content {
	height : auto;
	margin-bottom : 25px;
	margin-left : 25px;
	margin-top : 25px;
	width : 575px;
}

#contentbox {
	background-image : url(images/contentbg.gif);
	background-repeat : repeat-x;
	float : left;
	height : auto;
	width : 695px;
	min-height:500px;	
}

#contentwrapper{
	background-color : #FFFFFF;
	border : 1px solid #D9DADB;
	height : auto;
	margin-bottom : 35px;
	margin-left : 35px;
	margin-top : 35px;
	width : 625px;
}

#footer {
/*	background-color : #B9C0C4; */
	clear : both;
	height : 25px;
	margin-left : 5px;
	margin-top : 5px;
	text-align:center;
	width : 990px;
}
#fshadow {
	clear:both;
	height:14px;;	
/*	background-image : url(images/fshadow.gif);
	background-position : top;  */
	margin-left:5px;
	width:990px;
}

#header {
	background-color : #2C2C2C;
	height : 210px;
	margin-left : 5px;
	margin-top : 5px;
	width : 990px;
}

#leftcontent {
	height : auto;
	margin-bottom : 20px;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
	width : 155px;
}

#leftcontentbox {
	background-color : #B9C0C4;
	float : left;
	height : auto; 
	margin-left : 0px;
	margin-top : 0px;
	min-height:500px;
	width : 195px;
}
#lshadow {
	float:left;
	height:auto;
	width:10px;
/*	background-image : url(images/lshadow.gif); */
	background-position : bottom;
	background-color:orange;
}

#mbox {
	background-image: url(images/cbg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color : #B9C0C4;
	height : auto;
	margin-left : 5px;
	margin-top : 5px;
	width : 990px;
}

#navi {
	background-color : #B9C0C4;
	height : 25px;
	margin-left : 5px;
	margin-top : 5px;
	width : 990px;
}

#rightcontent {
	height : auto;
	margin-bottom : 20px;
	margin-left : 5px;
	margin-top : 20px;
	overflow : hidden;
	width : 90px;
}
#rshadow {
	float:right;
	width:10px;
	height:auto;
/*	background-image : url(images/rshadow.gif); */
	background-position : bottom;
	background-color:red;
}

#rightcontentbox {
	background-color : #B9C0C4;
	float : left;
	height : auto; 
	min-height:500px;		
	width : 100px;
	text-align:center;
}
#searchbox {
	background-color:#B9C0C4;
	height:70px;
	width:132px;
	position:absolute; 
  top:146px; 
  float: right;
	margin-left:864px;
	z-index:100;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity: 0.5;
}


#site {
	/*float:left; */
/*	height : 900px; */
	height:auto;
/*	left : 0px; */
	width: 990px;
/*	width : 1000px; */
/*	background: url(images/schatten.gif) bottom right no-repeat; */
margin: 0 auto;
text-align: left;
}
#wrapper {
	
	margin:0px auto;
	text-align: center;
	}
	
#header-raster
{
	background: url(images/raster.gif) top left no-repeat;
	width: 990px;
	height: 210px;
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	top: 0;
   z-index: 20;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	opacity: 0.3;
}

#header-hk-logo
{
	background: url(images/karlshuette_logo.gif) top left no-repeat;
	width: 396px;
	height: 70px;
	position: absolute;
	margin-top: 75px;
	margin-left: 5px;
	top: 0;
	z-index: 30;
}

#header-dqs-logo
{
	background: url(images/logo_dqs.gif) top left no-repeat;
	width: 66px;
	height: 70px;
	position: absolute;
	margin-top: 75px;
	margin-left: 929px;
	top: 0;
	z-index: 40;
}

#header-edge-tl
{
	background: url(images/edge-tl.gif) top left no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	top: 0;
	z-index: 50;
}

#header-edge-tr
{
	background: url(images/edge-tr.gif) top left no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	margin-top: 5px;
	margin-left: 985px;
	top: 0;
	z-index: 50;
}

#pdfheader
{
	margin-bottom: 30px;
}

#pdffooter
{
	margin-top: 30px;
}

/* Classes */
.clear {
	clear:both;
}
.chronik {
	border-collapse : collapse;
	border-spacing:5px;
	vertical-align:top;
}
.chronik td {
	vertical-align:top;	
	margin-right:5px;
}
.tr-even {
	background-color:#f4f4f4;
}
.tr-odd {
	background-color:#ffffff;
}
.td-0 {
	width:190px;
}
.td-1 {
	width:10px;
}

.search {
	margin-top:30px;
	margin-left:10px;
	width:100%
}

.searchlupe {
	float:left;	
	width:20px;
}
.searchlupe img {
	margin-top:3px;
}

.searchfield {
	float:left;
	width:70px;
}

.searchgo {
	float:left;
	width:25px;
}

.searchgo input{
	margin-top:3px;
	margin-left:10px;
}

.searchfieldshidden {
	display:none;
}

.sidenavi {
	color:#ffffff; 
/*	color:#c0c0c0; */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}

.tiny {
/*	color:#ffffff; */
	color:#c0c0c0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.tiny a,
.tiny a:active {
	color:#c0c0c0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
}
.tiny a:hover {
	color:#000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
}


#firma, #name, #telefon, #position, #email, #nachricht{
	margin-bottom:4px;
	width:240px;
	border: 1px solid silver;
	background-image:url(images/inputbg.gif);
        background-color: #fff;
	background-repeat:repeat-x;
}
#firma:hover, #name:hover, #telefon:hover, #position:hover, #email:hover, #nachricht:hover {
	margin-bottom:4px;
	width:240px;
	border: 1px solid black;
	background-image:url(images/inputbg.gif);
        background-color: #fff;
	background-repeat:repeat-x;
}
#firma:active, #name:active, #telefon:active, #position:active, #email:active, #nachricht:active {
	margin-bottom:4px;
	width:240px;
	border: 1px solid black;
	background-image:url(images/inputbg.gif);
        background-color: #fff;
	background-repeat:repeat-x;
}

#nachricht, #nachricht:hover, #nachricht:active {
	width:480px;
}

#tipafriend_name, #tipafriend_email, #tipafriend_nachricht, #tipafriend_sicherheit{
	margin-bottom:4px;
	width:150;
	border: 1px solid silver;
	background-image:url(images/inputbg.gif);
        background-color: #fff;
	background-repeat:repeat-x;
}
#tipafriend_name:hover, #tipafriend_email:hover, #tipafriend_nachricht:hover, #tipafriend_sicherheit:hover {
	margin-bottom:4px;
	width:150;
	border: 1px solid black;
	background-image:url(images/inputbg.gif);
        background-color: #fff;
	background-repeat:repeat-x;
}
#tipafriend_name:active, #tipafriend_email:active, #tipafriend_nachricht:active, #tipafriend_sicherheit:active {
	margin-bottom:4px;
	width:150px;
	border: 1px solid black;
	background-image:url(images/inputbg.gif);
        background-color: #fff;
	background-repeat:repeat-x;
}

#tipafriend_nachricht, #tipafriend_nachricht:hover, #tipafriend_nachricht:active {
	width:300px;
}

/* Tabelle Oragnigramm Proft 20.04.09 */

.inhalt {
	background-color: #B9C0C4;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
    font-weight : bold;
    padding: 5px 5px 5px 5px;
	}
.inhalt2 {
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
	}
/* Überschrift grau Abstand Proft 06.05.09 */
#content h1 {
margin-bottom: 20px;
}

/* Tabelle Referenzen Proft 07.05.09 */

table.referenzen {
	width: 400px;
}

/*Blocksatz weg für Schmelzbetrieb 11.05.09 */

#schmelzbetrieb {
	text-align: left;
}

.anfahrtlink{
color: #B9A9A9;
border-bottom: 1px solid #B9A9A9;
}
