/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px 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(Menubackground.gif); 
	height:26px;
}
.skinfooter {
	BACKGROUND-IMAGE: url(Footer.jpg);
	height: 67px;
	background-repeat : no-repeat;
	padding-top: 47px;
	font-family: Tahoma, Arial, Helvetica;
	font-size : 9px;
	color : #33438E;
}
.scale {
	BACKGROUND-IMAGE: url(Schalen.jpg);
	background-repeat : repeat-x;
}
.controlpanel {
	width: 100%;
	background-color: #91BCE7;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 71px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 71px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.Login  {
	font-family: Tahoma, Arial, Helvetica;
	color: #EFEEF7;
	text-decoration: none;
	font-size : 11px;
	font-weight : bold;
	margin-bottom: 1px;
	height: 1px;
	margin-right: 13px;
}

A.Login:link  { 
  font-family: Tahoma, Arial, Helvetica; 
  color: #EFEEF7;
  text-decoration: none;
  font-weight : bold;
}

A.Login:visited   { 
  font-family: Tahoma, Arial, Helvetica; 
  color: #EFEEF7;
  text-decoration: none;
  font-weight : bold;
}

A.Login:active   { 
  font-family: Tahoma, Arial, Helvetica; 
  color: #EFEEF7;
  text-decoration: none;
  font-weight : bold;
}

A.Login:hover  {
	font-family: Tahoma, Arial, Helvetica;
	color: #EBEAF4;
	text-decoration: none;
	font-weight : bold;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 26px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #99C83E; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	height: 26px;
}
.MainMenu_MenuIcon {
	background-color: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 26px;
}
.MainMenu_SubMenu {
	background-color: #FFFFFF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MenuSep {
	width: 40px;
	height: 26px;
	background-image:url(menuseparator.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 21px;
	text-align: left;
}

.MainMenu_MenuBreak  {
	border-top: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
}

.MainMenu_MenuItemSel {
	background-color: transparant;
	cursor: pointer;
	cursor: hand;
	color: #27277D;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height: 26px;
}
.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.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: 11px;
  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: 13px;
	font-weight: bold;
	color: #27277D;
}
