/**
 * Common Stylesheet
 * for trio websites
 *
 * @author Markus Bosch
 * @author Michael Uszleit
 * @author Stefanie Zeiger
 * @author Raphael Kallensee
 * @version 0.0.2
 */

/**
 * GLOBAL RESET
 */

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    color: #575757;
    /*letter-spacing: 1px;*/
}

/**
 * TAGS
 */

html {
    width: 100%;
    background-color: #EDEDED;
    text-align: center;
    /**
     * display scrollbar even if content is small
     * avoids jumping of page within firefox
     */
    height: 100.05%;
}

body {
    width: 100%;
    color: #777777;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

a {
    color: #8f8f8f;
}

a:hover {
    color: #575757;
}

/**
 * WRAPPER
 */

#wrapper {
    margin: auto;
    margin-top: 20px;
    padding: 10px 0px;
    background-color: #FFFFFF;
    width: 950px;
    text-align: left;
}

#introWrapper {
    background-color: #FFFFFF;
    padding: 10px 10px;
    width: 930px;
    height: 540px;
    margin-top: -280px;
    margin-left: -475px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.alternateContent {
    background-color: #E0E0E0;
    height: 540px;
    text-align: left;
}

.alternateContent .logo {
    float: right;
    margin-right: 20px;
    margin-top: 115px;
}

.alternateContent .werfer {
    margin-top: 15px;
    border-top: 1px solid #FFFFFF;
}

.alternateContent h1 {
    margin-left: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
}

.alternateContent ul {
    list-style-type: none;
    margin-left: 30px;
    margin-top: 10px;
}

.alternateContent ul li {
    display: block;
    float: left;
    width: 105px;
}

.alternateContent ul li a {
    text-decoration: none;
    color: #575757;
    white-space: nowrap;
}

.alternateContent ul li.small {
    width: 75px;
}

.alternateContent ul li a .trio  {
    font-weight: bold;

}

/**
 * PAGE
 */

#page {
    width: 930px;
    margin-left: 10px;
    background-color: #E9E9E9;
    text-align: left;
    position: relative;
}

/**
 * NAVIGATION
 */

#navigation {
    position: relative;
    text-transform: uppercase;
    background-color: #E0E0E0;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E0E0E0; /* BUGFIX */
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.05em;
}

#navigation .current_item {
    color: #D90033;
}

#navigation .current_item_grey {
    color: #575757;
}

#navi {
    padding: 10px 5px 0px 5px;
    margin-right: 145px;
}

#navi ul {
    list-style-type: none;
    margin: 0;
}

#navi li {
    margin: 0px;
    height: 1.7em;
    line-height: 1.3em;
}

#navi ul li ul{
    margin-left: 200px;
}

#navi li li {
    display: inline;
    padding-left: 20px;
}

#navi .menuPart {
    width: 200px;
    text-align: right;
    float: left;
}

#navi a {
    text-decoration: none;
}

#navi a:link, a:visited {

}

#navigation #logo {
    background-color: #E0E0E0;
    margin-top: -22px;
    text-align: right;
    margin-bottom: 15px;
    margin-right: 20px;
}

/**
 * CONTENT
 */

#contentAreaInactive {
    width: 930px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    background-color: #FFFFFF;
}

#content {
    line-height: 1.3em;
    padding-bottom: 10px;
    overflow: visible;
    position: relative;
}

#newslinePopupContent {
    margin-right: 10px;
}

#content .arrows,
#popupContent .arrows,
#newslinePopupContent .arrows {
    float: right;
    width: 25px;
    height: 13px;
    position: relative;
    width: 800px;
}

#popupContent .arrows,
#newslinePopupContent .arrows {
    width: 100px;
    text-align: right;
}

#content .arrows a,
#popupContent .arrows a,
#newslinePopupContent .arrows a  {
    font-weight: bold;
    font-size: 2em;
    color: #D90033;
    text-decoration: none;
    margin-right: 10px;
}

#content .arrows #backArrow {
    position: absolute;
    right: 14px;
}

#content .arrows #forwardArrow {
    position: absolute;
    right: -2px;
}

#content .minHeight {
    float: left;
    width: 1px;
    height: 221px;
}

#content h1 {
    color: #575757;
    margin: 15px 0px 15px 28px;
}

#content h2 {
    color: #575757;
    padding: 15px 0px 15px 28px;
    /**
     * avoids different spaces within
     * different browsers
     */
    float: left;
    width: 96%;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: bold;
}

#content h3.newslineIssue {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 6px;
}

#content .newslineTOC {
    width: 400px;
    float: left;
    padding-left: 30px;
    margin-top: -45px;
}

#content .newslineTOC h2 {
    padding-left: 0px;
    width: 100%;
}

#content .newslineTOC .arrows {
    float: none;
    width: auto;
    text-align: right;
    position: static;
}

