/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/
/* background color for the content part of the pages */
Body
{
    background: #fff url(hg_body.gif) left top;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
/* ############################# 
Style for the body tab
############################# */
.skinmaster
{
    width: 100%;
    height: 100%;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;    
}
/* ############################# 
Styles fuer den Header Bereich
############################# */
.header
{
    vertical-align: top;
    width: 100%;
    height: 189px;
    background: url(hg_header.jpg) no-repeat left top;
}
.container_header
{
    width: 960px;
    height: 189px;
    text-align: left;
}
.logoPane
{
    width: 500px;
    height: 161px;
    text-align: left;
    vertical-align: bottom;
}
.menuPane
{
    width: 960px;
    height: 28px;
    text-align: left;
}
/* ############################# 
Styles fuer den Content Bereich
############################# */
.content
{
    vertical-align: top;
    height: 100%;
    width: 100%;
}
.container_content
{
    background: #fff;
    text-align: left;
    width: 960px;
    height: 100%;
    border-right: solid 2px #92969e;
}
.LeftPane
{
    width: 303px;
    padding: 40px 0px 0px 0px;
    vertical-align: top;
    border-right: solid 2px #92969e;
    background: #ecedef;
}
.LeftPaneFolge{
    width: 203px;
    padding: 40px 0px 0px 0px;
    vertical-align: top;
    border-right: solid 2px #92969e;
    background: #ecedef;
}
.ContentPaneDocuments
{
    width: 900px;
    padding: 40px 40px 0px 40px;
    vertical-align: top;
    background: #ecedef;
}
.LeftPane div, .LeftPane td, .LeftPane span,
.LeftPaneFolge div, .LeftPaneFolge td, .LeftPaneFolge span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #21242f;
}
.RightPane
{
    width: 259px;
    padding: 40px 0px 0px 0px;
    vertical-align: top;
    background: #ecedef;
}
.RightPane div, .RightPane div, .RightPane span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #21242f;
}
.ContentPane
{
    width: 432px;
    *width: 432px;
    padding: 40px 30px 0px 30px;
    vertical-align: top;
    border-right: solid 2px #92969e;
}
.ContentPaneFolge
{
    width: 532px;
    *width: 532px;
    padding: 40px 30px 0px 30px;
    vertical-align: top;
    border-right: solid 2px #92969e;
}
.ContentPane div, .ContentPane td, .ContentPane span,
.ContentPaneFolge div, .ContentPaneFolge td, .ContentPaneFolge span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #21242f;
}
.ContentPaneAdmin
{
    width: 920px;
    *width: 960px;/* IE Bug*/
    padding: 0px 20px 0px 20px;
}
.ContentPaneAdmin div, .ContentPaneAdmin td, .ContentPaneAdmin span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #21242f;
}
/* ############################# 
Style fuer den Footer Bereich
############################# */
.footer
{
    background: #fff url(hg_footer.gif) repeat-x left top;
    vertical-align: top;
    width: 100%;
    height: 107px;
}
.container_footer
{
    text-align: left;
    width: 960px;
    height: 107px;
}
.CopyrightPane
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    width: 480px;
    *width: 480px;
    height: 87px;
    *height: 87px;
    padding-top: 20px;
    vertical-align: top;
    padding-left: 20px;
}
.LoginPane
{
    width: 440px;
    *width: 440px;
    height: 87px;
    *height: 87px;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
    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: #000;
    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: Verdana,Arial,Thaoma;
    font-size: 9.5pt;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
A.Login:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 9.5pt;
    color: #F60400;
    font-weight: bold;
    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: #9a2523;
}
/* 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: #9a2523;
}
/* 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;
}
A:link, A:visited, A:activ
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
    text-decoration: underline;
}
A:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    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: #9a2523;
    height: 1px;
    border: solid 1px #9a2523;
}
/*#############################################
--------- dnn menu style ----------
#############################################*/
/* main menu td */
.main_dnnmenu_bar 
{
    font-family: Verdana,Arial,Thaoma;
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #2d2d2d;
	font-size: 13px; 
	font-weight:normal; 	
	text-align:center; 
	line-height:28px;
	padding:12px 12px 12px 12px;
	margin-right:1px;
	background: url(menu_sep.gif) no-repeat right center;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#2e3d7b;
	font-size: 13px; 
	font-weight:normal;
	text-align:center;
	line-height:28px;
	padding:12px 12px 12px 12px;
	background: url(menu_sep.gif) no-repeat right center;
	margin-right:1px;
	
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#2e3d7b;
	font-weight:normal;
	text-align:center;
	font-size: 13px;
	line-height:28px;
	padding:12px 12px 12px 12px;
	margin-right:1px;
	background: url(menu_sep.gif) no-repeat right center;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:normal;
	text-align:left;
	color:#2d2d2d;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #CE0D0D;
	color:#2d2d2d;
	font-weight:normal;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}
/* ############################# 
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;
}
