


body {
 	margin:0px;
  	padding:0px;
	background-color:#ffffff;
}

/********************************************************************
/*
/*   Standard Text Formatierung, ganze Seite
/*
/********************************************************************/

BODY,TD,DIV,SELECT,INPUT,TEXTAREA,.NORMAL,.HEAD,.SKINOBJECT,SPAN,TFOOT,THEAD,TH { 
	font-size:11px;
	font-family:arial;
	color:#232323;
}


/********************************************************************
/*
/*   common links
/*
/********************************************************************/

A:link, A:visited, A:active  {
    text-decoration: underline;
    color:#0057a3;
    font-size:11px;
}

A:hover {
    text-decoration: underline;
    color:  black;
    font-size:11px;
}


/********************************************************************
/*
/*   Standard DNN Styles
/*
/********************************************************************/

.Head   {
	font-size:20px;
	color:#0057a3;
	font-weight: bold;
	font-family: Georgia;
	height: 35px;
	line-height: 35px;
}
.WorkPanel hr {
	color: #1973c9;
}
td.SubHead span, .SubHead{
	font-size:11px;
	color:#333!important;
	font-weight: bold;
	white-space: nowrap !important;
}
td.SubHead {
	white-space: nowrap !important;
}
.SubSubHead {
	font-size:11px;
	color:#777;
	font-weight: bold;
}
.NormalDisabled {
   color: Silver;
}
.NormalBold {;
	font-weight: bold;
}
.NormalRed {
	color:#ff0000;
	font-weight: bold;
}

/********************************************************************
/*
/*   Text in Status area, login, etc...
/*
/********************************************************************/

.pnc_headertext, .pnc_headertext a, .pnc_headertext a:link, .pnc_headertext a:visited, .pnc_headertext a:active {
	font-weight: normal;
	font-size: 11px;
	color:#555;
	text-decoration: none;
}

.pnc_headertext a:hover {
	color:#000;
	text-decoration: none;
}


/********************************************************************
/*
/*   Text in Footer Area
/*
/********************************************************************/

.pnc_footertext, .pnc_footertext a, .pnc_footertext a:link, .pnc_footertext a:visited, .pnc_footertext a:active {
	font-weight: normal;
	font-size: 13px;
	color:#555;
	text-decoration: none;
}

.pnc_footertext a:hover {
	color:#000;
	text-decoration: none;
}

/********************************************************************
/*
/*   Text in Breadcrumbs
/*
/********************************************************************/

.pnc_breadcrumb, .pnc_breadcrumb a:link, .pnc_breadcrumb a:visited, .pnc_breadcrumb a:active {
	font-weight: normal;
	font-size: 11px;
	color:#232323;
	text-decoration: none;
}
.pnc_breadcrumb a:hover {
	text-decoration: none;
	color:#ff0000;
}

/********************************************************************
/*
/*   Header Text in module titles of left and content pane
/*
/********************************************************************/

.pnc_containerheadtext {
/* MR	font-family: Georgia; */
	font-family: arial;
/* MR	font-weight: bold; */
	font-weight: bold;
/* MR	font-size: 18px; */
	font-size: 18px;
	color:#333;
	text-decoration: none;
/* MR	line-height: 25px; */
	line-height: 20px;
}
.pnc_containerballtext {
	font-family: arial;
/* MR	font-weight: bold; */
	font-weight: normal;
/*	font-size: 15px; */
	font-size: 14px;
	color:#fff;
	text-decoration: none;
}

.pnc_containerfootertext, .pnc_containerfootertext a:link, .pnc_containerfootertext a:visited, .pnc_containerfootertext a:active {
	font-weight: normal;
	font-size: 10px;
	color:#232323;
	text-decoration: none;
}
.pnc_containerfootertext a:hover {
	text-decoration: none;
	color:#ff0000;
}


