body, body * {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 130%;
}
body {
  background-color: #f1f3f4;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0;
  padding: 0;
}

#framepage {
  width: 940px;
  padding: 10px 30px 100px 30px;
}





/**** header ****/

#header {
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #aaa;
}
#logo {
  margin: 10px 10px 5px 0;
  width: 140px;
  height: 45px;
  float: left;
}
#logo, #logo * {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  text-transform: lowercase;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: top left;
}
#logo span {
  display: none;
}
#logo a {
  display: block;
  margin: 0;
  padding: 0;
  width: 140px;
  height: 45px;
}
#logo a:link    { text-decoration: none; color: #000; }
#logo a:visited { text-decoration: none; color: #000; }
#logo a:focus   { text-decoration: none; color: #000; }
#logo a:hover   { text-decoration: none; color: #000; }
#logo a:active  { text-decoration: none; color: #000; }

#logo_subtitle {
  margin: 10px 10px 5px 0;
  padding: 12px 0 0 0;
  width: 300px;
  height: 30px;
  float: left;
}
#logo_subtitle, #logo_subtitle * {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

/**** lang selector ****/
.ioel_lang_selector {
  border: 1px solid #fff;
  background-color: #fff;
  margin: 28px 0 0 0;
  padding: 2px 0 3px 0;
  width: 65px;
  text-align: center;
  float: right;
}

.ioel_lang_selector strong,
.ioel_lang_selector a.activepath {
  color: #000;
}
.ioel_lang_selector a:link    { text-decoration: none; color: #000; }
.ioel_lang_selector a:visited { text-decoration: none; color: #000; }
.ioel_lang_selector a:focus   { text-decoration: underline; color: #000; }
.ioel_lang_selector a:hover   { text-decoration: underline; color: #000; }
.ioel_lang_selector a:active  { text-decoration: none; color: #000; }






#column_left {
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  width: 150px;
  float: left;
  clear: both;
}


/**** navigation: haupt ****/
#nav_main {
  margin: 0 0 10px 0;
  padding: 0;
}


/**** navigation: path ****/
.nav_path {
  margin: 0;
  padding: 0 0 20px 0;
}


/**** navigation: sub ****/
#nav_sub {
  display: block;
  background-color: #fff;
  margin: 0 0 10px 10px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  width: 200px;
  float: right;
}


/**** main ****/
#main {
  clear: both;
  margin: 0;
}

/**** content ****/
#content {
  background-color: #fff;
  margin: 0 0 10px 180px;
  padding: 15px 5px 30px 5px;
  width: 630px;
  min-height: 300px;
  /*float: left;*/
}

a {
  color: #000;
}
a:link    { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:focus   { text-decoration: underline; color: #000; }
a:hover   { text-decoration: underline; color: #000; }
a:active  { text-decoration: none; color: #000; }


h1 {
  margin: 30px 0 15px 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.pagetitle {
  margin: 0 10px 15px 0;
  padding: 0;
  display: inline;
}
.datetime {
  display: inline;
}
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 30px 0 18px 0;
}
h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin: 18px 0 12px 0;
}

ul {
  border-style: none;
  padding: 3px 0;
  margin: 0;
}
li {
  border-style: none;
  padding: 0;
  margin: 5px 0 5px 20px;
}

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 {
  font-weight: bold;
  display: block;
  margin: 20px 0;
}

.error {
  color: red;
  background-color: yellow;
}

.contenttext {
  clear: both;
  margin-top: 20px;
}


/**** searchform, searchresults ****/
.searchform td,
.searchform th {
  border: 1px solid #fff;
}
.searchform th {
  text-align: right;
}

.searchmetadata {
  margin: 10px 0 40px 0;
  padding: 0;
}

.searchitems {
  margin: 16px 0;
  padding: 0;
  list-style-type: none;
}
.searchitems li {
  margin: 4px 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}


/*--- content teaser ---*/
.content_teaser {
  margin: 16px 0;
  padding: 0;
  list-style-type: none;
}
.content_teaser li {
  margin: 4px 0;
  padding: 0 0 0 16px;
  background-image: url(images/dot_content_teaser.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-bottom: 1px solid #fff;
}
.content_teaser li a {
  font-weight: bold;
}


/**** admin ****/
#todos {
  border: 2px solid yellow;
  background-color: #ffc;
  margin: 10px 0 10px 0;
  padding: 5px 10px;
  clear: both;
}
#todos h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}



/**** footer ****/
#footer {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #aaa;
  clear: both;
}

#footer, #footer * {
  font-size: 11px;
}
#footer hr {
  display: none;
}

#footer ul {
  margin: 0;
  padding: 2px 5px 1px 5px;
  list-style-type: none;
}
#footer li {
  border: 1px solid #fff;
  margin: 0 10px 0 0;
  padding: 0;
  min-width: 10px;
  float: left;
}
#footer p {
  display: none;
}
#footer p.bgpage_info {
  display: block;
  margin: 2px 0;
  padding: 4px 10px;
  width: 132px;
  background-color: #fff;
}
#nav_utilities {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #fff;
  width: 150px;
}
#nav_utilities strong,
#nav_utilities a.activepath {
  font-weight: normal;
  background-color: #aaa;
}
#nav_utilities a:link    { text-decoration: none; color: #000; }
#nav_utilities a:visited { text-decoration: none; color: #000; }
#nav_utilities a:focus   { text-decoration: underline; color: #000; }
#nav_utilities a:hover   { text-decoration: underline; color: #000; }
#nav_utilities a:active  { text-decoration: none; color: #000; }




