/* global css */

html, body, form {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center; /* ie centered */
}

b {
  font-weight: 900;
}

a {
  color: #44525b;
  text-decoration: none;
}

a:hover, a:active, a:visited {
  text-decoration: none;
}

ul.bullet, li.bullet {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul {
  margin-bottom: 15px;
}

li {
  margin-left: 0px;
  padding-left: 10px;
}


div {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size:11px;
}

h1 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size:16px;
  font-weight:normal;
  color: #495156;
  margin:0px;
  margin-bottom:5px;
}

h1:first-line {
  font-weight:bold;
}

select, input, textarea {
  font-size: 10px;
  padding-left: 4px;
  border: 1px #647281 solid;
}


#body {
  margin: 0px auto 0px auto;
  background-color: #fff;
  width: 830px;
  
  text-align: left; /* ie centered */
}

#topBar {
  height: 28px;
  width: 830px;
  padding-top: 8px;
  background: url('/gfx/flags_back.jpg') no-repeat top left;
}

* html * #topBar {
  height: 36px;
}

#topBar a {
  text-decoration: none;
}

.flagSwitch {
  margin-left: 312px;
  width: 528px;
}

.langSwitch {
  float: left;
  width: 57px;
  height: 20px;
  text-decoration: none;
}

.switchGer { background: url('/gfx/btn_deutsch.png') #fff no-repeat top left;  margin-right: 6px; }
.switchGer:hover { background: url('/gfx/btn_deutsch.png') #fff no-repeat left -20px; }
.switchEng { background: url('/gfx/btn_english.png') #fff no-repeat top left; }
.switchEng:hover { background: url('/gfx/btn_english.png') #fff no-repeat left -20px; }

#switchGer.selected, #switchEng.selected {
  background-position: left -20px;
}

.flagList {
  float: left;
  margin-left: 9px;
}

.flags {
  margin-right: 6px;
}

.headerImgs {
  margin: 0px;
}

#mainNavigationBar {
  width: 830px;
  height: 198px;
  margin-top: 5px;
  overflow: hidden;

  position: relative;
}

#mainNavigationBar div {
  position: relative;
}

.network1 {
  float: left;
  height: 198px;
  width: 210px;
  margin-left: 5px;
  background: url('/gfx/bl_network_1.jpg') #fff no-repeat top left;
}

.network2 {
  float: left;
  height: 198px;
  width: 400px;
  background: url('/gfx/bl_network_2.jpg') #fff no-repeat top left;
}

.events1 {
  float: left;
  height: 198px;
  width: 210px;
  margin-left: 5px;
  background: url('/gfx/bl_events_1.jpg') #fff no-repeat top left;
}

.events2 {
  float: left;
  height: 198px;
  width: 400px;
  background: url('/gfx/bl_events_2.jpg') #fff no-repeat top left;
}

.projects1 {
  float: left;
  height: 198px;
  width: 210px;
  margin-left: 5px;
  background: url('/gfx/bl_projects_1.jpg') #fff no-repeat top left;
}

.projects2 {
  float: left;
  height: 198px;
  width: 400px;
  background: url('/gfx/bl_projects_2.jpg') #fff no-repeat top left;
}

.mainNavi {
  position: absolute;
  top: 60px;
  left: 17px;
  right: 0px;
}

#network .topLevelLinks, #events .topLevelLinks, #projects .topLevelLinks {
  display: block;

  font: 100 12px/150% Tahoma, Verdana, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding-left: 27px;
  margin-bottom: 2px;
  margin-top: 0px;
  height: 19px;
}

#network .topLevelLinks {
  color: #44525b;
  background: url('/gfx/unav_network.jpg') transparent no-repeat left -19px;
}

#network .topLevelLinks.selected, #network .topLevelLinks:hover {
  display: block;
  background: url('/gfx/unav_network.jpg') transparent no-repeat left top;
  color: #fff;
  font: 900 12px/150% Tahoma, Verdana, Helvetica, sans-serif;
  padding-left: 27px;
  margin-bottom: 2px;
  height: 19px;
  text-decoration: none;
  width: 100%;
}

#events .topLevelLinks {
  color: #fff;
  background: url('/gfx/unav_events.jpg') transparent no-repeat left -19px;
}

#events .topLevelLinks:hover, #events .topLevelLinks.selected {
  display: block;
  color: #c73828;
  font: 900 12px/150% Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  padding-left: 27px;
  margin-bottom: 2px;
  height: 19px;
  background: url('/gfx/unav_events.jpg') transparent no-repeat top left;
}

