/*******************************************************************************
Title:  styles.css (actra.ch)
Autor:  sascha.scholz@actra.ch
Date:   11.08.2010
*******************************************************************************/
/* reset */
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;
}

ul, ol {list-style: none;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: top;}

a img {border: none;}

textarea {overflow: auto;}

abbr {
  border-bottom:1px dotted #666;
  cursor:help;
  font-style:italic;
}

body {
  font-size: small;
  font-family: helvetica, arial, verdana, sans-serif;
  color: #333;
  background: #242423;
}

/* links */
a:link, a:visited {
  color: #3080CB;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #499ce9;
 	text-decoration: none;
}

p, h2, h3, h4, h5, h6 {margin-bottom: 1em;}

h2, h3, h4, h5, h6 {
  font-family: arial, sans-serif;
  font-weight: bold;
}

h2 {
  margin-bottom: .5em;
  font-size: 155%;
  line-height: 1.5;
  color: #444;
}

h3, h4, h5, h6 {
  margin-bottom: .5em;
  font-size: 125%;
  color: #333;
}

h4, h5, h6 {font-size: 115%;}

/* structure
*******************************************************************************/
#page {
  width: 100%;
  float: left;
  position: relative;
  color: #333;
  background: #F3F3EB url(/images/page.jpg) 0 0 repeat-x;
}

#header {
  margin: 0 auto;
  padding-top: 20px;
  width: 960px;
  position: relative;
  z-index: 1008;
}

#nav {
  position: absolute;
  top: 33px;
  right: 10px;
}

#content-wrap {
  line-height: 1.5;
  background: url(/images/content-wrap.jpg) 50% 0 no-repeat;
}

#main-wrapper {
  float: left;
  width: 100%;
}

#main {
  margin: 0 auto 30px;
  padding: 30px;
  width: 900px;
  min-height: 410px;
  color: #333;
  background: #fff url(/images/main-40.jpg) 0 -1px repeat-x;
  background: #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;

  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  padding: 30px 29px;
}

#front #main {
  padding-bottom: 40px;
  min-height: 210px;
}

#primary {
  float: left;
  width: 541px;
}

#secondary {
  float: right;
  width: 329px;
}

#footer {
  width: 100%;
  clear: both;
  font-size: 85%;
  border-top: 6px solid #50504d;
  background: #242423;
}

#footer .section {
  margin: 0 auto;
  padding: 30px;
  width: 900px;
  position: relative;
}

/* page
*******************************************************************************/
h1 {
  margin-bottom: 20px;
  width: 160px;
  height: 53px;
  text-indent: -9999px;
  background: url(/images/logo02.gif) 0 0 no-repeat;
}

h1 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

p#actraslogan {
  position: absolute;
  top: 92px;
  right: -2px;
  text-indent: -9999px;
  height: 91px;
  width: 241px;
  background: url(/images/actraslogan06.png) 0 0 no-repeat;
  z-index: 100;
}

/* nav
*******************************************************************************/
#nav ul {font-size: 90%;}

#nav li {
  margin-right: 20px;
  float: left;
  font-family: "trebuchet ms", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#nav a {
  padding: 10px 0;
  float: left;
  color: #888;
  text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {color: #000;}

#nav a.active, #nav a.active:hover, #nav a.acitve:focus {
  font-weight: bold;
  text-shadow: 1px 1px 5px #ccc;
  color: #000;
}

/* main
*******************************************************************************/
#intro .section {
  margin: 0 auto;
  padding: 34px 30px;
  width: 900px;
  border-bottom: 8px solid #C8DE72;
  color: #333;
  background: #93b040 url(/images/intro.jpg) 0 0 no-repeat;
}

#intro h2 {
  margin: 0;
  padding-right: 140px;
  font-weight: bold;
  font-style: italic;
  font-family: georgia, serif;
  font-size: 235%;
  line-height: 1.1em;
  text-shadow: 1px 1px 2px #333;
}

/* secondary */
#secondary .section {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  color: #333;
  background: #f3f3f3 url(/images/secondary-section.jpg) 0 100% repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#secondary .section h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #333;
  background: url(/images/divider01.gif) 0 100% repeat-x;
}

#projektplaner img {
  float: left;
  margin: 0 8px 0 0;
}

/* =steps */
#steps.section h3 {
/*  margin: -21px -21px 0;
  padding: 10px 20px 9px;
  border-bottom: 1px solid #777;
  color: #fff;
  background: #7C7E7E;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;*/
}

#steps ol {margin: 0;}

#steps li {
  padding: 1.2em 0 1.2em 37px;
  border-bottom: 5px dotted #ddd;
  background: url(/images/step01.gif) 0 .9em no-repeat;
}

