﻿/* ************************************ */
/* Content: CSS styles i4Portal */
/* ************************************ */


/* PAGE SETUP */

/* background color for the content part of the pages */
HTML {
    height:100%;
}

Body {
    background: url(../images/bodyBG.png);
    background-color: #f2f2f2;
    background-repeat:repeat-x;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #424242;
    line-height:14px;
    text-align:center;
}

/* Content-Pane */
.ContentFrame {
    background-color:#FFFFFF;
    text-align:left;
    width:756px;
    height:550px;
}


/* Left und Right-Pane */
.LeftFrame {
    background-color:#FFFFFF;
    height:100%;
}

.LeftFramePic {
    background-color:#FFFFFF;
    height:100%;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
     border-width: 0px;
    font-family: Arial;
    font-weight:bold;
    font-size: 11px;
    color:#FFFFFF;
    background-image:url('/images/dropdownMenuBGHover.png');
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    border-width: 0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:7px;
    padding-bottom:6px;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial;
    font-weight:bold;
    font-size: 11px;
    padding-top:7px;
    padding-left:10px;
    padding-right:10px;
    border-width: 0px;
    color:#FFFFFF;
    height:28px;
    background-image:url('/images/dropdownMenuBGHover.png');
}

/* text style for the unselected tabs */
.OtherTabs {
    padding-top:7px;
    font-family: Arial;
    font-weight:bold;
    font-size: 11px;
    border-width: 0px;
    padding-left:10px;
    padding-right:10px;
    color:#FFFFFF;
    height:28px;
    text-decoration: none;
}

/* style for upper and lower menu-lines*/
.MenuLines {
    background-color: #042568;
}

/*style for drop down menu */
.MenuDrop {
    background-color: #FF00FF;
}

/* text style for drop-down menu items */
.MenuDropItem {
    font-family: arial, helvetica, sans-serif;
    font-size: 9px;
    color:#ffffff; /* color of drop-down item-font*/
    text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#ffffff;
}

A.OtherTabs:visited {
    text-decoration: none;
    color:#ffffff;
}

A.OtherTabs:active {
    text-decoration: none;
    color:#ffffff;
}

A.OtherTabs:hover {
    text-decoration: none;
    color:#ffffff;
    font-family: Arial;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:6px;
    font-size: 11px;
    background-image:url('/images/dropdownMenuBGHover.png');
}

A.SelectedTab:link {
    text-decoration: none;
    padding-left:10px;
    padding-right:10px;
    color:#ffffff;
}

A.SelectedTab:visited {
    text-decoration: none;
    color:#ffffff;
}

A.SelectedTab:active {
    text-decoration: none;
    color:#ffffff;
}

A.SelectedTab:hover {
    text-decoration: none;
    color:#ffffff;
    font-family: Arial;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    font-size: 11px;
    background-image:url('/images/dropdownMenuBGHover.png');
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: arial, helvetica, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    color: #ffffff;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: #ffffff;
}

A.SiteLink:visited {
    text-decoration: none;
    color: #ffffff;
}

A.SiteLink:active {
    text-decoration: none;
    color: #D6E3EF;
}

A.SiteLink:hover {
    text-decoration: none;
    color: #D6E3EF;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color:#38536f;
    padding-right:17px;
}

.MenuShadow {
    height:5px;
    background-image: url(/images/menu-shadow.png);
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color:#ffffff;
}

A.SiteLink:visited {
    text-decoration: none;
    color:#ffffff;
}

A.SiteLink:active {
    text-decoration: none;
    color:#D6E3EF;
}

A.SiteLink:hover {
    text-decoration: none;
    color:#D6E3EF;
}

/* style for language-selector in page banner */
.LanguageSelector {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
}

.LanguageSelector:link {
    color: #FFFFFF;
}

.LanguageSelector:visited {
    color: #FFFFFF;
}
.LanguageSelector:hover {
    color: #D6E3EF;
}

/* GENERAL */
/* style for module design Content Pane */

td.ModuleHeaderCenter , .ModuleHeaderCenter
{
    background-image: none;
    background-color: Transparent;
}

td.ModuleHeaderCenter {
    font-family:Segoe Condensed;
    font-size: 22px;
    color: #FF4000;
    padding-bottom: 10px;
}


td {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #424242;
    line-height:14px;
}

td.ModuleContentCenter {
    background-image: none;
    background-color: Transparent;
}