#projects .topLevelLinks {
  color: #fff;
  background: url('/gfx/unav_projects.jpg') transparent no-repeat left -19px;
}

#projects .topLevelLinks:hover, #projects .topLevelLinks.selected {
  display: block;
  color: #336699;
  font: 900 12px/150% Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  padding-left: 27px;
  margin-bottom: 2px;
  height: 19px;
  background: url('/gfx/unav_projects.jpg') transparent no-repeat top left;
}

.moreInfo {
  position: absolute;
  top: 60px;
  left: 20px;
  
  margin-right: 60px;
  color: #fff;
  font: 100 11px/130% Tahoma, Verdana, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.moreInfo a {
  color: #fff;
}

.dark, .moreInfo.dark a {
  color: #44525b;
}

#callItContent {
  margin-top: 5px;
  overflow: hidden;
  width: 830px;
}

.newsBar {
  width: 400px;
  position: relative;
  float: left;
  background: url('/gfx/home/box_back.png') transparent repeat-y top left;
}

.newsBarContent, .newsBarContentEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEN {
  background: url('/gfx/home/box_top.png') transparent no-repeat top left;
  padding: 40px 0px 0px 0px;
  margin: 0px;
  overflow: hidden;
  height: 274px;
  _height: 315px;
}

.newsBarContentEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEN {
  background: url('/gfx/home/box_top_en.png') transparent no-repeat top left;
}

.newsBarContent img, .newsBarContentEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEN img {
  margin-left: 20px;
  float: left;
}

.newsBarContent img.flag, .newsBarContentEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEN img.flag {
  margin-left: 67px;
  float: left;
}

.newsArticle {
  color: #44525b;
  margin-left: 118px;
  padding-right: 20px;
  font: 100 12px/120% Tahoma, Verdana, Helvetica, sans-serif;
}

.newsArticle b {
  font: 900 13px/100% Tahoma, Verdana, Helvetica, sans-serif;
}

.sep {
  height: 18px;
  margin: 20px 0px 0px 20px;
  background: url('/gfx/home/box_trennlinie.png') transparent no-repeat top left;
}

a.linkMore, span.linkMore {
  padding-left: 20px;
  margin: 9px 0px 0px 0px;
  padding-bottom: 2px;
  background: url('/gfx/mehr_icon.png') transparent no-repeat center left;
}

a.linkMore span, span.linkMore, span.emailLink {
  color: #44525b;
  text-decoration: underline;
}

.newsBarBottom {
  height: 2px;
  position: absolute;
  bottom 0px;
  top: 312px;
  width: 400px;
  background: url('/gfx/home/box_foot.png') transparent no-repeat bottom left;
}

* html * .newsBarBottom {
  top: 301px;
  margin: 0px;
}

.rightBar {
  float: left;
  margin-left: 5px;
  width: 425px;
}

#euSelect, #euSelectEEEEEEEEEEEEN {
  position: relative;
  height: 152px;
  width: 425px;
  background: url('/gfx/home/wir_in_europa.jpg') transparent no-repeat top left;
}

#euSelectEEEEEEEEEEEEN {
  background: url('/gfx/home/wir_in_europa_en.jpg') transparent no-repeat top left;
}

#infoBox {
  position: absolute;
  top: 35px;
  left: 20px;
  
  width: 210px;
  height: 80px;
  background-color: #647281;
}

#infoBoxInner {
  font: 100 11px/130% Tahoma, Verdana, Helvetica, sans-serif;
  color: #44525b;
  background-color: #d6dadc;
  margin: 1px;
  padding: 10px 9px 9px 9px;
  height: 59px;
}

#countrySelectBox {
  position: absolute;
  top: 120px;
  left: 20px;
  width: 210px;
}

#memberOTW {
  position: relative;
  
  margin-top: 5px;
  height: 157px;
  width: 425px;
  background-color: #e4e5e7;
}

.memberOTWBarTop {
  padding: 14px 0px 0px 20px;
  font: 900 16px/120% Verdana, Arial, Helvetica, sans-serif;
  color: #44525b;
  height: 40px;
}

#memberInfoBox {
  position: absolute;
  top: 40px;
  left: 20px;
  
  width: 175px;
  height: 95px;
  background-color: #647281;
}

#memberInfoBoxInner {
  margin: 1px;
  height: 93px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

#memberInfoBoxInfo {
  position: absolute;
  top: 34px;
  left: 235px;
  
  font: 11px/120% Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: none;
  color: #44525b;
}

#memberInfoBoxInfo a {
  color: #44525b;
  text-decoration: underline;
}