#steps li#step02 {background-image: url(/images/step02.gif);}
#steps li#step03 {background-image: url(/images/step03.gif);}
#steps li#step04 {background-image: url(/images/step04.gif);}
#steps li#step05 {background-image: url(/images/step05.gif);}
#steps li#step06 {background-image: url(/images/step06.gif);}
#steps li#step07 {background-image: url(/images/step07.gif);}
#steps li#step08 {background-image: url(/images/step08.gif);}

#steps li p {margin: 0;}
#steps li p strong {font-weight: bold;}

#tools ul {margin-bottom: 1em;}

#tools li {
  margin-bottom: .3em;
  padding-left: 28px;
  background: url(/images/icon-cog.png) 5px .2em no-repeat;
}

/* references */
.reference {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-width: 1px 1px;
  padding: 15px 580px 15px 15px;
  position: relative;
  background: #f3f3f3 url(/images/secondary-section.jpg) 0 100% repeat-x;
  min-height: 210px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.reference h3 {
  margin-bottom: .5em;
  padding-bottom: .4em;
  border-bottom: 4px dotted #ccc;
  font-size: 125%;
  z-index: 100;
  position: relative;
}

.reference p,
.reference dl {
  position: relative;
  z-index: 100;
}

.reference dl {margin-bottom: .1em;}

.reference dt {
  font-weight: bold;
  float: left;
  margin: 0 .5em 0 0;
}

.reference img {
  margin: 0 0 0 0;
  float: left;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

p.link-website {margin-top: 1.5em;}

#main p.link-website a {
  padding: 4px 10px;
  border: 1px solid #ddd;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  font-weight: bold;
  font-size: 90%;
  color: #666;
  background: #EDEDED url(/images/button-bg.jpg) 0 0 repeat-x;
}

#main p.link-website a:hover {
  background-position: 0 -9px;
  color: #88A634;
}

/* =form-contact */
.zemContactForm label {
  padding-top: 5px;
  float: left;
  width: 75px;
}

.zemContactForm div {margin-bottom: 2em;}

.zemContactForm div input,
.zemContactForm div textarea {
  padding: 6px 4px;
  border: 1px solid #c8e0f0;
  border-color: #ccc #ddd #eee #ddd;
  width: 453px;
  background: #f5f5f5;
}

.zemContactForm div textarea {height: 17em;}

.zemContactForm div input:focus,
.zemContactForm div textarea:focus {
  background: #fefcd7;
  border-color: #dcd9a8 #e3e0b2 #eeecc0 #e3e0b2;
}

.zemContactForm button {
  margin-left: 75px;
  padding: 4px 9px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #3d90de;
  color: #fff;
  background: #499CE9 url(/images/co-mailgo.gif) 10px 50% no-repeat;
  -moz-box-shadow: 1px 1px 1px #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #268CC4;
}

.zemContactForm button:hover,
.zemContactForm button:focus {
  background-color: #3d90de;
  color: #fff;
}

/* formfehler*/
.zemError {
  margin: 0 0 2em 0;
  border-width: 1px 0;
}

.zemError li {
  margin-bottom: .2em;
  padding-left: 23px;
  background: url(/images/icon-exclamation.gif) 0 50% no-repeat;
}

/* teammember */
.teammember {
  margin-bottom: 15px;
  position: relative;
}

.teammember img {
  margin: 0 15px 0 0;
  padding: 5px;
  float: left;
  border: 1px solid #ddd;
}

.teammember h4 {margin: 0;}

.teammember .function {
  margin: 0 0 .2em;
  color: #88A537;
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 95%;
}

.teammember p {margin-left: 142px;}

/* =faq */
#faq {list-style: none;}
#faq li {margin-bottom: 1em;}
#faq h3 {margin-bottom: 0;}
#faq p {margin-left: 25px;}

#meerkat-container {
  border-top: 6px solid #F2681D;
  border-bottom: 6px solid #F2681D;
  -moz-box-shadow: 0 -1px 5px #999;
}

#meerkat {
  border-top: 1px solid #fef3ea;
  border-bottom: 1px solid #dc5b16;
}

#ruega-add {
  padding: 30px 0;
  width: 760px;
  margin: 0 auto;
  background: url(/images/ruega-logo.gif) 0 50% no-repeat;
  padding-left: 140px;
}

.close, .dontshow {
  position: absolute;
  top: 20px;
  right: 15px;
}

#ruega-add p.fat {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 225%;
  font-family: arial, sans-erif;
}

#ruega-add p.small {margin: 0;}

.open strong {
  float: left;
  width: 10em;
}

/* Startseite
*******************************************************************************/
#intro-start .section {
  margin: 0 auto;
  padding: 20px 0;
  width: 960px;
  position: relative;
  min-height: 281px;
  background: #C8DE72 url(/images/intro-start02.jpg) 0 0 no-repeat;
  z-index: 10;
}

#intro-start .primary {
  margin-top: 35px;
  width: 405px;
}

