/* Start of CMSMS style sheet 'ikg - screen' */
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1.5em;
}
div {
  font-size: 1em;
}
img {
  border: 0;
}
a,
a:link 
a:active {
  text-decoration: underline;
  background-color: inherit; 
  color: #18507C; 
}
a:visited {
  text-decoration: underline;
  background-color: inherit;
  color: #18507C;
}
a:hover {
  text-decoration: none;
  background-color: #C3D4DF;
  color: #385C72;
}
body {
  background-color: #fff;
  color: #333;
  margin: 1em;
}
div#pagewrapper {
  border: 0px;
  margin: 0 auto;
  width: 850px;
  background-color: #fff;;
  color: black;
}
div#header { 
  height: 190px;
  width: 850px;
  margin: 10px 0;
  padding: 5px 0 0 0;
}
div#top_text {
  height: 25px;
  float: left;
  width: 850px;
  padding: 0;
  font-size: 1.4em;
  color: #ccc;
}
div#top_menu {
  height: 150px;
  float: left;
  width: 175px;
  padding: 8px 0 0 41px;
  color: #ccc;
}
div#top_logo {
  height: 190px;
  float: right;
  width: 850px;
  padding: 0;
  background: #fff url(uploads/ikg-theme/ikg_banner.jpg)  no-repeat 0 0;
  border-left: 0px solid #fff;
}
div#screentitle {
  padding: 0px 0px 0px 10px;
  margin: 0;
  background: #fff url(uploads/ikg-theme/ikg_content_oben.jpg)  no-repeat 0 0;
  height: 30px;
  width: 850px;
  line-height: 2.4em;
}
div#content { 
  width: 830px;
  padding: 5px 10px 5px 10px;
  background: #fff url(uploads/ikg-theme/ikg_content_central.jpg) repeat-y 0 0;
}
div#footer {
  float: left;
  padding: 10px 0px 0px 0px;
  font-size: 10px;
  text-align: center;
  width: 100%;
  background: #fff url(uploads/ikg-theme/ikg_content_unten.jpg)  no-repeat 0 0;
  color: #5a5a5a;
}
div#menu_vert {
   padding-left: 1.2em;
   margin-left: 1.1em;
}
div#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.8em 0.4em 1.2em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(uploads/ikg-theme/ikg_nav1.jpg) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #eee;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/

div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   display: block; 
   padding: 0.4em 0.5em 0.4em 1.5em;  /* some air for it */
   color: #333;                                /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
.table_title {font-size: 1.3em; font-weight: bold; }
}


/* End of 'ikg - screen' */

