body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: bottom;
}
#body, body * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5em; /*150%;*/
  color: #5e5e5e;
}
a, a * {
  color: #000;
  text-decoration: none;
}
a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:focus   { color: #000; text-decoration: underline; }
a:hover   { color: #000; text-decoration: underline; }
a:active  { color: #000; text-decoration: underline; }




/**** panel top ****/
#panelpostop {
  background-color: #5e5e5e;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1001;
  bottom: 0px;
}
#panelpostop hr {
  display: none;
}
#paneltop {
  width: 760px;
  margin: 0 auto;
  padding: 0 5px;
}
#paneltop,
#paneltop * {
  font-size: 11px;
  line-height: 150%;
  color: #ccc;
  text-transform: lowercase;
  /* letter spacing fuer navigation */
  letter-spacing: 0.1em;
}
#paneltop a {
  color: #ccc; text-decoration: none;
}
#paneltop a:link    { color: #ccc; text-decoration: none; }
#paneltop a:visited { color: #ccc; text-decoration: none; }
#paneltop a:focus   { color: #fff; text-decoration: none; }
#paneltop a:hover   { color: #fff; text-decoration: none; }
#paneltop a:active  { color: #fff; text-decoration: none; }



/**** page structure ****/
#framepage {
  display: block;
  margin: 0;
  padding: 0;
}
#content {
  width: 760px;
  margin: 0 auto;
  padding: 30px 5px 30px 5px;
}
#content_left {
  width: 300px;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
}
#content_right {
  width: 420px;
  overflow: hidden;
  float: right;
  margin: 0 0 10px 0;
}
#content_main {
  width: 760px;
  overflow: hidden;
  clear: both;
}
#footer {
  visibility: hidden;
  width: 760px;
  height: 100px;
  margin: 10px auto;
  padding: 5px;
  clear: both;
}



/**** header ****/
#logo {
  background-image: url(logo_nicolastaeglich.gif);
  background-repeat: no-repeat;
  width: 180px;
  height: 20px;
  margin: 13px 0;
  padding: 0;
}
#logo a {
  display: block;
  width: 179px;
  height: 19px;
}
#logo span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#logo, #logo * {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}


/**** navigation: haupt ****/
#nav_main {
  width: 150px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  left: 50px;
  top: -32px;
}
#nav_main h4 {
  display: none;
}
#nav_main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav_main li {
  background-image: url(bullet_main.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  margin: 0;
  padding: 0 0 0 16px;
}
#nav_main .activepath a:link,
#nav_main .activepath a:visited,
#nav_main strong {
  color: #fff;
  font-weight: bold;
}



/**** navigation: sub ****/
#nav_sub {
  width: 390px;
  margin: -32px 0 0 50px;
  padding: 0;
  float: left;
}
#nav_sub h4 {
  display: none;
}
#nav_sub ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav_sub li {
  background-image: url(bullet_main.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  margin: 0;
  padding: 0 0 0 16px;
  width: 178px;
  height: 1.5em;
}
#nav_sub li.colfirst {
  margin-top: -9em;
}
#nav_sub li.col2 {
  margin-left: 170px;
}

#nav_sub .activepath a:link,
#nav_sub .activepath a:visited,
#nav_sub strong {
  color: #fff;
  font-weight: bold;
}



/**** navigation: utilities ****/
#nav_utilities {
  width: 160px;
  margin: 20px 0 0 0;
  padding: 0;
  float: left;
}
#nav_utilities h4 {
  display: none;
}
#nav_utilities ul {
  list-style-type: none;
  color: #999;
  margin: 0;
  padding: 0;
}
#nav_utilities li {
  width: 60px;
  color: #999;
  background-image: url(bullet_utilities.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  margin: 0;
  padding: 0 0 0 16px;
  float: left;
}
#nav_utilities a {
  color: #999; text-decoration: none;
}
#nav_utilities a:link    { color: #999; text-decoration: none; }
#nav_utilities a:visited { color: #999; text-decoration: none; }
#nav_utilities a:focus   { color: #fff; text-decoration: none; }
#nav_utilities a:hover   { color: #fff; text-decoration: none; }
#nav_utilities a:active  { color: #fff; text-decoration: none; }

#nav_utilities .activepath a:link,
#nav_utilities .activepath a:visited,
#nav_utilities strong {
  color: #fff;
  font-weight: bold;
}



/**** main ****/
#main {
  clear: both;
  margin: 0;
}

/**** content ****/
h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.pagetitle {
  margin: 0 0 12px 0;
}
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 24px 0 0 0;
  color: #000;
}
h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin: 24px 0 0 0;
  color: #000;
}

ul, ol {
  border-style: none;
  padding: 3px 0;
  margin: 12px 0;
}
li {
  border-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}
ol li {
  margin-left: 35px;
 }

img {
  border-style: none;
}


