@charset "utf-8";
/* CSS main style */

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/oswald-v49-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v49-latin-regular.html') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/oswald-v49-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v49-latin-700.html') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* @import url(http://fonts.googleapis.com/css?family=Oswald:700); */

html {
  height:101%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font-family:Arial, Helvetica, sans-serif;
  background:#fff url(grafik/bg_main.gif) top left repeat-x;
  font-size:12px;
  min-width: 1000px;
}

xiframe {
  max-width: 100%;
}

#xresponsive-iframe {
  width: 100%;
  height: 80%;
  border: 0;
  margin-left: 0;
}

.clear {
  clear: both;
}

img {
  border:none;
}

p {
  margin-bottom:10px;
}

p.align-right {
  text-align:right;
}

p.align-center {
  text-align:center;
}

DIV.csc-textpic-border 
DIV.csc-textpic-imagewrap 
.csc-textpic-image IMG, 
DIV.csc-textpic-border 
DIV.csc-textpic-single-image IMG  {
  border: 1px solid #3e3e40;
}

a {
  text-decoration:none;
  color:#00892d;
}

a:hover {
  text-decoration:underline;
  color:#00892d;
}

ul {
  margin:0 0 10px 10px;
}

li {
  margin:0 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px 0;
  color:#00892d;
  font-family: 'Oswald', sans-serif;
}

h1 {
  font-size:24px;
}

h2 {
  font-size:22px;
}

h3 {
  font-size:20px;
}

h4 {
  font-size:18px;
}

h5 {
  font-size:16px;
}

h6 {
  font-size:14px;
}

table.contenttable th {
  font-size:12px;
  background-color:#0076c6;
  padding:4px;
  color:#fff;
}

table.contenttable td {
  font-size:11px;
  padding:4px;
  border-right:1px solid #0076c6;
  border-bottom:1px solid #0076c6;
  line-height:13px;
}

span.important {
  color:#f00;
}

span.detail {
  color:#0f0;
}

span.name-of-person {
  color:#00f;
}


.divider hr {
  background-color: #bbb;
  color: #bbb;
  border: 0;
  height: 1px;
  margin:15px 0 15px 0;
  padding:0;
}


#container {
  width: 1000px;
  margin: 0 auto;
}

/* toolbox section */
#box {
  height: 40px;
  overflow: hidden;
  width: 100%;
}

#navigation {
  list-style:none;
  margin:0;
}

#navigation li {
  margin:7px 20px 0 0;
  float:left;
}

#navigation li a {
  text-decoration:none;
  color:#FFF;
  font-family: 'Oswald', sans-serif;
  font-size:18px;
}

#navigation li a:hover {
  text-decoration:none;
  color:#00b63c;
}

#logo {
  height: 140px;
}

/* header section */
#header {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

/* content section */
#content {
  margin-top:40px;
  width: 1000px;
  overflow: hidden;
  background:url(grafik/bg_content.gif) top left repeat-y;
}

#links {
  width: 160px;
  float: left;
  padding:0 20px 20px 20px;
  background:url(grafik/bg_menu.png) top left no-repeat;
}

.menu {
  margin:20px 0 0 0;
}

.menu a {
  text-decoration:none;
  color:#FFF;
  font-family: 'Oswald', sans-serif;
  font-size:18px;
}

.menu a:hover {
  text-decoration:none;
  color:#00b63c;
}

.menusub {
  margin:5px 0 0 0;
}

.menusub a {
  padding-left: 20px;
  text-decoration:none;
  color:#FFF;
  font-size:13px;
  background-position:0px 3px;
  background-repeat: no-repeat;
}

.menusub a:hover {
  text-decoration:none;
  color:#00b63c;
  background-position:0px 3px;
  background-repeat: no-repeat;
  background-image:url(grafik/aktiv.png);
}

#login {
  margin-top:40px;
}

#rechts {
  width: 760px;
  float:right;
  padding:0 0 20px 0;
}


/* footer section */
#footer {
  color: #FFF;
  height: 80px;
  background-color: #3e3e40;
}

#footer_rahmen {
  width: 1000px;
  margin: 0 auto;
  padding-top:16px;
}

#footer_menu {
  width:400px;
  float:left;
  margin:0;
  list-style:none;
}

#footer_menu a {
  text-decoration:none;
  color:#FFF;
}

#footer_menu a:hover {
  color:#00b63c;
}

#footer_menu li {
  margin:0 10px 0 0 ;
  float:left;
}

#footer_adresse {
  float:right;
  margin:0;
  list-style:none;
}

li.trenner {
  padding:0 10px;
}

#footer_adresse li {
  margin:0;
  float:left;
}

#footer_adresse li a {
  color:#fff;
  text-decoration:none;
}

#footer_adresse li a:hover {
  color:#fff;
  text-decoration:underline;
}

