/**
 * Business Styles
 *
 * @author: mb
 * @date: 2006-08-19
 * @project: neopoly website
 */
 
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: white url(bg.gif) repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
}

body, input, select, textarea, table {
  font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #4E4E4E;
}

#wrap {
  width: 955px;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: left;
}

/* --- HEADER --------------------------------------------------------------- */

#header {
  height: 360px;
  position: relative;
  z-index: 20;
  margin: 0 20px 0 20px; 
  background: url(emo_standard.jpg) no-repeat;
}
#logo {
  position: absolute;
  top: 35px;
  left: -10px;
  z-index: 22;
  display: block;
}
#emo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 21;
  width: 915px;
  height: 360px;
}

/* --- NAVIGATION ----------------------------------------------------------- */

#header ul.navigation {
  z-index: 50;
  position: absolute;
  top: 76px;
  right: 0;
  _top: 75px;
  _right: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header ul.navigation a {
  display: block;
  text-decoration: none;
  color: #6C6C6C;
  border: 0px none;
}
#header ul.navigation li {
  float: left;
  margin-left: 20px;
}
#header ul.navigation li a {
  font-size: 19px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
#header ul.navigation li a:hover,
#header ul.navigation li a.active {
  color: #ED6D0F;
}

/* sub nav opening */
#header ul.navigation li:hover ul,
#header ul.navigation li.hover ul,
#header ul.navigation li:focus ul {
  visibility: visible;
}
#header .nav-start,
#header .nav-sitemap,
#header .nav-imprint { 
  display: none; 
}

/* sub nav */
#header ul.navigation ul {
  visibility: hidden;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 17px 0 20px 0;
}
#header ul.navigation ul li {
  clear: both;
  margin-left: 0px;
}
#header ul.navigation ul li a {
  font-size: 12px;
  line-height: 24px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 135px; /* XXX Feste Breite */
}
#header .nav-product li:first-child,
#header .nav-product li.first-child {
  display: none;
}

/* --- TAIL ----------------------------------------------------------------- */

#tail {
  width: 695px;
  margin: 0 auto 0 auto;
}

/* --- CONTENT -------------------------------------------------------------- */

#content {
  position: relative;
  z-index: 10;
  margin: 35px 0 25px 0;
}

ul {
	padding-left: 15px;
	_padding-left: 17px;
	list-style: square;
	margin-left: 0;
}
.no-project-logo {
  background-image: url(no_project_logo.jpg);
  padding-top: 120px !important;
  margin-bottom: 0px !important;
  height: 0;
  width: 150px;
  clip: rect(0, 150px, 120px, 0);
  display: block;
  overflow:auto;
}
#content hr {
  display: block;
}

#content tr.odd td {
  background-color: #efefef;
}

a {
  color: #ED6D0F;
}
a:hover {
  color: #F69338;
}

h2 {
  margin: 22px 0 12px 0;
  color: #ED6D0F;
  font: normal 20px/24px Arial, Helvetica, sans-serif;
  _line-height: 23px;
  _margin-bottom: 13px;
}

h3 {
  margin: 22px 0 12px 0;
  color: #6C6C6C;
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  _line-height: 19px;
  _margin-bottom: 13px;
}

h4 {
  margin: 16px 0 12px 0;
  font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
  _line-height: 16px;
  _margin-bottom: 13px;
}

#content label {
  font-weight: bold;
}

#content p {
  margin: 12px 0px 12px 0px;
  padding: 0;
}

#content img.right {
  float: right;
  margin: 0 0 12px 12px;
}
#content a.thumbnail {
  border: 1px solid #F6B687;
  padding: 5px;
}
#content a.thumbnail:hover {
  background-color: #FEF4ED;
}
#content a.thumbnail img {
  border: 0px none;
  margin: 0 0 -3px 0;
  _margin: 0 0 -2px 0;
  padding: 0;
}