#content .col {
    margin: 0px 30px ;
}

#content .leftContent {
    width: 400px;
    float: left;
    padding-left: 30px;
    margin-right: 30px;
}

#content .rightContent {
    width: 400px;
    padding-right: 30px;
    float: left;
    background-color: transparent;
}

#content #newslineRegisterForm {
    width: 400px;
    float: left;
    padding-left: 30px;
}

#content #newslineRegisterForm .registrationForm p.optionalHint {
    margin-bottom: 8px;
    font-weight: bold;
}

#content #newslineRegisterForm .registrationForm .row {
    width: 400px;
    margin-bottom: 10px;
}

#content #newslineRegisterForm .registrationForm .row label {
    display: block;
    width: 80px;
    float: left;
}

#content #newslineRegisterForm .registrationForm .row input {
    width: 200px;
}

#content #newslineRegisterForm .registrationForm .row .submit {
    width: auto;
    padding: 0px 5px;
}

#content #newslineRegisterForm .registrationForm .radio {
    width: auto;
    padding-left: 80px;
}

#content #newslineRegisterForm .registrationForm .radio label {
    width: auto;
    margin-left: 2px;
    float: none;
    display: inline;
    line-height: 15px;
}

#content #newslineRegisterForm .registrationForm .radio label#she {
    margin-right: 12px;
}

#content #newslineRegisterForm .registrationForm .radio input {
    width: auto;
}

#content .newsContent {
    width: 400px;
    float: left;
    padding-left: 30px;
}

/* formatierung by MP */
#content .bold {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 3px;
}

/* fuer 4-Spaltige Darstellung by MP */
#content .fourColumn_first {
    width: 187.5px;
    padding-right: 30px;
    float: left;
    padding-left: 29px;
}

#content .fourColumn_second {
    width: 187.5px;
    padding-right: 30px;
    float: left;
}

#content .fourColumn_third {
    width: 187.5px;
    padding-right: 30px;
    float: left;
}

#content .fourColumn_fourth {
    width: 187.5px;
    padding-right: 30px;
    float: left;
}

#content .leftHeadText {
    padding-left: 0px 30px;
}

#content .twoColumns .leftHeadText {
    padding: 0px 0px 0px 30px;
    margin-right: 30px;
}

#content .twoColumns .rightHeadText {
    padding: 0px 30px 0px 0px;
}

#content .twoColumns .leftHeadText,
#content .twoColumns .rightHeadText {
    width: 400px;
    float: left;
}

#content .headLinks {
    width: 860px;
    padding: 30px 30px 0px 30px;
    position: relative;
}

#content .headLinks ul li {
    float: left;
    padding: 0px 10px 0px 0px;
    text-transform: uppercase;
}

#content ul {
    list-style-type: none;
    margin-bottom: 10px;
}

#content ul li  {
    list-style-type: none;
    margin-bottom: 10px;
}

#content ul li a {
    list-style-type: none;
    margin-bottom: 10px;
    text-decoration: none;
}

#content .headLinks ul li a,
#content .headLinks ul li {
    text-decoration: underline;
}

#content ul.contentNavi li {
    display: inline;
}

#popupContainer,
#newslinePopupContainer {
    position: absolute;
    height: 0px;
    z-index: 1;
    width: 730px;
    left: 99px;
    overflow: hidden;
    background-color: #E1E1E1;
}

#popupContainer .navigationRow,
#newslinePopupContainer .navigationRow {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 20px;
    width: 730px;
}

#popupContainer .navigationRow img,
#newslinePopupContainer .navigationRow img {
    border: none;
    margin: 5px 5px 0px 5px;
}

#popupContainer .referenceNumber img {
    border: none;
    margin-left: 16px;
    margin-top: 5px;
    float: left;
}

#popupContainer .distance,
#newslinePopupContainer .distance {
    background-color: #F8F8F8;
    width: 730px;
    height: 16px;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

#popupContainer .close,
#newslinePopupContainer .close {
    position:absolute;
    top: 0px;
    right: 0px;
    float: right;
    padding: 3px 5px 3px 7px;
    text-align: center;
    vertical-align: middle;
    color: #575757;
    border-left: 5px solid #F8F8F8;
    font-weight: bold;
    text-decoration: none;
}

#popupContainer .loadingProgress,
#newslinePopupContainer .loadingProgress {
    height: 100%;
    background-color: #E1E1E1;
}

/**
 * Marc: now the styles for the InterREd preview
 */

#popupContent #previewheadline {
    height: 23px;
    padding-left: 10px;
    vertical-align:text-bottom;
}

#popupContent .referenceImageContainer {
    float: left;
}

#popupContent .referenceVideoContainer {
    width: 400px;
    height: 344px;
    float: left
}

#popupContent .referenceFlashContainer {
    width: 320px;
    height: 344px;
    margin-right: 20px;
    float: left
}

