/* Start of CMSMS style sheet 'Metallvertrieb' */
/* Basestyles */
* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

body {
	background-color: #e6e1d4;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 1em;
}

/* label { display: none; } */

td, input {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
	text-decoration: none;
}

a, a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #B42123;
	text-decoration: underline;
}

a:active {
	color: #222222;
	text-decoration: underline;
}


/* Main area definition */

div#pagewrap {
	margin: 0 auto;
	width: 770px;
}

div#head {
	color: #ffffff;
	font-weight: bold;
	background: transparent url(images/head.png) no-repeat fixed top center;
	height: 170px;
	width: 770px;
}

div#contentwrap {
	background-color: white;
}

div#menu {
	width: 149px;
	padding: 0.8em 1px 10px 20px;
	float: left;
}

div#imageContainer {
       width: 600px;
       height: 268px;
	margin-left: 170px;
}

div#imageEdge img{
       position: absolute;
       z-index: 500;
       width: 600px;
       height: 268px;
}

div#imageContainer div#imageFade img {
       position: absolute;
	background-color: white;
        display: none;
       width: 600px;
       height: 268px;
       z-index: 499;	
}

div#contentbox {
	background-color: #a9aaa2;
	margin-left: 170px;
}

div#content {
	background-color: white;
	padding: 10px;
	border-top: 20px solid #a9aaa2;
	border-left: 17px solid #a9aaa2;
	border-right: 19px solid #a9aaa2;
}

div#abschluss {
	background-color: #e6e1d4;
	width: 600px;
	height: 83px;
}

/* Head definition */

div#head h1 a {
	display: none;
	text-indent: -999em;
	text-decoration:none;
}

div#head a {
	color: white;
	text-decoration: none;
}

div#logo {
	height: 120px;
	width: 120px;
	padding: 25px 25px;
	float: left;
}

table#bar {
	height: 18px;
	margin: 60px 46px 90px 0;
	float: right;
}

table#bar form {
	background-color: white;
	height: 20px;
	width: 180px;
}

table#bar a { margin: 0 1em; }

table#bar input#searching {
	background-color: transparent;
	border: none;
	padding: 0 0 0 5px;
	vertical-align: middle;
	font-weight: bold;
       width: 140px;
       height: 20px;
}

/* Menu definition */

div#menu {
  background-color: white;
}

div#menu ul {
	list-style: none outside
}

div#menu li {
	color: #B42123;
	font-weight: bold;
	margin: 1.2em 1px 0.1em 0.1em;
}

div#menu li a {
     color: #B42123;
}

div#menu li li a{
     color: black;
}

div#menu li li {
	color: black;
	font-weight: normal;
	margin: 0.2em 0 0.1em 1.8em;
        text-indent: -0.8em;
}

/* Content definition */

div#content h2 {
	font-size: 1.1em;
	color: #B42123;
	margin-bottom: 0.5em;
        margin-top: 0.5em;
}

div#content hr {
	color: black;
	background-color: black;
	border: none;
	height: 1px;
	margin: 1em 0;
}

div#content ul {
	list-style: none outside;
	margin-left: 1em;
}

div#content li {
	width: 450px;	
	margin: 0.2em 0;
}

div#content span.date {
	color: #B42123;
	margin-right: 0.5em;
}

div#content div#news {
	width: 500px;
	background-color: white;
}

div#content thead td {
  font-weight: bold;
  padding: 0.3em 0.6em;
}

div#content td {
  padding: 0.3em 0.6em;
}

div#content a, div#content a:link {
  border-bottom: 1px dotted #333333;
}

div#content div#searchresults li {
  line-height: 150%;
  list-style-type: disc;
}

div#content p#footer {
  margin: 3em 1em 0 1em;
  display: block;
  top: 3em;
}

div#content table#legierungszuschlag {
  border-collapse: collapse;
  text-align: right;
}

div#content table#legierungszuschlag td{
  border: 1px solid black;
}

div#content table.rand {
  border: 1px solid white !important;
  border-collapse: collapse;
  text-align: center;
}

div#content table.rand td {
  border: 1px solid black;
  padding: 0.5em;
  margin: 0;
}
div#content table.download {
  width: 300px;
  border: 1px solid white !important;
  border-collapse: collapse;
  text-align: center;
}

div#content table.download td {
  border: 1px solid black;
  padding: 0.5em;
  margin: 0;
}

div#content div.pisearchdetails {
  margin-left: 2em;
  color: #777777;
}

table.unterstrich tr {
  border-bottom: 1px solid #b42123;
  margin-bottom: 1px;
}
/* End of 'Metallvertrieb' */

