/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/
/* background color for the content part of the pages */
Body
{
    background: #000;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
/* ############################# 
Style for the body tab
############################# */
.pagemaster
{
    width: 100%;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
.skinmaster
{
    width: 960px;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
/* ############################# 
Styles fuer den Header Bereich
############################# */
.header
{
    background-color: #000;
    vertical-align: top;
    height: 88px;
}
.logoPane
{
    width: 960px;
    height: 88px;
    text-align: right;
}
.menuPane
{
    width: 810px;
    height: 44px;
    text-align: left;
    vertical-align: top;
}
/* ############################# 
Styles fuer den Content Bereich
############################# */
.content
{
    background-color: #fff;
    vertical-align: top;
    height: 100%;
}
.PicturePane
{
    width: 480px;
    vertical-align: top;
    padding-top: 10px;
}
.TextPane
{
    width: 460px;
    *width: 480px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.ContentPane
{
    width: 960px;
}
.ContentPane div, .ContentPane td, .ContentPane span, .PicturePane div, .PicturePane td, .PicturePane span
, .TextPane div, .TextPane td, .TextPane span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #9f9f9f;
}
.ContentPaneAdmin
{
    width: 920px;
    *width: 960px;
    padding: 0px 20px 0px 20px;
}
.ContentPaneAdmin div, .ContentPaneAdmin td, .ContentPaneAdmin span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #9f9f9f;
}
.footer{
    background: #000;
    height: 45px;
}
/* ############################# 
Style fuer den Footer Bereich
############################# */
.LoginPane
{
    width: 150px;
    height: 44px;
    text-align: right;
    vertical-align: top;
}
/* text style for the unselected tabs */
.OtherTabs, A.OtherTabs:link, A.OtherTabs:active, A.OtherTabs:visited
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
A.OtherTabs:hover
{
    color: #f0a305;
    font-weight: normal;
    text-decoration: none; /*padding: 1px 3px 2px 3px; 	background-color: #FF9900; 	border: solid 1px #4E5ED7;*/
}
.Login, A.Login:link, A.Login:visited, A.Login:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
A.Login:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #f0a305;
    font-weight: normal;
    text-decoration: none; /*padding: 5px 3px 2px 3px; 	border: solid 1px #4E5ED7;*/
}
/* button style for standard HTML buttons */
.StandardButton
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
}
/* GENERAL style for module titles */
.TitelBox
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
}
.Head
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 9.5pt;
    font-weight: bold;
    color: #f0a305;
}
/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: normal;
    color: #000;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: normal;
}
.NormalRed
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
}
/* #############################
Allgemeine Styles fuer HTML Objekte
############################# */
img
{
    border-width: 0px;
}
p
{
}
ul li
{
}

ul li li
{
}

ul li li li
{
}

ol li
{
}

ol ol li
{
}

ol ol ol li
{
}
A:link, A:visited, A:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #f0a305;
    text-decoration: none;
}
A:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #f0a305;
    text-decoration: underline; /*background-color: #E4F3F6;*/
}
H1
{
    font-size: 130%;
    color: #f0a305;
    font-weight: bold;
}
H2
{
    font-size: 130%;
    color: #000;
    font-weight: bold;
}
H3
{
    font-size: 115%;
    color: #f0a305;
    font-weight: bold;
}
H4
{
    font-size: 115%;
    color: #000;
    font-weight: bold;
}
H5, DT
{
    font-size: 105%;
    color: #f0a305;
    font-weight: bold;
}
H6
{
    font-size: 100%;
    color: #f0a305;
    font-weight: normal;
}
HR
{
    color: #bcbcbc;
    height: 1px;
    border: solid 1px #bcbcbc;
}
/************************************************************************************************************* 
This uses 2.1.2 Solpart Menu Options. Classes MUST be set in xml or ASCX file to display correctly  on page.
************************************************************************************************************ */
.ActiveRootTab TD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #f0a305;
    font-weight: normal;
    height: 20px;
}
.BreadcrumbRootTab TD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #f0a305;
    font-weight: normal;
    height: 20px;
}
.SubActiveRootTab TD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    color: #f0a305;
    font-weight: normal;
    font-style: normal;
    border: #000 1px solid;
    height: 20px;
}
.MainMenu_MenuContainer
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #c4c4c4;
    background-color: Transparent;
    height: 20px;
}
.MainMenu_MenuBar
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #c4c4c4;
    height: 20px;
    background-color: #000;
}
.MainMenu_MenuItem
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    color: #c4c4c4;
    font-weight: normal;
    font-style: normal;
    border: #000 1px solid;
    height: 20px;
}
.MainMenu_MenuIcon
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    cursor: hand;
    background-color: #000;
    border: #000 1px solid;
    text-align: center;
    width: 15px;
    height: 20px; /*display: none;*/
}
.MainMenu_SubMenu
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    z-index: 1000;
    cursor: hand;
    background-color: #000;
    color: #c4c4c4;
    filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); /*border ueber den ganzen menue bereich*/
    border: #37504D 1px solid;
}
.MainMenu_MenuItemSel
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    background-color: #000;
    cursor: hand;
    color: #f0a305;
    font-weight: normal;
    font-style: normal;
    border: #000 1px solid;
    height: 20px;
}
.SubMainMenu_MenuItemSel
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    background-color: #000;
    cursor: hand;
    color: #f0a305;
    font-weight: normal;
    font-style: normal;
    border: #000 1px solid;
    height: 20px;
    background: #000;
}
.MainMenu_MenuBreak
{
    border: #000 1px solid;
    font-size: 8.5pt;
    background-color: #000;
    height: 20px;
    color: #c4c4c4 !important;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    color: #c4c4c4;
    cursor: hand;
    border: #000 0px solid;
    height: 20px;
    width: 8px;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    color: #c4c4c4;
    cursor: hand;
    border: #000 0px solid;
    height: 20px;
    width: 8px;
}
/* ############################# 
Styles fuer den Admin Panel
############################# */
.ControlPanel, .PagingTable
{
    width: 100%;
    background: #fff;
    border: #003366 1px solid;
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
A.SkinObject:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    text-decoration: none;
    color: #003366;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
}
A.CommandButton:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #F60400;
}

