/* 
    Document   : global
    Created on : 31.07.2010, 19:00:52
    Author     : Thomas Monzel | Apparat-Hamburg
    Description:
        Stylesheet für globale Umgebung
*/

/*@import url("fonts.css") screen;*/

/* Elementvoreinstellungen zurücksetzen */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-repeat: no-repeat;
}

strong, b {
    font-weight: bold;
}

i {
    font-style: italic;
}

:focus {
    outline: 0;
}

body {
    background: black;
    color: white;
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
    font-size: 10pt;
}

input {
    font-size: 8pt;
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    font-family: Frutiger;
    color: white;
    font-size: 44pt;
}

h2 {
    font-family: Frutiger;
    color: #bc0074;
    font-size: 20pt;
}

/* Relativer Wrapper für Block-Inhalt */
#wrapper {
    position: relative;
    margin: 100px;
}

/* Hauptnavigation */
#nav {
    position: absolute;
    left: 34px;
    top: 40px;
    width: 824px;
    height: 92px;
    background-image: url(../media/images/cat-nav.png);
    z-index: 100;
}

#nav .nav-points {
    position: absolute;
    left: 117px;
    top: 47px;
    width: 100%;
}

#nav a {
    font-family: Frutiger, Arial, sans-serif;
    margin-right: 15px;
    font-size: 12pt;
    line-height: 10pt;
    letter-spacing: 1pt;
    font-weight: bold;
    text-transform: uppercase;
}

#nav a:hover, #nav a.selected {
    color: #bc0074;
}

/* Footerbereich */
#footer {
    position: absolute;
    bottom: 30px; /*war 70px / edited mw,2011/06/24 */
    height: 33px;
    left: 100px;
    right: 100px;
}

#footer table {
    width: 100%;
    table-layout: fixed;
}

#footer td {
    font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 7pt;
    line-height: 9pt;
    vertical-align: top;
}

#footer td.spacer {
    width: 20px;
}

/* Menübereich (rechts oben) */
#menu {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 120px;
    right: 100px;
}

#menu a.menu-item {
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    margin-left: 12px;
    padding: 2px 4px 2px 4px;
    line-height: 9pt;
    color: #c1c1c1;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#menu a.menu-item:hover, #menu a.menu-item.selected {
    background-color: #bc0074;
    color: white;
}

/* Tooltip Einstellungen */
#tip-layer {
    position: absolute;
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    padding: 2px 4px 2px 4px;
    line-height: 9pt;
    color: white;
    background-color: #bc0074;
    vertical-align: middle;
    visibility: hidden;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 1000;
}

/* Navigationspfeile */
.arrow-left, .arrow-right {
    width: 23px;
    height: 53px;
    cursor: pointer;
}

.arrow-left:hover, .arrow-right:hover {
    background-position: bottom;
}

.arrow-left {
    background-image: url(../media/images/controls/arrow-left.png);
}

.arrow-right {
    background-image: url(../media/images/controls/arrow-right.png);
}

/* Farben */
.color1 {
    color: #a6a6a6;
}

.color2 {
    color: #5f5f5f;
}

.PINK_COLOR {
    color: #bc0074;
}

.bt-overview {
    width: 40px;
    height: 21px;
    background-image: url(../media/images/controls/bt-overview.png);
    cursor: pointer;
}

.bt-overview:hover {
    background-position: bottom;
}

.bt-mail, .bt-vcard, .bt-link, .bt-download {
    width: 23px;
    height: 17px;
    cursor: pointer;
    display: inline-block;
}

.bt-mail {
    background-image: url(../media/images/controls/bt-mail.png);
}

.bt-vcard {
    background-image: url(../media/images/controls/bt-vcard.png);
}

.bt-link {
    background-image: url(../media/images/controls/bt-link.png);
}

.bt-download {
    width: 16px;
    background-image: url(../media/images/controls/bt-download.png);
}

/* Einstellungen für TinyMCE */
.mceContentBody {
    width: 824px;
}

.mceContentBody table {
    border-collapse: separate;
    margin: 0;
    padding: 0;
}

.mceContentBody table.project-content-block {
    border-spacing: 5px;
}

.mceContentBody .info_box .background {
  background: none;
}

.mceContentBody .info_box h1 {
  color: black;
}

.project-content-block table td {
    margin: 0;
    padding: 0;
}

/* Styles für TinyMCE */
.project-content-block {
    position: relative;
}

/* Buttons */
.pinkButton, .loading-info {
    font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif;
    font-size: 8pt;
    padding: 2px 4px 2px 4px;
    line-height: 9pt;
    vertical-align: middle;
    color: white;
    background-color: #bc0074;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.loader-layer {
    position: absolute;
    display: table;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    top: 50%;
}

/* Text-Box */
#textBoxLayer {
    position: absolute;
    width: 100%;
    height: 100%;
}

#textBoxLayer table.text-box {
    position: relative;
    border-spacing: 0;
}

#textBoxLayer .text-box img {
    position: relative;
}

#info_box_container {
  position: absolute;
  
  left: 100px;
  bottom: 150px; /*war 200px / edited mw,2011/06/24 */
  right: 100px;
}

.info_box {
  position: absolute;
  width: 315px;
  height: 29px;
  overflow: hidden;
}

.info_box .arrow {
  width: 9px;
  height: 9px;
  background: url(../media/images/infobox-arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px; /* hinzugefuegt: pfeile in SAF korrekt vertikal zentrieren / edited mw,2011/06/24 */
  margin-left: 5px;

  top: -1px;
}

.info_box h3 {
  color: white;
  font-size: 9pt;
  margin-left: 8px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 29px;
  vertical-align: middle;
}

.info_box p {
  margin: 0px 8px 8px 8px;
  font-size: 8pt;
}

.info_box .content {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.info_box .background {
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  filter: alpha(opacity=0);
  
  display: none;
}
