/*
---------------------------------
eecomputer CSS Design
(c) 2004-2016 EE Computer
---------------------------------
*/
html {
  height: 100%;
  margin-bottom: 1px;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 75%;
  line-height: 1.3333333;
  /* 16*0.75 = 12 line-height = 16  */
  /*	font-size: 87.5%; line-height: 1.142857142857143;  16*0.875 = 14 line-height = 16  */
  font-family: Arial, Helvetica, sans-serif;
  background: #fe9;
}
table {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
}
.textcenter {
  text-align: center;
}
.textcentersmall {
  text-align: center;
  font-size: 0.8em;
}
.textsmall {
  font-size: 0.8em;
}
.textblock {
  text-align: justify;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #f03;
  font-size: 1.0em;
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}
a.tel {
  color: inherit;
  text-decoration: none;
}
a.tel:hover {
  text-decoration: underline;
}
a.xlink:after {
  content: ' \2934';
}
a.xlink:hover {
  text-decoration: none;
  background: #fe9;
}
.eecomputer {
  white-space: nowrap;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}
/* Header Logo */
#logo {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 100px;
  margin: 0 0 0 0;
  padding: 5px 10px 0px 10px;
}
#logo img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
#logo h1 {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  text-align: center;
  color: #960;
}
/* Header */
#header {
  width: 100%;
  background: #FFCC33;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 90px 0 0 0;
}
#pindex #header {
  background-image: url("../img/hindex2010.jpg");
}
#paktuelles #header {
  background-image: url("../img/haktuelles.jpg");
}
#pshop #header {
  background-image: url("../img/hshop.jpg");
}
#ptinte #header {
  background-image: url("../img/htinte.jpg");
}
#pservice #header {
  background-image: url("../img/header/hservice.jpg");
}
#pnetzwerk #header {
  background-image: url("../img/hnetzwerk.jpg");
}
#ptreiber #header {
  background-image: url("../img/htreiber.jpg");
}
#phandel #header {
  background-image: url("../img/hhandel.jpg");
}
#pkontakt #header {
  background-image: url("../img/header/hkontakt.jpg");
}
#pdaten #header {
  background-image: url("../img/hdatenschutz.jpg");
}
/* The page */
#container {
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fc3;
}
/* content colum */
#content {
  background: #fff url("../img/panel.gif") top repeat-x;
  margin-right: 210px;
  padding: 20px;
  padding-top: 4em;
  padding-left: 30px;
  border-right: 1px solid #eb0;
  min-height: 340px;
  border-top: 1px solid #eb0;
}
#content p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
#content > p {
  max-width: 1000px;
}
/* content missing closing tag */
#content #rightcol {
  background: red;
}
/* right column */
#rightcol {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 210px;
  margin: 0;
  padding: 21px 0 20px 0;
  background: #FFCC33;
}
#righcol table {
  margin: 0;
  padding: 0;
}
#footer {
  margin: 0;
  clear: both;
  background: #fd6;
  border-top: 1px solid #eb0;
  border-bottom: 1px solid #eb0;
}
#footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer #smallhost {
  font-size: 0.9em;
}
#footer #smallhost a {
  text-decoration: none;
  color: #f03;
}
@supports ( display: flex ) {
  #container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #content {
    margin-right: 0;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #rightcol {
    position: static;
    -webkit-flex: 0 0 210px;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }
}
/* */
@media only screen and (max-width: 750px) {
  #logo img {
    display: none;
  }
  #content {
    margin: 0;
    padding: 10px;
    border-right: none;
  }
  #container {
    display: block;
  }
  #rightcol {
    position: static;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: hidden;
  }
  #rightcol .infobox {
    float: left;
    width: 200px;
    min-height: 120px;
  }
}
/* */
@media only screen and (max-width: 550px) {
  #header {
    background-image: none !important;
    height: auto;
    padding: 0;
  }
  #navigation {
    margin: 0;
  }
  #logo {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  #logo img {
    display: none;
  }
  #logo h1 {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }
  #container {
    clear: both;
    position: static;
    width: 100%;
  }
  #rightcol .infobox {
    float: none;
    width: auto;
    font-size: 1.4em;
    line-height: 1.6;
  }
}
.infobox {
  margin: 10px 10px 20px 10px;
}
.infobox div {
  margin: 0;
  padding: 2px 6px;
  background: #fe9;
}
.infobox div.infoheader {
  margin: 0;
  background: #fd6;
  color: #960;
}
.infobox div p {
  margin-top: 0;
}
.infobox a.maillink {
  text-decoration: none;
  color: inherit;
}
.infobox a.maillink:hover {
  color: #f03;
}
#navigation {
  display: block;
  margin: 0;
  /*	background: #FFCC33;
	background-repeat: no-repeat;
	background-position: 0 -90px;
*/
}
#navigation ul {
  margin: 0 0 -1px 0;
  padding: 0 0 0 30px;
  list-style: none;
  overflow: hidden;
}
#navigation li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
#navigation li a {
  display: block;
  color: #960;
  text-decoration: none;
  font-weight: bold;
  background: #FE9;
  border-radius: 0 10px 0 0;
  border: 1px solid #da0;
  /*	border-top: 1px solid #da0;
	border-right: 1px solid #da0;
	border-left: 1px solid #da0;
*/
}
#navigation li a span {
  display: block;
  margin: 0;
  border-left: 3px solid #960;
  padding: 5px 8px;
}
#navigation li.active a {
  background: #fff;
  color: #000;
}
#navigation li a:hover {
  color: #D03;
}
@media only screen and (max-width: 750px) {
  #navigation ul {
    padding-left: 5px;
  }
  #navigation li {
    margin-right: 5px;
  }
}
/* End Navigation */
.sb-container {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.simpleblock {
  position: relative;
  float: left;
  width: 500px;
  margin: 0 10px 30px 0;
  /* background: #fff; */
}
.simpleblock p,
.simpleblock table {
  padding: 0 20px;
}
.simpleblock h3 {
  margin: 0;
  background: #fc3;
  border: 1px solid #fe9;
  border-color: #fe9 #eb0 #eb0 #fe9;
  text-align: center;
  font-size: 1.1em;
}
.sb-autowidth {
  width: auto;
}
.sb-computer {
  background: url(../img/start/computerbgbigb.png) bottom left no-repeat;
}
.sb-service {
  background: url(../img/start/servicebgbig2.png) bottom right no-repeat;
}
.sb-computer p,
.sb-service p {
  text-align: justify;
}
@media only screen and (max-width: 750px) {
  .startblock,
  .simpleblock {
    margin-left: 0;
    margin-right: 0;
    position: static;
    float: none;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .startblock,
  .simpleblock {
    background: none !important;
  }
  .startblock p,
  .simpleblock p,
  .simpleblock table {
    padding: 0;
  }
}
.welcome-box {
  display: block;
  width: 350px;
  text-align: center;
  margin: 2em 0;
}
.impbox {
  padding: 0 20px;
  display: block;
  height: 30px;
  font-weight: bold;
  text-align: right;
}
.impbox .big {
  font-size: 1.5em;
  color: #c62f1b;
}
@media only screen and (max-width: 550px) {
  .welcome-box {
    overflow: hidden;
    width: auto;
  }
  .welcome-box img {
    width: 100%;
    max-width: 342px;
  }
}
@media print {
  body,
  html {
    margin: 0;
    padding: 0;
  }
  #header {
    padding: 0;
    width: 100%;
    height: auto;
  }
  #navigation {
    display: none;
  }
  body,
  html,
  #header,
  #navigation,
  #container,
  #rightcol,
  #content,
  #footer {
    background-color: transparent !important;
    background-image: none  !important;
    position: static;
    overflow: visible;
    float: none;
    border: none;
  }
  #logo {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  #logo img {
    display: none;
  }
  #logo h1 {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
  }
  #content {
    position: static;
    overflow: visible;
    margin: 0;
    padding: 10px;
    border: none;
  }
  #rightcol {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    page-break-inside: avoid;
  }
  #rightcol:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #rightcol .infobox {
    float: left;
    width: 200px;
    min-height: 120px;
  }
  #rightcol .infobox div {
    background-color: transparent !important;
    border: none;
    color: #000 !important;
  }
  #smallhost {
    display: none;
  }
  .sb-container {
    overflow: visible;
    display: block;
  }
  .startblock,
  .simpleblock {
    display: block;
    float: none;
    position: static;
    background: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    page-break-inside: avoid;
  }
  .startblock h3,
  .simpleblock h3 {
    background: none;
    border: none;
    border-bottom: 2px solid black;
  }
}