.emailLink {
  margin-top: 3px;
  padding-left: 22px;
  width: 35px;
  background: url('/gfx/email_icon.png') transparent no-repeat center left;
  cursor: pointer;
}

.wwwLink {
  padding-left: 22px;
  width: 35px;
  background: url('/gfx/internet_icon.png') transparent no-repeat center left;
}

#impress {
  width: 830px;
  height: 25px;
  padding-top: 12px;
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 130%;
  color: #b7b7b7;
  
  background: url('/gfx/total_foot.png') transparent no-repeat left top;
}

#impress a {
  color: #b7b7b7;
  text-decoration: underline;
  padding-bottom: 2px;
}


/**********************************************/
/*                   events                   */
/**********************************************/

#headlines  {
  float: left;
  width: 615px;
  margin-right: 5px;
  min-height: 150px;
}

.newsletterTease {
  position: relative;
  float: left;
  width: 210px;
  min-height: 150px;
  background-color: #bcc5cb;
}

.newsletterTeaseContent {
  margin: 20px;
  margin-bottom: 0px;
  color: #44525b;
  min-height: 100px;
  
  font: 100 12px/130% Tahoma, Verdana, Helvetica, sans-serif;
}

.newsletterTeaseContent p, .newsletterTeaseContent div {
  font: 100 12px/130% Tahoma, Verdana, Helvetica, sans-serif;
}

.newsletterTeaseContent b {
  font: 900 12px/120% Tahoma, Verdana, Helvetica, sans-serif;
}

.newsletterTeaseContent a.linkMore {
  padding-left: 25px;
}
.newsletterTeaseContent a.linkMore span {
  text-decoration: underline;
}

.newsletterTeaseFooter {
  height: 50px;
  background: url('/gfx/teaser_foot.png') transparent no-repeat bottom left;
}

#newsletterInfoBox {
  width: 170px;
  height: 95px;
  margin: 10px 0px 10px 0px;
  background-color: #647281;
  position: relative;
}

#newsletterInfoBoxInner {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 168px;
  height: 93px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}


#newsletterInfoBoxInner img {
  margin: 4px;
}

.topics {
  width: 615px;
}

.topicFrame {
  background: url('/gfx/projects/box_back.png') transparent repeat-y top left;
}

.topicsContent {
  background: url('/gfx/projects/box_top.png') transparent no-repeat top left;
  padding-top: 20px;
  font: 100 11px/120% Tahoma, Verdana, Helvetica, sans-serif;
}

.topicDate {
  margin: 0px;
  padding: 0px;
}

.topicsContent img.photo {
  margin-left: 20px;
  float: left;
}

.topicsContent div.content {
  color: #44525b;
  margin-left: 116px;
  font: 100 12px/130% Tahoma, Verdana, Helvetica, sans-serif;
}

div.content b {
  color: #495156;
}

div.linkBar {
  margin: 5px;
}

div.linkBar.extra {
  margin-bottom:  0px;
}

a.link, a.download, a.subscribe {
  padding: 4px 0px 4px 0px;
  padding-left: 22px;
  line-height: 150%;
  background: url('/gfx/mehr_icon.png') transparent no-repeat center left;
}

a.download {
  background-image: url('/gfx/pdf_icon.png');
}

a.subscribe {
  background-image: url('/gfx/anmelden_icon.png');
}

a.link span, a.subscribe span {
  color: #44525b;
  _border-bottom: 1px #495156 solid;
}

div.content a, a.download, a.download:hover, a.download span {
  text-decoration: underline;
  font: 100 12px/130% Tahoma, Verdana, Helvetica, sans-serif;
}

.topicsFoot {
  height: 6px;
  font-size: 1px;
  margin-bottom: 5px;
  background: url('/gfx/projects/box_foot.png') transparent no-repeat bottom left;
}

.pageMore, .pageLess, .pageMoreEN, .pageLessEN {
  margin-top: 5px;
  width: 103px;
  height: 24px;
  background: url('/gfx/btn_weiter.png') transparent no-repeat bottom left;
}

.pageMore {
  float: right;
  background-image: url('/gfx/btn_weiter.png');
}

.pageLess {
  float: left;
  background-image: url('/gfx/btn_zurueck.png');
}

.pageMoreEN {
  float: right;
  background-image: url('/gfx/btn_next.png');
}

.pageLessEN {
  float: left;
  background-image: url('/gfx/btn_back.png');
}

/********************/
/*******************/

* html * .projects, * html * .events, * html * .network {
  width: 100%;
}


/**********************************************/
/*                  projects                  */
/**********************************************/


.biggerHeadline {
  font: 100 16px/160% Verdana, Helvetica, sans-serif;
  color: #495156;
  margin:0px;
  margin-bottom:5px;
}

