


body {
 	margin:0px;
  	padding:0px;
	background-color: #496C81;
}

/********************************************************************
/*
/*   Standard Text Formatierung, ganze Seite
/*
/********************************************************************/

BODY,TD,DIV,SELECT,INPUT,TEXTAREA,.NORMAL,.SUBHEAD,.HEAD,.SKINOBJECT,SPAN,TFOOT,THEAD,TH { 
	font-size:11px;
    font-family:Tahoma; 
    color:#4D4D4D;
	line-height:12px;
}

.RedLink{
	color:#A30000;
	font-weight:900;
	font-size:10px; 
	text-transform:uppercase;
	text-decoration:none
}
.GrayLink{
	color:#373737;
	text-decoration:none;
}
.BlueLink{
	color:#005885;
}
.YellowLink{
	color:#FFE400;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;
}
.Normal{
	font-size:11px;
   font-family:Tahoma; 
   color:#4D4D4D;
	line-height:12px;
}
.SubHead{
	color:#005885;
	font-weight: bold;
}
.Head{
	color:#005885;
	font-weight: bold;
	font-size: 12px;
}
.LightBlue{
	color:#BFE9FF;
	text-decoration:none;
}



/********************************************************************
/*
/*   common links
/*
/********************************************************************/

A:link, A:visited, A:active  {
    text-decoration:    underline;
    color:#232323;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}


/********************************************************************
/*
/*   Standard DNN Styles
/*
/********************************************************************/

.NormalDisabled {
   color: Silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	color:#ff0000;
	font-weight: bold;
}

/********************************************************************
/*
/*   Text in Status area, login, etc...
/*
/********************************************************************/

.pnc_statustext, a.pnc_statustext, a.pnc_statustext:link, a.pnc_statustext:visited, a.pnc_statustext:active, .pnc_statustext a, .pnc_statustext a:link, .pnc_statustext a:visited, .pnc_statustext a:active {
	font-weight: normal;
	color:#A8BECB;
	text-decoration: none;
	font-size: 10px;
}

.pnc_statustext a:hover, a.pnc_statustext:hover {
	color:#A8BECB;
	text-decoration: underline;
}


/********************************************************************
/*
/*   Text in Footer Area
/*
/********************************************************************/

.pnc_footertext, a.pnc_footertext, a.pnc_footertext:link, a.pnc_footertext:visited, a.pnc_footertext:active, .pnc_footertext a, .pnc_footertext a:link, .pnc_footertext a:active, .pnc_footertext a:visited {
	font-weight: normal;
	color:#A8BECB;
	text-decoration: none;
}

.pnc_footertext a:hover, a.pnc_footertext:hover {
	color:#A8BECB;
	text-decoration: underline;
}

/********************************************************************
/*
/*   Text in Breadcrumbs
/*
/********************************************************************/

.pnc_Breadcrumb, .pnc_Breadcrumb a:link, .pnc_Breadcrumb a:visited, .pnc_Breadcrumb a:active {
	font-weight: normal;
	font-size: 10px;
	color:#232323;
	text-decoration: none;
}
.pnc_Breadcrumb a:hover {
	text-decoration: none;
	color:#ff0000;
}

/********************************************************************
/*
/*   Header Text in module titles of left and content pane
/*
/********************************************************************/

.pncContainer_HeaderText {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color:#232323;
	text-decoration: none;
}



/********************************************************************
/*
/*   text style used for help text rendered by modules
/*
/********************************************************************/

.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	background-color: #ffff99;
}

/********************************************************************
/*
/*   buttons and forms
/*
/********************************************************************/

.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active   {
	color: #535353;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	background: #CDCDCD;
	height: 17px;
}
A.CommandButton:hover    {
	text-decoration: none;
	background: #85282A;
   color: #FFFFFF;
   cursor: default;
}
.StandardButton {
	color: #535353;	
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 2px 2px 2px 2px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	background: #CDCDCD;
	height: 25px;
}
INPUT, .NormalTextbox, .NormalTextbox INPUT  {
	font-size: 11px;
}
INPUT.text, .NormalTextbox.Text, .NormalTextbox INPUT.Text {
	background-color: #e7e7e7;
	border: 1px solid #496C81;
}
INPUT.NormalTextbox {
	background-color: #e7e7e7;
	border: 1px solid #496C81;
}

INPUT.radio {
	background-color: transparent;
	border-style: none;
}

INPUT.checkbox, INPUT.image {
	background-color: transparent;
	border-style: none;
}

/********************************************************************
/*
/*   Background colors and table cell rendering in the skin
/*
/********************************************************************/


/* Header Area */

.pncSkin_Header_PageBG {
	height:258px; 
	background:URL(images/header_repeat.gif);	
	background-repeat: repeat-x;
}

