@font-face { font-family: 'Nerval'; src: url('./font/nerval.ttf') format('truetype'); }
/*@font-face { font-family: 'Nervalsvg'; src: url('/font/nerval.svg') format('svg'); }*/

* {
  margin: 0; 
  padding: 0;
  /*display: block;*/
  border: 0 none;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	background-image: url(./gfx/background.png);
	background-repeat: repeat;
	background-color: #CCCCCC;
        height: 100%;
        /*min-height: 100%;
        max-height: 100%;*/
  }
  
p {
  padding: 1.5ex 0;
  /*margin: 0 1.5ex;*/
  margin: 1.5ex;
}

a, a:link, a:visited {
  text-decoration: none;
  /*display: inline;*/
}

a.contentlink {
        background-image: url("./gfx/pfeil_rechts.png");
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: auto 40%;
        padding: 0 0 0 1.2ex;
        color: #993333;
        font-weight: 700;
        font-size: 95%;
        display: inline-block;
        float: right;
        /*line-height: 3ex;*/
}

a.inlinelink {
         background-image: url("./gfx/pfeil_rechts.png");
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: auto 40%;
        padding: 0 0 0 1.2ex;
        color: #993333;
        font-weight: 700;
        font-size: 95%;
        display: inline-block;
        /*float: right;*/ 
}

a.bottomlink {
        background-image: url("./gfx/pfeil_oben.png");
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: auto 40%;
        padding: 0 0 0 1.2ex;
        color: #993333;
        font-weight: 700;
        font-size: 95%;
        display: inline-block;
        /*line-height: 3ex;*/
}

a.inactive {
  color: #666666;
  cursor: default;
}

/*a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #993333;

}*/

a:active, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

ul {
  padding: 0 0 0 3ex;
}

h1 {
  color: #2D567F;
  font-size: 130%;
  font-weight: bold;
  padding: 6ex 0 2ex 0;
}

h2 {
  	background-color: #2D567F;
        color: #ffffff;
        font-size: 95%;
        line-height: 3.5ex;
        padding: 0 1.5ex;  
        
}

h3 {
  font-size: 110%;
  font-weight: bold;
  line-height: 3.5ex;
  /*padding: 0 1.5ex;*/
  margin: 0;
}

h4 {
  margin: 1.5ex 0 0 0;
}

  
img { 
    image-rendering: optimizeSpeed;             /* Older versions of FF */
    image-rendering: -moz-crisp-edges;          /* FF 6.0+ */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non standard naming) */
    image-rendering: -o-crisp-edges;            /* OS X & Windows Opera (12.02+) */
    image-rendering: crisp-edges;               /* Possible future browsers. */
    -ms-interpolation-mode: nearest-neighbor;   /* IE (non standard naming) */
    
    overflow: hidden;
    
    width: 100%;
    max-width: 100%;
    min-width: 100%;

}


/* Blauer Balken oben hinter Rubrikenbild */
#top_blue {
	/*position: absolute;*/
	width: 100%;
	height: 11ex;
	background-color: #2D567F;
        /*z-index: 999;*/
}

/* momentan nicht genutzt */
#top_img {
   margin: 0 11% 0 9%;
   height: 11ex; max-height: 11ex; min-height: 11ex;
   /*background: url("./gfx/top_img.png") no-repeat;*/
   width: 60%; max-width: 60%; min-width: 60%;
}


/* top img und "metabit" als plaintext... font als img runterskalieren sieht imho grenzwertig aus. */
#top_logo {
  /* wie bisher 
  margin: 0 11% 0 9%; */
  /* neuer versuch mit weniger leerraum */
  margin: 0 5% 0 4%;
  height: 100%; min-height: 100%;
  font-size: 400%;
  color: #ffffff;
  /*font-weight: bold;*/
  /*font-weight: 500;*/
  background: #2D567F url("./gfx/top_img.png") no-repeat;
  background-size: 80% 100%;
  font-family: Nerval;
  text-align: right;
  line-height: 1.5em;
  padding: 0 0.2ex 0 0;
}

#content {
  /*position: absolute;*/
  /* wie bisher 
  margin: 0 11% 0 9%; */
  /* neuer versuch mit weniger leerraum */
  margin: 0 5% 0 4%;
  /*min-height: 99%;*/
  height: 85vh;
  /*height: 99%;
  max-height: 99%;*/
  min-width: 80%;
  background-color: #d3dae1;
}

