
/**** common & inline-text settings ****/
body, body * {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
}

a {
	margin: 0 -2px;
	padding: 0 2px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #2bb2ea;
}
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:focus   { text-decoration: none; color: #fff; text-decoration: none; border-bottom: #2bb2ea; background-color: #2bb2ea; }
a:hover   { text-decoration: none; color: #fff; text-decoration: none; border-bottom: #2bb2ea; background-color: #2bb2ea; }
a:active  { text-decoration: none; color: #fff; text-decoration: none; border-bottom: #2bb2ea; background-color: #2bb2ea; }




h1 {
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: normal;
  text-transform: uppercase;
  clear: both;
}
h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #666;
  clear: both;
}

ul {
	border: 1px solid #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	border: 1px solid #fff;
	padding: 1px 0 1px 20px;
	margin: 0;
	background-image: url(img/grafiken/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

img {
  border-style: none;
}

.links {
  text-align: left;
}
.rechts {
  text-align: right;
}
.zentriert {
  text-align: center;
}


/* 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 {
	margin: 20px 0;
	padding: 0;
}



/*-- banner --*/
#banner {
  background-color: #2bb2ea;
  margin: 0;
  padding: 10px 35px;
  vertical-align: top;
}
#banner img {
  vertical-align: top;
}
.startpage #banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.startpage .contenttext {
  margin: 0;
  padding: 0;
  width: 350px;
  float: right;
}
.startpage #banner,
.startpage #banner * {
  font-weight: normal;
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
  color: #fff;
  text-transform: none;
}




/**** page grid ****/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#frame_top {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #fff;
}
#frame_bottom {
	margin: 0;
	padding: 0;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1001;
	background-color: #28281b;
}
#page_content {
	margin: 0;
	padding: 130px 0 100px 0;
	width: 100%;
	background-color: #fff;
	border: 0px none transparent;
}



/**** header ****/
#header {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
#header h3 {
  display: none;
}
#logo {
  margin: 0;
  padding: 0;
  height: 46px;
  background-color: #fff;
  background-image: url(img/logo_igbk.gif);
  background-repeat: no-repeat;
  background-position: 23px 5px;
}
#logo a {
  display: block;
  width: auto;
  height: 46px;
  margin: 0;
  padding: 0;
  border-bottom: 0px none transparent;
}
#logo span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}



/**** content ****/
#content {
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0;
  padding: 15px 35px;
  width: 550px;
  min-height: 200px;
}



/**** searchform, searchresults ****/
.searchform {
  display: block;
  margin: 0 0 15px 15px;
  padding: 10px;
  width: 210px;
  float: right;
  border: 1px solid #ddd;
}
.searchmetadata {
  margin: 30px 0;
  padding: 0;
}
.pager {
  margin: 30px 0;
  padding: 0;
}
ul.searchresults {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.searchresults li {
  margin: 0 0 12px 0;
}
.searchresults h4 {
  margin: 0;
  padding: 0;
}
.searchresults h4 .datetime {
  font-weight: normal;
}
.searchresults .abstract {
  font-weight: normal;
  font-style: normal;
  margin: 6px 0 0 0;
  padding: 0;
}
.searchresults .itemapplocation {
  margin: 6px 0 0 0;
}
.searchresults .metainfo {
 margin: 6px 0 0 0;
}



/*-- searchresults: shop --*/
.searchresults .rel_resource {
  padding: 0;
  margin-right: 7px;
  text-align: center;
  width: 146px;
  float: left;
}
.searchresults .headercontent {
  display: block;
}
.searchresults .width_small {
  width: 297px;
  float: left;
}



/*-- item-view: shop --*/
.rel_resource {
  width: 240px;
  float: left;
}



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



/**** footer ****/
#footer {
  display: none;
}
#footer {
  background-color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  clear: both;
}
#footer, #footer * {
  font-size: 11px;
}
#footer hr {
  display: none;
}
#footer ul {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  list-style-type: none;
}
#footer li {
  border: 1px solid #fff;
  margin: 0 10px 0 0;
  padding: 0;
  min-width: 10px;
  float: left;
}
#footer .contenttext {
  display: block;
  margin: 0;
  padding: 0;
}




