

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #c6c0ab;
	background-image: url(streifen1.jpg);
}
.skinmaster {
	width: 900px;
	height: 100%;
	background-color: #fefefe; 
	border-right: #b11c34 1px solid;
	border-top: #b11c34 1px solid;
	border-left: #b11c34 1px solid;
	border-bottom: #b11c34 1px solid;
	}
.skinheader {
	background-image: url(entwurf-stil-neu1.jpg);
	background-repeat: repeat-x;
	height: 175px;
	width: 100%;
}
.skingradient {
	background-image: url(gradient_simple.jpg);
	background-color: #fefefe;
	height:30px;
	padding-left: 10px;
	width: 100%;
}
.controlpanel {
	
	width: 100%;
	background-color: #cecabb;
}
.toppane {
	width: 900;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 4px;
}
.leftpane {
	width: 200px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 700;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 4px;
}
/*.rightpane {
	width: 1px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 6px;
}*/
.bottompane {
	width: 900;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
	border-left: #000000 1px dotted;
	border-bottom: #000000 1px dotted;
	border-top: #000000 1px dotted;
	border-right: #000000 1px dotted;
	color: #000000;
	}


.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:21;
	background-color: transparent;
}
/*Schrift im Hauptmenue*/
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #000000 0px dotted;
	border-bottom: #000000 0px dotted;
	border-top: #000000 1px dotted;
	border-right: #000000 0px dotted;
	background-color: Transparent;
}
/*Kästchen links im Submenue*/
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #b11c34;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #cccccc 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}
/*Kästchen mit Schrift im Submenue*/
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #cecabb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
/* Hover über Text im Haupt und Submenue*/
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #fefefe;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #b11c34;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton {
  background: #cccccc none;
  color: #b11c34;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #d21e1e 1px solid;
	border-top: #d21e1e 1px solid;
	border-left: #d21e1e 1px solid;
	border-bottom: #d21e1e 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:  12px;
   font-weight: normal;
   color: #cccccc;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#b11c34;
}