.ModuleContentCenter {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #424242;
    padding: 0px;
}

ModuleHeaderCenter {
    background-image: none;
    background-color: Transparent;
}

td.ModuleHeaderLeft {
    background-image: none;
    background-color: Transparent;
}

td.ModuleHeaderRight {
    background-image: none;
    background-color: Transparent;
}

td.ModuleContentLeft {
    background-image: none;
    background-color: Transparent;
}

td.ModuleContentCenter {
    background-image: none;
    background-color: Transparent;
    padding-left: 0px;
}

td.ModuleContentRight {
    background-image: none;
    background-color: Transparent;
}

td.ModuleFooterLeft {
    background-image: none;
    background-color: Transparent;
}

td.ModuleFooterCenter {
    background-image: none;
    background-color: Transparent;
}

td.ModuleFooterRight {
    background-image: none;
    background-color: Transparent;
}

.ModuleContentListLeft {
    height: 25px;
    background-image: url(/images/datagridHeaderBGCenterBig.png);
    background-repeat:repeat-x;
    margin-top: 5px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 2px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
}

.ModuleContentListLeftFAQ {
    height: 23px;
    background-image: url(/images/dgHeaderBackgroundFAQ.png);
    background-repeat:repeat-x;
    margin-top: 5px;
    padding-left: 2px;
    padding-bottom: 1px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #424242;
    font-size: 11px;
}

.ModuleContentListLeftFAQFontHeader {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #424242;
    font-size: 11px;
    height:23px;
}

.ModuleContentListLeftFAQFont {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #424242;
    font-size: 11px;
}

.ToggleFAQ {
    padding-top:6px;
    border-top:solid 1px #ececec;
}
.QuestionFAQ {
    padding-top:2px;
    padding-bottom:3px;
    border-top:solid 1px #ececec;
}

.CategoryFAQ {
    padding-top:2px;
    padding-bottom:3px;
    border-top:solid 1px #ececec;
}

.dgList {
    border:solid 1px #e5e5e5;
    border-collapse: separate;
}

div.ModuleHeaderCenter {
    font-family: Calibri, arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #38536f;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 16px;
}

/* style for module Right Pane */
td.ColPaneDesign .ModuleHeaderCenter {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 0px;
}

td.ColPaneDesign .ModuleContentCenter {
    font-family: Arial;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
}

td.ColPaneDesign .ModuleContentListLeft {
    font-family: Arial;
    font-size: 13px;
    height: 27px;
    color: #000000;
    background-image: url(/images/list-bg.gif);
    margin: 3px;
    vertical-align:top;
    border-bottom: 1px solid #acbacc;
    padding-top:5px;
    padding-bottom:5px;
    font-weight: normal;
}

td.ColPaneDesign td.ModuleHeaderLeft {
    width:4px;
    height: 29px;
    background-image: url(/images/header_left.png);
}

td.ColPaneDesign td.ModuleHeaderCenter {
    height: 29px;
    background-image: url(/images/header_center.png);
    vertical-align:middle;
}

td.ColPaneDesign td.ModuleHeaderRight {
    width: 6px;
    height: 7px;
    background-image: url(/images/header_center.png);
}

td.ColPaneDesign td.ModuleContentLeft, td.ColPaneDesign ModuleContentLeft {
    width: 0px;
}

td.ColPaneDesign .ModuleContentCenter {
    background-color: #F6F6F6;
    padding: 10px;
}

td.ColPaneDesign td.ModuleContentRight, td.ColPaneDesign ModuleContentRight {
    width: 0px;
}

td.ColPaneDesign td.ModuleFooterLeft {
    width: 0px;
    height: 0px;
}

td.ColPaneDesign td.ModuleFooterCenter {
    width: inherit;
}

td.ColPaneDesignRight td.ModuleFooterCenter {
    width: 170px;
    height: 7px;
}

td.ColPaneDesign td.ModuleFooterRight {
    width: 0px;
    height: 0px;
}

/* Breadcrumbs */

td.Breadcrumbs {
    height: 15px;
    vertical-align: top;
    padding-top: 11px;
    padding-bottom: 31px;
}

A.Breadcrumbs {
    color: #ff4000;
}

A.Breadcrumbs:link {
    text-decoration: none;
    color: #ff4000;
}

A.Breadcrumbs:visited {
    text-decoration: none;
    color: #ff4000;
}

A.Breadcrumbs:active {
    text-decoration: underline;
    color: #ff4000;
}

