/* 
==================================
Skin styles for OVUS8 - Hot coffee
==================================
*/

TABLE, P, .Normal, .NormalDisabled   
{
    font-family: Arial, Helvetica, geneva;
    font-size: 11px;
    line-height: 14px;
    color: #black;
}

BODY
{
    background-color: #ffffff;
}
.skinmastercell
{
    background-color: #ffffff;
}

/*.skinmaster
{
    padding: 0 8 0 8;
}*/

.breadcrumbcell 
{
    padding-right:11px;
}
.breadcrumbcell, .breadcrumb, .breadcrumb:hover, .breadcrumb:link, .breadcrumb:visited
{
    color:#black;
    font-family: Arial, Helvetica;
    font-size: 12px;
    text-decoration:none;
    font-weight: lighter
}
.copyright, .copyright:hover, .copyright:link, .copyright:visited
{
    color: #black;
    font-family: Arial, Helvetica;
    font-size: 9px;
    text-decoration:none;
}
.LoginItem, .LoginItem:hover, .LoginItem:link, .LoginItem:visited
{
    color: #black;
    font-family: Arial, Helvetica;
    font-size: 9px;
    text-decoration:none;
}
.controlpanecell
{
    width: 100%;
    background-color: transparent;
}
.controlpanel
{
    margin-bottom: 10px;
    background-color: #eeeeee;
    border: solid 1px #bbbbbb;
}
.logopane
{
    background-color: #BAA88A;
}
.toppane
{
    background-color: transparent;
    padding-top: 8px;
}
.leftpane
{
    background-color: #ffffff;
}
.contentpane
{
    background-color: #ffffff;
}
.rightpane
{
    background-color: #ffffff;
}
.bottompane
{
    background-color: transparent;
    padding-top: 8px;
}
.menupanemaster
{
    padding-top: 8px;
}
.menupane
{
    background-color:#71593B;
    height:24px;
}

/* ----------------------- Main Menu ---------------------------------------------------- */

/* Container mit Hauptmen */
.MainMenu_MenuContainer {
	background-color: transparent;  /* Farbe in navi-DIV zugewiesen */ }

.MainMenu_MenuBar {	
	cursor: pointer; 
	cursor: hand;
  height:21px;
	background-color: transparent;
}

/* Meneintrag */
.MainMenu_MenuItem {
 	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
  cursor: pointer; 
	cursor: hand; 
  color: #000000;
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
/*    text-transform: lowercase; */
	font-weight:bold; }

  
/* Bereich links vom Submeneintrag  */
.MainMenu_MenuIcon {
  background-color: #FFFFFF; 
  border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
  padding:0;
  cursor: pointer; 
	cursor: hand;
	text-align: center; 
	width: 0; /* nicht anzeigen */
  height: 21;
}

/* Untermen allg. */
.MainMenu_SubMenu {
	background-color: #FFFFFF;  
	color:#000000;
	z-index: 10000; 
  cursor: pointer; 
	cursor: hand; 
  /* filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);	 */
	border-left: #000000 1px solid; 	 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;  
/*    text-transform: lowercase; */
}


.RootMenuItem TD, .RootMenuItemSel TD
{
    background-color: #ffffff;
    cursor: pointer;
    cursor: hand;
    padding: 0 50 0 0;
}


/* Zwischenraum der Hauptmenpunkte */
.MainMenu_MenuBreak {
	height: 0px;
  padding:0 25px;
	background-color: #ffffff;
	border: none;  }
  
/* Hover Meneintrag */
.MainMenu_MenuItemSel {
	color: #000000;
background-color: #ffffff;
  border-bottom: #294F8D 0px solid; 
	border-left: #294F8D 0px solid; 
	border-top: #294F8D 0px solid;  
	border-right: #294F8D 0px solid;
	font-family: Arial, Helvetica;
/*    text-transform: lowercase; */
	font-size: 11px; 
	font-weight:bold;
	text-decoration: underline
	}
  
/* Bereich rechts vom Submeneintrag */
.MainMenu_MenuArrow {
  border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid;
	font-family: webdings; 
	font-size: 11px; 
  cursor: pointer; 
	cursor: hand;
	width: 4px;  /* nicht anzeigen */
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
  cursor: pointer; 
	cursor: hand;
}

/* Hauptmenuepunkte */
.HauptMenu_Item  {
  font-weight:bold;  }
  
.HauptMenu_SelectedItem  {
  font-weight:bold;
  background-color:#000000;  }  
  
.HauptMenu_ActiveItem  {
  font-weight:bold;
  background-color:#000000;
  color:#FFFFFF; }
 
     

/* ENDE Menu ----------------------------------- */
.StandardButton
{
    background-color: #ffffff;
    color: black;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.Head, .SubHead, h1, h2, h3
{
    font-family: Arial, Helvetica;
}
.Head, h1
{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
.SubHead, h2
{
    font-size: 12px;
    color:#000000;
}
h3
{
    font-size: 11px;
    color: #000000
}

/* GENERIC */

H1  {
    font-family: Arial black, helvetica;
    font-size:  16px;

    color: rgb(0, 0, 0);
/*    text-transform: lowercase; */
}

H2  {
    font-family: Arial, helvetica;
    font-size:  16px;
    font-weight:    bold;
    color: #000000;
/*    text-transform: lowercase; */
}

H3  {
    font-family: Arial, helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
/*    text-transform: lowercase; */
}

H4  {
    font-family: Arial, helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #000000;
/*    text-transform: lowercase; */
}

H5, DT  {
    font-family: Arial, helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
/*    text-transform: lowercase; */
}

H6  {
    font-family: Arial, helvetica;
    font-size:  9px;
    font-weight:    bold;
    color: #000000;
/*    text-transform: lowercase; */
}

TFOOT, THEAD    {
    font-family: Arial, helvetica;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:    none;
    color:  #444444;
}

A:visited   {
    text-decoration:    none;
    color:  #999999;
}

A:hover {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    none;
    color:  #000000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* diverse CSS */

.NTForums_GroupRow
{
    padding-left-value: 2px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    font-weight: bold;
    font-size: 11px;
    color: rgb(255, 255, 255);
    background-color: rgb(80, 80, 80);
}

.NTForums_ForumHeader
{
    font-weight: bold;
    font-size: 11px;
    color: rgb(105, 105, 105);
    background-color: rgb(230, 230, 230);
}

.NTForums_ForumRow a:link
{
    font-size: 12px;
    color: #AF302F;
}

.NTForums_ForumRow a:hover
{
    font-size: 12px;
    color: #FF7742;

}

.NTForums_ForumRow a:visited
{
    font-size: 12px;
    color: #AF302F;

}
.linkmodule
{
    font-size: 18px;
    color: #FF7742;

}