/*
client:          Wackler Group
version:         2.2
date:            2010-02-26
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
life is full of colors!

dark blue      005aa2
light blue     89a3ce
lighter blue   d2d9eb
lightest blue  e8ecf6
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

/*
							document
*/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

/*min-width of 960 pixels results in 364 pixels for main content*/

/*
	IE min-width patch by Stu Nicholls
	http://www.cssplay.co.uk/boxes/minwidth.html
*/

/* for all browsers that understand min-width */

#container1 {
	width: 100%;
	min-width: 960px;
}

/* for IE5 Mac */

* html #container2 {
	border-left: 960px solid #fff;
}

* html #container3 {
	margin-left: -960px;
	position: relative;
}

/*
							layout
*/

#container3 {
	background: #fff url(../img/background-b.gif) right -30px no-repeat;
}

.referenzen #container3 {
	background: #fff url(../img/background-b2.gif) right -30px no-repeat;
}

.facility-management #container3 {
	background: #fff url(../img/background-o.gif) right -30px no-repeat;
}

.bio-clean #container3 {
	background: #fff url(../img/background-g.gif) right -30px no-repeat;
}

.health-care #container3 {
	background: #fff url(../img/background-t.gif) right -30px no-repeat;
}

.security #container3 {
	background: #fff url(../img/background-r.gif) right -30px no-repeat;
}

#header {
	height: 120px;
	border-bottom: 1px solid #d2d9eb;
}

#logo {
	padding: 32px 24px 8px 13px;
}

#logo img {
}

#content {
	float: left;
	width: 100%;
	background: transparent url(../img/background-nav.gif) 0 0 repeat-y;
}

#navbar {
	float: left;
	width: 20%; /* ul#nav width will be 176px */
	margin-right: 20px;
}

#main {
	float: left;
	width: 38%;
	padding: 24px 0;
	overflow: visible;
}

.home #main {
	width: 400px;
/*	border: 1px solid orange;*/
	overflow: visible;
}

.standorte #main {
	padding-top: 0;
	width: 70%;
}

/*
.standorte2 #main {
	padding-top: 0;
	width: 70%;
}

.standorte2 .standorte-chefs {
	float: left;
	padding: 12px 24px 1px 12px;
	margin-right: 12px;
	border: 1px solid #d2d9eb;
}

.standorte2 .standorte-holding {
	float: left;
	padding: 12px 24px 1px 12px;
	border: 1px solid #d2d9eb;	
}
*/

.standorte h1 {
	margin-bottom: 0;
}

.standorte h3 {
	font-size: 110%;
	margin: 1em 0;
}

.standorte-pre {
	float: left;
	width: 100%;
	padding: 2em 0 2em 0;
}

.standorte-chefs {
	float: left;
}

.standorte-holding {
	float: left;
	margin-right: 48px;
}

#extra {
	float: right;
	width: 340px;
	padding: 35px 6px 12px 0;
	overflow: hidden;
	margin-top: 123px;
	text-align: right;
}

.standorte-tabelle {
	width: 100%;
	margin: 2em 0;
}

.standorte-tabelle th,
.standorte-tabelle td {
	width: 24%;
	text-align: left;
	vertical-align: top;
	padding: 0 12px;
	border-left: 1px solid #d2d9eb;
}

#extra img {
	float: left;
	/* be nice to IE 5.2.3. Mac - this little sweetie needs "zero" margin here */
	margin: 0;
}

#footer {
	clear: both;
	font-size: 11px;
	padding: 12px 18px;
/*	color: #005aa2;*/
	color: #434245;
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #d2d9eb;
}

/*
							home: bubbleman-navigation
*/

#home-bubbleman-nav {
	width: 214px;
	height: 198px;
	background: url(img/bubbleman-colors2.png) -250px 0 no-repeat;
	margin: 90px 0 120px 90px;
}

#home-bubbleman-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-bubbleman-nav li {
	margin: 0;
	padding: 0;
}

