﻿html,body,form
{
  height:100%;
}

body{
  margin:0;
  background:#ffffff;
}

a img {
  border: 0;
}

a
{
  color:#555555;
}

div.bovenkant{
  position:absolute;
  left:0px;
  top:0px;
  width:424px;
  height:39px;
}

td,p,li
{
  font-family:Verdana;
  font-size:11px;
  line-height:16px;
  color:#555555;
}

#content
{
  margin:32px 32px 32px 72px;
  text-align:left;
}

#ph_content{
  width:424px;
  height:449px;
  position:relative;
  overflow:hidden;
}

h1
{
  margin:0px 0px 16px 0px;
  font-size:medium;
}

div.footer
{
  margin-top:5px;
  font-size:10px;
  color:#a4a4a4;
  text-align:center;
  letter-spacing:-1px;
  line-height:14px;
}
div.footer a
{
  letter-spacing:0px;
  margin:5px 5px 5px 5px;
  line-height:25px;
  text-decoration:none;
  color:#808080;
}

/* RAD menu */

.RadMenu_Menu 
{
  margin:0;
}

.RadMenu_Menu .vertical
{
}

.RadMenu_Menu_Context
{
	background: none;
	border:0;
}

.RadMenu_Menu .item .text
{
}

.RadMenu_Menu .item
{
}

.RadMenu_Menu .seperator
{
  padding:0px;
  margin:0px;
}

.RadMenu_Menu .seperator .text
{
  display:none;
  /*
  padding-top: 2px;
	font-size: 1px;
  */
}

.RadMenu_Menu .item img.leftImage
{
}

.RadMenu_Menu .seperator img.leftImage
{
  margin:0;
}


.RadMenu_Menu .link
{
}

.RadMenu_Menu .link:hover,
.RadMenu_Menu .focused,
.RadMenu_Menu .expanded
{
	cursor:hand;
	cursor:pointer;
}

.RadMenu_Menu .text
{
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, helvetica, sans_serif;
}

.RadMenu_Menu .group
{
  border-right:solid 1px #C0C0C0;
  border-left:solid 1px #C0C0C0;
  border-bottom:solid 1px #C0C0C0;
}


.RadMenu_Menu .group .text
{
  text-align:left;
  font-weight:normal;
  padding:0px 12px 0px 12px;
  line-height: 24px;
}

.RadMenu_Menu .group .link
{
  border-top:solid 1px #C0C0C0;
  color: #595959;
	background: #ECECEC;
	text-decoration:none;
	filter: alpha(opacity=82);
	opacity: .82;	
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled
{
	background: #ededed url('images/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('images/top.gif');
	width:100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('images/bottom.gif');
	width:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image: url('images/right.gif');
}

.RadMenu_Menu .expandLeft,
.RadMenu_Menu .expandRight
{
	background: transparent url(images/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Menu_rtl .expandLeft,
.RadMenu_Menu_rtl .expandRight
{
	background: url(images/groupImageRTL.gif) left center no-repeat;

}

.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight,
.RadMenu_Menu .focused .expandLeft,
.RadMenu_Menu .focused .expandRight,
.RadMenu_Menu .expanded .expandLeft,
.RadMenu_Menu .expanded .expandRight
{
	background:transparent url(images/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Menu_rtl .link:hover .expandLeft,
.RadMenu_Menu_rtl .link:hover .expandRight,
.RadMenu_Menu_rtl .focused .expandLeft,
.RadMenu_Menu_rtl .focused .expandRight,
.RadMenu_Menu_rtl .expanded .expandLeft,
.RadMenu_Menu_rtl .expanded .expandRight
{
	background:transparent url(images/groupImageRTL.gif) left center no-repeat;
}

.RadMenuBinnenInn .group .link:hover,
.RadMenuBinnenInn .group .focused,
.RadMenuBinnenInn .group .expanded
{
	color: #FFFFFF;
	background: #70C0C0;
	cursor: hand;
	filter: alpha(opacity=100);
	opacity: 1;	
}

.RadMenuCesare .group .link:hover,
.RadMenuCesare .group .focused,
.RadMenuCesare .group .expanded
{
	color: #FFFFFF;
	background: #535353;
	cursor: hand;
	filter: alpha(opacity=100);
	opacity: 1;	
}