/* form elements */
#content input.text,
#content select,
#content textarea {
  border: 1px solid #ACACAC;
}
#content input[type=text] { 
  border: 1px solid #ACACAC; 
}

#content textarea,
#content select {
  padding: 1px;
}
#content input.text {
  padding: 2px;
  line-height: 14px;
}
#content input[type=text] {
  padding: 2px;
  line-height: 14px;
}

#content input.text:focus,
#content input.text.focus,
#content select:focus,
#content select.focus,
#content textarea:focus,
#content textarea.focus {
  background-color: #FFF6EF;
}
#content input[type=text]:focus {
  background-color: #FFF6EF;
}
input.submit {
	padding: 3px;
	border: 0 none;
	background-color: #ED6D0F;
	color: white;
	_height: 22px;
}
input[type=submit] {
	padding: 3px;
	border: 0 none;
	background-color: #ED6D0F;
	color: white;
} 
input.submit.disabled {
	background: #7f7f7f;
}
input[type=submit].disabled {
  background: #7f7f7f;
}

/* Info */
#content div.info {
  padding: 0 0.5em 0 0.5em;
  border: 1px solid #00A100;
  background-color: #F4FFF0;
  color: #00A100;  
  margin: 12px 0 12px 0;
}
#content div.info p,
#content div.info ul {
  margin: 0.5em 0 0.7em 0
}

/* Error */
#content div.error {
  padding: 0 0.5em 0 0.5em;
  border: 1px solid #c60000;
  background-color: #FBEBEB;
  color: #c60000;
  margin: 12px 0 12px 0;
}
#content div.error p,
#content div.error ul {
  margin: 0.5em 0 0.7em 0
}
#content div.error ul {
  padding-left: 2em;
}
#content .fieldWithErrors input,
#content .fieldWithErrors select,
#content .fieldWithErrors textarea {
  border: 1px solid #c60000;
}
#content label.fieldWithErrors {
  color:  #c60000;
}

/* table */
table {
  border-collapse: collapse;
  width: 100%;
}
table a {
  text-decoration: none;
}
table th { text-align: left; }
table td, 
table th {
  padding: 2px 5px 2px 5px;
}
table.sortable th {
  white-space: nowrap;
}
table.sortable img.sort-arrow {
  vertical-align: top;
  _vertical-align: middle;
  background: url(sort_arrow_no.gif) no-repeat; /* unsortiert */
  cursor: pointer;
}
table.sortable img.sort-arrow.descending {
  background: url(sort_arrow_desc.gif) no-repeat;
}
table.sortable img.sort-arrow.ascending {
  background: url(sort_arrow_asc.gif) no-repeat;
}

/* --- FOOTER --------------------------------------------------------------- */

#tail hr {
  clear: both;
  height: 1px;
  display: block;
  visibility: hidden;
  margin: 0;
  _margin-top: -7px;
  padding: 5px 0 0 0;
  line-height: 0;
  font-size: 0;
}

#footer {
  border-top: 1px solid #E3E3E3;
  color: #BFBFBF;
  padding: 7px 0 35px 0;
  _padding-top: 0px;
  margin: 0;
}
#footer a {
  color: #BFBFBF;
}
#footer p.copyright {
  display: inline;
  margin: 0;
  padding: 0;
  _padding-right: 3px;
}
#footer ul.nav {
  margin: 0px;
  padding: 0 0 0 3px;
  display: inline;
  list-style: none;
}
#footer ul.nav li {
  display: inline;
  padding: 0 2px 0 6px;
  margin: 0;
  border-left: 1px solid #bfbfbf;
}
#header ul.lang-sel {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 100;
}
#footer ul.lang-sel {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  float: right;
  _margin-top: 1px;
}
#header ul.lang-sel li,
#footer ul.lang-sel li {
  margin: 0;
  padding: 0;
  display: inline;
}
#footer p.top-link a {
  float: right;
  margin: 0;
  padding: 0 12px 0 0;
  background: url(top.gif) no-repeat right center;
}

