/*Farbschema*/
/*Farbe1  Violet dunkel: #9146b4*/
/*Farbe2  Tyrkis: #37dcd7*/
/*Farbe2-hell  Tyrkis-hell: #befcfa*/
/*Farbe5 hellgrau: #f0f0f0*/
/*Signalfarbe (orange): #faa023*/

/*Restet*/
html, body, div, span, h1, h2, h3, h4, h5, p, blockquote, a, em, font, img, input, nav, strong, dl, dt, dd, ol, ul, li, form, 
label, select, table, textarea, caption, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol ,ul {
  font-size: 1em;			/*16px*/
  line-height: 1.5em;	/*24px*/
  margin: 0 0 1.5em 2em;
}

table {
  caption-side: top;  
  border-collapse: collapse;
  width: 100%;
  background-color: #befcfa;
  border-top-right-radius: 1em;
}

caption {
  text-transform: uppercase;
  font-weight: bold;
}

th {
  font-weight: bold;
  text-align: left;
  color: black;
  padding: .3em 1em;
}

td {
  padding: .3em 1em;
  background-color: white;
}

td img {
  padding-bottom: 0;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: " ";
}

blockquote, q {
  quotes: "" "";
}

/*Globale Einstellungen*/
body {
  font-family: Arial, Libaration, sans;
}

a:link, a:visited, a:active {

}

a:hover {

}

a:visited {
  color: #37dcd7;
}

img, a img {
  padding-bottom: 1em;
}

nav ul {
  width: 100%;
  float: left;
  clear: both;
  background-color: transparent;
  list-style: none;
  margin: 0 0 1.5em;
  line-height: 1.2em;
}

nav ul li {
  float: left;
  padding: .3em 1.2em;
  margin-right: -2px;
  font-size: 1.2em;
  background: #9146b4 url("/Media/Bilder/obr_snipet_background_violet.png") top left repeat-x;
  border: 2px solid black;
}

nav a:link, nav a:visited, nav a:active {
  text-decoration: none;

}

nav a:hover {
  border-bottom: 2px solid;
}

nav a:visited {
  text-decoration: none;
  color: #37dcd7;
}

nav .aktiv a {
	color: black;
}

/*Text*/
h1, h2, h3, h4 {
  font-weight: bold;
  color: black;
}

p {
  font-size: 1em;			/*16px*/
  line-height: 1.5em;	/*24px*/
  margin: 0 0 1.5em;
}

h1 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0;
}

h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-top: 1.333em;
  margin-bottom: 0;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  color: #37dcd7;
  background-color: white;
}

h5 {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.333em;
  margin-top: 1.333em;
  margin-bottom: 0;
  color: red;
}

strong {
  background-color: #faa023;
  font-weight: bold;
  color: black;
}

span {
  color: #faa023;
  font-weight: bold;
}

mark {
  color: yellowgreen;
}

aside {
  border: 1px solid grey;
  padding: .3em;
  background-color: #f0f0f0;
  margin-right: 1em;
  max-width: 373px;
  min-width: 200px;
}

footer {
  font-size: .5em;
}

footer a {
  color: white;
  font-weight: bold;
}

footer a:link, footer a:visited, footer a:active {
  text-decoration: none;
  color: grey;
  font-weight: bold;
}

footer ul {
  width: 100%;
  float: left;
  clear: both;
  background-color: #9146b4;
  padding-bottom: 5em;
  list-style: none;
  margin: 0 0 1.5em;
}

footer ul li {
  float: left;
  padding: .3em;
  margin: 0 .3em 0 0;
  font-size: 1.4em;
  background-color: transparent;
}

input, textarea, select {
  border: 1px solid gray;
  border-radius: 5px;
  margin: .125em 0;
  padding: .3em;
}

input {

}

textarea {
  
}

select {
  background-color: white;
}



/*Class*/
.links {
  float: left;
}

.rechts {
  float: right;
}

.klar {
  clear: both;
}

.css3button {
  font-size: 1em;
  clear: none !important;
}

.css3button:hover {
  color: #9146b4;
}

.css3button:checked {
  color: #00a3ff;
}

.spalte1 {
  width: 16.666%;
}

.spalte2 {
  width: 33.333%;
}

.spalte3 {
  width: 50%;
}

.spalte4 {
  width: 66.666%;
}

.spalte5 {
  width: 83.333%;
}

.spalte6 {
  width: 100%;
}

.titel {
  margin: 2em 0 0 2em;
}

.aktiv {
  background: #37dcd7 url("/Media/Bilder/obr_snipet_background_tyrkis.png") top left repeat-x;
  border-top-left-radius: .5em;
}

.obr_ecke_rund_links_oben {
  border-top-left-radius: .5em;
}

.obr_ecke_rund_rechts_oben {
  border-top-right-radius: .5em
}

.rahmen {
  border: 1px solid grey;
}

.akzent1 {
  background-color: #9146b4;
}

.akzent2 {
  background-color: #37dcd7;
}

.weiss {
  color: white;
  font-weight: bold;
}

.obr_hintergrund_hellgrau {
  background-color: #f0f0f0;
}

.obr_alarm {
  background-color: red !important;
  font-weight: bolder !important;
  padding: .1em .3em;
}

/*IDs*/
#wrapper {
  margin: 0 auto;
  width: 90%;
}


