﻿@import url("layout.css");
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  /*background-image: url("../images/background.gif");*/
  background-color: #ffffff;
  background-repeat: repeat;
  background-attachment: scroll;
}
#container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #9d0000;
  background-color: #ffffff;
}
#masthead {
  text-align: center;
  width: 880px;
  padding: 10px;
  /*border: 1px dotted @dunkelrot;*/
  /*background-image: url("../images/masthead.gif");*/
  background-color: #ffffff;
  background-repeat: repeat;
  background-attachment: scroll;
}
/*Navigation Leiste horizontal*/
#navigation {
  width: 900px;
  position: relative;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: medium;
  font-variant: small-caps;
  color: #9d0000;
  float: left;
  margin: auto;
  clear: both;
  overflow: hidden;
}
#content {
  float: left;
  /*width: 100%;*/
  margin-top: 10px;
  margin-bottom: 10px;
  /*margin-left: 10px;*/
}
#footer {
  text-align: center;
  clear: both;
  width: 890px;
  /*border: 1px dotted @dunkelrot;*/
}
/* Masthead Styles */
#masthead h1 {
  color: #9d0000;
}
#masthead h2 {
  color: #cc3300;
}
#masthead h3 {
  color: black;
}
/* Navigation Styles */
#navigation ul {
  text-align: center;
  /* horizontal */
  list-style-type: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline-block;
  /* horizontal */
  margin: 2px;
  /* Außenabstand der Blöcke */
  padding: 0;
  /*padding-right: 5px;*/
  /* Innenabstand */
  /*border: 1px solid @dunkelrot;*/
  /*border-right: 5px solid @dunkelrot;*/
  background-color: #fbdfdf;
}
#navigation a {
  color: #402640;
  text-decoration: none;
  display: block;
  padding: 5px;
  /*border-bottom: 1px dotted #fff;*/
  background-color: #fbdfdf;
}
#navigation a:hover {
  color: #402640;
  text-decoration: none;
  background-color: #fff;
}
/* Content Styles */
#content h1 {
  text-align: center;
  color: #9d0000;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-variant: small-caps;
}
#content h2 {
  font-size: 1em;
  color: #503750;
}
#content h3 {
  text-align: center;
  color: #9d0000;
  font-weight: 400;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-variant: normal;
  padding: 3px;
}
#content h4 {
  text-align: left;
  color: black;
  font-weight: 300;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-variant: normal;
  padding: 3px;
}
#content h5 {
  text-align: left;
  color: black;
  font-weight: 300;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-variant: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
#content h6 {
  text-align: left;
  color: #9d0000;
  font-weight: 300;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-variant: normal;
  padding: 1px;
  margin: 1px;
}
#content img {
  padding: 5px;
  border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
  color: #808080;
}
#footer a {
  color: #503750;
  text-decoration: underline;
}
#footer a:hover {
  color: #402640;
  text-decoration: none;
}
a {
  color: #402640;
  text-decoration: underline;
}
a:hover {
  color: #9d0000;
  text-decoration: underline;
}
.style_bold {
  font-weight: bold;
}
.style_italic {
  font-style: italic;
}
/* Tabelle*/
.GridBereich {
  display: -ms-grid;
  display: grid;
  width: auto;
  grid-template-rows: 50% 50%;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-auto-flow: row;
}
.spalt11 {
  grid-column: 1;
  grid-row: 1;
  background-color: lightgray;
  border: solid;
  border-width: thick;
  border-color: white;
}
.spalt12 {
  grid-column: 2;
  grid-row: 1;
  background-color: lightgray;
  border: solid;
  border-width: thick;
  border-color: white;
}
.spalt13 {
  grid-column: 3;
  grid-row: 1;
  background-color: lightgray;
  border: solid;
  border-width: thick;
  border-color: white;
}
.spalt21 {
  grid-column: 1;
  grid-row: 2;
  background-color: lightgray;
  border: solid;
  border-width: thick;
  border-color: white;
}
.spalt22 {
  grid-column: 2;
  grid-row: 2;
  background-color: lightgray;
  border: solid;
  border-width: thick;
  border-color: white;
}
.spalt23 {
  grid-column: 3;
  grid-row: 2;
  background-color: lightgray;
  border: solid;
  border-width: thick;
  border-color: white;
}
.spaltDatev {
  grid-column: 3;
  grid-row: 1;
  background-color: #ddeeb9;
  color: darkslategrey;
  border: solid;
  border-width: thick;
  border-color: white;
}
/* Kompatibilität Tabelle kann mit Grid abgelöst werden sobald IE nicht mehr gebraucht wird (Datev!) */
#content table {
  text-align: center;
  color: #9d0000;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-variant: small-caps;
}
.col1 {
  width: 288px;
  height: 288px;
  /*border-left: @rahmen;*/
  border-bottom: 10px solid white;
  border-right: 3px solid white;
  background-color: lightgray;
  /*margin: @marginTab;*/
  /*padding: @marginTab;*/
  /*border-top:  @rahmen;*/
}
.col2 {
  width: 288px;
  height: 288px;
  /*border-left: @rahmen;*/
  border-bottom: 10px solid white;
  border-right: 3px solid white;
  background-color: lightgray;
  /*border-top: @rahmen;*/
}
.col3 {
  width: 288px;
  height: 288px;
  /*border-left: @rahmen;*/
  border-bottom: 10px solid white;
  border-right: 3px solid white;
  background-color: lightgray;
  /*border-top: @rahmen;*/
}
.col4 {
  width: 33%;
  /*height: 400px;*/
  /*border-left: @rahmen;*/
  border-bottom: 10px solid white;
  border-right: 3px solid white;
  background-color: lightgray;
  /*border-top: @rahmen;*/
}
.colDatev {
  width: 288px;
  height: 288px;
  /*border-left: @rahmen;*/
  border-bottom: 10px solid white;
  border-right: 3px solid white;
  background-color: #ddeeb9;
  color: darkslategrey;
}
/*@media only screen and (max-width: 480px) {
    #container {
        width: 100%;
    }

    #masthead {
        width: 80%;
        margin: 0 auto;
    }

    #content {
        width: 80%;
        float: none;
    }

    #navigation {
        width: 80%;
        float: none;
    }

}*/