/* === STYLE SWITCHER (style_switcher.js) =================================== */

#style-switcher {
  position: absolute;
  z-index: 24;
  right: 15px;
  bottom: 0px;
  font-size: 9px;
  line-height: 13px;
  text-align: right;
  padding-bottom: 20px;
  background: url(text_style.gif) no-repeat right bottom;  
  width: 35px;
}
#style-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  padding: 5px 5px 5px 5px;
}
#style-switcher:hover,
#style-switcher.hover {
  width: auto;
}
#style-switcher:hover ul,
#style-switcher.hover ul {
  display: block;
}
.compact #style-switcher {
  top: 143px;
  padding: 20px 0 0 0;
  _padding-bottom: 20px;
  background-position: right top;
}
.compact #style-switcher ul {
  background-color: #FEF4ED;
  border: 1px solid #ED6D0F;
}

/* === COMPACT PAGE LAYOUT (compact_mode.js) ================================ */

#btn-toggle-compact-mode {
  position: absolute;
  right: 0;
  top: 345px;
  margin: 0;
  padding: 0;
  z-index: 25;
  width: 13px;
  height: 0px;
  padding-top: 13px;
  display: block;
  clip: rect(0, 13px, 13px, 0);
  background: url(arrow_top.gif) no-repeat;
  overflow: hidden;
}
body.compact {
  background-image: none;
}
.compact #wrap {
  width: 735px;
}
.compact #header {
  height: 140px;
  border-bottom: 1px solid #ED6D0F;
  background-image: none !important;
}
.compact #content {
  margin-top: 25px;
}
.compact #emo {
  display: none;
}
.compact #header ul.navigation {
  top: 97px;
  _top: 96px;
}
.compact #header ul.navigation li {
  margin-left: 20px;
}
.compact #header ul.navigation li a {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 19px;
  _padding-bottom: 20px;
}
.compact #header ul.navigation ul {
  border: 1px solid #ED6D0F;
  border-top: 0px none;
  padding: 0 8px 5px 8px;
  background-color: white;
  margin-left: -8px;
}
.compact #header ul.navigation ul li {
  margin-left: 0px;
}
.compact #header .nav-contact ul {
  margin-left: -75px !important;
  width: 100px;
  text-align: right;
}
.compact #header .nav-contact ul a {
  width: 100px;
}
.compact #header ul.navigation ul li a {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 0px;
  line-height: 22px;
}
.compact #btn-toggle-compact-mode {
  top: 145px;
  background: url(arrow_bottom.gif) no-repeat;
}

/* --- PAGE/GROUP DEPENDENT STYLES ------------------------------------------ */

.group-products #header { background-image: url(emo_cubes.jpg); }
.group-portfolio #header { background-image: url(emo_domino.jpg); }
.group-services #header { background-image: url(emo_dame.jpg); }
.page-contact #header { background-image: url(emo_mikado.jpg); }

/* data package */
.page-data-package #content .date h3 { display: none; }
.page-data-package #content .description h3 { display: none; }
.page-data-package #content .date {
  position: absolute;
  right: 0;
  top: 0;
}

/* sitemap */
.page-sitemap #content ul {
  margin: 1em 0 1em 0;
  padding: 0;
  list-style: none;
}
.page-sitemap #content ul li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 0 5px 0;
}
.page-sitemap #content ul li.nav-imprint {
  margin-right: -10px;
}
.page-sitemap #content ul li a {
  font-weight: bold;
}
.page-sitemap #content ul ul {
}
.page-sitemap #content ul ul li {
  clear: left;
  margin: 0;
}
.page-sitemap #content ul ul li a {
  font-weight: normal;
}
.page-sitemap #content .nav-sitemap {
  display: none;
}
.page-sitemap #footer {
  margin-top: 20px;
  _margin-top: -18px;
}

