a:link {
	   font-family: Verdana, Arial, Helvetica, Sans-Serif;
       font-size : 10pt;
       color : #0000ff;
       text-decoration: none;
}

a:visited {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 10pt;
      	color : #000000;
       	text-decoration: none;
}

a:active {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
       	font-size : 10pt;
       	color : #000000;
       	text-decoration: none;
}

a:hover {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
      	font-size : 10pt;
       	color : #0000ff;
       	font-weight: normal;
       	text-decoration: underline;
}

p {
		color : Black;		
		font-weight : normal;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 8pt;
		font-style : normal;
}

ul
{
  list-style-image: url(../images/bullet_arrow.gif);
  list-style-type:square; 
  list-style-position:outside; 
  margin-left:18px; 
  margin-top:5px;
  color:#333333;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 9pt;
  padding-left:2px;
}

li
{
  margin-top: 5px;
}

table {
		color : Black;		
		font-weight : normal;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size : 8pt;
		font-style : normal;
}

.buttons{
	cursor:hand;
	background-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #ffffff;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size:10pt;
}


/* ----------------- START PaneEdit-Style -----------------------*/
.PaneDefault
{
	border-left: dotted 1px #666666;
	border-right: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
}

.PaneHover
{	
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.PaneActive 
{	
	border: solid 2px #000000;
}

.PaneEdit
{
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	color: #000000;
	background-color:#eeeeee;
	cursor:hand;
	border: solid 1px #808080;
}

.PaneEditHover
{
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	color: #000000;
	cursor:hand;
	background-color: #c0c0c0;
	border: solid 1px #808080;
}

.PaneEditInnerClass
{
	height: 100%;
	border: 1px solid #ffffff;
	vertical-align: middle;
}

.PaneEditSelected 
{
	font-family: verdana, arial, helvetica, sans-serif;
	cursor:default;
	background-color: #ffffcc;
	border: solid 1px #ffcc00;
}

/* ----------------- ENDE PaneEdit-Style -----------------------*/


