/* -----------------------------------------------------------------------------------------
---
---		MANUFACT WEBSITE: Typography StyleSheet (Base: BOKS)
---		Version: 1.0
---		Stand: 2009-08-24
---
---		HTML/CSS:	Peter Stollenwerk [ps@peterstollenwerk.de]
---
--------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------

	Resets default browser CSS.   

-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.4;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.6875 * 16px = 11px) */
body {
	font-size: 0.6875em;
	font-family: verdana, "helvetica-neue", arial, sans-serif;
	color: #777a7c;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: 1em;
}
h2 {
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: 1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	font-weight: bold;
}
a {
	color: #575757;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
	border: 1px solid #ccc;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: none;
}
/* Address (Footer) 
-------------------------------------------------------------- */

address {
	font-style: normal;
}
address span {
	border-right: 1px solid #777a7c;
	float: left;
	padding: 0 7px;
}
address span.address_impressum, address span.address_email {
	float: right;
}
address span.address_firma {
	padding-left: 0;
}
address span.address_impressum {
	padding-right: 0;
	border: 0;
}
address span.address_ort {
	border: 0;
}
address br {
	display: none;
}
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */
form br {
	display: none;
}
label {
	font-weight: normal;
	width: 94px;
	display: block;
	float: left;
	margin-top: 5px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
legend {
	display: none;
	font-weight: bold;
	font-size:1.2em;
}
/* Form fields
-------------------------------------------------------------- */

input[type=text], input.text, input.title, textarea, select {
	background-color:#f0eee7;
	border:1px solid #bbb;
	width: 230px;
	height: 1.1em;
	padding: 5px;
	margin:0 0 0.5em 0;
	font-size: 1em;
	color: #575757;
	display: block;
}
textarea {
	height: 80px;
	font-family: verdana, "helvetica-neue", arial, sans-serif;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
/*
input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
*/

label#label_kommentar /*, label#label_vorname, label#label_nachname, label#label_email */ {
	color: #575757;
	margin: 0;
}
input#plz {
	width: 50px;
	float: left;
	margin-right: 10px;
}
label#label_ort {
	margin-left: -125px;
}
input#ort {
	width: 158px;
}
input[type=submit] {
	background-color:#f0eee7;
	border:1px solid #bbb;
	width: 60px;
	padding: 5px;
	margin:1.5em 0 0.5em 276px;
	font-size: 1em;
	color: #777a7c;
	display: block;
}
/* Misc classes and elements
-------------------------------------------------------------- */
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
.clearfix, .container {
	display: block;
}
/* Regular clearing
   apply to column that should drop below previous ones. */

.clear {
	clear:both;
}
