/*
client:          Wackler Group
version:         1.0
date:            2007-12-05
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
	background: #fff;
	text-align: center;
}

#container1 {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*
							layout
*/

#header {
	float: left;
	width: 100%;
	margin-bottom: 3em;
}

#logo {
	float: left;
	width: 100%;
}

#logo img {
	float: right;
}

#navbar {
	display: none;
}

#content {
	clear: both;
}

#extra img {
	display: none;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 13px 0;
/*	color: #005aa2;*/
	color: #434245;
	font-weight: bold;
	background-color: inherit;
}

/*
							typography
*/

h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
/*	color: #005aa2;*/
	color: #434245;
	background-color: inherit;
	margin-bottom: 1em;
}

.home h1 {
	line-height: 1.7em;
}

h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005aa2;
	margin: 1em 0 0 0;
}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005aa2;
	margin: 1em 0 0 0;
}

p,ul {
	margin-top: 0;
	margin-bottom: 1em;
}

a:link, a:visited {
	color: #005aa2;
	background-color: inherit;
	text-decoration: underline;
}

a:focus, a:hover {
	color: #89a3ce;
	background-color: inherit;
	text-decoration: underline;
}

strong {
	color: #005aa2;
	font-weight: bold;
}

ul.services-list {
}

/*
							content
*/

h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover, h2 a:focus {
	text-decoration: underline;
}

p.date {
	font-size: 10px;
}

p.more {
	margin-top: 0;
}

/*
							forms
*/

form.contact label {
	display: block;
}

.message-box {
	padding: 12px 10px;
	color: #000;
	background-color: #d2d9eb;
	margin-bottom: 1em;
}

.message-box ul {
	margin-bottom: 0;
}

label {
	font-size: 92%;
}

input.text,
textarea {
	border: 1px solid #999;
	font-family: arial, sans-serif;
	font-size: 1em;
	width: 355px;
	padding: 3px;
	background-color: #fff;
}

input.button {
	font-family: arial, sans-serif;
	font-size: 1em;	
}

/*
							tables
*/

/*
							tables
*/

table {
	border-collapse: collapse;
	font-size: 12px;
}

th, td {
  	text-align: left;
}

table.umwelt-data th {
	color: #005aa2;
	background-color: inherit;
	font-weight: normal;
}

table.umwelt-data th.section {
	color: #005aa2;
	background-color: #d2d9eb;
	font-weight: bold;
}

table.umwelt-data th,
table.umwelt-data td {
	border: 1px solid #d2d9eb;
	padding: 2px 4px;
}