A.Breadcrumbs:hover {
    text-decoration: underline;
    color: #ff4000;
}

/* GENERIC */
H1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    height:20px;
    font-weight: normal;
    color: #ff4000;
}

H2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ff4000;
    margin-bottom:10px;
}

H3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #496886;
}

H4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #38536f;
}

H5, DT {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #38536f;
}

H6 {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #38536f;
}

TFOOT, THEAD {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    color: #38536f;
}

TH {
    vertical-align: baseline;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #38536f;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 13px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}

UL LI {
    list-style-type: square ;
}

UL LI LI {
    list-style-type: disc;
}

UL LI LI LI {
    list-style-type: circle;
}

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: #e9e9e8;
    height:1px;
    text-align:left
}

INPUT {
    PADDING-LEFT: 1px;
    FONT-SIZE: 13px;
    COLOR: #000000;
    font-family: arial, helvetica, sans-serif;
}

CHECKBOX {
    FONT-SIZE: 13px;
    FONT-STYLE: normal;
    font-family: arial, helvetica, sans-serif;
}

input.CHECKBOX2 {
    FONT-SIZE: 13px;
    FONT-STYLE: normal;
    font-family: arial, helvetica, sans-serif;
    BACKGROUND-COLOR: #ff00ff;
}

SELECT {
    FONT-SIZE: 13px;
    FONT-STYLE: normal;
    font-family: arial, helvetica, sans-serif;
}

TEXTAREA {
    border: #879db7 1px solid;
    FONT-SIZE: 13px;
    COLOR: #000000;
    font-family: arial, helvetica, sans-serif;
}


/* text style used for most text rendered by modules */
.Head {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #38536f;
    line-height: 16px
}

.SubHead {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #38536f;
}

.normal {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    line-height:14px;
}

.normalbold {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    line-height:14px;
}

.klein {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: #6D869E;
}

/* Moduls */
.documents_table {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background-color: #e4f0ff;
}

.documents {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-image:url('/images/dgItemBackground.png');
    background-repeat:repeat-x;
    background-color:#efefef;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    font-weight: normal;
    border-bottom: #ffffff 1px solid;
    color:#424242;
    padding-left:5px;
}

.documentsFAQ {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    background-repeat:repeat-x;
    background-color:#f1f0ef;
    background-image:url('/images/ItemGradientFAQ.png');
    border-bottom:solid 1px #c1c1c1;
    font-weight: normal;
    color:#424242;
}

.divanswerFAQ {
    background-image:url(/images/divAnswerBackground.png);
    background-repeat:repeat-x;
    background-color:#efefef;
    text-align:left;
}

.documentsToggle {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    border-top:1px solid #ececec;
    background-image:url('/images/ItemGradientFAQ.png');
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    font-weight: normal;
    color:#424242;
    padding-left:5px;
}

/* Forms */

.formback {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #424242;
    line-height:14px;
}

.formcontent {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #424242;
    line-height:14px;
}

.Form {
    width:305px;
}

.formdd {
    width:305px;
}

/* Edit-Page Settings */

.loginhead {
    color:#000000;
    font-family: arial, helvetica, sans-serif;
    FONT-SIZE: 11px;
    text-transform:uppercase;
    text-align: center;
}

.logintext {
    COLOR: #333333;
    padding-left:0px;
    font-family: arial, helvetica, sans-serif;
    FONT-SIZE: 11px;
}

.loginbutton {
    border-left: 1px solid #80868B;
    border-top: 1px solid #80868B;
    border-right: 1px solid #80868B;
    border-bottom: 1px solid #80868B;
    FONT-SIZE: 13px;
    COLOR: #5D5D5A;
    font-family: arial, helvetica, sans-serif;
}

.ModuleEditPage {
    margin-left: 20px;
    margin-top: 20px;
}

.editContainer {
    margin-left: 0px;
    width:805px;
}

.editLeft {
    float: left;
    width: 150px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 15px;
}

.editRight {
    float: right;
    width: 650px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 15px;
}

.editLine {
    clear: both;
    border-bottom: solid 1px #bad5ff;
}

.Warning {
    FONT-SIZE: 11px;
    COLOR: #FF0000;
    font-family: arial, helvetica, sans-serif;
}

