/*
//*******************
//** Programmed by **
//** Marcus Krause **
//*******************
*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

:root {
  --basefont: 'Droid Sans', Arial, sans-serif, Helvetica;
  --basefontweightnormal: 400;
  --basefontweightbold: 700;
}

* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  word-wrap: break-word;
  color: #000000;
}
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #000000;
  /*font-family: var(--basefont);*/
  font-family: 'Droid Sans', Arial, sans-serif, Helvetica;
  /*font-weight: var(--basefontweightnormal);*/
  font-weight: 400;
  font-size: 100%;
  width: 100%;
  height: 100%;
  position: static;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

b {
  /*font-weight: var(--basefontweightbold);*/
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  display: block;
}

h1 {
  margin-top: 20px;
  display: block;
}

h2 {
  margin-top: 20px;
  display: block;
}

h3 {
  margin-top: 20px;
  display: block;
}

h4 {
  margin-top: 20px;
  display: block;
}

h5 {
  margin-top: 20px;
  display: block;
}

h6 {
  margin-top: 20px;
  display: block;
}

a, a:focus, a:active, a:visited, a:link {
  color: #91071e;
  text-decoration: none;
}

a:hover {
  color: #91071e;
  text-decoration: underline;
}

ul {
  margin-left: 30px;
}

.table {
	width: auto;
	height: auto;
}
table {
  border: 1px solid transparent;
  border-spacing: 0px;
}

td {
  border: 1px solid transparent;
  padding: 3px 5px 3px 0px;
  vertical-align: top;
  /*font-family: var(--basefont);*/
  font-family: 'Droid Sans', Arial, sans-serif, Helvetica;
  /*font-weight: var(--basefontweightnormal);*/
  font-weight: 400;
  font-size: 100%;
}

img {
  border: 0px solid #000000;
}

/* Base Frameset - Table */ 

.page {
  position: static;
  top: 0px;
  background-color: transparent;
  min-width: 240px;
  max-width: 1024px;
  width: auto;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  display: block;
}


.headnavi {
  position: static;
  background-color: #222222;
  width: 100%;
  height: auto;
  float: left;
  display: block;
}

.logo {
  position: static;
  background-color: #222222;
  min-width: 240px;
  width: 48%;
  height: 38px;
  padding: 0% 1% 0% 1%;
  float: left;
}

.logo a {
  text-decoration: none;
}
.navigation {
  position: relative;
  background-color: #222222;
  color: #ffffff;
  min-width: 240px;
  width: 48%;
  height: 38px;
  padding: 0% 1% 0% 1%;
  text-align: left;
  float: left;
}

.navigationpulldown {
  position: absolute;
  top: 0px;
  right: 1%;
  z-index: 5000;
  background-color: #222222;
  background-color: rgba(34,34,34,0.5);
  color: #ffffff;
  min-width: 240px;
  width: auto;
  height: 38px;
  overflow: hidden;
  text-align: left;
  float: left;
}

.navigationpulldown img {
  margin: 0% 2% 0% 2%;
  vertical-align: middle;
}

.navigationpulldown:hover {
  position: absolute;
  top: 0px;
  right: 1%;
  z-index: 5000;
  background-color: #222222;
  background-color: rgba(34,34,34,0.9);
  color: #ffffff;
  min-width: 240px;
  width: auto;
  height: auto;
  overflow: visible;
  text-align: left;
  float: left;
}

.navigationpulldown:hover a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.navigationpulldown:hover div {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #444444;
}

.navigationpulldown:hover div:hover {
  background-color: #333333;
  background-color: rgba(34,34,34,0.3);
  color: #ffffff;
  text-decoration: none;
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #444444;
}

.headimage {
  position: static;
  background-color: #ffffff;
  min-width: 240px;
  width: 100%;
  max-height: 320px;
  height: auto;
  padding: 0% 0% 0% 0%;
  text-align: left;
  float: left;
  display: block;
  overflow:hidden;
}

