/* GENERAL */
body
{
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.wrap 
{
	width: 900px;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* PANES */
.PaneHeader
{
	background: #fff url(../Images/header_img.jpg) top right no-repeat;
	height: 80px;
}
.PaneLeft
{
	padding: 10px;
	padding-top:0px;
}
.PaneBody
{
	padding: 10px;
}
.PaneRight
{
	padding: 10px;
}

/* PARENTS / OBERELEMENTE PANES */
.PaneFooterCell
{
	background: #ebf5ff;
	border-top: 1px solid #ddd;
}
.HeaderNavCell
{
	text-align:left;
	vertical-align:bottom;
	margin-left:10px;
    background: #ebf5ff;
}
.LeftNavCell {
  text-align:left;
  background: #fff;
  width: 100%;
  margin: 5px 10px 0px;
}

/* FORMS */
input
{
	border: 1px solid #ccc;
}
input.submit
{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #ccc;
}

/* LINKS */
a:link, a:visited, a:active {
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  color: #06c;
}
a:hover {
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
  color: #06c;
}
