/*
Projekt: KSDental
Projekt-URL: www.ksdental.de
Beschreibung: 
Autor: CSN
Version: v1.0
Erstellungsdatum: 20.04.2010
Datum der letzten Aenderungung:
*/

@import url('reset.css');
@import url('text.css');
@import url('960.css');

/* General */

body {
  background: url(../images/bg.png) repeat-x top center;  
  color: #787878;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
}

a {
  color:#444;
  text-decoration: none;
}

a:hover {
  color: #64BE1B;
}

h1,h2,h3,h4,h5,h6 {
  color:#64BE1B;
  font-family: Georgia;
}

/* Header */

#wrap {
  background: url(../images/header.png) top center no-repeat;
  min-height: 597px;
}

#header {
  height: 215px;
  position: relative;
}

/* Navigation */
.active a{
  color: #64BE1B;
}
#navigation {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
#navigation ul{
  margin-left: 55px;
}
#navigation li{
  display: inline;
}
#navigation a {
  text-transform: uppercase;
  text-decoration: none;
}
#navigation a:hover {
  color: #64BE1B;
}
/* Content */

#content {
  width: 730px;
  margin: 30px auto;
}
#thefoot {
  background: url(../images/footer.png)  bottom center no-repeat;
  min-height: 550px;
}

/* Footer */
#footer {
  text-align: center;
}
#footer ul{
  margin-left: -50px;
}
#footer li {
  display: inline;
}



/* POWERMAIL */
.tx-powermail fieldset,
.powermail_captcha_outer {
  border: 0;
  padding: 0;
  background: none;
}

.tx-powermail legend {
  display: none;  
}

.tx-powermail label {
  color: #787878;
}

.tx-powermail input,
.tx-powermail textarea {
  width: 392px;
}

.tx-powermail input.powermail_submit {
  width: 400px;
  background-color: #64BE1B;
  margin: 10px 40px 10px 0;
}

.powermail_captchaimage {
  width: 400px;
  margin-top: 10px;
}


