@import url(reset.css);

/*******************
*
* globale Selektoren
*
********************/

html {
  height: 100.1%
}

body {
  font-size: 0.8em;
  font-family: arial,verdana,sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 150%
}

label,
input[type=button], input[type=submit], input[type=reset], input[type=image],
button {
  cursor: pointer;
}

input[type=hidden] {
  display: none;
}

input, select, textarea {
  outline: 1px solid #000000
}

object {
  margin: 0 0 1em 0
}

h2, h3, h4, h5, h6 {
  color: #8594B3;
  background: inherit;
  line-height: 130%;
  font-weight: bold
}

h2 {
  font-size: 1.4em;
  padding: 0 0 1em 0;
  letter-spacing: 0.03em

}

h3 {
  font-size: 1.2em;
  padding: 0 0 0.5em 0
}

h4 {
  font-size: 1.05em;
  padding: 0 0 0.5em 0
}

h5 {
  font-size: 1em;
  padding: 0 0 0.2em 0
}

h6 {
  font-size: 1em;
  font-style: italic
}

p {
  margin: 0 0 1.5em 0
}

table {
  margin: 0 0 1.5em 0
}

strong {
  font-weight: bold
}

hr {
  border: none;
  height: 1px;
  background: #0160A4;
  color: #0160A4
}

a, a:hover {
  text-decoration: none
}

#top {
  visibility: hidden
}

.clear {
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both
}

.hidden {
  display: none
}

/*******
*
* Blöcke
*
********/

#wBlockMain {
  width: 910px;
  position: relative;
  background: #FFFFFF url(/de/wLayout/design/img/backgrounds/left_right.jpg) repeat-y 0 0;
  color: inherit;
  margin: 0 auto
}

#wrapper {
  background: transparent url(/de/wLayout/design/img/backgrounds/left_over.gif) no-repeat 0 496px;
}

#wBlockTop {
  position: relative;
  width: 100%;
  height: 137px;
  background: #898989 url(/de/wLayout/design/img/backgrounds/header.jpg) no-repeat 0 0;
  position: relative
}

#wBlockLeft {
  width: 180px;
  height: 300px;
  min-height: 300px;
  float: left
}

#wBlockContent {
  width: 510px;
  float: left;
  margin: -1px 0 0 30px;
  padding: 40px 190px 0 0;
  background: transparent url(/de/wLayout/design/img/backgrounds/right.jpg) no-repeat right 0
}

#wBlockRight { 
  display: none;
  height: 0;
  width: 0;
  margin: 0 0 0 0
}

#wBlockBottom {
  clear: both;
  height: 30px;
  color: inherit;
  background: #FFFFFF url(/de/wLayout/design/img/backgrounds/left_right.jpg) repeat-y 0 0;
}

/*************
*
* Bereich oben
*
**************/

/* Logo-Überschrift */

h1 a {
  display: block;
  width: 100%;
  height: 127px
}

h1 a span {
  display: block;
  text-indent: -3000em
}

/* Suchfeld */

.elementSearch {
  position: absolute;
  top: 4px;
  left: 9px;
  height: 14px
}

.elementSearch input {
  height: 14px;
  border: none;
  outline: none
}

input.elementSearchInput {
  width: 90px;
  padding: 2px 5px;
  border: 1px solid #0160A4;
  color: #0160A4
}

/* Drucken-Button */

#meta {
  position: absolute;
  top: 150px;
  right: 190px;
  width: 50px
}

#meta #toPrint {
  padding-left: 25px;
  display: block;
  width: 100%;
  height: 20px;
  color: #898989;
  background: #FFFFFF url(/de/wLayout/design/img/icons/print.gif) no-repeat 0 0;
}

/**************
*
* Bereich links
*
***************/

/* Telefon */

#wBlockLeft #tel {
  margin: 0 15px 5px 20px;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 120%;
  font-weight: bold
}

/* Navigation */

#wBlockLeft ul#nav {
  list-style: none;
  margin: 0 15px;
  padding: 0;
  border: 1px solid #FFFFFF;
  border-bottom: none
}

#wBlockLeft ul#nav li {
  border-bottom: 1px solid #FFFFFF
}

#wBlockLeft ul#nav a {
  width: 138px;
  display: block;
  padding: 3px 5px;
  color: #FFFFFF
}

#wBlockLeft ul#nav a:focus,
#wBlockLeft ul#nav a:hover,
#wBlockLeft ul#nav a:active,
#wBlockLeft ul#nav a.level1Selected {
  background: #8594B3;
  font-weight: bold
}

/***************
*
* Inhaltsbereich
*
****************/

.blockContent .border {
  border: none
}

.blockContent .border img {
  border: 1px solid #0160A4
}

.blockContent div.variabel,
.blockContent div.textLinks,
.blockContent div.textRechts {
  padding: 0 0 1.5em 0
}

.blockContent div.textRechts h3 {
  margin-bottom: 1.5em
}

.blockContent a {
  color: #314D7D;
  background: transparent;
  border-bottom: 1px dashed #314D7D;
  text-decoration: none;
  font-weight: bold
}

.blockContent h3 a {
  color: #8594B3;
}

.blockContent a:focus,
.blockContent a:active,
.blockContent a:hover {
  color: #000000;
  background: transparent;
  border: none;
  text-decoration: none
}

/* Element - Bilder */

