/* GENERAL */
body
{
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.wrap 
{
	width: 900px;
	border: 1px solid #ddd;
}

.RightArea
{
	background: #fff; /*url(../Images/Background.jpg) top right no-repeat;*/
}
/* PANES */
.PaneHeader
{
	background: #fff url(../Images/Default_Header.jpg) top right no-repeat;
	height: 200px;
}

.PaneHeaderNavRight {}

.PaneHeaderSub
{
	HEIGHT: 20px;
	BACKGROUND-COLOR: #AaA3A3;
	text-align: right;
}

.PaneLeft
{
	padding: 10px;
}
.PaneBody
{
	padding:0px;
}

.PaneBodyBottomLeft
{
	padding-right: 10px;
}

.PaneBodyBottomRight
{
	padding-left: 10px;
}

.PaneRight
{
	padding: 10px;
}

/* PARENTS / OBERELEMENTE */
.PaneFooterCell
{
	background: #f0f0f0;
	border-top: 1px solid #ddd;
}
.HeaderNavCell
{
	text-align:left;
	vertical-align:bottom;
	margin-left:10px;
}
.LeftNavCell {
  text-align:left;
  background: #fff;
  width: 100%;
  margin: 0px 10px;
}  
.HistoryNavCell 
{
	background: #a3a3a3;
	color: White;
}

/* LINKS */
a:link, a:visited, a:active {
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  color: #00f;
}
a:hover {
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
  color: #00f;
}

