body {  /* Standard-Format */
	background-color : #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333333;
}

td {
	font-family:Verdana, Helvetica;
	font-size: 10px;
}

a { /* links */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #78633F;
	text-decoration : none;
}

.Freitext {
	padding: 5px 5px 5px 5px;
}

a:hover { /*links onmouseover */
	text-decoration : underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #0C57AA;
}

h2 {
	font-size: 16px;
	font-weight: bold;	
	color: #0C57AA;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0C57AA;
}

/* START : NAV 1 */ 

/* Nav ist der Container einer HyperlinkNav (Tabelleneigenschaften)*/
.Nav 
{
	background-color: #8686CE;
	padding: 0px, 0px, 0px, 0px;
	margin: 0px, 0px, 0px, 0px;
	height: 26px;
	border: 0px;	
	width: 100%;
}

/* NavItem ist der Container eines HyperlinkNavItems (Zelleneigenschaften)*/
.NavItem 
{
	
	background-color: #8686CE;
	height: 26px;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 80px;	
	float:left;
}

/* NavItem ist der Container eines HyperlinkNavItems (Fonteigenschaften)*/
.NavItem a{
	color: White;
	font-size: 10px;
	font-weight: normal;
	border-width: 0px;
}

/* NavItem ist der Container eines HyperlinkNavItems (Zellen- & Fonteigenschaften des selektierten Items)*/
.SelNavItem
{
	background-color: #0C57AA;
	height: 26px;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 80px;
	float:left;	
}

/* NavItem ist der Container eines HyperlinkNavItems (Zellen- & Fonteigenschaften des selektierten Items)*/
.SelNavItem a {
	color: White;
	font-size: 10px;
	font-weight: normal;
	border-width: 0px;
}
/* END : NAV 1 */ 


/* Nav ist der Container einer HyperlinkNav (Tabelleneigenschaften)*/
.Nav2
{
	background-color: #8686CE;
	padding: 0px, 0px, 0px, 0px;
	margin: 0px, 0px, 0px, 0px;
	height: 26px;
	border: 0px;	
	width: 100px;
	text-align:center;
	height: 400px;
}

/* NavItem ist der Container eines HyperlinkNavItems (Zelleneigenschaften)*/
.Nav2Item 
{
	
	background-color: #8686CE;
	height: 26px;
	border-width: 0px;
	padding: 0, 0, 0, 0;
	margin: 0, 0, 0, 0;
	text-align:center;
}

/* NavItem ist der Container eines HyperlinkNavItems (Fonteigenschaften)*/
.Nav2Item a{
	color: White;
	font-size: 10px;
	font-weight: normal;
	border-width: 0px;
}

/* NavItem ist der Container eines HyperlinkNavItems (Zellen- & Fonteigenschaften des selektierten Items)*/
.Nav2SelectedItem
{
	background-color: #0C57AA;
	height: 26px;
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}

/* NavItem ist der Container eines HyperlinkNavItems (Zellen- & Fonteigenschaften des selektierten Items)*/
.Nav2SelectedItem a {
	color: White;
	font-size: 10px;
	font-weight: normal;
	border-width: 0px;
}
/* END : NAV 1 */ 

.EditMode {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;*/
	border-width: 1px;
	border-style: dotted;
	border-color: black;
}