/* basic table layout */
table {
  background-color: #fff;
  border-collapse: collapse;
}
td, th {
  margin: 1px;
  padding: 2px 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
th {
  background-color: #ddd;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}



/* misc formats */
.todo {
  display: block;
  margin: 3px 0;
  padding: 2px;
  border: 2px solid yellow;
  background-color: #ffc;
  clear: both;
}

.abstract {
  display: block;
  clear: both;
  margin: 0;
  padding: 24px 0;
}

.contenttext {
  clear: both;
  margin: 0;
}

.error {
  color: red;
  background-color: yellow;
}



/**** searchform, searchresults ****/
.searchform td,
.searchform th {
  border: 1px solid #fff;
}
.searchform th {
  text-align: right;
}


.searchresultspage #content_left {
  width: 760px;
  overflow: visible;
  float: none;
}
.searchresultspage #content_right {
  display: none;
}
ul.searchresults {
  list-style-type: none;
  margin: 24px 0 0 0;
  padding: 0;
}
.searchresults li {
  margin: 0 0 24px 0;
  clear: both;
}
.searchresults li .itemcontent {
  width: 300px;
  float: left;
}
.searchresults li .relresrc {
  width: 420px;
  float: right;
}
.searchresults h4 {
  margin: 0;
  padding: 0;
}
.searchresults .abstract {
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.searchresults .itemapplocation {
  margin: 0;
}
.searchresults .metainfo {
 margin: 6px 0 0 0;
}
.searchresults .itemcontent {
  /* letter spacing fuer news-uebersicht */
  /*letter-spacing: 0.1em;*/
}



/**** footer ****/
#footer, #footer * {
  font-size: 11px;
}
#footer hr {
  display: none;
}



/**** css-helpers ****/
.floatclearer {
  display: block;
  border-style: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0px;
}
#framepage_minheight {
  display: none;
  height: 300px;
  width: 2px;
  float: right;
}


/**** microformats ****/
.refdoc {
  width: 240px;
  margin: 10px 0;
  padding: 5px 5px 5px 25px;
}
.refdoc_pdf {
  background-image: url(icon_pdf_x16.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}
.refdoc_flash {
  background-image: url(icon_flash_x16.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.refdoc_qt {
  background-image: url(icon_qt_x16.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
}

.refdoc_audio {
  /*background-image: url(icon_qt_x16.gif);*/
  background-repeat: no-repeat;
  background-position: 0 8px;
}

/**** resources ****/
/*-- images --*/
.res_img {
  overflow: hidden;
  margin: 0 0 0 auto;
}
.img_descr {
  margin: 12px 0 0 0;
}
.img_descr, .img_descr * {
  /* letter spacing fuer Bildbeschriftungen */
  /*letter-spacing: 0.1em; */
}
.img_descr .title {
  color: #000;
  display: inline;
  border-right: 5px solid #fff;
}
.img_descr .title em {
  font-style: normal;
  font-weight: normal;
  color: #5e5e5e;
}
.img_descr br {
  display: none
}





/**** admin-panel ****/
.paneladmin {
  clear: both;
  margin: 0;
  padding: 3px 10px;
  border: 2px solid yellow;
  background-color: #FFC;
}
.paneladmin hr {
  display: none;
}
.paneladmin, .paneladmin * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.paneladmin pre, pre.paneladmin {
  font-family: Courier New, Courier, mono;
}



/** nav item's resources ***/
#nav_resrc_pos {
  background-color: #ddd;
  width: 100%;
  height: 21px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1000;
  bottom: 120px;
}
#nav_resrc_pos,
#nav_resrc_pos * {
  font-size: 11px;
  line-height: 150%;
  color: #5e5e5e;
  text-transform: lowercase;
}
#nav_resrc_pos .label {
  display: none;
}
#nav_resrc_pos #nav_resrc {
  width: 760px;
  height: 14px;
  margin: 2px auto;
  padding: 0 5px;
}

#nav_resrc_pos a,
#nav_resrc_pos strong {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
#nav_resrc_pos strong {
  color: #fff;
}
#nav_resrc_pos a:link    { color: #000; text-decoration: none; }
#nav_resrc_pos a:visited { color: #000; text-decoration: none; }
#nav_resrc_pos a:focus   { color: #5e5e5e; text-decoration: none; }
#nav_resrc_pos a:hover   { color: #5e5e5e; text-decoration: none; }
#nav_resrc_pos a:active  { color: #5e5e5e; text-decoration: none; }

#nav_resrc_pos p {
  width: 350px;
  margin: 0;
  padding: 0;
}
#nav_resrc_pos #nav_resrc_left {
  width: 280px;
  float: left;
}
#nav_resrc_pos #nav_resrc_right {
  width: 420px;
  float: right;
}





/**** seitenraster ****/
/*-- links Texte, rechts Bilder --*/
.tmplsub_ltxt_rimg #content_left {
}
.tmplsub_ltxt_rimg #content_right {
}

/*-- links Bilder, rechts Bilder --*/
.tmplsub_limg_rimg #content_left {
}
.tmplsub_limg_rimg #content_right {
}

/*-- Widescreen Bilder --*/
.tmplsub_wimg #content_left {
}
.tmplsub_wimg #content_right {
}





/**** Startpage ****/
/*
.startpage #content_left {
  width: 760px;
  overflow: visible;
  float: none;
}
.startpage #content_right {
  width: 760px;
  overflow: visible;
  float: none;
}
*/

.startpage #nav_resrc_pos,
.startpage .pagetitle {
  display: none;
}


/*-- box --*/
.box, .box * {
  /* letter spacing fuer News-Box/Startseite */
  /* letter-spacing: 0.1em;*/
}
.box h4,
.box h5 {
  margin: 0;
  padding: 0;
}
.box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box p,
.box li {
  margin: 0;
  padding: 9px 0;
}

.box h4,
.box h4 * {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

.box h5,
.box h5 * {
  font-weight: bold;
}

.box .metadata,
.box .metadata * {
  color: #000;
  font-weight: bold;
}
.box a {
  color: #000;
  text-decoration: none;
}
.box a:link    { color: #000;    text-decoration: none; }
.box a:visited { color: #000;    text-decoration: none;}
.box a:focus   { color: #5e5e5e; text-decoration: none;}
.box a:hover   { color: #5e5e5e; text-decoration: none;}
.box a:active  { color: #5e5e5e; text-decoration: none;}

.linkmore {
  font-weight: bold;
}

.box li {
  clear: both;
}