#intro-start h2 {
  margin: 0 0 .8em 50px;
  line-height: 1.1em;
  font-family: georgia, serif;
  font-size: 255%;
  font-weight: bold;
  font-style: italic;
  color: #333;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  position: relative;
  z-index: 1000;
}

#intro-start h2 strong {color: #000;}

#link-referenz {margin-left: 50px;}

#link-referenz a {
  padding: 8px 16px;
  text-decoration: none;
  float: left;
  font-weight: bold;
  color: #fff;
  background: #333;
  -moz-box-shadow: 1px 1px 2px #5e7619;
  -webkit-box-shadow: 1px 1px 2px #5e7619;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

#link-referenz a:hover {
  background: #fff;
  color: #000;
}

#sliderwrap {
  width: 446px;
  height: 277px;
  position: absolute;
  bottom: 0;
  right: 66px;
}

#slider {
  width: 446px;
  height: 277px;
}

#slider, #slider li{
  width: 446px;
	height: 277px;
	overflow: hidden;
}

/* =feature */
.feature {
  margin: 0 30px 0 0;
  float: left;
  width: 280px;
}

#feat03 {margin: 0;}

.feature h3 {
  margin-bottom: 10px;
  font-size: 125%;
  color: #000;
}

#feat01 ul li {
  margin-bottom: .2em;
  padding-left: 32px;
  background: url(/images/icon-star.png) 10px 50% no-repeat;
}

/* =vcard */
.vcard .country-name,
.vcard .tel {
  margin-bottom: 1em;
  display: block;
}

#partnerlist li {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 4px dotted #ddd;
}

#partnerlist li.last {
  border: none;
  padding-bottom: 0;
}

#partnerlist li img {
  margin: 0 0 15px 28px;
  padding: 10px;
  float: right;
  border: 1px solid #ddd;
  -moz-box-shadow: 1px 1px 3px #ccc;
  -webkit-box-shadow: 1px 1px 3px #ccc;
}

#partnerlist li li {
  margin: 0;
  border: none;
  padding: 0;
}

#partnerlist li ul {
  margin: 0 0 1em 2em;
  list-style-type: disc;
}

#map_canvas {
  width: 541px;
  height: 480px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* footer
*******************************************************************************/
#footer p {
  margin: 0 1em 0 0;
  color: #999;
  float: left;
}

#footer p a {
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  color: #88A537;
}

#footer p a:hover {color: #fff;}

#footer ul {float: right;}

#footer ul li {
  margin: 0 0 0 15px;
  float: left;
  font-family: "trebuchet ms", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#footer ul li a {
  float: left;
  text-decoration: none;
  color: #ccc;
}

#footer ul li a:hover {
  color: #fff;
  text-shadow: 1px 1px 4px #ddd;
}

/* misc.
*******************************************************************************/
.introtext {
  padding-bottom: 1em;
  font-size: 135%;
  border-bottom: 4px dotted #ddd;
}

.connect {
  margin-top: 2em;
  padding-top: 1em;
  font-size: 135%;
  border-top: 4px dotted #ddd;
}

.vcard-download {
  padding-left: 20px;
  background: url(/images/icon-pagewhite.gif) 0 50% no-repeat;
}

.vcard span.type {font-weight: bold;}

p.link-rss {
  margin: 0;
  padding-left: 20px;
  background: url(/images/icon-rss.png) 0 50% no-repeat;
}

.linkmore {margin: 1.5em 0 0;}

.linkmore a {
  padding: 4px 10px;
  border: 1px solid #ddd;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  font-weight: bold;
  font-size: 90%;
  color: #666;
  background: #EDEDED url(/images/button-bg.jpg) 0 0 repeat-x;
}

.linkmore a:hover {
  color: #88A634;
  background-position: 0 -9px;
}

.form-note {
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

.backlink a {
  padding: 4px 10px;
  text-decoration: none;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  font-weight: bold;
  font-size: 90%;
  color: #666;
  background: #EDEDED url(/images/button-bg.jpg) 0 0 repeat-x;
}

.backlink a:hover {
  color: #88A634;
  background-position: 0 -9px;
}

/* selfClearing */
.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*
.jobdescr {
  font-size: 165%;
  font-weight: bold;
  border: 4px dotted #ddd;
  border-width: 4px 0;
  padding: 10px 0;
  line-height: 1.4em;
  text-align: center;
}

.jobdescr span {
  font-size: 75%;
  font-weight: normal;
}

#jobs #main ul {
  margin: 0 0 1em 2em;
  list-style-type: disc;
}


.link-clickcall {
border: 4px dotted #ddd;
border-width: 4px 0;
padding: 1em 0;
}
*/


.vcdownload {
background: url(/images/vcard.gif) 0 50% no-repeat;
padding-left: 20px;
}