/**** css-helpers ****/
.floatclearer {
  display: block;
  border-style: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0px;
}


/**** Teaser-Boxen ****/
.teaserboxes {
  width: 200px;
  margin: 0 0 15px 15px;
}
.box {
  border: 1px solid #ccc;
  margin: 0 0 12px 10px;
  padding: 5px;
  background-color: #fff;
  width: 180px;
  float: right;
}
.box hr {
  display: none;
}
.box h2,
.box p {
  margin: 0;
  padding: 4px 8px;
}
.box h2, box h2 * {
  font-weight: bold;
}

.box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.box li {
  margin: 0;
  padding: 4px 8px;
}



/*-- box: cart --*/
#box_cart {
  padding: 4px;
  width: 100px;
}
#box_cart hr {
  display: none;
}
#box_cart a {
  display: inline;
}
#box_cart,
#box_cart div {
  text-align: center;
}




/*-- cart-widgets --*/
.cart_widgets {
  margin: 6px 0 0 0;
  padding: 0;
  clear: both;
}
.cart_widgets .price,
.cart_widgets .buttoncart {
  display: block;
  background: #ddd;
  margin: 0;
  padding: 3px 6px;
}

.cart_widgets .price {
  margin-right: 2px;
  float: left;
  width: 100px;
  text-align: right;
}
.cart_widgets .buttoncart {
  margin-left: 2px;
  float: right;
  width: 160px;
  text-align: center;
}




/**** microformats ****/
.ref_resrc {
	margin: 16px 0;
	padding: 8px 0;
}

.ref_img_sys .aimg {
	width: auto;
	margin: 0 10px 0 0;
	float: left;
}

.ref_img_m {
  margin: 0;
  padding: 5px 0;
}
.resrc_metadata {
  margin: 8px 0;
  padding: 0;
  width: 350px;
}
.resrc_metadata, .resrc_metadata * {
  color: #666;
}



.refdoc_pdf {
  width: auto;
  margin: 10px 0;
  padding: 5px 0 5px 30px !important;
  background-image: url(images/icon_pdf_x16.gif);
  background-repeat: no-repeat;
  background-position: 5px 8px;
}
.thmb_doc {
  background-image: none;
  padding-left: 0 !important;
}
.thmb_doc .aimg {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.thmb_doc .img_data {
  display: block;
}


.refdoc_flash {
  width: 240px;
  margin: 10px 0;
  padding: 5px 5px 5px 30px;
  background-image: url(images/icon_flash_x16.gif);
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.refdoc_qt {
  width: 240px;
  margin: 10px 0;
  padding: 5px 5px 5px 30px;
  background-image: url(images/icon_qt_x16.gif);
  background-repeat: no-repeat;
  background-position: 5px 8px;
}

.refdoc_audio {
  width: 240px;
  margin: 10px 0;
  padding: 5px 5px 5px 30px;
  /*background-image: url(images/icon_qt_x16.gif);*/
  background-repeat: no-repeat;
  background-position: 5px 8px;
}


/**** i2r ****/
.i2r {
	padding-bottom: 0;
}
.i2r .ref_resrc {
	margin: 0;
	padding: 8px 0 0 0;
}
.i2r_nav {
  margin: 10px 0;
  padding: 5px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.i2r_nav p {
  margin: 0;
  padding: 0;
}
.i2r_nav strong,
.i2r_nav a.activepath {
  font-weight: normal;
  background-color: #aaa;
}
.i2r_nav a:link    { text-decoration: none; color: #000; }
.i2r_nav a:visited { text-decoration: none; color: #000; }
.i2r_nav a:focus   { text-decoration: underline; color: #000; }
.i2r_nav a:hover   { text-decoration: underline; color: #000; }
.i2r_nav a:active  { text-decoration: none; color: #000; }



#content_left {
  margin: 0;
  padding: 5px 5px 0 5px;
}
#content_right {
  margin: 0;
  padding: 5px;
}

.resrc_contenttext {
  display: block;
  width: 350px;
  margin: 16px 0;
  padding: 0;
}



/**** 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: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.paneladmin pre, pre.paneladmin {
  font-family: Courier New, Courier, mono;
}



/**** startpage ****/
.pt_start #content {
  visibility: hidden;
}




/**** resource-viewer ****/
.resourceviewer {
  background-color: #fff;
}
.resourceviewer #framepage {
  width: auto;
  margin: 0;
  padding: 0;
}
.resourceviewer #headernav {
  background-color: #999;
  margin: 0;
  padding: 4px 8px;
}
.resourceviewer #headernav h1 {
  font-size: 14px;
}
.resourceviewer #headernav p.navbar_wm {
  width: 100px;
  margin: 0;
  padding: 5px 10px;
  text-align: right;
  float: right;
}

.resourceviewer #headernav .ioel_lang_selector {
  margin: 0;
  padding: 5px 10px;
  width: 65px;
  text-align: center;
  float: right;
  border: 0px none transparent;
  background-color: transparent;
}
.resourceviewer #content {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}
.resourceviewer .i2r {
  margin: 0;
  padding: 0;
}
.resourceviewer .i2r_nav {
  margin: 0;
  padding: 5px 10px;
}


/**** thumbnails ****/
.imgthumb {
	display: block;
	position: absolute;
	left: 827px;
	width: 153px;
	
	display: none;
}

a.listitem:link     .imgthumb { display: none; }
a.listitem:visited  .imgthumb { display: none; }
a.listitem:focus    .imgthumb { display: block; }
a.listitem:hover    .imgthumb { display: block; }
a.listitem:active   .imgthumb { display: block; }





