@charset "utf-8";
/**
 * Stylesheet fuer fritsch-eisenhandel.de
 *
 * Stilvorlagen fuer die Bildschirmdarstellung
 *
 * @link          http://www.fritsch-eisenhandel.de
 * @copyright     2009 Matthew Colton mat.coltonw@web-xs.de fuer web-xs GbR Colton-Gottschling
 * @date          2010-27-02
 * @lastmodified  2010-03-04
 */
body {
  color: #000;
  background: #e3e5e6;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

form { display: inline; }

img { border-width: 0; }

body, p, table, td, textarea, input, select, option {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
}
textarea, input, select, option {
	font-size: 13px;
}
a {
  text-decoration: underline;
  color: #64569e;
}

select.styled, input.styled, textarea.styled {
  border:  1px solid #002866;
  padding: 5px;
  color:   #000;
  background: #fff;
  width: 350px;
}

select.styled:focus, input.styled:focus, textarea.styled:focus {
  background: #fff;
}

input.submit {
  cursor: pointer;
}

div#page-wrapper {
  margin:     0 auto;
  height:     738px;
  border: 2px solid #aaa;
  text-align: left;
}

div#page-wrapper { width: 985px; }

div.section-home { background: url(../img/bg-home.png) top left no-repeat; }	
div.section-items { background: url(../img/bg-bau-schlosserbedarf.png) top left no-repeat; }
div.section-elements { background: url(../img/bg-bauelemente.png) top left no-repeat; }	
div.section-imprint { background: url(../img/bg-impressum.png) top left no-repeat; }	
div.section-contact { background: url(../img/bg-kontakt.png) top left no-repeat; }		

div#header {
	height: 106px;
	position:   relative;
}

div#content {
	height: 583px;
}

ul#nav, ul#meta-nav { position: absolute; top: 47px; }
ul#nav { left: 37px; }
ul#meta-nav { left: 630px; }

ul.nav {
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul.nav li {
	display: inline;
}

ul#nav a, ul#meta-nav a {
	text-transform: uppercase;
}

ul.nav li a {
	text-decoration: none;
	padding: 0 6px;
	display: block;
	float: left;
	border-right: 2px solid #5974ad;
	letter-spacing: .23em;
}	

ul.nav li a.last { border-right-width: 0px; }

ul.nav li a.current, ul.nav li a:hover { color: #002866; }

ul.nav li a, div#footer p {
	font-weight: bold;
	color: #5974ad;
}

div.col {
	float: left;
	/* background: #ccc; */
	margin: 0 25px 0 0;
}

div.first-col { margin-left: 43px; }
div.col-normal { width: 200px; }
div.col-double { width: 423px; }
div.col-triple { width: 670px; }
* html div.col-double { width: 423px; }
* html div.first-col { margin-left: 22px;}

h1, h2, h3, h4 { color: #5974ad; margin: 0; font-size: 14px; font-weight: bold; }
div#content li { font-size: 14px; font-weight: normal; }
div#content p { font-size: 14px; padding: 0 0 14px; margin: 1px 0 0; line-height: 1.4;}


h1 { padding: 50px 0 17px; }
h2 { padding: 5px 0 0px; }
h3 { padding: 2px 0 0px; }

div#content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#content li {
	padding: 1px 0;
	margin: 0 0  1px;
}

div.tooltip, div.tooltip h3, div.tooltip p, div.tooltip li {
	font-size: 13px;	
}			

div.tooltip th { color: #5974ad; }
div.tooltip th , div.tooltip td { vertical-align: top; background: #fff; padding: 2px 5px; }
div.tooltip table {
	border: 1px solid #aaa;
	border-collapse: separate;
	background: #aaa;
	font-size: 12px;
	width: 100%;
}
div.tooltip p { font-size: 12px !important; }
div#content .large-padding-top { padding-top: 60px; }
div#content .mid-padding-top { padding-top: 30px; }

div#content div.warn {
	padding: 0 5px;
	margin: 5px 0;
	border: 1px solid #5974ad;
	background: #d2e2e9;
	width: 350px;
}

div#content div.warn p { 
	padding: 0; margin: 0;	
	font-size: 13px !important;
}

div#content div.warn ul {
	list-style: disc;
	padding: 0 0 0 20px;
	margin-top: 0;
	
}
div#content div.warn li { font-size: 12px !important; }

div.bold, p.bold { font-weight: bold; }

div.tooltip p {
	padding: 0 0 3px;
	margin: 1px 0;
	line-height: 1.1;	
}				

div.tooltip ul {
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
}

div.tooltip li {
	padding: 1px 0;
	margin: 0 0  1px;
}

div#footer p {
	padding: 0;
	margin: 20px 0 0 43px;
	line-height: 1;
	font-size: 11px;
	letter-spacing: .18em;

}

div.tooltip { 
    display: none;
	text-align: left;
    width: 290px;
	max-width: 300px; 
    padding:10px; 
    color: #000;    
	background: #fff;
	border: 2px solid #5974ad;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}