/* ================================
    CSS STYLES FOR DotNetNuke
   ================================

Hellblau alt: 	#7691BA
Hellblau neu: 	#C1D2EE
Dunkelblau: 	#184A84 Neu(#8095B9)
Dunkelgrau: 	#404040

*/   




.Geschichte { 
	width		: 130;
	height		: 18;
	color		: white;
	background-color: #184A84;
	border		: solid 1px white;
	font-weight 	: bold;
	font-size	: 8pt; 
}

.HRGeschichte
{
	height		: 1px;
	color		: #184A84;
	background-color: #184A84;
}



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
    	background-color: white;
	scrollbar-base-color:#000000;
	scrollbar-track-color:#184A84;
	scrollbar-face-color:#7691BA;
	scrollbar-shadow-color:#184A84;
	scrollbar-arrow-color:#184A84;
}


P, LI {
  font-size:8pt; 
  color:#184985; 
  font-family:Verdana, Arial, geneva, Helvetiva;
  margin-top: 0px;

}


/* INVENTA Side Menu Settings */
.MenuHdr	/* Menu-Eintrag OHNE Link z.B: Administrator, System */
{ 
  font-size: 8pt; 
  padding-left: 1px; 
  font-weight: normal; 
  padding-bottom: 1px; 
  font-family:Verdana, Arial, geneva, Helvetiva;
  background-color: #f1f1f1; 
  padding-top: 2px; 
  cursor: default;
  color: #404040;
}

.MenuItem, 
.MenuItemMouseOver, 
{
  font-size: 8pt; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-bottom: 1px;
  padding-top: 2px;
  font-weight: normal; 
  background-color: #f1f1f1; 
  color: white;
}

.MenuItem HR
{
  font-size: 8pt; 
  padding-top: 2px;
  padding-left: 1px; 
  padding-right: 1px; 
  padding-bottom: 1px;
  font-weight: normal; 
  background-color: #f1f1f1; 
  color: #8095B9;
}


.MenuHdr A:Link 
.MenuHdr A:Hover, 
.MenuItem A:Hover, 
.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, 
.MenuItemMouseOver A:Visited, 
.MenuItemMouseOver A:Link, 
{
  text-decoration: none; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  color: white;
}

.MenuHdr A:Link 
.MenuHdr A:Active, 
.MenuHdr A:Visited, 
.MenuItem A, 
.MenuItem A:Active, 
.MenuItem A:Visited, 
.MenuItem A:Link, 
.MenuHdr A, 
{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
  color: #404040;
}

.MenuItemMouseOver
{
  background-color: #CCCCCC!Important; 
  color: #404040;
}

.currentHeaderHighlight,
.currentItemHighlight
{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
  color: white;
  background-color: #A0A0A0; 
}




/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    margin-bottom: 20px;
    font-family:Verdana, Arial, geneva, Helvetiva;
    font-size:  18px;
    font-weight:    normal;
    color: #002B72;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
  font-size:20pt; 
  font-weight:bold; 
  font-style:normal; 
  color:#7691BA; 
  font-family:Verdana, Arial, geneva, Helvetiva;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #002B72;
    margin-bottom: 10px;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a:active {
  font-size:8pt;
  text-decoration: none; 
  color: #404040;
  font-family:Verdana, Arial, geneva, Helvetiva;
}
a:visited {
  font-size:8pt;
  text-decoration: none; 
  color: #404040;
  font-family:Verdana, Arial, geneva, Helvetiva;
}
a:link {
  font-size:8pt;
  text-decoration: none; 
  color: #404040;
  font-family:Verdana, Arial, geneva, Helvetiva;
}
A:hover, A.SkinObject:hover {
  font-size:8pt;
  text-decoration: none; 
  color: white; 
  //background-color: #184A84;
  background-color: #8095B9;
  font-family:Verdana, Arial, geneva, Helvetiva;
}


SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	margin:0px;
	list-style-type:none;
	list-style-image:url(/dnn/portals/0/images/bullett.gif) 
}
UL LI LI    {
	margin:0px;
	/* list-style-type:square; */
	list-style-image:url(/dnn/portals/0/images/bullett.gif) 
}

UL LI LI LI {
	margin:0px;
	list-style-type:square;
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	height		: 1px;
	color		: #184A84;
	background-color: transparent;

}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