.topicsContent div.content.projects {
  margin-left: 20px;
}

div.content.projects {
  font: 100 12px/130% Tahoma, Verdana, Helvetica, sans-serif;
  color: #44525b;
  padding-right: 20px;
  padding-bottom:10px;
}

.content a, .content span.emailLink {
  white-space: nowrap;
  font: 100 12px/130% Tahoma, Verdana, Helvetica, sans-serif;
}

a.linkMore.projects {
  _display: inline;
  margin-bottom: 8px;
  padding-bottom: 2px;
}

.blueBorderBox {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 8px #336699 solid;
}

span.appointmentHeader {
  font: 900 11px/150% Tahoma, Helvetica, sans-serif;
  color: #336699;
  display: block;
}

span.appointmentText {
  font: 900 11px/150% Tahoma, Helvetica, sans-serif;
}


/**********************************************/
/*                  members.                  */
/**********************************************/

.newsletterTextExtra {
  margin-top: 10px;
}

.bigNormalHeadline {
  font: 100 16px/100% Verdana, Helvetica, sans-serif;
  color: #495156;
  display: block;
  height: 10px;
}

.specialContentBox {
  background-color: #ececec;
  color: #44525b;
  padding: 20px;
}

.specialContentBox.margin {
  margin-bottom: 5px;
}

.imgBox {
  float: left;
  position: relative;
  background-color: #fff;
  width: 96px;
  height: 117px;
  border: 1px #adb8c0 solid;
}

.imgBox img {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.addressBox {
  margin-left: 165px;
}

.biggerBold {
  font: 900 12px/110% Tahoma, Helvetica, sans-serif;
}

.memberHeadline {
   padding-left: 165px;
   margin-bottom: 10px;
   font: 900 12px/110% Tahoma, Helvetica, sans-serif;
}

.memberData {
  margin-top: 10px;
  font: 100 11px/130% Tahoma, Helvetica, sans-serif;
}

.memberData.extra {
  font: 100 11px/130% Tahoma, Helvetica, sans-serif;
}

.memberData a {
  text-decoration: underline;
  color: #495156;
}

.mobileLink {
  padding-left: 22px;
  padding-bottom: 2px;
  line-height: 150%;
  background: url('/gfx/fon_icon.png') transparent no-repeat center left;
}

.faxLink {
  padding-left: 22px;
  padding-bottom: 2px;
  line-height: 150%;
  background: url('/gfx/fax_icon.png') transparent no-repeat center left;
}

.imgBoxLong {
  border:1px solid #adb8c0; 
  overflow:hidden; 
  text-align:center; 
  vertical-align:middle;
  float: left;
  background-color: #FFF;
  width: 143px;
  height: 78px;
}

.imgBoxLongInner {
  margin: 1px;
  height: 78px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

.sepExtra {
  clear: both;
  height: 18px;
  margin: 20px 0px 0px 0px;
  background: url('/gfx/network/trennlinie.png') transparent no-repeat top left;
}


/**********************************/


#bigEuroBreakfast {
  position: relative;
  
  float: left;
  height: 268px;
  width: 615px;
  margin-right: 0px;
}

#infoBoxBig {
  position: absolute;
  top: 40px;
  left: 20px;
  
  width: 270px;
  height: 80px;
  background-color: #647281;
}

#infoBoxBigInner {
  background-color: #d6dadc;
  margin: 1px;
  font: 100 11px/130% Tahoma, Verdana, Helvetica, sans-serif;
  letter-spacing: 0.04em;
  color: #445256;
  padding: 10px;
  height: 58px;
}

* html * #infoBoxBigInner {
  height: 68px;
}

#countrySelectBoxBig {
  position: absolute;
  top: 130px;
  left: 20px;
  
  width: 270px;
  font-size: 10px;
  padding-left: 4px;
  border: 1px #647281 solid;
}

#infoBoxBig2 {
  position: absolute;
  top: 157px;
  left: 20px;
  
  width: 270px;
  height: 95px; _height: 85px;
  background-color: #647281;
}

#infoBoxBig2Inner {
  background-color: #d6dadc;
  margin: 1px;
  font: 100 11px/130% Tahoma, Verdana, Helvetica, sans-serif;
  color: #445256;
  padding: 10px;
  height: 73px; _height: 53px;
}

* html * #infoBoxBig2Inner {

}

.specialText {
  background-color: #ececec;
  padding: 20px;
  margin-bottom: 10px;
  display: block;
}

/* BACKEND FIXES */
td * a, table * a {
  margin:0px;
  padding:0px;
}