#popupContent .referenceVideoContainer embed {
    margin-right: 20px;
}

#popupContent .referenceImageContainer p {
    padding-left: 10px;
    position: relative;
    bottom: 10px;
}

#popupContent #textandimage{
    /**  Marc: in diesem div soll der Text das Bild umfliessen  */
    position: absolute;
    display:inline;
    width: 730px;
    height: 345px;
    overflow: hidden;
    float:left;
}

#popupContainer h3,
#newslinePopupContainer h3 {
    padding-left:20px;
    padding-right:20px;
    position: relative;
    color: #575757;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 1.1em;
}

#popupContent #previewimage {
    /**  Marc: in diesem div sollen Text und Bild getrennt sein und immer feste Gr��e haben */
    position: relative;
    width: 1px;
    height: 1px;
    background-color: Red;
    padding-right: 10px;
}

#popupContent  #previewtext {
    margin-left: 20px;
    position: absolute;
    top: 0px;
    float: left;
    background-color: Aqua;
}

#popupContainer #popupContent #textandimage .news .newsDate {
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
}


#popupContainer #popupContent #textandimage .news .newsImage,
#newslinePopupContent .newsImage {
    float: left;
    margin-right: 10px;
}

#popupContainer #popupContent #textandimage .news .rightNewsText,
#popupContainer #popupContent #textandimage .news .leftNewsText {
    padding: 3px 5px 5px 0px;
    height: 246px;
    padding-right: 20px;
    overflow: hidden;
}

#popupContainer #popupContent #textandimage .news .leftNewsText {
    padding-left: 20px;
}

#popupContainer #popupContent #textandimage .news .leftNewsText.small {
    padding: 3px 5px 5px 20px;
    height: 246px;
    overflow: hidden;
    width: 335px;
    float: left;
}

#popupContainer #popupContent #textandimage .news .rightNewsText {
    width: 335px;
    float: right;
}

#popupContainer #popupContent #textandimage .news .jobInfos {
    padding: 3px 20px 5px 20px;
    height: 246px;
    overflow: hidden;
}

#popupContainer #popupContent #textandimage .news .jobInfos div {
    margin-bottom: 13px;
}

#newslinePopupContent .navigationRow .issue {
    padding: 3px 0px 0px 10px;
    display: block;
    float: left;
}

#popupContainer .rtfRow {
   top: 360px;
   width: 710px;
   padding-left: 20px;
}

#popupContainer .rtfRow .popupHeadLink {
   padding-right: 10px;
   position: relative;
   top: 2px;
   float: left;
}

#popupContainer .rtfRow .popupHeadLink a:visited {
   color: #575757;
}

#popupContainer .popupHeadLink.next {
   float: right;
   margin-right: 30px;
}

#popupContainer .rtfRow div {
   display: inline;
   text-transform: uppercase;
   text-decoration: underline;
}

#popupContainer .rtfRow .rtfLink {
    position: relative;
    top: 3px;
    text-decoration: none;
}

/**
 * FOOTER
 */

#footer {
    width: 950px;
    margin: auto;
    padding: 10px 0px;
    font-size: 0.9em;
    text-align: left;
    text-transform: uppercase;
}

#footer #footerAddress {
    float: left;
    width: 670px;
    overflow: hidden;
}

#footer #footerAddress a#email {
    text-decoration: underline;
}

#footer #footerMenu {
    float: right;
    width: 270px;
    overflow: hidden;
    text-align: right;
}

#footer #footerMenu ul {
    list-style-type: none;
}

#footer #footerMenu ul li {
    float: right;
}

#footer #footerMenu ul li a {
    text-decoration: underline;
}

/**
 * GLOBAL CLASSES
 */

.clearingElement {
    clear: both;
}



/**
 * RTE-formats
 */
*.headline_seite {
    font-size : 150%;
}


*.text_fliess {
}

*.text_zwischentitel {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}


*.unterstrichen ,
*.fett_unterstrichen,
*.kursiv_unterstrichen,
*.fett_kursiv_unterstrichen {
    text-decoration: underline;
}

*.fett,
*.fett_kursiv,
*.fett_unterstrichen,
*.fett_kursiv_unterstrichen {
    font-weight: bold;
}

*.kursiv,
*.fett_kursiv,
*.kursiv_unterstrichen,
*.fett_kursiv_unterstrichen {
    font-style: italic;
}

*.bulletpoint_liste {
    list-style-type: circle;
}
*.quadrat_liste {
    list-style-type: square;
}
*.nummerische_liste {
    list-style-type: decimal;
}
#content .liste li {
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(../static/images/bullet.gif);
	background-position: 0em 0.5em;
	background-repeat: no-repeat;
}
*.text_abstand {
	margin-bottom: 8px;
}

.attachmentMessage {
    font-weight: bold;
}