/* 
====================================================
Skin styles for DotNetNuke (Vogelfreye-Neu 2007-10)
====================================================

*/   

body{
	color: #DD9900;
	background-color: #301000;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}

.skinmaster {
	height: 100%;
	color: #DD9900;
	background-color: #301000;
	border: 1px solid #301000;
	-moz-border-radius-bottomleft: 4px; 
	-moz-border-radius-bottomright: 4px; 
	-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px; 
}

.skinheader {
	color: #DD9900;
}

.skingradient {
	background-image: url(Gradient_Wood.gif); 
	height: 55px;
	color: #DD9900;
}

.SkinObject{
	color: #DD9900;
}

.controlpanel {
	width: 100%;
	background-color: #301000;
}

.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: 6px;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/**************************************************************/
/********** DNN-MENU ([NAV]=DNNMenuNavigationProvider *********/
/**************************************************************/
/*************************   UND  *****************************/
/**************************************************************/
/********** DNN-MENU ([MENU]=OLD Solpart-Menu  ****************/
/**************************************************************/

.MainMenu_MenuContainer,		/* solpart-menu */
.main_dnnmenu_container {
	background-color: transparent; 
}

.MainMenu_MenuBar,					/* solpart-menu */
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.MainMenu_MenuItem,					/* solpart-menu */
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/ /* SUB-ITEM*/
  border: none;
	cursor: pointer; 
	cursor: hand; 
	color: #DD9900;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
  padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
	width: 0px;
	background-color: Transparent;
	background-image: none;
}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/  /* ROOT-ITEM*/
  border: none;
	cursor: pointer; 
	cursor: hand; 
	color: #DD9900;
	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 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.MainMenu_MenuItemSel,			/* solpart-menu */
.main_dnnmenu_itemhover {   /* Hintergrundfarbe hinter Men�punkt (root)*/
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	width:  0px;
	background-image: url(SZ_Pergament.SelBG.png) !important;    /*IE6 Browserhack: Major browsers other than IE 6 and below respect the importance immediately*/
	background-repeat: no-repeat !important;
	background-image: none;                                      /* IE 6 and below use this value instead, even though the above was marked as important */
}

.MainMenu_SubMenuItemSel,			/* solpart-menu */
.main_dnnmenu_itemhover td {  /* Hintergrundfarbe hinter gew�hlten Men�punkt (pull-Down)*/
	background-color: transparent;
	/*background-color: #703000;*/ 
	cursor: pointer; 
	cursor: hand; 
	width:  0px;
	background-image: url(SZ_Pergament.SelBG.png) !important;    /*IE6 Browserhack: Major browsers other than IE 6 and below respect the importance immediately*/
	background-repeat: no-repeat !important;
	background-image: none;                                      /* IE 6 and below use this value instead, even though the above was marked as important */
}

.MainMenu_MenuIcon,					/* solpart-menu */
.main_dnnmenu_icon {
	background-color: transparent;
  border: none;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}

.MainMenu_SubMenu,					/* solpart-menu */
.main_dnnmenu_submenu { 		/* Hintergrundfarbe des gesamten Pull-Down-Men�s */
	background-image: url(Gradient_Wood.gif); 
	background-color: #301000;  
	border: #301000 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#110900', Direction=135, Strength=1); 
	padding: 3px;   /*explicitly set padding for sub-menus */
}


.MainMenu_MenuBreak,				/* solpart-menu */
.main_dnnmenu_break {
	background-color: #301000;
	height: 1px;
	font-size: 1px;
}

.MainMenu_MenuArrow,					/* solpart-menu */
.main_dnnmenu_arrow {
  border: none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	background-image: none;
	width:0px;
}

.MainMenu_RootMenuArrow,			/* solpart-menu */
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	background-image: none;
	width:0px;
}


.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtBrown.jpg);
}

.Head    /* style for module titles */
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #DD9900;
}

/* ======================================================
�berschreibungen der default.css styles FOR DotNetNuke
=========================================================*/

.ControlPanel, .PagingTable
{
	color: #DD9900;
	background-color: #201000;
	border-right: #AA6000;
	border-top: #AA6000;
	border-left: #AA6000;
	border-bottom: #AA6000;
}

.SkinObject, A.SkinObject:link, A.SkinObject:visited, A.SkinObject:hover, A.SkinObject:active,
.SubHead /* style of item titles on edit and admin pages */
{
	color: #AA6000;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active,
.SubSubHead /* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
{
	color: #DD9900;
}

.Normal {
	color: #DD9900;
}

.NormalBold {
	color: #DD9900;
}

.NormalTextBox {
	color: #DD9900;
	background-color: #201000;
	border-top:  solid #201000;
	border-left:  solid #201000;
	border-bottom: solid #603000;
	border-right:  solid #603000;
}

a:link {						/*Link-Farbe (gr�n)*/
color:#00CC00;
}

a:active {					/*Link-Farbe (gr�n)*/
color:#00CC00;
}

a:visited {  					/*Link-Farbe besuchter Link (gr�n/blau)*/
color:#008833;
}