#contentImContent {
  /*position: absolute;*/
  /*float: left;*/
  /*min-height: 80vh;*/
  position: relative;
  height: 100%;
  /*min-width: 80%;*/
  margin-right: 15%;
  background: #ffffff;
  /*background: #ffffff url(../gfx/top_img.jpg) top left no-repeat;*/
}

/* momentan nicht genutzt */
#metabitLogo {
  float: right;
  min-width: 20%;
  min-height: 11ex;
  color: #ff00ff;
  background: #2D567F url("../gfx/metabit_logo.png") top left no-repeat;
}


#navicontainer {
  min-width: 100%;
}

.navitab {
  min-width: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 4ex;
  font-weight: bold;
  font-size: 90%;
  background-color: #737375;
  color: #ffffff;
  cursor: pointer;
}

.navitab:hover {
  	background-color: #993333;
}

.inactive_navitab {
  // ummodelung 2012-12-02 websitenkürzung
  //background-color: #a3a3a5;
  background-color: #737375;
  // eo ummodelung 2012-12-02
  color: #dddddd;  
  cursor: default;
}

.inactive_navitab:hover {
  // ummodelung 2016-12-02 websitenkürzung: 
  //background-color: #a3a3a5;
  background-color:#737375;
  // eo ummodelung 2016-12-02
  color: #dddddd;  
}

.navitab a {
  color: #ffffff;
}

.navitab_active {
  color: #737375; 
  background-color: #ffffff;
  // 2016-12-02 temporäre Websitenkürzung auf "nur contact.html" durch den Jo:
  cursor: default;  
  // eo temporäre Websitenkürzung
}

.navitab_active:hover {
    background-color: #ffffff;
    color: #737375; 
}

#inhaltscontainer {

  padding: 0 3ex;
  float: none;
}


.box {
  /*height: 10%;*/
  background-color: #D3DAE1;
  margin: 0 0 3ex 0;
}



/*.box_left {
  float: left;
  min-width: 48%;
  max-width: 48%;
  padding: 9ex 0 0 0;
  background-image: url("./gfx/start_kastenlinks.jpg");
  background-size: 100% 9ex;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  
}*/

/*.box_right {
  float: right;
  min-width: 48%;
  max-width: 48%;
  padding: 9ex 0 0 0;
  background-image: url("./gfx/start_kastenrechts.jpg");
  background-size: 100% 9ex;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}*/

.box50_right {
  float: right;
  min-width: 48%;
  max-width: 48%;
  /*padding: 0;*/
}

.box50_left {
  float: left;
  min-width: 48%;
  max-width: 48%;
  /*padding: 0;*/
}

.box_100 {
  min-width: 100%;
  max-width: 100%;
  clear: both;
  overflow: hidden;
  margin: 30ex 0 0 0;
  }

.box_100 img {
  min-width: 40%;
  max-width: 40%;
  float: left;
  /*margin: 0 2ex 0 0;*/
  padding: 0;

}

#home_themen {
  background: #D3DAE1 url("./gfx/start_kastenunten.jpg") top left no-repeat;
  background-size: 30% 100%;
  padding: 0 0 0 30%;
 /* min-width: 100%;
  max-width: 100%; */
  overflow: hidden;
}




#contact {
  background: #D3DAE1 url("./gfx/start_kastenunten.jpg") top left no-repeat;
  background-size: 33% 100%;
  padding: 0 0 0 33%;
}

/*#contact p {
  padding: 10ex;
}*/

#contact h3 {
  padding: 1.5ex 1.5ex 0 1.5ex;
  /*float: left;*/
  width: 50%;
  font-size: 95%;
}

#contact p {
  font-size: 95%;
  padding: 1.5ex 1.5ex 0 1.5ex;
  width: 50%;
}

#contact div {
  padding: 1.5ex 1.5ex 3.5ex 1.5ex;
}

#contact img {
  margin: 0 1.5ex 0 0;
}

/*#contact p {
  margin: 0 0 0 35px;
  float: right;
}*/

#footer {
        position: absolute;
	bottom: 3ex;
	right: 3ex;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
        font-size: 85%;
}