/* contact */
#contact-form {
  float: left;
  width: 55%;
  margin: -15px 0 20px 0;
  position: relative;
  _margin-bottom: -10px;
}
#contact-form input.text { width: 20.7em; }
#contact-form input[type=text] { width: 20.7em; }
#contact-form textarea   { width: 20.9em; _width: 20.8em }
#contact-form select     { width: 21.2em; }
#contact-form label {
  display: block;
  width: 6em;
  float: left;
}
#contact-form input.submit {
  margin-left: 5.9em;
  _margin-left: 6.2em;
}
#contact-form input[type=submit] {
  margin-left: 5.9em;
}
#contact-form h3 { display: none; }
#contact-data {  
  float: right;
  width: 35%;
  margin: -15px 0 20px 0;
  _margin-bottom: -10px;
  position: relative;
}

/* news */
.to-overview {
  margin-top: 24px;
  clear: left;
}
.to-overview p,
.page-news-overview .pagination-navi p {
	border: 1px solid #d6d6d6;
	padding: 5px !important;
	display: inline;
}
.page-news-overview h2 .pagination-info {
	font-size: 12px !important;
}
.page-news-overview ul.news-list {
  padding: 0;
  margin: -1em 0 2em 0;
  list-style: none;
}
.page-news-overview ul.news-list li {
  position: relative;
}
.page-news-overview ul.news-list h3 {
  padding-top: 1.2em;
  _padding-top: 1.3em;
}
.page-news-entry #content h3 {
  padding-top: 0.7em;
  _padding-top: 0.55em;
}
.page-news-overview ul.news-list p.date,
.page-news-entry p.date {
  position: absolute;
  top: -1.1em;
  margin: 0;
  padding: 0;
  font-size: 9px;
  color: #AAAAAA;
  left: 0;
}
.page-news-entry p.date {
  top: 2.7em;
  _top: 2.6em;
}
.page-news-overview p.abstract img {
  float: left;
  margin: 0 12px 12px 0;
}
.page-news-overview p.abstract a.thumbnail img {
  margin: 0;
  float: none;
}
.page-news-entry .body img {
  float: left;
  margin: 0 12px 12px 0; 
}
.page-news-entry .body a.thumbnail img {
  float: none !important;
  margin: 0; 
}
.page-news-overview p.abstract a.thumbnail,
.page-news-entry .body a.thumbnail {
  margin: 0 12px 12px 0; 
  float: left;
}
.page-news-overview p.more,
.page-news-entry p.back {
  clear: left;
}
#latest-news {
	float: right;
	margin: 0 0 20px 20px;
	_margin-bottom: -5px;	
	position: relative;
	z-index: 11;
	padding: 1px;
}
#latest-news ul {
	list-style: none;
	padding: 4px 8px 8px 8px;
	margin: 10px 0 0 0;
	font-size: 11px;
	background-color: #F2F2F2;
}
#latest-news h3 {
	margin: 0;
	padding: 1px 8px 0 8px !important;
	line-height: 16px;
	_line-height: 15px;
	_padding-bottom: 1px;
	background: #7f7f7f;
	color: white;
	font-size: 12px;
}
#latest-news li {
	padding: 1px 0 1px 0;
}
#latest-news p.more {
  background-color: #F2F2F2; 
  font-size: 11px;
  text-align: right;
  margin: 0;
  padding: 0 8px 8px 8px;
}

.page-news-overview ul.news-list h3 a {
  text-decoration: none;
  color: #6C6C6C;
}

/* customers */
.page-customers #content ul { 
  padding: 0;
  margin: 24px 0 12px 0;
  list-style: none;
}
.page-customers #content li {
  width: 150px;
  height: 160px;
  padding: 0px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  position: relative;
}