/* style for module titles cell */
.ModuleTitleCell {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    line-height:18px;
    background-color:#D5D8DB;
    /* start intranet only */
    border-bottom-style: solid;
    border-bottom-color: #CAD1E1;
    border-bottom-width: 1px;
    -moz-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#D5D8DB, EndColorStr=#FFFFFF)
    /* end intranet only */
}

TD.TabSelected {
    border-left: solid 1 #7f7f7f;
    border-right: solid 1 #7f7f7f;
    border-top: solid 1 #7f7f7f;
    border-bottom: none 0;
}

TD.TabOther {
    border-left: solid 1 #7f7f7f;
    border-right: solid 1 #7f7f7f;
    border-top: solid 1 #7f7f7f;
    border-bottom: solid 1 #7f7f7f;
}

TD.TabSpace {
    background-color: Transparent;
    border-left: none 0 #7f7f7f;
    border-right: none 0 #7f7f7f;
    border-top: none 0 #7f7f7f;
    border-bottom: solid 1 #7f7f7f;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.CommandButtonTitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.ListHeadJob {
    background-color: #bbd4f7;
}

.ListHead {
    background-image: url(/images/custom/box-content-bg.gif);
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #496886;
}

.ListContentTable {
    background-image: url(/images/custom/box-content-bg.gif);
    border-bottom: solid 1px #FFFFFF;
}

.ListContentLeft, .ListContentRight {
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
}

.ListContentRight {
    padding-left: 0px;
    padding-right: 5px;
    font-weight: normal;
}

.ListContentRightBottom, .ListContentLeftBottom {
    padding-left: 0px;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    /*border-bottom: solid 1px #ffffff;*/
    vertical-align: top;
}

.ListContentLeftBottom {
    padding-left: 5px;
    padding-right: 0px;
    font-weight: bold;
}

.ListHeadTitle {
    background-color: #bbd4f7;
    font-size: 13px;
    font-weight: bold;
    color: #38536f;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    border-bottom: none 1px #ffffff;
    border-top: solid 1px #ffffff;
    height: 15px;
}

.ListHead_DataGrid {
    background-image: url(/images/custom/box-content-bg.gif);
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #496886;
    padding-left: 5px;
}

