/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	
	width: 100%;
	height: *;	
	background-color: #C0C0C0;
	
}
.skinmaster {
	width: 1000px;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
}

.skinheader {
	/*background-image: url(headerbild.jpg);
	background-position: top right;
	background-repeat: no-repeat;*/
	height: *;
	
	
}
.skingradient {
	background-color: #C0C0C0;
	height:100%;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding:0px;
}
.leftpane {
	background-image: url(navi_hg.gif);
	background-position: top left;
	background-repeat: repeat;
	width: 217px;
	background-color: transparent;
	padding:0px;
}
.contentpane {
	width: 100%;
	background-color: #FFFFFF;
	padding:0px;
}
.rightpane {
	width: *;
	background-color: transparent;
	padding:0px;
}
.bottompane {
	width: 100%;
	height: *;
	background-color: transparent;
	padding:0px 4px 0px 6px;

}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding:0px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on / Zelle des Hauptnavipunktes*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding:6px 4px 0px 6px;  /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover { 
	/* Zelle der Hauptnavipunktes */ 
	background-color: #BBBEC3; 
	
}

.main_dnnmenu_itemhover td {  
	/* Zelle der Subnavigation */
	background-color: white; 
	filter:alpha(opacity=90);   
	opacity:0.9;
	
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: white;
	filter:alpha(opacity=40);   
	opacity:0.4;
	z-index: 1000; 
	cursor: hand;
	font-size: 10pt; 
	font-weight: none; 
	font-style: normal; 
	font-family: Verdana; 
	padding:0px; 
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #A0A1A2 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #E0E0D2;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
}
.TreeViewMenu_Header {
	
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  15px;
   font-weight: bold;
   color: #6D4941;
}

. SkinObject2
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject2:link
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject2:visited
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject2:hover
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject2:active
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}