.page-customers #content li h3 {
  margin: 0;
  padding: 0;
  font: normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 1.7em;
  left: 0;
  width: 150px;
}
.page-customers #content li p {
  margin: 0;
  padding: 0;
  width: 150px;
}
.page-customers #content li p.project-count {
	font-size: 11px;	
	color: #bfbfbf;
  position: absolute;
  bottom: 0.2em;
  left: 0;
}
.page-customers #content li p.logo {
  height: 120px;
  line-height: 115px;
  _font-size: 100px;
}
.page-customers #content li p.logo img {
  vertical-align: middle;
}

/* references */
.group-portfolio h3 {
  margin-top: 0;
}
.latest-references-list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.latest-references-list li {
  padding: 0 20px 0 172px;
  margin: 0 0 30px 0;
  position: relative;
  display: block;
  min-height: 130px;
  _height: 130px;
}
.latest-references-list li h3 {
  margin: 0;
}
.latest-references-list li h3 a {
  text-decoration: none;
  color: #6C6C6C;
}
.latest-references-list a.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  text-align: center;
}

/* portfolio */
.group-portfolio .infos {
  margin-top: 26px;  
  border: 1px solid #d6d6d6;
  padding: 5px !important;
  width: 45%;
}
.group-portfolio .infos p {
  margin: 0 !important;
  padding: 0 !important;
}
.group-portfolio .infos h3 { 
  display: none; 
}

/* reference */
.page-reference del {
  text-decoration: none;
  color: #bfbfbf;
}
.page-reference .description img {
  float: left;
  margin: 0 12px 12px 0;
}
.page-reference .runtime {
  clear: left;
}

/* reference, concept-entry */
.page-reference .description h3,
.page-reference .screenshots h3,
.page-concept-entry .description h3,
.page-concept-entry .screenshots h3 {
  display: none;
}
.page-reference h3,
.page-concept-entry h3 {
  margin: 16px 0 -12px 0;
}
.screenshots ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none !important;
  max-width: 345px;
  _width: 355px;
  float: right;
  position: relative;
}
.screenshots li {
  margin: 0 0 10px 10px;
  padding: 0;
  float: left;
  position: relative;
}
.screenshots li a {
  display: block;
  margin: 0;
  text-align: center;
  width: 150px;
  line-height: 113px;
  _font-size: 98px;
}
.screenshots li a img {
  vertical-align: middle;
}
.page-reference .screenshots li a { height: 138px; }
.page-concept-entry .screenshots li a { height: 120px; }

.page-reference .screenshots li a span { /* js caption */
  position: absolute;
  width: 144px;
  bottom: 5px;
  left: 5px;
  display: block;
  background: #ED6D0F;
  color: white;
  text-decoration: none;
  padding: 1px 3px 1px 3px;
  font: 9px/12px Arial, Helvetica, sans-serif;
  _padding: 2px 3px 1px 3px;
}

/* image-viewer */
#image-viewer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: url(checker_mask_white.gif);
  visibility: hidden;
}
#image-viewer table {
  border-collapse: collapse;
  margin: 0 auto 0 auto;
  height: 100%;
  width: auto;
}
#image-viewer td {
  vertical-align: middle;
}
#image-viewer #shot {
  background-color: white;
  padding: 2px 2px 2px 2px;
  border: 2px solid #ED6D0F;
  /*border-top: 20px solid #ED6D0F;*/
  position: relative;
}
#image-viewer h4 {
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin: -4px -4px 2px -4px;
  padding: 2px 75px 2px 4px;
  background-color: #ED6D0F;
  text-align: left;
}
#image-viewer a.btn-close {
  position: absolute;
  font-size: 12px;
  right: 5px;
  _right: 10px;
  color: white;
  top: 0;
  _top: 2px;
}

/* products */
.page-product-overview #content ul {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.page-product-overview #content li {
  margin: -20px 11px 31px 0;
  width: 200px;
  height: 200px;
  padding: 10px;
  display: block;
  float: left;
  background: url(bg_product_box.gif) no-repeat;
  position: relative;
}
.page-product-overview #content li a {
  position: absolute;
  width: 200px;
  height: 20px;
  display: block;
  top: 0;
  left: 0;
  padding: 190px 10px 10px 10px;
  background: url(/images/blank.png);
}
.page-product-overview #content li p.description {
  position: absolute;
  top: 100px;
}

