* {padding: 0; margin: 0;}

body {
  text-align: center;
  background: #eee url('../img/stripes.png');
  font: normal 11px verdana, arial, sans-serif; 
  line-height: 1.5em;
  color: #555;
}

img { 
  border: 0; 
}

div, td {
  text-align: left;
}

input, textarea, select {
  font: normal 11px verdana, arial, sans-serif; 
  color: #555;
  padding: 2px;
}

input.button {
  color: #fff;
  font: bold 11px verdana,sans-serif; 
  border: solid 1px #9ac00b;
  padding: 3px;
  background: #9ac00b;
}

a:link, a:visited, a:active, a:focus { 
  font: normal 11px verdana, arial, sans-serif;
  text-decoration: underline;
  color: #555;
}

a:hover { 
  color: #9ac00b;
}

h2 {
  color: #9ac00b;
  font: normal 24px 'MishmashBRKRegular', verdana, sans-serif;
  line-height: 28px;
  margin: 0;
  padding: 3px 0;
}

h3 {
  color: #ccc;
  font: normal 24px 'MishmashBRKRegular', verdana, sans-serif;
  margin: 0;
  line-height: 26px;
  padding: 3px 0;
}

blockquote {
  background: #eee url('../portfolio/blockquote.gif') bottom no-repeat;
  margin-bottom: 5px;
  padding: 15px 15px 25px 15px; 
}

/* Liste */

#liste {
  list-style-type: none;
  margin: 10px 0 10px 0;
}

#liste li {
  padding-left: 25px;
  background-image: url('../img/liste.gif');
  background-repeat: no-repeat;
  background-position: 5px 5px;
  line-height: 17px;
}

a.noborder:link, a.noborder:visited, a.noborder:active, a.noborder:hover { 
  border: 0;
}

.spacer {
  position: relative;
  clear: both;
  width: 100%;
  height: 20px;
}

.clear {
  position: relative;
  clear: both;
  width: 100%;
  height: 1px;
}

#shadow {
  position: relative;
  margin: 0 auto;
  width: 660px;
  text-align: center;
  background: url('../img/shadow.png') repeat-y;
}

#firstwrap {
  position: relative;
  margin: 0 auto;
  width: 620px;
  background: #fff;
}

#secondwrap {
  position: relative;
  margin: 0 10px;
  width: 600px;
}

/* HEADER */

#logo {
  position: relative;
  float: right;
  width: 340px;
  height: 115px;
  padding-top: 10px;
  clear: both;
}

#header {
  position: relative;
  width: 600px;
  height: 250px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

#bar-green {
  position: relative;
  clear: both;
  height: 10px;
  width: 600px;
  background: #9ac00c;
}

#bar-lightgreen {
  position: relative;
  clear: both;
  height: 25px;
  width: 600px;
  background: #d0df99;
}

/* CONTENT */

#contentwrap {
  position: relative;
  text-align: center;
  clear: both;
  padding: 50px 25px 20px 25px;
}

.content {
  padding: 0 45px;
}

.content a:link, .content a:visited, .content a:active { 
  font: normal 11px verdana, arial, sans-serif;
  text-decoration: none;
  color: #555;
  border-bottom: dotted 1px #555;
}

.content a:hover { 
  border-bottom: solid 1px #9ac00b;
  color: #9ac00b;
}

/* FOOTER */

a.close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: none;
  background: url('../img/cancel.png') no-repeat;
}

#bottom {
  position: relative;
  clear: both;
  width: 600px;
  height: 30px;
  background: url('../img/bottom1.png') repeat-x;
}

#bottom a.left {
  position: relative;
  float: left;
  background: url('../img/bottom.png');
  width: 240px;
  border: 0;
  border-right: 3px solid #fff;
  display: block;
  padding: 5px 0 0 10px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#bottom a.email {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 24px;
  background: url('../img/email.png') no-repeat;
  border: 0;
  border-left: 3px solid #fff;
  cursor: pointer;
}

#bottom a.email:hover {
  background: url('../img/email1.png') no-repeat;
}

#bottom a.imprint, a.imprint:hover {
  display: block;
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 100px;
  height: 25px;
  line-height: 25px;
  color: #aaa;
  font-weight: bold;
  text-align: right;
  text-decoration:none;
}

#quicklinks {
  display: none;
  position: absolute;
  top: -155px;
  left: 123px;
  height: 150px;
  width: 248px;
  border: 1px solid #fff;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: .9;
}

#quicklinks ul {
  list-style-type: none;
}

#quicklinks ul li a, #quicklinks ul li a:visited, #quicklinks ul li a:active {
  display: block;
  height: 24px;
  line-height: 24px;
  width: 230px;
  padding: 0 10px;
  background: #555;
  color: #fff;
  border: 0;
  margin: 0;
  margin-bottom: 1px;
  text-decoration: none;
}

#quicklinks ul li a:hover {
  background: #9ac00c;
}

/* EMAILER */

#mailbox-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

#mailbox-wrap1 {
  position: fixed;
  background: #fff;
  z-index: 1000;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 430px;
  height: 330px;
  margin: -165px 0 0 -215px;
}

#mailbox-wrap2 {
  position: absolute;
  background: #888;
  top: 1px;
  left: 1px;
  width: 428px;
  height: 328px;
}

#mailbox-wrap3 {
  position: absolute;
  background: #eee url('../img/bg.png');
  top: 1px;
  left: 1px;
  width: 426px;
  height: 326px;
}

#mailbox {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 396px;
  height: 296px;
  background: #fff;
}

#mailform {
  padding: 25px;
  background: #fff !important;
}

#mailform input {
  width: 220px;
  font : normal 11px verdana, sans-serif;
  padding: 3px;
  color: #555;
  border: solid 1px #555;
}

#mailform textarea { 
  border: solid 1px #555;
  width: 220px;
}

#mailform input.button {
  color: #fff;
  border: solid 1px #9ac00b;
  background: #9ac00b;
  width: 100px;
  font-weight: bold;
}

/* Kontaktformular */

#fehler {
  position: relative;
  text-align: left;
  color: #555;
  background: #fff9d7;
  border: solid 1px #e2c822;
  padding: 5px 15px 5px 25px;
  line-height: 1.5em;
}