/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



/* 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;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #;
}

.ContentPane  { 
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #444444;
}

.RightPane  { 
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #444444;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

A.SelectedTab:visited  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

A.SelectedTab:active   {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

A.SelectedTab:hover    {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}


/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

A.OtherTabs:visited  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

A.OtherTabs:active   {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

A.OtherTabs:hover    {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
   font-color: #272727;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* 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
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;
}


/* 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 */
/* Link in Modulen, z.b. "Feedback" - send/cancel*/
A.CommandButton:link {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #272727;

}

A.CommandButton:visited  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #272727;
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

H2  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

H3  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

H4  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

H5, DT  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

H6  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

TFOOT, THEAD    {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

TH  {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #272727;

}

A:link  {
                     border-color: #444444;
        background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #444444;
                     text-decoration: none;
                     font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;

}

A:visited   {
                     border-color: #444444;
        background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #444444;
                     font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;



}

A:active    {
                     border-color: #444444;
        background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	color: #444444;
                     text-decoration: none;



}

A:hover {
                     border-color: #103F83;
        background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #8c8c8c;
                     font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;



}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL LI   {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

UL LI LI    {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

UL LI LI LI {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

OL LI   {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

OL OL LI    {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

OL OL OL LI {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

HR {
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #444444;

}

/* 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 {
        background-color: Transparent;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #424242; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #B0CBD6; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	}

.ModuleTitle_MenuBreak {
	background-color: #EEEEEE; 
	height: 0px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #424242; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
                


}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
                 

}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #444444; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
        text-indent: 10px;
        letter-spacing: 1px;
        text-align: left;

}
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #8C8C8C;
        font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
                text-indent: 10px;
                letter-spacing: 1px;
                text-align: left;

}

.MainMenu_MenuIcon {
	background-color: #373737; 
	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	background-color: #FFFFFF;
                     -moz-opacity: 0.8; 
                     filter: alpha(opacity=80);
	z-index: 5000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
        background-color: #373737;
}
.MainMenu_MenuArrow {
	border-right: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
        display: none;
}
.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family: Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}


.TreeViewMenu {
        font-family: Tahoma, Arial, Helvetica;
        font-size: xx-small;
        font-weight: bold;
        font-style: none;
	width: 140px;
	background-color: Transparent;
                BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
                NodeLeafImage: url(menuepic.gif); HEIGHT:30px;
}
.TreeViewMenu_Header {
font-color: transparent;
display: none;
}




/*Farbe Datum*/
.SkinObject {
    font-weight: normal;
    font-size: 7pt;
    color: #444444;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/*Farbe Login Link*/
A.SkinObject:link {
    text-decoration:    none;
    color:#74A855;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color:#74A855;
}
A.SkinObject:active   {
    text-decoration:    none;
    color:#74A855;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color:#669948;
}





/*hauptextfarbe*/
TABLE { 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;

}

TR{
   font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
}

/*hier hat sich die Farbe des Menüs geändert*/
TD { 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-color: #444444;

 } 
