.page-product-overview #content li.stock              { background: url(products_stock.gif); }
.page-product-overview #content li.quiz               { background: url(products_quiz.gif); }
.page-product-overview #content li.bet                { background: url(products_tip.gif); }
.page-product-overview #content li.manager            { background: url(products_manager.gif); }
.page-product-overview #content li.flash-games        { background: url(products_flash-games.gif); }
.page-product-overview #content li.voting             { background: url(products_vote.gif); }
.page-product-overview #content li.raffle             { background: url(products_win.gif); }
.page-product-overview #content li.dating-communities { background: url(products_dating.gif); }
.page-product-overview #content li.web-portal         { background: url(products_web.gif); }
.page-product-overview #content li.miscellaneous      { background: url(products_other.gif); }

.page-product-overview #content li.dating-communities h3 {
  width: 120px;
}

.page-product-overview #content li h3 {
  margin-top: 5px;
  _margin-top: 14px;
}
.page-product-overview #content {
  _margin-bottom: -10px;
}
.error ul {
	margin: -3px 0 0 0;
}
.group-products ul.reference-list li,
.group-products ul.feature-list li {
	padding: 2px 0 2px 0;
}
.group-products #product-image {
  float: right;
  width: 116px;
  height: 102px;
  display: block;
}
.page-stock               #product-image { background: url(products_stock_detail.gif); }
.page-quiz                #product-image { background: url(products_quiz_detail.gif); }
.page-bet                 #product-image { background: url(products_tip_detail.gif); }
.page-manager             #product-image { background: url(products_manager_detail.gif); }
.page-voting              #product-image { background: url(products_vote_detail.gif); }
.page-raffle              #product-image { background: url(products_win_detail.gif); }
.page-flash-games         #product-image { background: url(products_flash-games_detail.gif); }
.page-dating-communities  #product-image { background: url(products_dating_detail.gif); }
.page-web-portal          #product-image { background: url(products_web_detail.gif); }
.page-miscellaneous       #product-image { background: url(products_other_detail.gif); }

/* Jobs */
.page-jobs #content p.offered-at {
  float: right;
  margin-top: -29px;
  _margin-top: -30px;
  font-weight: bold;
  font-size: 11px;
}
.page-jobs #content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.page-jobs #content h3 {
  padding-left: 12px;
  background: url(arrow_right_orange.gif) no-repeat left 3px;
  color: #ed6d0f;
}

