﻿/** Layout **/
	html
	{
	font-size: 100%;
	}
	
	body
	{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: center;
	background-color: #eaeaea;
	font: .8em arial, hevetica, sans-serif;
	color: #000000;
	}
	
	#container
	{
	margin: auto;
	width: 700px;
	text-align: left;
	background-repeat: repeat-y;
	background-image:  url(../gfx/metall_bgr700_brdcenter.png);
	}
	
	#impress
	{
	float: right;
	padding-right: 20px;
	text-align: right;
	}

	#headbar
	{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	height: 95px;
	}
		
	#mainnav
	{
		padding-left: 20px;
		padding-top: 10px;
		padding-right: 20px;
	}
	
	#content
	{
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 15px;
		
	}
	
	#footer	
	{
		clear: both;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#brdtop
	{
	margin: auto;
	width: 700px;
	background-image:  url(../gfx/metall_bgr700_brdtop.png);
	}
	
	#brdbottom
	{
	margin: auto;
	width: 700px;
	background-image:  url(../gfx/metall_bgr700_brdbottom.png);
	}
	
/** Links **/

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

/** Specials **/

.logo {
	width: 210px;
	float: left;
}

.bannertext {
		width: 420px;
		height: 82px;
		float: right;
}

.diabgr {
	background-image:  url(../../gfx/diabox.png);
	background-repeat: no-repeat;
	height: 156px;
	width: 222px;
	text-align: center;
	padding-top: 11px;
	float: left;
	margin-right: 3px;
}

.nojs {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: lighter;
	color: #003399;
	}

/** Font Design **/

h1 {
	color: #666666;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: .04em;
}

h2 {
	color: #666666;
	font-size: 1.5em;
	text-transform: uppercase;
}

h3 {
	color: #666666;
	font-size: 1.1em;
	text-transform: uppercase;
}

.standard {
	font-size: 1em;
	text-align: justify;
	line-height: 1.5em;
	text-indent: 0px;
}

.standardbl {
	font-size: 1em;
	text-align: justify;
	line-height: 1.5em;
	text-indent: 0px;
}

.standardsmallbl {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.5em;
	text-indent: 0px;
}

.smallfooter {
	font-size: 0.75em;
	text-transform: uppercase;
}

/* lists */

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

ul li, ol li{
  list-style-position:outside;
  margin-left: 1.6em;
  list-style-type: circle;
}

/* other */

p{
	margin: .6em .3em;
	line-height: 125%;
	background-position: left;

}

img{
  border: 0;
}

hr{
  color: #b4aca1;
  background: #b4aca1;
  border-bottom: 1px solid #f6f4eb;
}

small{ font-size: 80%; }

pre{
  overflow: auto;
  white-space: pre-wrap;       /* css3 */
  white-space: -moz-pre-wrap;  /* ff */
  word-wrap: break-word;       /* ie */
  font-size: 12px;
  background: #fff;
  padding: .4em;
  margin: 1em 0;
}

blockquote{
  margin: 1em 25% 1em 0;
  padding: .2em .2em .2em 5em;
  border: 1px dotted #003399;
  font-style: italic;
  color: #003399;
  background: #fff;
}

blockquote p{
  padding: 8px;
  margin: 2px;
}
