* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1*/
}
/* preloader */
.preloader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 320px;
	height: 56px;
	border: 3px solid #6E89DD;
	background-color: #EEF0FC;
}
.divTable_preloader{
	display: table;
	width: 100%;
}
.divTableRow_preloader {
	display: table-row;
}
.divTableHeading_preloader {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell_preloader, .divTableHead_preloader {
	border: 0px solid #999999;
	display: table-cell;
	padding: 7px 3px 3px 10px;
	vertical-align: middle;
}
.divTableHeading_preloader {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot_preloader {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody_preloader {
	display: table-row-group;
}
/* preloader end */




body {
/*   background: #cccccc url("../img/bgse.jpg") repeat fixed 0 50%; */
  color: #303030;
  font-family: trebuchet ms,Arial,Helvetica,sans-serif;
  font-size: 75%;
  height: 100%;
  margin: 0;
  padding: 0;
}

td, tr, p, div {
    font-family: inherit;
    font-size: 11px;
    color: #333333;
}

@font-face {
    font-family: 'sefont';
    src: url('./font/quadapto-webfont.woff2') format('woff2'),
         url('./font/quadapto-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#page-wrap {
     width: 800px;
     margin: 0 auto;
}



#div-header{
display: inline-block;
padding: 5px;
margin-top:30px
}

#logo {
  clear: left;
  float: left;
  height: auto;
  margin-left: 1px;
  text-align: left;
  width: auto;
  font-family: 'sefont';
  font-size: 72px;
  text-shadow: 8px 6px 5px #666666;
  color:#0202A2;
}

#uhr {
  border-bottom: 2px dotted #d7ddb9;
  clear: right;
  float: right;
  font-size: 10px;
  height: auto;
  margin-right: 5px;
  margin-top: 7px;
  overflow: visible;
  visibility: visible;
  width: auto;
  padding: 5px;
}

#logo-slogan {
  clear: left;
  float: left;
  height: auto;
  margin-left: 1px;
  /*margin-top: -8px;*/
  text-align: left;
  width: auto;

}

.logo-slogan {
  font-family: 'sefont';
  font-size: 22px;
  color:#0202A2;
}

.uhrspan {
  color: #004a99;
  font-size: 1.1em;
}

/* ########## */

#div-middle{
display: inline-block;
min-height: 10px;
overflow:hidden;
margin-top:30px

/* background-color: #FF0000;   */
}

.div-rahmen{
width: 780px;
display: table-cell;
/* color: #0202A2;
font-size: 14px;
font-family: Tahoma; */
border: 5px solid #FFFFFF;
padding: 5px;
background-color: #FFFFFF;
border-radius: 16px 16px 16px 16px;
box-shadow: 5px 5px 20px 10px #0F0F0F;
-webkit-box-shadow: 5px 5px 20px 10px #0F0F0F;
-moz-box-shadow: 5px 5px 20px 10px #0F0F0F;
overflow: auto;
}

.div-rahmen > p {
    padding-top: 20px
}

#pathway {
padding: 20px 0px 0px 0px; /* oben rechts unten links */
  border-bottom: 2px dotted #d7ddb9;
  margin-left: 10px;
  margin-right: auto;
  width: 97%;
}

.pathway {
  color: #004a99;
  font-size: 1.1em;
}

.pathway a {
	background-position: right center;
    background-repeat: no-repeat;
    margin: -2px 0;
    padding: 2px 18px 2px 8px;
  color: #3e3fff;
  font-size: inherit;
  background-image: url("../img/arrow.png");
}

a:link, a:visited {
  color: #00008b;
  font-family: inherit;
  text-decoration: none;
}

/**  Menü */
#menu {
min-height: 10px;
overflow:hidden;
  float: left;
  width:140px;
  height: 100%;
  /** border-right: 2px dotted #d7ddb9; */
  padding: 15px 5px 15px 0px; /* oben rechts unten links */
  margin-left: 10px;
  /* background-color: yellow; */
}
.menu {
  font-family: 'sefont';
  font-size: 20px;
  
  color:#0202A2;
}
.menu ul {
    
    line-height: 25px;
    list-style-type: none;
	
}	
.menu li:hover {
  text-decoration: normal;
  font-weight: normal;
  /*color: #BFBFBF;*/
  text-shadow: 1px 2px 2px #666666;
}
.menu a:hover {
  text-decoration: normal;
  font-weight: normal;
  /*color: #BFBFBF;*/
  text-shadow: 1px 2px 2px #666666;
}
li.active a {
  color: #BFBFBF;
}
li.current a {
  color: #BFBFBF;
}
/**  Menü Ende */

/**  Inhalt */
#content {
  margin-left: 150px;
  padding-left: 15px;
  padding-top: 15px;
  min-height: 450px;
  border-left: 2px dotted #d7ddb9;
  padding-bottom: 10px;  
  /* background-color: grey; */
  /*border-left: 2px dotted #d7ddb9;*/
}

#content ul {
    
    line-height: 25px;
    /* list-style-type: none;	*/
	padding: 0px 0px 0px 20px;
}

#contentheading {
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    color: #FF9900;
    text-align: left;
    line-height: 16px;
    height: 15px;
}

.small {
    font-family: inherit;
    font-size: 1em;
    color: #999999;
    text-decoration: none;
    font-weight: normal;
}

.content{
background-color: #FFFFFF;
}

.contentheading {
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    color: #FF9900;
    text-align: left;
    line-height: 16px;
    height: 15px;
}

.sectiontableheader {
    background-color: #94B1CF;
    background-repeat: repeat;
    padding: 2px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
}

.sectiontableentry1 {
    background-color: #BED2EB;
}

.sectiontableentry2 {
    background-color: #F3F3F3;
}

.category {
    /* color: #004A99;
    font-family: inherit; */
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}
a.category:hover {
    color: #004A99;
}
a.category:link, a.category:visited {
    color: #004A99;
    font-weight: bold;
}



/** ############################### */



















/**  Inhalt Ende */

/**  Bottom Footer  */
#div-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer {
    color: #eeeeee;
    font-size: 12px;
    height: 2.4em;
    line-height: 2.4em;
    margin: 0 auto;
    min-height: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    width: 780px;
}

a.footer:link, a.footer:visited {
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  text-decoration:none;
  text-align: left;
  }

a.footer:hover {
  font-size: 12px;
  color: #ffffff; 
  font-weight: normal;
  text-decoration:underline;
  text-align: left;
  }
/**  Footer Ende */


