/* ================================
    CSS STYLES FOR Netara Skin
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #C0C0C0;
}

/* background color for the content part of the pages */
Body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:11px;
    background-color: #ffffff;
}

/*Stylevorgabe fr berschriften*/
h1{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#3E73B9;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
	background-color: #999999;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color: #003366;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
}

A.SelectedTab:visited  {
	text-decoration:    none;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
}

A.SelectedTab:active   {
	text-decoration:    none;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
}

A.SelectedTab:hover    {
	text-decoration:    none;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
}

/* text style for the unselected tabs */
.OtherTabs {
    background: none; 
    color: #ffffff; 
    font-size: 11px; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

A.OtherTabs:active   {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

A.OtherTabs:hover    {
    text-decoration: none;
    color: #ffffff;
    font-size: 11px; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.Copyright {
    background: none; 
    color: #CCCCCC; 
    font-size: 11px; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.Copyright:link {
    text-decoration: underline;
    color: #CCCCCC;
}

A.Copyright:visited  {
    text-decoration: underline;
    color: #CCCCCC;
}

A.Copyright:active   {
    text-decoration: underline;
    color: #CCCCCC;
}

A.Copyright:hover    {
    text-decoration: underline;
    color: #CCCCCC;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #4A75B4;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #4A75B4;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#000000;
}

.NormalRed
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
	color:#000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #c0c0c0;
}

/*Positioniert den weien Halbkreis unten im Hintergrund*/
td.kreis{
	background-image:url('../img/hg_content.gif');
	background-position: left top;
	background-repeat:no-repeat;
	height:458px
}

/* Main Menu */

.MenuContainer {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #666666;
	color: #ffffff;
}

.MenuBar {
	cursor: pointer;
	cursor: hand;
	height:48;
	background-color: #666666;
	color: #ffffff;
	text-align:left;
}

.MenuItem {
	cursor: hand;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #666666;
	height: 21;
	padding-left: 4px;
}

.MenuIcon {
	display:none;
	cursor: hand; 
	background-color: #666666;
	border-left: #666666 1px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	text-align: center; 
	width: 0; 
	color:#ffffff;
}

.MenuItemSel {
	background-color: #999999; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding-left: 4px;
}

.MenuBreak {
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #000000; 
	height: 0px;
}

.SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #666666; 
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #ffffff 1px solid;
	border-right: #000000 0px solid;
}

.MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #666666; 
	cursor: hand; 
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	width:0px;
}

.RootMenuArrow {
  display: none;
	font-family: webdings; 
	color: #666666;
	font-size: 10pt; 
	cursor: hand;
	width:0px;
}

.RootMenuItemBC {
	background-color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height:48px;
	padding-left: 0px;
}
.SubMenuItemBC {
	background-color: #999999; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.RootItem {
	cursor: hand;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #666666;
	height:48px;
	padding-left: 0px;
}
.RootItemActive {
	cursor: hand;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #999999;
	height:48px;
	padding-left: 0px;
}
.SubMenuItemActive {
	cursor: hand; 
	color: white; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	background-color: #999999;
}
.RootItemSel {
	cursor: hand;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #999999;
	height: 48px;
	padding-left: 0px;
}
.SubMenuItemSel {
	cursor: hand;
	color: white;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: #999999;
}
.Separator {
}
.LeftSep {
  display: none;
}
.RightSep {
  display: none;
}
.LeftSepActive {
  display: none;
}
.RightSepActive {
  display: none;
}
.LeftSepBC {
  display: none;
}
.RightSepBC {
  display: none;
}