/********************************************************************
/*
/*   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: #0057a3;	
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}
A.CommandButton:hover    {
	text-decoration: underline;
	color: #000
}
.StandardButton {
	color: #535353;	
	border-top: 1px solid #0057a3;
	border-bottom: 1px outset #0057a3;
	border-left: 1px solid #0057a3;
	border-right: 1px outset #0057a3;
	padding: 2px 2px 2px 2px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	background: #CDCDCD;
	height: 25px;
}
.pnc_SkinContainer {
	background-color:#0C6CEA;
}
#pnc_contenttable INPUT, #pnc_contenttable .NormalTextbox, #pnc_contenttable .NormalTextbox INPUT  {
	font-size: 13px;
}
#pnc_contenttable INPUT.text, #pnc_contenttable .NormalTextbox.Text, #pnc_contenttable .NormalTextbox INPUT.Text {
	background-color: #e7e7e7;
	border: 1px solid #777;
}
#pnc_contenttable INPUT.NormalTextbox {
	background-color: #e7e7e7;
	border: 1px solid #777;
}

#pnc_contenttable INPUT.radio {
	background-color: transparent;
	border-style: none;
}

#pnc_contenttable INPUT.checkbox, INPUT.image {
	background-color: transparent;
	border-style: none;
}

/********************************************************************
/*
/*   Background colors and table cell rendering in the skin
/*
/********************************************************************/

/*All Pages */

.pnc_skinmaster {
	width: 900px;
	height: 95%;
	margin-top:20px;
}
.pnc_headercell {
	height: 85px;
	border: 1px solid #eee;
	background: #fff url(images/headerbg.gif) no-repeat left bottom;
}
.pnc_logocell{
	width: 200px;
}
.pnc_toolscell{
	text-align:left;
	padding-top: 5px;
}
.pnc_menucell {
	border: 1px solid #eee;
	border-top: none;
	background: #026cb2;
	padding-left:3px;
}
.pnc_menucontainer {

}
.pnc_breadcrumbcell {
	height: 30px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #eee;
	border-top: none;	
	border-bottom: none;
}
.pnc_contentcell {
	height:100%; 
	background:#fff URL(images/spacer.gif);	
	border: 1px solid #eee;
	border-top: none;	
	border-bottom: none;
	padding-left: 5px;	
	padding-right: 5px;
	padding-top: 15px;
}
.pnc_footercell {
	height:30px; 
	background:#ffffff URL(images/footerbg.jpg) repeat-y;
	border: 1px solid #eee;	
	text-align:center;
	padding-top:7px;
}

/* Home Page */
#pnc_hometable {
	width: 100%;
}
.home_topleft {
	padding-top: 0px;
}
.home_contentpane {
	padding-top: 10px;
}
.home_bottomleft {
	width: 50%;
	padding-right: 12px;	
}
.home_bottomright {
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;	
	border-left: 1px dotted #eee;
}
.home_topright{
	width: 288px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 10px;
}

/*Inner Pages */

#pnc_contenttable {
	height: 100%;
	width:100%;
}
.LeftPane {
	width: 225px!important;
}
.ContentPane {
	padding-right: 10px;
}

/********************************************************************
/*
/*   Control Panel
/*
/********************************************************************/

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #efefef;
    BORDER-RIGHT: #555 1px solid; 
    BORDER-TOP: #555 1px solid; 
    BORDER-LEFT: #555 1px solid; 
    BORDER-BOTTOM: #555 1px solid; 
}

/********************************************************************
/*
/*   Generic Styles
/*
/********************************************************************/

H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	color:#0057a3;
	text-decoration: none;
}

