html,body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  background:#fff;
}
#deco1 {
  background-image:url(images/blue/pageBg.png);
  background-repeat:no-repeat;
  width:460px;
  height:260px;
  position:absolute;
  left:38%;
  top:0;
  z-index:1;
}
body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:11px;
  color:#888;
  line-height:17px;
}

acronym {
  cursor:help;
}

a {
  text-decoration:none;
  color:#173454;
}
a:hover {
  text-decoration:underline;
}

h1 {
  font-size:14px;
  margin:0 0 1em 0;
}
h2 {
  font-size:12px;
  margin:0 0 1em 0;
}

ul {
  margin:0 0 1em 0;
  padding:0 0 0 15px;
}
ul li {
  list-style-type:square;
}

img.left {
  float:left;
  margin:0 20px 20px 0;
  border:solid #173454 1px;
}
img.left2 {
  float:left;
  margin:0 0 20px 0;
  border:solid #173454 1px;
}

.nowrap {
  white-space:nowrap;
}

#logo {
  position:absolute;
  left:20px;
  top:300px;
  width:220px;
  height:120px;
  background-image:url(images/blue/logo.png);
  background-repeat:no-repeat;
}
#logo h1 {
  display:none;
}
.right {
  margin-left:240px;
}

#navig {
  position:absolute;
  left:20px;
  top:40px;
  width:35%;
  line-height:20px;
}
#navig ul, #navig li {
  margin:0;
  padding:0;
  list-style-type:none;
}
#navig a {
  font-size:12px;
  display:block;
  width:135px;
}
#navig a:hover {
  text-decoration:none;
}
#navig a.a1,
#navig a.s1 {
  background-image:url(images/blue/nvActive.png);
  background-repeat:no-repeat;
  background-position:115px 0;
  font-weight:bold;
}

#path{
  position:absolute;
  left:20px;
  top:240px;
  width:33%;
  height:20px;
  padding:0 0 20px 0;
  border-bottom:solid #173454 1px;
}
#path .label {
  display:none;
}

#fastlinks {
  text-align:center;
  width:220px;
  height:19px;
  background-color:#173454;
  padding:1px 0 0 0;
  color:#fff;
  font-size:10px;
  position:absolute;
  left:38%;
  top:0px;
  z-index:2;
}
#fastlinks a {
  color:#BAC2CC;
}
#fastlinks a:hover {
  color:#fff;
  text-decoration:none;
}
#copyright {
  display:none;
}

#skipLinks {
  display:none;
}

#pagenavig {
  width:200px;
  height:19px;
  background-color:#173454;
  padding:1px 10px 0 10px;
  position:absolute;
  left:0px;
  margin-left:240px;
  top:-281px;
  z-index:4;
  color:#fff;
  text-align:right;
  font-size:10px;
}
#pagenavig a {
  color:#BAC2CC;
}
#pagenavig a:hover {
  color:#fff;
  text-decoration:none;
}
#pagenavig a.a1 {
  color:#fff;
  font-size:11px;
}


#articles {
  position:absolute;
  left:0;
  top:-241px;
  width:480px;
  background-image:url(images/blue/articleBg.png);
  background-repeat:no-repeat;
}
#articles .inner {
  width:480px;
  height:240px;
  background-image:url(images/blue/articleBg.png);
  background-repeat:no-repeat;
}


.article {
  width:98px;
  height:98px;
  border:solid #173454 1px;
  margin:0 20px 20px 0;
  float:left;
}
div.article,
a.article {
  display:block;
  width:88px;
  height:88px;
  padding:5px;
  font-size:10px;
  color:#fff;
  background-color:#173454;
}
a.article:hover  {
  border:solid #7D9320 1px;
  text-decoration:none;
}
#articles a.a1  {
  border:solid red 1px;
}
#content {
  border-top:solid #173454 1px;
  position:absolute;
  left:38%;
  top:280px;
  width:60%;
  height:220px;
  z-index:3;
  padding:20px 0 0 0;
}
#content .inner {
  width:460px;
  padding:0 0 20px 0;
}

/* Templates 2-spaltig */

.twoColumns .col1 {
  width:220px;
  margin:0 20px 0 0;
  float:left;
}
.twoColumns .col2 {
  width:220px;
}

.info {
  font-size:10px;
  margin:1em 0;
}


/* Kontakt-Formular */

.sendmailForm div.left {
  /*float:left;
  width:340px;*/
}

.sendmailForm div.formLeft div {
  /*width:340px;*/
  padding:3px 0;
}
.sendmailForm label {
  display:block;
  width:120px;
  float:left;
  margin:0;
  padding:0;
}
.sendmailForm input.text {
  width:220px;
  border:solid #173454 1px;
}
div.formRight {
  padding:3px 0 0 0;
}
.sendmailForm textarea {
  width:340px;
  height:218px;
  border:solid #173454 1px;
}
.sendmailForm .submit {
  clear:left;
}
.sendmailForm .submitButton {
  background-color:#173454;
  color:#fff;
  margin:-40px 0 0 0;
  border:none;
  height:20px;
}
.sendmailForm .sendmail_emptyfield_1 input,
.sendmailForm .sendmail_emptyfield_1 textarea {
  border:solid red 1px;
}
.sendmailForm .sendmail_emptyfield_1 label {
  color:red;
}
.sendmailForm .email {
  display:none;
}

/* Google-Maps */
#map {
  position:absolute;
  left:0;
  top:-241px;
  width: 458px;
  height:218px;
  border:solid #173454 1px;
}

/* styleSwitcher */
#styleSwitcher {
  text-align:right;
  clear:both;
}
#styleSwitcher a span {
  display:none;
}
#styleSwitcher a {
  display:block;
  float:right;
  margin:0 0 0 10px;
  width:10px;
  height:10px;
}

#styleSwitcher .label {
  display:none;
}
#styleSwitcher .red {
  background:#A42235;
}
#styleSwitcher .blue {
  background:#173454;
}
#styleSwitcher .green {
  background:#A3C02A;
}
#styleSwitcher .nodesign {
  background:#fff;
  border:solid #000 1px;
  width:9px;
  height:9px;
}
