/* ================================
   Skin styles for DotNetNuke
================================ */   

body
{
	background-image: url(background.jpg);
	background-repeat: repeat;
}

.BorderBackground
{
	background-image: url(borderbackground.jpg);
	background-repeat: repeat;
}

.Menu
{
	background-image: url(menubackground.gif);
	background-repeat: repeat-x;
	width: 10px;
	height: 35px;
}

.SkinObject 
{
  font-weight: bold;
  font-size: 8.5pt;
  color: #FFE657;
  font-family: Tahoma, Arial, Helvetica;
  text-decoration: none;
}

A.SkinObject:link 
{
  text-decoration:    none;
  color:#FFE657;
}

A.SkinObject:visited  
{
  text-decoration:    none;
  color:#FFE657;
}

A.SkinObject:active   
{
  text-decoration:    none;
  color:#FFE657;
}

A.SkinObject:hover    
{
  text-decoration:    none;
  color:#FFE657;
}

A.hidelink 
{
	padding-left: 18px; 
	background: url(/web/Portals/0/Sonstiges/plus13.png) no-repeat;
}

A.hidelink_active 
{
	background: url(/web/Portals/0/Sonstiges/minus13.png) no-repeat;
}

.hidecontent 
{
	display: none
}

table, tr, td, p, li, ul{	font-family: tahoma;	font-size: 12px;	line-height: 1.5em;}td.topTD {	text-align: right;	padding: 0px 0px 0px 0px;	font-size: 12px;}td.middleTD {	padding: 0px 0px 0px 0px;	font-size: 11px;}td.bottomTD {	padding: 0px 0px 0px 0px;	color: #fff;	text-align: center;	font-size: 12px;}

.pagemaster 
{
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}

.skinmaster 
{
	height: 100%;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader 
{
}

.skingradient 
{
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}

.controlpanel 
{
	width: 100%;
	background-color: #DFE5F2;
}

.toppane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.leftpane 
{
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.rightpane 
{
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottompane 
{
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.MainMenu_MenuContainer 
{
	background-color: transparent; 
}

.MainMenu_MenuBar 
{
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}

.MainMenu_MenuItem 
{
	border: solid 1px #393939;
	cursor: pointer; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.MainMenu_MenuIcon 
{
	border: solid 1px #FFB400;
	background-color: #FFB400; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu 
{
	border: solid 1px #393939;
	background-color: #393939;  
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak 
{
	height: 1px;
}

.MainMenu_MenuItemSel 
{
	border: solid 1px #393939;
	background-color: Black; 
	cursor: pointer; 
	color: #FFB400; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow 
{
	border: solid 1px #393939;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton     
{
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}

.TreeViewMenu 
{
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.TreeViewMenu_Header 
{
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}

.Head   
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #White;
}

.HeadTree
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #55575B;
}





















































