﻿
/* CSS-Stylesheet fuer PowerSystems */

BODY
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5
{
	color: #2461BF;
}
H1	{	
	font-size:	18pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	14pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	12pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	11pt;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	10pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	9pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

IMG 	
{
	margin-left: 0px;
	margin-right: 0px;	
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none
}

A
{
	text-decoration: none;
	font-weight: bold; 
	color: #507CD1;
}	

A:hover	
{	
	text-decoration:	underline;
}	


#MasterTabelle
{
	width: 900px;
	height: 550px;
	border: 1px solid silver;
	padding: 3px;
	margin: 0 auto;
}

#Kopfzeile
{
	font-size: 70%;
	font-weight: normal;
	vertical-align: middle;
	text-align: right;
	height: 20px;
	padding: 3px;
	color: White;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}

#Titelzeile
{  
	background-color: #f5fbff; 
	padding-right: 15px;
}

#Fusszeile
{
	border-top: silver 1px solid;
	text-align: center;
	padding: 5px 0;
	font-size: 70%;
	height: 30px;
}

#ZelleMenu
{
	background-color: #f5fbff; 
	height: 450px;
	width: 150px;
	border-bottom: silver 1px solid;
}

#ZelleInhalt
{
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	line-height:normal ;
	height: 450px; 	
	width: 745px;
	border-bottom: silver 1px solid;
}

.Hintergr
{
	font-weight:normal;
	background-color: #f5fbff; 
}

/* Hier sind die Farben des Menübaums festgelegt.
** Der Rest ist direkt im Menü definiert. */
.Node
{
	color: #507CD1;
	border-style: solid;
	border-width: 1px;
	border-color: #f5fbff;
} 
.NodeSel
{
	Color: #2461BF;
} 
.NodeHover
{
	text-decoration: none;
	background-color: white; 
	border-style: solid;
	border-width: 1px;
	border-color: #507CD1;
}
.FlyOut
{	
	border-style: solid;
	border-width: 1px;
	border-color: #507CD1;
	z-index:1;
}


.Grid
{
	Color:#333333;
	Font-Size:Smaller;
	font-weight:normal;
	Border-Style:None;
	Border-Width:0px;	
}
.GridHeader
{
	color: #2461BF;
	font-weight: bold;
	background-image: url(../images/headings.jpg);
	background-repeat: repeat-x;
	/*
	background-color: #2461bf;
	color: Black;
	color: White;
	Font-Size:larger ;
	*/
}

.CommandRow
{
	background-color: #D1DDF1;
	color: #2461BF;
	font-weight: bold;
/*	height: 16px; */
}

.GridPager
{
	background-color: #e6f2fa;
	text-align: left;
	color: #507CD1;
	height: 16px; /*
	background-color: #2461BF;
	color: White;
	color: #2461BF;
	font-weight: bold;
*/
}

.Comment
{
	font-size: smaller;
	font-style: italic;
	height: 24px;
	vertical-align: top;
}



	