* html .dreiBilder,
* html .vierBilder,
* html .textRechts,
* html .textLinks,
* html .bildNebenBild {
  height: 100%
}

.dreiBilder:after,
.vierBilder:after,
.textRechts:after,
.textLinks:after,
.bildNebenBild:after {
  content: "";
  display: block;
  height: 0;
  clear: both
}

span.bildLinks {
  float: left;
  padding: 0 1em 0 0
}

span.bildRechts {
  float: left
}

.textLinks span.bildRechts {
  float: right;
  padding: 0 0 0 1em
}

span.bildLinks span,
span.bildRechts span {
  line-height: 130%;
  font-size: 0.85em
}

.vierBilder span.bildLinks span,
.vierBilder span.bildRechts span{
  display: block;
  width: 125px
}

.vierBilder span.bildLinks img,
.vierBilder span.bildRechts img  {
  width: 125px
}


/* Element - Listen */

.blockContent ul {
  margin-left: 0;
  list-style-type: disc;
  padding-left: 15px
}

/* Element - Definitionsliste */

dl, dd {
  padding: 0 0 1em 0
}

dt {
  font-weight: bold
}

dd {
  padding-left: 5em
}

/* Element - Sitemap */

ul.sitemap,
ul.sitemap ul {
  margin: 0
}

ul.sitemap li {
  padding: 0 0 1em 18px
}

ul.sitemap2 {
  padding: 0 0 0 2em
}

ul.sitemap2 li {
  padding: 0 0 0 18px
}t

/* Elemente - unspezifisch */

small a {
  font-size: 0.85em;

}

/* Kotaktformular */

#kontakt .blockContent input {
  display: block;
  float: left;
  width: 30em;
  margin: 2px 5px 2px 5px;
  padding: 5px;
}

#kontakt .blockContent input,
#kontakt .blockContent select,
#kontakt .blockContent textarea {
  outline: none;
  border: 1px solid #000000
}

#kontakt .blockContent input:focus,
#kontakt .blockContent select:focus,
#kontakt .blockContent textarea:focus {
  background: #0160A4;
  color: #FFFFFF;
  border-color: #0160A4
}

.blockContent select#Anrede {
  padding: 5px;
  margin-top: 7px;
  width: 5em
}

.blockContent input#PLZ {
  width: 5em
}

.blockContent input#Ort {
  width: 16.7em
}

.blockContent input#datum,
.blockContent input#uhrzeit {
  width: 5em
}

.blockContent input#checkbox {
  width: auto;
  padding: 0;
  margin: 10px 5px 2px 5px
}

#kontakt .blockContent input.submit,
#kontakt .blockContent input.reset {
  width: 10em;
  border: 3px double #FFFFFF;
  outline: none;
  background: #0160A4;
  color: #FFFFFF
}

#kontakt .blockContent input.submit:focus,
#kontakt .blockContent input.reset:focus,
#kontakt .blockContent input.submit:hover,
#kontakt .blockContent input.reset:hover {
  background: #FFFFFF;
  color: #0160A4;
  border-color: #0160A4
}

.blockContent select {
  margin: 2px 5px 2px 5px;
  padding: 5px
}

.blockContent textarea {
  width: 30em;
  margin: 2px 5px 2px 5px;
  padding: 5px
}

.blockContent label  {
  width: 5em;
  float: left;
  padding: 5px;
  margin: 2px 5px 2px 5px;
  text-align: right
}

#kontakt .blockContent form p {
  clear: left;
  float: left;
  width: 100%
}

#kontakt .blockContent form p.senden input {
  float: right
}

/* IE6+IE7-Hacks Kontaktformular */

* html p textarea {
  width: 29em
}

* + html p textarea {
  width: 29em
}

/* SERP */

p.linkFooterLeft,
p.linkFooterRight {
  line-height: 100%;
  padding: 0 0 0.5em 0
}

p.linkFooterLeft {
  float: left
}

p.linkFooterRight {
  float: right
}

p.linkFooterCenter {
  clear: both;
  text-align: center
}

p.linkFooterLeft a,
p.linkFooterRight a,
p.linkFooterCenter a {
  font-weight: bold
}

p.linkFooterCenter a.textDecorationNone {
  color: #000000;
  border: none;
  font-weight: normal;
  cursor: text;
  text-decoration: none
}

/***********
*
* Fußbereich
*
************/

#toTop {
  width: 19px;
  height: 20px;
  float: right;
  background: transparent url(/de/wLayout/design/img/icons/up.gif) repeat-y 0 0;
  margin: 0 190px 0 0
}

#toTop span {
  display: block;
  text-indent: -3000em
}

/****************
*
* Editorspezifika
*
*****************/

#divEditbutton table,
#divEditbutton table td {
  width: auto;
  margin: 0
}

form .blockContent {
  width: 510px;
  margin-left: 20px
}

form .blockContent div {
  padding: 0
}

form .blockContent .dreiBilder,
form .blockContent .vierBilder,
form .blockContent .textRechts,
form .blockContent .textLinks,
form .blockContent .bildNebenBild {
/*   display: none */
}

form .blockContent span.bildRechts {
  float:right
}

form .blockContent input,
form .blockContent label,
form .blockContent select,
form .blockContent textarea {
  border: none;
  outline: 1px solid black;
  font-family: inherit;
  padding: 0;
  margin: 0
}

form .blockContent :focus,
form .blockContent :active {
  outline: 1px solid red;
  padding: 0;
  margin: 0
}