.pncSkin_Header_Left {
	height:258px; 
	width: 257px;
	background:URL(images/header_back_left.gif);	
	background-repeat: no-repeat;
}
.pncSkin_Header_Middle {
	height:258px; 
	width: 282px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pncSkin_Header_Right {
	height:258px; 
	width: 227px;
	background:URL(images/header_back_right.gif);	
	background-repeat: no-repeat;
	background-position: left bottom
}

/* Menu Area */

.pncSkin_Menu_PageBG {
	height:40px; 
	background:URL(images/spacer.gif);
	background-color: #dcdcdc;
}

.pncSkin_Menu_Left {

}

.pncSkin_Menu_Right {

}


.pncSkin_Content_PageBG {
	height:100%; 
	background-color: #ffffff;	
}

.pncSkin_LeftPane 
{
	border-left: 1px solid #cdcdcd;
	width: 252px;
}


.pncSkin_ContentPane 
{
	border-left: 1px solid #cdcdcd;
	background-image: URL(images/contentpane_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pncSkin_AdminPane 
{
	border-left: 1px solid #cdcdcd;
	background-image: URL(images/contentpane_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.pncSkin_RightPane 
{
	width: 218px;
	height: 100%;
	background-image: URL(images/rightane_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd; 
}

.pncSkin_TopPane {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.pncSkin_Footer_PageBG {
	background-image: URL(images/footerspacer.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #496C81;
	padding-top: 5px;
	padding-bottom: 20px;
}

/********************************************************************
/*
/*   Control Panel
/*
/********************************************************************/

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #CDCDCD;
    BORDER-RIGHT: #CDCDCD 1px solid; 
    BORDER-TOP: #CDCDCD 1px solid; 
    BORDER-LEFT: #CDCDCD 1px solid; 
    BORDER-BOTTOM: #CDCDCD 1px solid; 
}

/********************************************************************
/*
/*   Generic Styles
/*
/********************************************************************/

H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}


HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/********************************************************************
/*
/*   Module Action Menu
/*
/********************************************************************/

.ModuleTitle_MenuContainer {
	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: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/********************************************************************
/*
/*   rad menu styles
/*
/********************************************************************/

.Menu_Main_Separator {
	width: 2px;
	padding-top: 3px;
}
.Menu_MainItem
{	
	background-color: transparent;
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing:2px;
	color: #FFFFFF;
	height:20px;
	padding: 5px 5px 0px 4px;
	text-align: center;
}
.Menu_MainItemOver
{
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing:2px;
	color: #FFFFFF;
	height:20px;
	padding: 5px 5px 0px 4px;
	text-align: center;	
}
.Menu_ItemsGroup {

	background-repeat:no-repeat;
	background-position: bottom;
	border-left: 2px solid #E99E04;
	background-color: White;
	width:116px;
	margin-top: 14px;
}
.Menu_Item {
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:4px;
}

.Menu_ItemOver {
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #fff;
	height:26px;
	width:100%;
	padding-left:4px;
	background-color: #EEAB05;
}

.Menu_PathItemOver {
	background-color: transparent;
	cursor:hand;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing:2px;
	color: #0F9412;
	height:20px;
	padding: 5px 5px 0px 4px;
	text-align: center;	
}
.Menu_ItemPath {
	font-style: italic;
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:1px;
}

.panelbar
{
}
.panelbarHeaderCollapsed td
{
	cursor: hand;
	cursor:pointer;
	color: #1776AE;
	font-size: 12px;
	height: 35px;
	padding-left: 20px;
	background-image: URL(images/pointer_m.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}
.panelbarHeaderSelected td
{
	cursor: hand;
	cursor:pointer;
	color: #4D4D4D;
	font-size: 12px;
	height: 35px;
	padding-left: 20px;
	background-image: URL(images/pointer_m.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.panelbarHeaderCollapsedHover td
{
	cursor: hand;
	cursor:pointer;
	color: #1776AE;
	font-size: 12px;
	height: 35px;
	padding-left: 20px;
	background-image: URL(images/pointer_m.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: underline;
}

.panelbarHeaderExpand td
{
	cursor: hand;
	cursor:pointer;
	color: #1776AE;
	font-size: 12px;
	height: 35px;
	padding-left: 20px;
	background-image: URL(images/pointer_m.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.panelbarItem 
{
	cursor: hand;
	cursor:pointer;
	color: #1776AE;
	font-size: 11px;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-image: url(Images/pointer4.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panelbarItemHover
{
	cursor: hand;
	cursor:pointer;
	color: #1776AE;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 21px;
	height: 16px;
	background-image: url(Images/pointer4.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panelbarItemSelected
{
	cursor: hand;
	cursor:pointer;
	color: #1776AE;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-left: 21px;
	height: 16px;
	background-image: url(Images/pointer4.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.panelbarItemGroup
{
padding-left: 10px;
padding-bottom: 3px;
}

 

 






 






