@charset "utf-8";
/* CSS Document */

html {
    min-height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(270deg,rgba(53,111,178,1.00) 0%,rgba(25,52,83,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(53,111,178,1.00) 0%,rgba(25,52,83,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(53,111,178,1.00) 0%,rgba(25,52,83,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(53,111,178,1.00) 0%,rgba(25,52,83,1.00) 100%);
    background-color: rgba(70,92,116,1.00);
    max-width: 1200px;
    min-width: 480px;
}
#Kopf {
    margin-top: 5px;
    width: 95%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
h1 {
    font-size: 2em;
}

#Banner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#Hauptinhalt {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}




body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(83,83,83,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(83,83,83,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(83,83,83,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(203,203,203,1.00) 0%,rgba(83,83,83,1.00) 100%);
    background-color: #888888;
    border: 2px solid rgba(0,0,0,1.00);
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 40px 10px;
    box-shadow: 10px 10px 40px 10px;
    width: auto;
}
table {
    width: auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
	border="1";
	align="center";
	cellpadding="2"; 
	cellspacing="2";
}
tbody th {
    border: thin solid rgba(0,0,0,1.00);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

tbody tr td {
    border: thin solid rgba(0,0,0,1.00);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}



* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}
#Navigation ul {
    display: table;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
#Navigation ul li {
    display: table-cell;
    background-color: #3D3D3D;
    background-image: -webkit-linear-gradient(270deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    border-radius: 2px;
}
#Navigation ul li a {
    display: block;
    color: #C1272D;
    font-size: 1.3em;
    text-align: center;
    line-height: 200%;
    border-left: 2px solid #000000;
}
#Navigation ul li:first-child a {
    border-left-style: none;
}
#Navigation ul li a:hover {
    text-shadow: 1px 1px 3px #F4CE07;
    background-image: -webkit-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-color: #BFBEBE;
}

nav {
    float: left;
    width: 100%;
    font-size: 16px;
}

nav ul {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding: 0;
    width: 95%;
}

nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
    position: relative;
    float: left;
    list-style: none;
    color: #fff;
    transition: 0.5s;
    background-image: -webkit-linear-gradient(270deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(188,188,188,1.00) 0%,rgba(62,62,62,1.00) 100%);
    width: 20%;
}

nav ul li a {
    padding: 20px;
    border-left: 1pt solid rgba(0,0,0,1.00);
}


nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
nav ul li:first-child a {
    border-left-style: none;
}

nav ul ul li.submenu > a:after {
    margin-left: auto;
    margin-right: -10px;
    border-left-style: none;
    border-left-width: 0px;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

nav ul li:hover {
    background-color: rgba(191,190,190,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(152,152,152,1.00) 0%,rgba(37,37,37,1.00) 100%);
    text-shadow: 1px 1px 3px;
}

nav ul ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #333;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

nav ul ul li {
    float: none;
    width: 230px;
    border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 20px;
}
nav ul ul li:first-child a {
  border-bottom: none;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
    top: 0;
    left: 230px;
}
nav ul a:hover {
    text-shadow: 3px 3px 6px rgba(248,4,9,1.00);
    color: rgba(255,253,0,1.00);
}
#content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1200px;
}

#Fussbereich {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
ol {
    text-indent: 2px;
    margin-left: 33px;
    font-size: 1.2em;
    line-height: 110%;
    padding-top: 5px;
}
ol li {
    margin-top: 15px;
}


ol p {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
#content #Hauptinhalt p {
    font-size: 1.2em;
}
#content h3 {
    text-align: center;
}

#auslist ul {
    padding-left: 60px;
    font-size: 1.1em;
}
#projmenue ul {
    list-style-type: none;
    padding-left: 0px;
    font-style: italic;
    font-size: 1.2em;
}
#projmenue h1 {
    padding-top: 95px;
    text-align: center;
}

#projmenue h3 {
    text-align: left;
    padding-top: 40px;
    font-style: italic;
}
#Hauptinhalt h2 {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
}
