/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/
/* background color for the content part of the pages */
Body
{
    background: #fff;
    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: 732;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background: url(hg_body.jpg) no-repeat center top;
}
/* ############################# 
Styles fuer den Content Bereich
############################# */
.LeftPane
{
    width: 204px;
    padding: 0px 5px 0px 0px;
    text-align: right;
}
.LeftPane div, .LeftPane td, .LeftPane span
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #5b7290;
}
.ContentPane
{    
    width: 463px;
    padding: 5px 30px 10px 30px;
    background: url(hg_content.gif) repeat-y center top;
}
.ContentPane div, .ContentPane td, .ContentPane span
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #5b7290;
}
/* text style for the unselected tabs */
.OtherTabs, A.OtherTabs:link, A.OtherTabs:active, A.OtherTabs:visited
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #5b7290;
    font-weight: normal;
    text-decoration: none;
}
A.OtherTabs:hover
{
    color: #F60400;
    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: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
A.Login:hover
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #F60400;
    font-weight: normal;
    text-decoration: none; /*padding: 5px 3px 2px 3px; 	border: solid 1px #4E5ED7;*/
}
/* button style for standard HTML buttons */
.StandardButton
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
}
/* GENERAL style for module titles */
.TitelBox
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
}
.Head
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 15pt;
    font-weight: bold;
    color: #9a2523;
}
/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    font-weight: normal;
    color: #9a2523;
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #5b7290;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    font-weight: normal;
}
.NormalRed
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    font-weight: normal;
    color: red;
}
.NormalBold
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    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: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #5b7290;
    text-decoration: underline;
}
A:hover
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #F60400;
    text-decoration: underline; /*background-color: #E4F3F6;*/
}
H1
{
    font-size: 130%;
    color: #9a2523;
    font-weight: bold;
}
H2
{
    font-size: 130%;
    color: #000;
    font-weight: bold;
}
H3
{
    font-size: 115%;
    color: #9a2523;
    font-weight: bold;
}
H4
{
    font-size: 115%;
    color: #000;
    font-weight: bold;
}
H5, DT
{
    font-size: 105%;
    color: #9a2523;
    font-weight: bold;
}
H6
{
    font-size: 100%;
    color: #9a2523;
    font-weight: normal;
}
HR
{
    color: #5b7290;
    height: 1px;
    border: solid 1px #5b7290;
}
/************************************************************************************************************* 
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: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    color: #F60400;
    font-weight: normal;
    height: 31px;
    background: #fff;
    border: solid 1px #ffeb5f;
}
.BreadcrumbRootTab TD
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    color: #F60400;
    font-weight: normal;
    height: 31px;
    background: #fff;
    border: solid 1px #ffeb5f;
}
.SubActiveRootTab TD
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    cursor: hand;
    color: #F60400;
    font-weight: normal;
    font-style: normal;
    border: #fff 1px solid;
    height: 31px;
}
.MainMenu_MenuContainer
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    color: #000;
    background-color: Transparent;
    height: 31px;
}
.MainMenu_MenuBar
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    color: #000;
    height: 31px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    cursor: hand;
    color: #000;
    font-weight: normal;
    font-style: normal;
    height: 31px;
    background: #fff;
    border: solid 1px #ffeb5f;
}
.MainMenu_MenuIcon
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    cursor: hand;
    background-color: #fff;
    border: #fff 1px solid;
    text-align: center;
    width: 15px;
    height: 31px; /*display: none;*/
}
.MainMenu_SubMenu
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    z-index: 1000;
    cursor: hand;
    background-color: #fff;
    color: #000;
    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: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    cursor: hand;
    color: #F60400;
    font-weight: normal;
    font-style: normal;
    height: 31px;
    background: #fff;
    border: solid 1px #ffeb5f;
}
.SubMainMenu_MenuItemSel
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 13pt;
    background-color: #fff;
    cursor: hand;
    color: #ff0066;
    font-weight: normal;
    font-style: normal;
    border: #fff 1px solid;
    height: 31px;
    background: #fff;
}
.MainMenu_MenuBreak
{
    border: #fff 1px solid;
    font-size: 13pt;
    background-color: #fff;
    height: 31px;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    color: #000;
    cursor: hand;
    border: #6E8282 0px solid;
    height: 31px;
    width: 8px;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    color: #000;
    cursor: hand;
    border: #6E8282 0px solid;
    height: 31px;
    width: 8px;
}
/* ############################# 
Styles fuer den Admin Panel
############################# */
.ControlPanel, .PagingTable
{
    width: 100%;
    background: #fff;
    border: #003366 1px solid;
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
}
.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
A.SkinObject:hover
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    text-decoration: none;
    color: #003366;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    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: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #000;
}
A.CommandButton:hover
{
    font-family: serif, Courier, Verdana,Arial,Thaoma;
    font-size: 11pt;
    color: #F60400;
}