/* Start */
.page-start #content {
  margin-bottom: 35px;
}
.page-start #introduction h3 {
	display: none;
}
.page-start #newsletter {
	position: absolute;
	right: 0;
	top: 20px;
	width: 250px;
}
.page-start #newsletter h3 {
	padding: 1px 8px 0 8px !important;
	line-height: 16px;
	_line-height: 15px;
	_padding-bottom: 1px;
	background: #7f7f7f;
	color: white;
	font-size: 12px;
	margin: 0 0 10px 0;
}
.page-start #newsletter p {
	margin: 0;
	padding: 0;
}
.page-start #newsletter form {
	padding: 5px;
	font-size: 11px;
	background-color: #f2f2f2; 
	height: 40px;
}
.page-start #newsletter label {
	display: block;
}
.page-start #newsletter input.text {
	font-size: 11px;
	width: 125px;
}
.page-start #newsletter input[type=text] {
	font-size: 11px;
	width: 125px;	
}
.page-start #newsletter input.submit {
	font-size: 11px;
	width: 80px;
	padding: 2px;
	_height: 19px;
	_line-height: 14px;
}
.page-start #newsletter input[type=submit] {
	font-size: 11px;
	width: 80px;
	padding: 2px;
}
.page-start #newsletter-message {
  position: absolute;
  bottom: 10px;
  _bottom: 8px;
  right: 6px;
}
.page-start #newsletter-message div {
  width: 18px;
  height: 0;
  clip: rect(0 18px 18px 0);
  padding: 18px 0 0 0;
  overflow: hidden;
  font-size: 1px;
  color: white;
  display: block;
  background-repeat: no-repeat;
  border: 0 none;
  margin: 0;  
}
.page-start #newsletter-message div.error { background: url(icon_err.gif); }
.page-start #newsletter-message div.info  { background: url(icon_ok.gif); }
/* latest references */
.page-start .latest-references-list li h4 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.page-start .latest-references-list li h4 a {
  text-decoration: none;
}
/* current topics */
#current-topics {
	float: right;
	margin: 85px 0 20px 20px;
	_margin-bottom: -5px;	
	position: relative;
	z-index: 11;
	width: 250px;
}
#current-topics ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 11px;
}
#current-topics h3 {
	margin: 0;
	padding: 1px 8px 0 8px !important;
	line-height: 16px;
	_line-height: 15px;
	_padding-bottom: 1px;
	background: #7f7f7f;
	color: white;
	font-size: 12px;
}
#current-topics li {
  margin-bottom: 4px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  position: relative;
}
#current-topics li strong {
  color: #ED6D0F;
}
#current-topics li a {
  display: block;
  text-decoration: none;
  padding: 2px 5px 3px 5px;
  line-height: 14px;
  border: 1px solid;
  width: 238px;
  color: #4e4e4e; 
  background-color: #F2F2F2; 
  border-right-color: #C4C4C4; 
  border-bottom-color: #C4C4C4;
  border-left-color: #F5F5F5; 
  border-top-color: #F5F5F5;   
}
#current-topics li a:hover {
  padding: 3px 4px 2px 6px;
  background-color: #FDF0E7; 
  border-right-color: #FEF4ED; 
  border-bottom-color: #FEF4ED;
  border-left-color: #CDC3BC; 
  border-top-color: #CDC3BC;  
}

/* Team */
.page-team #content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  _margin-bottom: -30px;
}
.page-team #content li {
  padding: 0 20px 0 110px;
  margin: 0 0 20px 0;
  height: 122px;
  width: 215px;
  position: relative;
  display: block;
  float: left;
  _overflow: hidden;
}
.page-team #content li h3 {
  margin: 0;
}
.page-team #content li p.role {
  margin-top: 0;
  color: #ED6D0F;
}
.page-team #content li p.desc {
  font-size: 11px;
  line-height: 14px;
}
.page-team #content li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(member_no_pic.gif) no-repeat center center;
  clip: rect(0, 102px, 122px, 0);
  height: 0;
  padding-top: 120px;
  overflow: hidden;
  border: 1px solid #F6B687;
}

#member-oliver-glockner img { background: url(oliver_glockner.gif) !important; }
#member-volker-schaefer img { background: url(volker_schaefer.gif) !important; }
#member-christian-krause img { background: url(christian_krause.gif) !important; }
#member-martin-buecker img { background: url(martin_buecker.gif) !important; }
#member-peter-suschlik img { background: url(peter_suschlik.gif) !important; }
#member-florian-frank img { background: url(florian_frank.gif) !important; }
#member-christoph-driessen img { background: url(christoph_driessen.gif) !important; }
#member-rene-foehring img { background: url(rene_foehring.gif) !important; }
#member-maikel-urlitzki img { background: url(maikel_urlitzki.gif) !important; }
#member-dennis-treder img { background: url(dennis_treder.gif) !important; }
#member-thomas-kerstgens img { background: url(thomas_kerstgens.gif) !important; }
#member-jens-fiedler img { background: url(jens_fiedler.gif) !important; }
#member-martin-glockner img { background: url(martin_glockner.gif) !important; }
#member-andreas-busold img { background: url(andreas_busold.gif) !important; }
#member-jakob-holderbaum img { background: url(jakob_holderbaum.jpg) !important; }