#home-bubbleman-nav li a.service {
	list-style: none;
	display: block;
	text-indent: -9999px;
	width: 230px;
	height: 60px;
	background: url(img/services2.png) 0 0 no-repeat;
	position: relative;
	overflow: hidden;
}

#home-bubbleman-nav .service.service-group:link,
#home-bubbleman-nav .service.service-group:visited         { background-position: 0 20px; top: -90px; left: 30px; }
#home-bubbleman-nav .service.service-group:hover,
#home-bubbleman-nav .service.service-group:focus           { background-position: 0 -80px; }

#home-bubbleman-nav .service.bio-clean:link,
#home-bubbleman-nav .service.bio-clean:visited             { background-position: 0 -180px; top: -90px; left: -110px; }
#home-bubbleman-nav .service.bio-clean:hover,
#home-bubbleman-nav .service.bio-clean:focus               { background-position: 0 -280px; }

#home-bubbleman-nav .service.facility-management:link,
#home-bubbleman-nav .service.facility-management:visited   { background-position: 0 -380px; top: 100px; left: -110px; }
#home-bubbleman-nav .service.facility-management:hover,
#home-bubbleman-nav .service.facility-management:focus     { background-position: 0 -480px; }

#home-bubbleman-nav .service.security:link,
#home-bubbleman-nav .service.security:visited              { background-position: 0 -580px; top: -209px; left: 230px; }
#home-bubbleman-nav .service.security:hover,
#home-bubbleman-nav .service.security:focus                { background-position: 0 -680px; }

#home-bubbleman-nav .service.health-care-services:link,
#home-bubbleman-nav .service.health-care-services:visited  { background-position: 0 -780px; top: -24px; left: 10px; }
#home-bubbleman-nav .service.health-care-services:hover,
#home-bubbleman-nav .service.health-care-services:focus    { background-position: 0 -880px; }


#home-bubbleman-nav .service.personal-service:link,
#home-bubbleman-nav .service.personal-service:visited      { background-position: 0 -980px; top: -20px; left: 170px; }
#home-bubbleman-nav .service.personal-service:hover,
#home-bubbleman-nav .service.personal-service:focus        { background-position: 0 -1080px; }


/*
							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-top: 0;
	margin-bottom: 1em;
}

h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 14px;
	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;
}

/*
							navigation
*/

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

ul#nav li {
	display: inline;
}

ul#nav a, ul#nav span.current-page {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	display: block;
	width: 123px;
	text-decoration: none;
	padding: 9px 10px 9px 43px;
}

ul#nav a:link, ul#nav a:visited {
	color: #005aa2;
	background: #d2d9eb url(../img/bullet-nav-bg-blue.gif) 18px center no-repeat;
	border-bottom: 1px solid #fff;
}

ul#nav a:focus, ul#nav a:hover {
	color: #005aa2;
	background: #fff url(../img/bullet-nav-bg-white.gif) 18px center no-repeat;
	border-bottom: 1px solid #d2d9eb;
	border-bottom: 1px solid #fff;
}

ul#nav span.current-page {
	color: #005aa2;
	background: #fff url(../img/bubble-man.gif) 8px center no-repeat;
	border-bottom: 1px solid #d2d9eb;
	border-bottom: 1px solid #fff;
}

ul#nav a:link.current-section,
ul#nav a:visited.current-section,
ul#nav a:focus.current-section,
ul#nav a:hover.current-section {
	color: #005aa2;
	background: #fff url(../img/bullet-nav-bg-white.gif) 18px center no-repeat;
	border-bottom: 1px solid #d2d9eb;
	border-bottom: 1px solid #fff;
}

ul#nav a:link#nav-item-fruehlingsraetsel.animation-state-1,
ul#nav a:visited#nav-item-fruehlingsraetsel.animation-state-1 {
	background: #d2d9eb url(../img/bullet-nav-bg-blue.gif) 18px center no-repeat;
}

ul#nav a:link#nav-item-fruehlingsraetsel.animation-state-1,
ul#nav a:visited#nav-item-fruehlingsraetsel.animation-state-1 {
	background: #fff url(../img/bullet-nav-bg-white.gif) 18px center no-repeat;
}