/**** 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 {
  margin: 0 0 12px 10px;
  padding: 5px;
  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;
}





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


/**** special: startpage ****/
body.startpage {
  background-color: #28281b;
}
.startpage, .startpage * {
  color: #fff;
}
.startpage #content {
	margin-top: 0;
	padding-top: 120px;
	padding-bottom: 160px;
	width: 700px;
	background-color: transparent;
	border: 0px none transparent;
}
.startpage h1 {
  color: #2bb2ea;
}

.startpage .box h2 a,
.startpage .box .datetime {
  color: #2bb2ea;
}

.startpage p + p {text-indent:2em; margin-top: 10px 0 0 0; }






/** new ***/

body, body * {line-height: 1.8em;}
h1 {margin: 0; padding:0; font-family:Arial, sans-serif; text-transform:uppercase; font-size:1.3em;  color:#000; font-weight:bold}
h2 {font-family:Arial, sans-serif; font-size:1.4em; line-height: 1.3em; font-weight:normal; color:#333;}
h3 {font-family:Arial, sans-serif; font-weight: bold; color: #333; font-size:1.2em; padding:0; text-transform:none; margin-bottom:0; padding-bottom: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; margin-right:10px; float:left}*/

/** typographie, abstand ***/
.abstract {font-size:1.3em; line-height: 1.3em; font-weight:normal; color:#777; margin: 20px 0 0 0;  }
.textabstract {font-size:1.3em; line-height: 1.3em; font-weight:normal; color:#c63; margin:8px 0 8px 0; padding: 5px 150px 5px 0; height:auto; border-top:#999999 dashed thin; border-bottom:#999999 dashed thin }
/*.contenttext {padding:20px 0 30px 0;}*/
.first {text-indent:0em; margin-top:30px}
em {font-style:italic}
strong {font-weight:bold; color:#444}
.marg, .dateitem, .category {font-family:"Courier New", Courier, monospace; font-size:1.1em; line-height:1.2em; color:#888; text-indent:0px; width:400px}
.dateitem, .category {font-size:1em; margin-bottom:10px}
.indent {text-indent:30px}
.highlight {background:url(img/grafiken/gelb.gif) repeat-x bottom; display:inline}

/** struktur ***/
#container {
  background-color: #fff;
  width: auto;
  min-height: 200px;
}


.searchcolA {display:block; float:left; width:200px; overflow:hidden}
.searchcolB {float:left; width:600px; overflow:hidden}
.test {margin:8px 0 8px 0; padding: 5px 0 5px 0; height:200px; border-top:#999999 dashed thin; border-bottom:#999999 dashed thin}
.downl {margin:8px 0 8px 0; padding: 5px 0 5px 0; min-height:16px; border-top:#999999 dashed thin; border-bottom:#999999 dashed thin}

/** adressen ***/
#adress {width:600px; background-color: #fff; border: 1px solid #fff; border-top: 1px solid #ddd; margin: 0; padding: 15px 35px; min-height: 200px;}
#adress .contenttext {padding:20px 0 0 0}
.address {line-height: 1em; text-indent: 0px; margin: 20px 0 30px 0; }
.address br {line-height:0.8em}
.addr_title {font-family:Arial, sans-serif; text-transform:uppercase; font-size:1em; word-spacing:.2em; letter-spacing:.1em; color:#000; font-weight:bold; }
.addr_name {font-family:Arial, sans-serif; text-transform:uppercase; font-size:1em; word-spacing:.2em; letter-spacing:.1em; color:#000; font-weight:normal; padding:0 0 50px 0;}
.addr_content, .addr_name2, .addr_depart, .addr_peraddress, .addr_pobox, .addr_streetno, .addr_zip, .addr_city, .addr_country, .addr_fon, .addr_fax, .addr_mobil, .addr_email, .addr_web { font-family:"Courier New", Courier, monospace; font-size:1.1em; color:#777; }
.addr_depart, .addr_streetno, .addr_fon { margin-top:20px;}



/** searchform, searchresults ***/
.searchform {
  display: block;
  margin: 8px 0 8px 0;
  padding: 20px 0 15px 0; 
  height: auto; 
  float: left; 
  width: 600px; 
  border-top: #999999 dashed thin; 
  border-bottom: #999999 dashed thin; 
  border-left: none; border-right: none;
  position: relative;
}
.searchmetadata { margin: 0; padding: 0}
.searchhits {font-family:"Courier New", Courier, monospace; font-size:1.0em; line-height:1.2em; color:#888; text-indent:0px;}
.pager {margin:0; padding:0; font-family:"Courier New", Courier, monospace; font-size:1.0em; line-height:1.2em; color:#888; text-indent:0px;}
.ioel {
	padding: 0;
	margin: 0 8px 0 0;
	width: auto;
	float: left;
}
.searchform .note {
	display: none;
}
#ioel_widget {float:none}
.note {padding:0 0 2px 5px; color:#555; text-indent:0; float:left; }
input { background: #aaa; border: none; margin: 0; padding: 2px; float: left; color: #FFFFFF}
.searchcolA_rowOne {font-family:Arial, sans-serif; font-weight:bold; text-transform:uppercase; word-spacing:.1em; letter-spacing:.1em; line-height:1.2em; font-size:1.1em; color:#fff; background-color:#2bb2ea; width:162px; height:20px; padding:5px 0 5px 10px; border-bottom:#FFFFFF dotted 2px}
.searchcolB_rowOne {font-family:Arial, sans-serif; font-weight:normal; text-transform:uppercase; word-spacing:.1em; letter-spacing:.1em; line-height:1.2em; font-size:1.1em; color:#fff; background-color:#523634; width:550px; height:20px; padding:5px 0 5px 10px; border-bottom:#FFFFFF dotted 2px}
.searchcolB_rowTwo {font-family:Arial, sans-serif; font-weight:normal; line-height:1.2em; font-size:1.1em; color:#fff; background-color:#847c7b; width:550px; height:20px; padding:5px 0 5px 10px}
.button {color:#666; background-color:#F3F3F3; text-decoration:none; border:1px solid #E1E1E1; border-right:2px solid #C1C1C1; border-bottom:1px solid #C1C1C1; padding:0; margin:0 0 0 5px}
.searchresults, .searchresultsitem { color:#777; white-space:normal; line-height:1.7em}
.searchresultsitem {font-size:1.1em;}
.searchresults .datetime { font-family: Courier, monospace; color:#777 !important; white-space: nowrap; }
.searchabstract, .groupresults {font-size:1.3em; line-height: 1.3em; font-weight:normal; color:#523634; margin:8px 0 8px 0; padding: 5px 150px 5px 0; height:auto; border-top:#999999 dashed thin; border-bottom:#999999 dashed thin }
.searchresultsitem .address  {margin:0; padding:0}


.searchform .button {
  margin: 20px 0 0 8px;
}


/** Teaser-Boxen ***//** news ***/
.teaserboxes {width: 200px; margin: 0 0 15px 15px}
.box {margin: 0 35px 0 0; padding: 5px; width: 300px; float: left; }
.box hr {display: none}
.box h2, .box p {margin: 0; padding: 15px 0 0 0;}
.box h2, box h2 * {font-weight: bold}
.box ul {margin: 0; padding: 0; list-style-type: none}
.box li {margin: 0; padding: 4px 8px}
.boxitem {line-height:1.5em; text-indent:0px;}
.boxitem a { margin-right: 10px; }
.boxitem a:link    { margin-right: 10px !important; }
.boxitem a:visited { margin-right: 10px !important; }
.boxitem a:focus   { margin-right: 10px !important; }
.boxitem a:hover   { margin-right: 10px !important; }
.boxitem a:active  { margin-right: 10px !important; }

.boxcontent {width:300px;}
.newscol_li {width:500px; margin:0; padding:0; float:left;}
.newscol_re {width:auto; margin:50px 0 0 30px; padding:0; float:left}
.box_header {text-indent:-9999px; background:url(img/grafiken/aktuelles.png) no-repeat;}
.newscol_re .box { margin: 0; padding: 0; width: 350px; float: left; }
.newstext { font-family: "Courier New", Courier, monospace; color: #fff; padding: 0 8px 0 0; white-space: normal; line-height:1.9em; }
.box .datetime { padding: 0 8px 0 0; font-family: Courier, monospace; color: #606057 !important; white-space: nowrap; }
.box .boxitem { text-indent:0px;}
.newscol_li .contenttext {padding:13px 0 0 0}

/** Listen ***/
.textlist ul, .textlist li {list-style:url(img/grafiken/pfeil.gif); line-height:1.8em; }

/** links ***/
.addr_content a, .addr_email a, .addr_web a {font-family:Courier, "Courier New", monospace; color:#666; text-decoration:none; border-bottom:1px solid #2bb2ea}
.addr_content a:link, .addr_content a:visited, .addr_content a:focus, .addr_content a:hover, .addr_email a:link, .addr_email a:visited, .addr_email a:focus, .addr_email a:hover, .addr_web a:link, .addr_web a:visited, .addr_web a:focus, .addr_web a:hover {text-decoration:none}
.addr_content a:hover, .addr_email a:hover, .addr_web a:hover {color:#fff; text-decoration:none; border-bottom:#2bb2ea; background-color:#2bb2ea}
.pager a {font-family:Courier, "Courier New", monospace; color:#666; text-decoration:none; border-bottom:1px solid #2bb2ea}
.pager a:link, .pager a:visited, .pager a:focus, .pager a:hover {text-decoration:none}
.pager a:hover {color:#fff; text-decoration:none; border-bottom:#2bb2ea; background-color:#2bb2ea}
.searchresults a { color:#000; font-size:1.1em; text-decoration:none; border-bottom:1px solid #2bb2ea}
.searchresults a:link, .searchresults a:visited, .searchresults a:focus, .searchresults a:hover {text-decoration:none}
.searchresults a:hover {color:#fff; text-decoration:none; border-bottom:#2bb2ea; background-color:#2bb2ea; margin:-2px -2px -2px -2px; padding:2px 2px 2px 2px}
.searchcolB_rowOne a, .searchcolB_rowTwo a {color:#fff; text-decoration:none; border-bottom:2px solid #523634}
.searchcolB_rowOne a:link, .searchcolB_rowOne a:visited, .searchcolB_rowOne a:focus, .searchcolB_rowOne a:hover, .searchcolB_rowTwo a:link, .searchcolB_rowTwo a:visited, .searchcolB_rowTwo a:focus, .searchcolB_rowTwo a:hover {text-decoration:none}
.searchcolB_rowOne a:hover, .searchcolB_rowTwo a:hover {color:#fff; text-decoration:none; border-bottom:#523634; background-color:#523634; margin:-2px -2px -2px -2px; padding:2px 2px 2px 2px}
.boxitem a {font-family:Courier, "Courier New", monospace; color:#c6bd9f; text-decoration:none; border-bottom:1px solid #2bb2ea}
.boxitem a:link, .boxitem a:visited, .boxitem a:focus, .boxitem a:hover {text-decoration:none}
.boxitem a:hover {color:#fff; text-decoration:none; border-bottom:#2bb2ea; background-color:#2bb2ea; margin:-2px -2px -2px -2px; padding:2px 2px 2px 2px}
.nav_back {padding-top:30px}
a.test  {border-bottom:#000 2px solid !important; background-color:none !important; margin:0; padding:0}
a:link.test, a:visited.test, a:focus.test {border-bottom:#000 2px solid !important; background-color:none !important; margin:0; padding:0}
a:hover.test {border-bottom:#2bb2ea 2px solid !important; background-color:none !important; margin:0; padding:0}

/** background headlines ***/
#pagetitle {
	margin: 40px 0 20px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 18px; /*1em;*/
/*	word-spacing: .2em;*/
/*	letter-spacing: .1em;*/
	color: #f60;
	font-weight: normal; /*bold;*/
	background-position: 0 8px;
}
.pagetitle_ { visibility: hidden; } /*{ text-indent:-9999px; background: url(img/grafiken/willkommen.png) no-repeat; min-height:21px; }*/
.pagetitle_ueber { text-indent:-9999px; background: url(img/grafiken/wir_ueber_uns.jpg) no-repeat; }
.pagetitle_ueber_kontakt { text-indent:-9999px; background: url(img/grafiken/kontakt.gif) no-repeat; }
.pagetitle_ueber_geschichte { text-indent:-9999px; background: url(img/grafiken/geschichte.jpg) no-repeat; }
.pagetitle_ueber_mitglieder { text-indent:-9999px; background: url(img/grafiken/mitglieder.gif) no-repeat; }
.pagetitle_ueber_vorstand { text-indent:-9999px; background: url(img/grafiken/vorstand.jpg) no-repeat; }
.pagetitle_ueber_positionen { text-indent:-9999px; background: url(img/grafiken/positionen.gif) no-repeat; }
.pagetitle_service { text-indent:-9999px; background: url(img/grafiken/service.gif) no-repeat; }
.pagetitle_service_ausschreibungen { text-indent:-9999px; background: url(img/grafiken/ausschreibungen.gif) no-repeat; }
.pagetitle_iat_db__test_ { text-indent:-9999px; background: url(img/grafiken/iat.gif) no-repeat; }
.pagetitle_interessenvertretung_iaa { text-indent:-9999px; background: url(img/grafiken/iaa.gif) no-repeat; }
.pagetitle_interessenvertretung_eca { text-indent:-9999px; background: url(img/grafiken/eca.gif) no-repeat; }
.pagetitle_interessenvertretung_efah { text-indent:-9999px; background: url(img/grafiken/efah.gif) no-repeat; }
.pagetitle_interessenvertretung_deutscher_kulturrat { text-indent:-9999px; background: url(img/grafiken/d_kulturrat.gif) no-repeat; }
/*.pagetitle_aktuelles { text-indent:-9999px; background: url(img/grafiken/akt_newssuche.jpg) no-repeat; }
*/
.pagetitle_start_aktuelles { text-indent:-9999px; background: url(img/grafiken/aktuelles.png) no-repeat; }
.pagetitle_evan { text-indent:-9999px; background: url(img/grafiken/evan.gif) no-repeat; }
.pagetitle_faq { text-indent:-9999px; background: url(img/grafiken/faq.jpg) no-repeat; }



/** ---------------------------------------------------------- ***/


#logo a {
  display: block;
  width: auto;
  height: 46px;
  margin: 0;
  padding: 0;
  background:none;
}


/**** nav main ****/
#nmmenu2Content {
  margin: 0;
  padding: 0;
}
div.active,
div.activepath {
  border-top: 1px solid #2bb2ea;
  background-color: #2bb2ea;
}
.nm_cat_header:hover {
  background-color: #2bb2ea;
}

.nm_cat_header {
  margin: 0;
  padding: 1px 35px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.nm_cat_content {
  margin: 0;
  padding: 1px 35px;
}
.nm_cat_content {
  display: none;
}
div.activepath div.nm_cat_content,
div.active div.nm_cat_content {
  display: block;
}
.nm_cat_content li.activepath {
  background-color: #2bb2ea;
}

li.nmlevel1:hover {
  background-color: #2bb2ea;
}
.nm_cat_header a,
.nm_cat_header strong {
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  border: 0px none transparent;
}
.nm_cat_header strong {
  color: #fff;
  text-decoration: none;
}
.nm_cat_header a:link    { background-color: none; color: #666; text-decoration: none; }
.nm_cat_header a:visited { background-color: none; color: #666; text-decoration: none; }
.nm_cat_header a:focus   { background-color: none; color: #666; text-decoration: underline; }
.nm_cat_header a:hover   { background-color: none; color: #666; text-decoration: underline; }
.nm_cat_header a:active  { background-color: none; color: #666; text-decoration: underline; }


/*--  ul.nmlevel2 == .nm_sub --*/
ul.nmlevel2 {
  list-style-type: none;
  margin: 0 -35px -2px -35px;
  padding: 3px 35px;
  background-color: #523634;
  border: 1px solid #523634;
}
ul.nmlevel2 li {
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
  border: 0px none transparent;
  background-image: none;
}
.nm_cat_content ul.nmlevel2,
.nm_cat_content ul.nmlevel2 * {
  font-size: 10px;
  text-transform: none;
}

.nm_cat_content a,
.nm_cat_content strong {
  font-weight: normal;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border: 0px none transparent;
}
.nm_cat_content .nmlevel2 a:link    { background-color: transparent; color: #fff; text-decoration: none; }
.nm_cat_content .nmlevel2 a:visited { background-color: transparent; color: #fff; text-decoration: none; }
.nm_cat_content .nmlevel2 a:focus   { background-color: transparent; color: #fff; text-decoration: underline; }
.nm_cat_content .nmlevel2 a:hover   { background-color: transparent; color: #fff; text-decoration: underline; }
.nm_cat_content .nmlevel2 a:active  { background-color: transparent; color: #fff; text-decoration: underline; }

.nm_cat_content strong,
.nm_cat_content a.activepath,
.nm_cat_content a.activepath:link,
.nm_cat_content a.activepath:visited,
.nm_cat_content a.activepath:focus,
.nm_cat_content a.activepath:hover,
.nm_cat_content a.activepath:active
{  color: #f60;
}

.nm_cat_content li.activepath {
  background-color: #2bb2ea;
}
.nm_cat_content ul.nmlevel2 li.activepath {
  background-color: transparent;
}
.nm_cat_content div.nmlevel3 {
  display: none;
}



/**** navigation local - inline content section ****/
#navlocalil {
}



/**** nav utilities ****/
#nav_utilities {
  margin: 0;
  padding: 10px 0 20px 0;
	background-color: #28281b;
	border: 1px solid #28281b;
}
#nav_utilities, #nav_utilities * {
  font-size: 9px;
  text-transform: uppercase;
}
#nav_utilities ul {
  list-style-type: none;
  margin: 0;
  padding: 3px 35px;
  text-align: right;
  border: 1px solid #f60;
  background-color: #f60;
  height: 20px;
}
#nav_utilities li {
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
  border: 0px none transparent;
  background-image: none;
}
#nav_utilities li a {
  color: #000; /*#2bb2ea;*/
  border: 0px none transparent;
}
#nav_utilities a:link    { background-color: transparent; color: #000; text-decoration: none; }
#nav_utilities a:visited { background-color: transparent; color: #000; text-decoration: none; }
#nav_utilities a:focus   { background-color: transparent; color: #000; text-decoration: underline; }
#nav_utilities a:hover   { background-color: transparent; color: #000; text-decoration: underline; }
#nav_utilities a:active  { background-color: transparent; color: #000; text-decoration: underline; }


/**** lang selector / lang flags ****/
.ioel_lang_selector {
  margin: -25px 0 0 35px;
  padding: 0;
  display: block;
  height: 20px;
}
.ioel_lang_selector .selector {
 padding-right: 16px;
}
.startpage .ioel_lang_selector,
.startpage .ioel_lang_selector * {
  color: #000;
}
.startpage .ioel_lang_selector strong {
  color: #666;
}
.ioel_lang_selector a {
  color: #000 !important; /*#2bb2ea;*/
  border: 0px none transparent;
}
.ioel_lang_selector a:link    { background-color: transparent; color: #000 !important; text-decoration: none; }
.ioel_lang_selector a:visited { background-color: transparent; color: #000 !important; text-decoration: none; }
.ioel_lang_selector a:focus   { background-color: transparent; color: #000 !important; text-decoration: underline; }
.ioel_lang_selector a:hover   { background-color: transparent; color: #000 !important; text-decoration: underline; }
.ioel_lang_selector a:active  { background-color: transparent; color: #000 !important; text-decoration: underline; }

.sflang {
  font-size: 9px !important;
  text-transform: lowercase !important;
  color: #666 !important;
}




/**** microformats ****/
.ref_resrc {
	margin: 16px 0;
	padding: 8px 0;
	border-top: #999 dashed thin;
	border-bottom: #999 dashed thin;
}
/*
@todo tag text-content within #contenttext with p-tags
.ref_resrc + .ref_resrc {
	border-top: 0px none transparent;
	padding: 16px 0 8px 0;
	margin: -23px 0 16px 0;
	background-color: #fff;
}
*/
.ref_resrc, .ref_resrc * {
	color: #888;
	font-family: "Courier New",Courier,monospace;
	line-height: 1.2em;
	text-indent: 0px;
}


a.aimg {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-bottom: 0px none transparent;
}
a.aimg:link    { background-color: transparent; }
a.aimg:visited { background-color: transparent; }
a.aimg:focus   { background-color: transparent; }
a.aimg:hover   { background-color: transparent; }
a.aimg:active  { background-color: transparent; }

.ref_img_s, .ref_img_m {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	width: 150px;
	float: right;
	margin-right: -180px;
	clear: both;
	border-top: 0px none transparent;
	border-bottom: 0px none transparent;
}
.ref_img_m {
	width: 270px;
	right: 0px;
	margin-right: -300px;
}

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

.ref_img_row {
	margin: 24px 0;
}
.ref_img_row .ref_img_s {
	margin: 0;
	padding: 0 16px 16px 0;
	width: auto;
	height: auto;
	display: block;
	float: left;
	clear: none;
}

