/* ================================
    CSS STYLES FOR DotNetNuke 
   ================================*/ 
/* background color for the content part of the pages */
Body
{
    background: #c2bbaf;
    height: 100%;    
    }
img{
    border: 0px;
    }
.ControlPanel, .PagingTable {
    width: 100%;
    background: #FFFFFF;
    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: #000000;
    text-decoration: none;
}
A.SkinObject:hover {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    text-decoration: none;
    color:#003366;
}
/* text style for the body tab */
.pagemaster {	
	background-color: #c2bbaf;
}
.skinmaster 
{
	background-color: #ffffff;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
}
.skinmasterPrint
{
	background-color: #c2bbaf;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
}
.LeftPane {
    padding: 0px 0px 0px 0px;
    background: #8c867e;
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color:#fff;
}
.LeftPane div,.LeftPane td,.LeftPane span {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color:#fff;
}
.ContentPane  {
    padding: 5px;
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color:#333;
    border-left: 2px solid #ffbd4d;
}
.ContentPane div, .ContentPane td { 
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color:#333;
}
.logoHeader{
    background: #78736d;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.LanguageTD{
    background: #65615b;
    border-top: solid 1px #000;
}
.TopPane{
    background: #65615b;
    border-top: solid 1px #000;
}
.footerPane
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #fff;
	background: #65615b;
	border-top: solid 1px #000;
	padding-left: 5px;
}
.footerPane div, .footerPane td, .footerPane span
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #fff;
}
.footerPane a:link, .footerPane a:visited, .footerPane a:active
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #fff;
	text-decoration: none;
}
.footerPane a:hover
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #ffbd4d;
	text-decoration: none;
}
.copyright
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #c2bbaf;
	background: #65615b;
	border-top: solid 1px #000;
	padding-left: 5px;
}
.LoginTD
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #fff;
	background: #65615b;
	border-top: solid 1px #000;
	padding-right: 5px;
}
.LoginTD div, .LoginTD td, .LoginTD span 
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
	color: #fff;
}
ul li   {
}

ul li li    {
}

ul li li li {
}

ol li   {
}

ol ol li    {
}

ol ol ol li {
}
/*style fuer die allgemeine linkdefinition*/
A:link, A:visited, A:active 
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
}
A:hover 
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #ffbd4d;
	text-decoration: none;
	/*background-color: #E4F3F6;*/
}.breadcrumbTD {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000000;
	font-weight:bold;
	text-decoration: none;
	padding-left: 10px;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active  {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000000;
	font-weight:bold;
	text-decoration: none;
}
A.breadcrumb:hover    {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000;
	font-weight:bold;
	text-decoration: underline;
}
/* text style for the selected tab */
.SearchTD {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000000;
	font-weight:normal;
	text-decoration: none;
	padding-right: 10px;
}
.SearchTab, A.SearchTab:link, A.SearchTab:visited, A.SearchTab:active {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #000000;
	font-weight:normal;
	text-decoration: none;
}
A.SearchTab:hover {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color: #ffbd4d;
	font-weight:normal;
	text-decoration: none;
}
/* 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: #000000;
	font-weight:normal;
	text-decoration: none;
}
A.OtherTabs:hover   {
    color: #ffbd4d;
	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: 7pt;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}
A.Login:hover {
    font-family: Verdana,Arial,Thaoma;
    font-size: 7pt;
    color: #fff;
	font-weight:normal;
	text-decoration: underline;
	/*padding: 5px 3px 2px 3px;
	border: solid 1px #4E5ED7;*/
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color:#000000;
    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:#000000;
}
A.CommandButton:hover {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    color:#ffbd4d;
}
/* 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: #000000;
}
.Head {
    font-family: Verdana,Arial,Thaoma;
	font-size: 9.5pt;
	font-weight: bold;
	color: #000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
/* 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: #000000;
}
/* 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
}		 
/* GENERIC */
H1  {
    font-size: 130%;
	color: #9a2523;
	font-weight: bold;
}
H2  {
    font-size: 130%;
	color: #000000;
	font-weight: bold;
}
H3  {
    font-size: 115%;
	color: #9a2523;
	font-weight: bold;
}
H4  {
    font-size: 115%;
	color: #000000;
	font-weight: bold;
}
H5, DT  {
    font-size: 105%;
	color: #9a2523;
	font-weight: bold;
}
H6  {
    font-size: 100%;
	color: #9a2523;
	font-weight: normal;
}
HR {
	color: #ffbd4d;
	height: 1px;
	border: dotted 1px #ffbd4d;
}
/************************************************************************************************************* 
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: #ffbd4d;
	font-weight: normal; 
	height: 22px;
}
.BreadcrumbRootTab TD{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #ffbd4d;
	font-weight: normal; 
	height: 22px;
}
.SubActiveRootTab TD{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	cursor: hand; 
	color: #ffbd4d; 
	font-weight: normal; 
	font-style: normal;
	border: #8c867e 1px solid; 
	height: 22px;
}
.MainMenu_MenuContainer {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #fff;
	background-color: Transparent;
	height: 22px; 
}
.MainMenu_MenuBar {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	color: #fff;
	height: 22px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	cursor: hand; 
	color: #fff; 
	font-weight: normal; 
	font-style: normal; 
	border: #8c867e 1px solid; 
	height: 22px;
}
.MainMenu_MenuIcon {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	cursor: hand; 
	background-color: #8c867e; 
	border: #8c867e 1px solid; 
	text-align: center;
	width: 15px;
	height: 22px;
	/*display: none;*/
}
.MainMenu_SubMenu {
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
	z-index: 1000; 
	cursor: hand; 
	background-color: #8c867e;
	color: #fff;
	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: #8c867e;
	cursor: hand; 
	color: #ffbd4d; 
	font-weight: normal; 
	font-style: normal;
	border: #8c867e 1px solid; 
	height: 22px;
}
.SubMainMenu_MenuItemSel 
{
    font-family: Verdana,Arial,Thaoma;
    font-size: 8.5pt;
    background-color: #8c867e;
	cursor: hand; 
	color: #ffbd4d; 
	font-weight: normal; 
	font-style: normal;
	border: #8c867e 1px solid; 
	height: 22px;
}
.MainMenu_MenuBreak {
	border: #8c867e 1px solid; 
	font-size: 8.5pt;
	background-color: #8c867e; 
	height: 22px;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	color: #000000;
	cursor: hand; 
	border: #6E8282 0px solid; 
	height: 22px; 
	width: 8px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	color: #000000;
	cursor: hand;
	border: #6E8282 0px solid; 
	height: 22px;
	width: 8px;
}