H4  {
    font-size:  11px;
    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;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


/********************************************************************
/*
/*   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;
}
 
 
/* Container Layout */

.pnc_container{

}
.pnc_container table {

}
.pnc_containerhead {
	padding-left: 4px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #0057a3;
}
.pnc_containerball {
	padding-bottom: 0px;
/*	background: #026cb2 url(images/ball2.jpg) no-repeat 3px center;	*/
	background: #026cb2;
/*	padding-left: 35px; */
	padding-left: 10px;
/*	height: 30px; */
	height: 22px;
	padding-bottom: 2px;

}
.pnc_containerheadadmin {

}
.pnc_containerballContent {
	background-color: #cccccc;
	padding-left: 10px;
/*	padding-bottom: 10px; */
	padding-bottom: 4px;
}
.pnc_containerfooter {

}

.Preview {width: 100%;}
.Preview td{line-height:5px;}

/* MR 20080228: .Preview_Date {background:url(images/redo.gif) left center no-repeat; padding-left: 25px;color:#222; padding-top: 5px;padding-bottom:5px;font-weight:bold;} */
.Preview_Date {left center no-repeat; padding-left: 0px;color:#222; padding-top: 10px;padding-bottom:0px;font-family: arial; font-weight: bold; font-size: 12px;}

.Preview_Title {}
.Preview_Title, .Preview_Title a, .Preview_Title a:link, .Preview_Title a:active, .Preview_Title a:visited {color:#555; font-size: 12px;padding-bottom: 5px;font-weight:normal; text-decoration:none;}
.Preview_Title a:hover {color:#777;text-decoration:underline;}
.Preview_Body { }
.Preview_Link, .Preview_Link a, .Preview_Link a:link, .Preview_Link a:active, .Preview_Link a.visited {text-align:right;color:#0057a3;font-size: 11px;font-weight:normal; text-decoration:none !important;}
.Preview_Link {padding-right:15px;padding-top: 1px;border-bottom: 1px solid #fff;padding-bottom:5px;}
.Preview_Link a:hover{color:#000;text-decoration:underline;}
.Preview_RSS { }

.inventua_sidemenu a, .inventua_sidemenu a:link, .inventua_sidemenu a:active, .inventua_sidemenu a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
.inventua_sidemenu a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #0057a3;
}
.MenuHdr0 {
	display:none;
}
.MenuItem1, .MenuHdr1, .MenuHdrMouseOver1, .MenuItemMouseOver1 {
	padding-left: 0px;
	font-weight:bold;
	height: 24px;
}
.MenuItem2, .MenuHdr2, .MenuHdrMouseOver2, .MenuItemMouseOver2 {
	padding-left: 15px;
	background: url(images/arrow_right.gif) no-repeat 5px center;
	height: 20px;
}
.CurrentItem1, .CurrentHeader1,
.CurrentItem2, .CurrentHeader2,
.CurrentItem3, .CurrentHeader3 {
	font-weight:bold;
	font-style: normal;
	text-transform: uppercase;
	color:#0057a3;
}
.MenuItem3, .MenuHdr3, .MenuHdrMouseOver3, .MenuItemMouseOver3 {
	padding-left: 30px;	
}
.MenuItem3 a:link {
	color:#c2a902!important;
}
.MenuHdr1 {
	font-weight:bold;
} 

/* News Styles */
#DotPublish_Head {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#DotPublish_Title span {
	font-size: 14px;
	font-weight:bold;
}
#DotPublish_Date {
	background: url(images/date.gif) no-repeat 2px center;
	padding-left: 25px;
	margin-bottom: 10px;
}
.DotPublish_Date {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}
#DotPublish_Title {
	padding-left: 1px;
}
.DotPublish_Title {
	color: #0057a3;
}
#DotPublish_Publisher {
	float:right;
}
#DotPublish_NewsItem {
	margin-top: 25px;
}
#DotPublish_Body {
	border-top: 1px dashed #eee;
	margin-top: 15px;
	padding-top: 15px;
	border-BOTTOM: 1px dashed #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 2px;	
}

/* Blue Box Container Styles */

.container_LeftBorder {
	background-color:#ccc;
	font:11px;
	color:#444444;
	border:1px solid #B2B2B2;
}
.container_RightBorder {
	width:10px; 
	background: url(images/container/pagebgright.jpg) repeat-y; 
}
.container_RightBorderInner {
	width:10px;
	height:10px; 
	background:url(images/container/pagebgtopright.jpg) no-repeat;
}
.container_BottomBorder {
	font:1px arial; 
	height:10px;
}
.container_BottomBorderInner {
	width:100%;
	height:10px;
}
.container_BottomBorderInner1 {
	width:10px;
	height:10px; 
	background:url(images/container/pagebgbottomleft.jpg) no-repeat;
}	
.container_BottomBorderInner2 {
	width:100%; 
	height:10px; 
	background:url(images/container/pagebgbottomwhite.jpg) repeat-x;
}	
.container_BottomBorderInner3 {
	width:10px;
	height:10px;
	background:url(images/container/pagebgbottomright.jpg) no-repeat;
}	

.containerBlueBox {
	width:100%;
}
.containerBlueBox_Header {
	background: #026cb2;
	padding-left: 10px;
	height: 22px;
	padding-bottom: 2px;
	padding-top:2px;
}
.containerBlueBox_HeaderText {
	font-family: arial;
	font-weight: normal;
	font-size: 16px;
	color:#fff;
	text-decoration: none;
	line-height: 20px;
}
.containerBlueBox_Content {
	background-color: #cccccc;
	padding-left: 9px;
	padding-bottom: 4px;
	padding-top:2px;
}
.containerBlueBox_Footer {
	padding-left:10px;
	padding-bottom: 6px;
	padding-right: 10px;
}





 






