


body {
 	margin:0px;
  	padding:0px;
	background-color:#fefefe;
	font-size:8pt;
    font-family:Arial;
    letter-spacing: 0.03em;
	color:#125068;	
}

/********************************************************************
/*
/*   Standard Text Formatierung, ganze Seite
/*
/********************************************************************/


/********************************************************************
/*
/*   common links
/*
/********************************************************************/

A, A:link, A:visited, A:active  {
   text-decoration: underline;
   font-size:8pt;
   font-family:Arial;
   letter-spacing: 0.03em;
   color:#232323;
}

A:hover {
    text-decoration:    underline;
    color:  #C1CE99;
}


/********************************************************************
/*
/*   Standard DNN Styles
/*
/********************************************************************/

.Head   {
	font-size:12px;
	color:#125068;
	font-weight: bold;
}
.SubHead    {
	font-size:8pt;
	color:#125068;
	font-weight: bold;
}
.SubSubHead {
	font-size:8pt;
	color:#125068;
	font-weight: bold;
}
.NormalDisabled {
   color: Silver;
}
.NormalBold {;
	font-weight: bold;
}
.NormalRed {
	color:#ff0000;
	font-weight: bold;
}

/********************************************************************
/*
/*   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 #999999;
}
INPUT.NormalTextbox {
	background-color: #e7e7e7;
	border: 1px solid #999999;
}

INPUT.radio {
	background-color: transparent;
	border-style: none;
}

INPUT.checkbox, INPUT.image {
	background-color: transparent;
	border-style: none;
}

/********************************************************************
/*
/*   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; 
}

/* Menu */

.main_dnnmenu_container {
    background-color: transparent; 
}
.main_dnnmenu_bar {
    cursor: pointer; 
    cursor: hand;
    height:25px;
    background-color: Transparent;
}
.main_dnnmenu_item td{ /*TD if menu option for using tables is on*/
    cursor: pointer; 
    cursor: hand; 
    color: #125068; 
    font-size: 11pt; 
    font-weight: bold; 
    font-style: normal; 
    background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/      
    padding: 3px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    height: 25px; 
}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
    cursor: pointer; 
    cursor: hand; 
    color: #125068; 
    font-size: 11pt; 
    font-weight: bold; 
    font-style: normal; 
    background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/      
    padding: 3px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    height: 25px;
}

.main_dnnmenu_itemhover {  
    background-color: #125068; 
    color:#fff;
}

.main_dnnmenu_itemhover td {  
    background-color: #125068; 
    color:#fff;
}


.main_dnnmenu_icon {
    cursor: pointer; 
    cursor: hand; 
    text-align: center; 
    width: 15px; 
    height: 100%;
}
.main_dnnmenu_submenu {
    background-color: #C1CE99;  
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
    padding: 3px 12px 0px 5px;   /*explicitly set padding for sub-menus */
    border: 1px solid #035E27;    
}
.main_dnnmenu_break {
    height: 1px;
    font-size: 1px;
}

.main_dnnmenu_arrow {
    border-right: #cad5ea 1px solid; 
    border-bottom: #cad5ea 1px solid; 
    border-top: #cad5ea 0px solid;
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    cursor: hand;
}
/* ================================
    CSS STYLES FOR Module InfoMap
   ================================ */
/* Style for the map title */
.MapTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}
/* style for the map images */
.MapStyle
{
	border-right: #006633 1px solid;
	border-top: #006633 1px solid;
	border-left: #006633 1px solid;
	border-bottom: #006633 1px solid;
}
.SearchTextbox
{
}
.SearchButton
{
}

/* style for data information table */
.dataTable
{
	border-right: #00aeef thin solid;
	border-top: #00aeef thin solid;
	border-left: #00aeef thin solid;
	border-bottom: #00aeef thin solid;
}
/* style for data information header */
.dataHeader
{
	font-weight: bold;
	color: white;
	background-color: #00aeef;
}
/* style for data information labels */
.dataLabel
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #125068;
}
/* style for data information fields */
.fieldLabel, .fieldLabel table td
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #777;
}
/* style for the detail map images */
.DetailMapStyle
{
}
/* Search Results title */
.SearchTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #777;
}
.SearchDetail
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* style for the optional index list of data items per map */
.IMIndexList
{
}

.IMIndexItem
{
}

.IMIndexLink
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}