/* second level */

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

ul#nav ul a, ul#nav ul span.current-page {
	padding-left: 66px;
	font-weight: normal;
	width: 100px;
}

ul#nav ul a:link, ul#nav ul a:visited {
	color: #005aa2;
	background: #e8ecf6 url(../img/bullet-nav-bg-blue.gif) 41px center no-repeat;
	border-bottom: 1px solid #fff;
}

ul#nav ul a:link a:focus, ul#nav ul a:hover {
	background: #fff url(../img/bullet-nav-bg-white.gif) 41px center no-repeat;
	border-bottom: 1px solid #e8ecf6;
	border-bottom: 1px solid #fff;
}

ul#nav ul span.current-page {
	background: #fff url(../img/bubble-man.gif) 31px center no-repeat;
	border-bottom: 1px solid #e8ecf6;
	border-bottom: 1px solid #fff;
}

/*
							content (main/extra)
*/

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

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

p.date {
	font-size: 11px;
	line-height: 18px;
}

ul.services-list,
ul.job-list {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

ul.services-list li,
ul.job-list li {
	display: inline;
}

ul.services-list a,
ul.job-list a {
	display: block;
	background: #fff url(../img/bullet-nav-bg-white.gif) 12px center no-repeat;
	padding: 3px 0 3px 30px;
}

ul.services-list a:link, ul.services-list a:visited,
ul.job-list a:link, ul.job-list a:visited {
	text-decoration: none;
}

ul.services-list a:focus, ul.services-list a:hover,
ul.job-list a:focus, ul.job-list a:hover {
	text-decoration: underline;
}

.philosophie #main ul,
.umweltziele #main ul,
.umweltpakt #main ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.philosophie #main ul ul,
.umweltziele #main ul ul,
.umweltpakt #main ul ul {
	padding-top: 6px;
}

.philosophie #main li,
.umweltziele #main li,
.umweltpakt #main li {
	display: block;
	background: transparent url(../img/bullet-nav-bg-white.gif) 12px 6px no-repeat;
	padding: 0 0 6px 30px;
}

.leitbild #main ol li {
	font-size: 18px;
	line-height: 18px;
	color: #005aa2;
	font-weight: bold;
}

.leitbild #main ol li p {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.portrait {
	float: right;
	width: 120px;
	margin: 0 0 1em 24px;
}

.portrait p {
	font-size: 11px;
	margin: 0;
}

p.job-basics {
	background-color: #d2d9eb;
	padding: 1em 10px;
	text-align: center;
}

.job-name {
	color: #005aa2;
	font-weight: bold;
}

.news-entry {
	margin-bottom: 3em;
}

.grusswort-entry {
	margin-bottom: 2em;
}

.kontakt #extra {
	text-align: left;
}

.kontakt #extra h2 {
	margin-top: 0;
}

.kontakt #extra .callback-link {
	float: left;
	width: 100px;
	margin-left: 110px;
	margin-top: 15px;
}

blockquote {
	font-style: italic;
	margin-right: 0;
}

blockquote p {
	margin-bottom: 0.5em;
}

blockquote p.kunde {
	font-style: normal;
	font-weight: bold;
	color: #005aa2;
}

/*
							forms
*/

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

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

label {
	font-size: 11px;
}

input.text,
textarea {
	border: none;
	font-family: arial, sans-serif;
	font-size: 1em;
	width: 95%;
	padding: 3px;
	background-color: #d2d9eb;
}

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

label.checkbox {
	font-size: 1em;
}

.small {
	font-size: 11px;
}

/*
							tables
*/

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

th, td {
  	text-align: left;
}

table.umwelt-data {
	width: 100%;
}

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;
}

.engagement img {
	margin: 0 12px 12px 0;
}

/*
							qTip
*/

div#qTip {
	padding: 2px 4px;
	display: none;
	color: #005aa2;
	color: #000;
	background-color: #d2d9eb;
	background-color: #fff;
	border: 3px solid #89a3ce;
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	z-index: 1000;
}