Div.FeedRightPane, Div.FeedRightPane TABLE {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.editContainer {
    margin-left: 100px;
    width:805px;
    margin-top:30px;
}

.editPageLayout {
    padding-bottom:8px;
    padding-right: 8px;
}

/* Breite/Höhe für den DesktopPortalBanner */
.DesktopPortalBannerBackground {
    width:682px;
    height:102px;
}

/* Breite für das Logo des Vereins*/
.DesktopPortalBannerLogo {
    width:496px;
    text-align:left;
}

/* Hintergrundbild für den DesktopPortalBanner*/
.DesktopPortalBanner {
    border:none;
    width:1001px;
    background-image:url(/images/HeaderGradientBackground.png);
    background-repeat:repeat-x;
}

/* Abstände links/oben der Toolbar*/
.DesktopPortalBannerToolbar {
    padding-top:116px;
    padding-left:25px;
}

/* Abstände des Loginbuttons in der Toolbar*/
.DesktopPortalBannerToolbarLogin {
    padding-top:116px;
}

/* Rechter Schatten für den Inhalt*/
.shadContentRight {
    background-image:url(/images/shadContentRight.png);
    background-repeat:repeat-y;
    width:2px;
}

/* Rechter Schatten für die Navigation*/
.shadNaviRight {
    background-image:url(/images/shadNaviRight.png);
    background-color:#FFFFFF;
    background-repeat:repeat-y;
    width:41px;
    text-align:left;
}

/* Linker Schatten für den Inhalt*/
.shadContentLeft {
    background-image:url(/images/shadContentleft.png);
    background-repeat:repeat-y;
    width:2px;
}

/* Header-Navigation Hintergrundbild*/
.i4HeaderNavigation {
    padding-top:56px;
    width:200px;
    background-repeat:repeat-x;
    height:500px;
    background-image:url(/images/naviBackgroundGradientAll.png);
    background-color:#FFFFFF;
}

/* Links für FAQ_Modul*/
.ModuleContentListLeftFAQ A {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #424242;
    font-size: 11px;
}

.ModuleContentListLeftFAQ A:hover {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #424242;
    font-size: 11px;
}

.documentsFAQ A {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #424242;
    font-size: 11px;
}

.documentsFAQ A:hover {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #ff4000;
    font-size: 11px;
}

/* Style für Textbox in der Suche*/
.SearchTextBox {
    border:solid 1px #e9e9e8;
    background-color:white;
    width:300px;
    padding-left:3px;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 11px;
}

/* Header-Hintergrund für MediaGallerie*/
.mediaGalleryHeader {
    background-image:url(/images/datagridHeaderBGCenterBig.png);
    height:25px;
}

/* Header-Hintergrund für Inhalt der MediaGallerie*/
.mediaGalleryHeaderIn{
    padding-left:15px;
    color:White;
    padding-right:5px;
}

/* Inahlt-Hintergrund für MediaGallerie*/
.dlStripMediaGallery {
    border-bottom:solid 1px #e5e5e5;
    border-left:solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;
    background-image:url(/images/mediagalleryGradientBackground.png);
    background-repeat:repeat-x;
    vertical-align:top;
    background-color:#f0f0f0;
}

/*ModuleHeader für MemberLogin*/
.ModuleHeaderCenterLogin {
    height: 32px;
    background-image: url(/images/header_center.png);
    background-color:#d14c1f;
    vertical-align:middle;
    padding-left:10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

/*Left Pane für MemberLogin*/
.ColPaneDesignLeftLogin{
    background-image: url(/images/boxesGradientBackground.png);
    background-repeat:repeat-x;
    border-bottom:solid 1px #e9e9e8;
    border-top:solid 1px #e9e9e8;
    background-color:#efefef;
    padding: 4px;
}

/*Seitenanzahl*/
.pagelabel {
    font-size:14px;
    font-family:Verdana;
    color:#ff4000;
    margin-left:5px;
}

/*Bildervorschau für i4Bambi*/
.ImagePreview {
    height:100px;
    border:solid 1px black;
}

.ImagePreviewTD {
    height:115px;
    width:140px;
}

.ImagePreviewNotShow {
    height:0px;
    border:none;
}

.ImagePreviewCellNotShow {
    height:0px;
    width:0px;
}
.ImgPreviewCell {
    width:0px;
}

/*Hauptschrift*/
.Head {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ff4000;
}

/*Style für Zellen*/
td {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #424242;
    line-height:14px;
}

/*Style für Tabellen*/
TABLE {
    margin: 0px;
    padding: 0px;
    border-collapse:collapse;
}

/*Schatten im oberen linken Ecken*/
.shadContentLeftTop {
    background-image:url(/images/shadContentLeftTop.png);
    width:5px;
    height:15px;
}

/*Schatten oberhalb des Contents*/
.shadContentTop {
    background-image:url(/images/shadContentTop.png);
    width:990px;
    height:15px;
}

/*Schatten im oberen rechten Ecken*/
.shadContentRightTop {
    background-image:url(/images/shadContentRightTop.png);
    width:5px;
    height:15px;
}

/*Schatten im unteren linken Ecken*/
.shadContentLeftBottom {
    background-image:url(/images/shadContentLeftBottom.png);
    width:5px;
    height :15px;
}

/*Schatten unterhalb*/
.shadContentBottom {
    background-image:url(/images/shadContentBottom.png);
    width:990px;
    height:15px;
}

/*Schatten im unteren rechten Ecken*/
.shadContentRightBottom {
    background-image:url(/images/shadContentRightBottom.png);
    width:5px;
    height:15px;
}

/*Schatten rechts*/
.shadContentRight {
    background-image:url(/images/shadContentRight.png);
    background-repeat:repeat-y;
    height:100%;
    width:5px;
}

/*Schatten links*/
.shadContentleft {
    background-image:url(/images/shadContentLeft.png);
    background-repeat:repeat-y;
    height:100%;
    width:5px;
}

.mainTable {
    padding-top:27px;
}

.mainTableAdmin {
    padding-top:27px;
}

/*Linie unterhalb der Navigation*/
.PortalBannerLine {
    background-image:url('/images/dropdownMenuBG.png');
    background-color:#6E1188;
    height:28px;
    width:100%;
}

/*Style für Frontnews im DesktopPortalBanner*/
.Frontnews {
    width:201px;
    height:240px;
    background-image:url('/images/frontNewsHeaderBG.png');
    background-repeat:no-repeat;
    padding-top:12px;
    padding-left:18px;
}

/*Style für Titel Frontnews im DesktopPortalBanner*/
.FrontNewsTitle{
    font-family:Arial;
    font-weight:bold;
    line-height:40px;
    font-size:14px;
    color:#FFFFFF
}

/*Style für Datum in Frontnews im DesktopPortalBanner*/
.FrontNewsListDateItem {
    font-family:Arial;
    font-weight:bold;
    line-height:18px;
    font-size:11px;
    color:#FFFFFF
}

/*Style für Datum und Titel in Frontnews im DesktopPortalBanner*/
.FrontNewsListTitle {
    font-family:Arial;
    line-height:11px;
    font-size:11px;
    color:#FFFFFF
}

/*Module Titel*/
.lblModuleTitle {
    font-family:Arial;
    font-size:30px;
    color:#753979;
    line-height:32px;
}

/*Inhalt/Content*/
.ContentPane {
    padding-top:36px;
    width:740px;
}

/*Rechter Pane*/
.RightPane {
    padding-top:36px;
    background-color:#f6f6f6;
    width:180px;
}

/*Datagrid linkes Bildchen*/
.gridHeaderPicLeft {
    background-image: url(/images/datagridHeaderBGLeft.png);
    padding-top:2px;
    height:100%;
    width:1px;
    background-repeat:no-repeat;
    background-color:#e5e5e5;
}

/*Datagrid Datum*/
.ItemTitleDate {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#FFFFFF;
    background-image:url(/images/datagridHeaderBGCenter.png);
}

/*Datagrid Title*/
.ItemTitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color:lime;
    line-height:18px;
}

/*Datagrid Title/Date*/
.ItemTitleDateText {
    margin-left:5px;
    padding-top:3px;
    color:White;
    margin-top:3px;
    margin-bottom:-2px;
}

/*Linkes Bildchen DatagridHeader*/
.newsHeaderPicLeft {
    background-image: url(/images/newsItemTitle.png);
    padding-top:2px;
    height:100%;
    width:1px;
    background-repeat:no-repeat;
    background-color:#e5e5e5;
}

/*Hintergrund Toolbar*/
.toolBarHeaderBG {
    background-image:url(../images/toolBarHeaderBG.png);
    background-repeat:repeat-x;
}

/*Link für Moduleinhalt*/
.ModuleContentListLeft A {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:none;
}
.ModuleContentListLeft A:hover {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:underline;
}

.ModuleContentListLeft A:visited {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:none;
}

.ModuleContentListLeft A:active {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration:none;
    font-size: 11px;
}

/* Links für News/Events*/
.documents A {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    text-decoration:none;
}

.documents A:hover {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    text-decoration:underline;
}

.documents A:visited {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}
.documents A:active {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}

/* Links für Frontnews*/
.FrontNewsTitleAll A {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:none;
}
.FrontNewsTitleAll A:hover {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:underline;
}

.FrontNewsTitleAll A:visited {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}
.FrontNewsTitleAll A:active {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}

/* Links für Mediagallerie*/
.mediaGalleryHeaderLink A {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:none;
}

.mediaGalleryHeaderLink A:hover {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:underline;
}

.mediaGalleryHeaderLink A:visited {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}

.mediaGalleryHeaderLink A:active {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}
.mediaGalleryHeaderLinkTitle A {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    text-decoration:none;
}
.mediaGalleryHeaderLinkTitle A:hover {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    text-decoration:underline;
}

.mediaGalleryHeaderLinkTitle A:visited {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}
.mediaGalleryHeaderLinkTitle A:active {
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
}

/* Links*/
a {
    color: #753979;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
    color: #753979;
}

a:visited {
    color: #753979;
    text-decoration:none;
}

a:active {
    color: #753979;
    text-decoration:none;
}

/* Links für Suchresultate*/
.SearchResult A {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:none;
}
.SearchResult A:hover {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration:underline;
}

.SearchResult A:visited {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}

.SearchResult A:active {
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
}

.SearchResult {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-bottom:3px;
    color:#FFFFFF;
    background-image:url(../images/datagridHeaderBGCenter.png);
}

.rightPaneTableFaces {
    margin-top:6px;
    margin-left:6px;
}

/* Style für rechtes Spezialmodul Porträt */
.rightPaneFacesName {
    font-weight:bold;
    padding-top:5px;
}

.rightPaneFacesMoreLink {
    font-weight:bold;
    padding-top:5px;
}

.ItemTitleRightPane {
    font-family:Arial; 
    padding-top:2px;
    font-size:15px; 
    color:#753979; 
    line-height:22px; 
    font-weight:bold;
}