.slider {
  display: block;
  float: left;
  overflow: visible;
  position: relative;
  width: 200%;
}
.slider img {
  position: relative;
  width:50%;
  height:auto;
  float: left;
}

.content {
  position: static;
  background-color: #ffffff;
  min-width: 240px;
  width: 96%;
  height: auto;
  padding: 0% 2% 0% 2%;
  text-align: left;
  float: left;
  display: block;
}
.footer {
  position: static;
  color: #ffffff;
  background-color: #222222;
  min-width: 240px;
  width: 100%;
  padding: 0% 0% 0% 0%;
  min-height: 10px;
  height: auto;
  font-size: 80%;
  text-align: left;
  float: left;
  display: block;
}

.footer div {
  color: #ffffff;
  width: auto;
  height: auto;
  padding: 2% 2% 2% 2%;
  float: left;
}

.footer div a, .footer div a:focus, .footer div a:active, .footer div a:visited, .footer div a:link {
  color: #eeeeee;
  text-decoration: none;
}

.footer div a:hover {
  color: #dddddd;
  text-decoration: none;
}

.bottomend {
  position: relative;
  width: 100%;
  height: 40px;
  float: left;
  display: block;
}

/* Navigation Big */

.navibig {
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
}

.navibig a, .navibig a:focus, .navibig a:active, .navibig a:visited, .navibig a:link {
  /* Navigation Big a width 240px */
  width: 198px;
  height: 198px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-decoration: none;
  margin: 20px 20px 20px 20px;
  overflow: hidden;
  display: inline-block;
  float: none;
}

.navibig a:hover {
  /* Navigation Big a width 240px */
  width: 198px;
  height: 198px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  text-decoration: none;
  margin: 20px 20px 20px 20px;
  overflow: hidden;
  display: inline-block;
  float: none;
}

.navibigimg {
  width: 180px;
  height: 135px;
  border: 1px solid #cccccc;
  background-color: #000000;
  margin: 8px 8px 8px 8px;
  overflow: hidden;
}

/* Form */
.btngreen {
  background-color: #00EE00;
  border: 1px solid #00EE00;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #FEFEFE;
  font-weight: 700; /*var(--basefontweightnormal);*/
}

.btnred {
  background-color: #e20000;
  border: 1px solid #e20000;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #FEFEFE;
  font-weight: 700; /*var(--basefontweightnormal);*/
}
.input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-weight: 700; /*var(--basefontweightnormal);*/
}
.input:hover {
  background-color: #FFFFFF;
  border: 1px solid #AAEEAA;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-weight: 700; /*var(--basefontweightnormal);*/
}
.input:active, .input:focus {
  background-color: #FFFFFF;
  border: 1px solid #339933;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-weight: 700; /*var(--basefontweightnormal);*/
}
.input[readonly] {
  background-color: #DEDEDE;
  border: 1px solid #CCCCCC;
  border-radius:5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  font-weight: 700; /*var(--basefontweightnormal);*/
}
/* Kunden */
.contenttable {
  display: table;
  width: 100%;
  height: 100%;
}
.contenttablerow {
  display: table-row;
}
.contenttablecell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.currentpic {
 border: 1px solid #e20000;
}
.notcurrentpic {
 border: 1px solid #cccccc;
}
.showmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 15px;
  z-index: 5000;
  background-color: rgba(127,127,127,0);
  overflow: hidden;
}
.showmenu:hover {
  position: absolute;
  top: -9px;
  width: 100%;
  height: auto;
  z-index: 5000;
  background-color: rgba(127,127,127,0.97);
  overflow: hidden;
}
.showmenucontent {
  position: relative;
}
.showmenublock {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  width: 219px;
  border-top: 1px dotted #222222;
  border-right: 1px dotted #222222;
  float: left;
}
.showmenublock b {
  color: #ffffff;
}
.showmenublock a, .showmenublock a:focus, .showmenublock a:visited, .showmenublock a:active, .showmenublock a:link{
  color: #ffffff;
  text-decoration: none;
}
.showmenublock a:hover {
  color: #bbbbbb;
  text-decoration: none;
}
