/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: white;
	border-right: silver 1px solid; 
	border-top: silver 1px solid; 
	border-left: silver 1px solid; 
	border-bottom: silver 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	/*background-image: url(gradient_LtBlue.jpg);*/
	border-bottom: silver 1px solid; 
}
.containerrow1_RAUMUMWELT {
	background-color:  #99FF00;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_RAUMUMWELT .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow1_VERENTSORGUNG {
	background-color:  #00CCFF;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_VERENTSORGUNG .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow1_BAUENBAUTEN {
	background-color:  #406666;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_BAUENBAUTEN .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow1_VERKEHR {
	background-color:  #839CA9;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_VERKEHR .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow1_KOMMUNALTECHNIK  {
	background-color:  #FF8000;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_KOMMUNALTECHNIK  .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow1_VERWALTUNGIT  {
	background-color:  #5C5C99;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_VERWALTUNGIT  .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow1_SICHERHEIT  {
	background-color:  #E61900;
	color:  White;
	border-bottom: silver 1px solid; 
}
.containerrow1_SICHERHEIT  .Head {
	color:  White;
	text-transform:uppercase;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
/*	cursor: pointer; */
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #F2FFF2; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #F2FFF2; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #F2FFF2;
}

.FloatedLinkul
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	list-style: none;
	width:100%;
	min-width:150px;
	border:solid 1px silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
}
.FloatedLinkli
{
	padding:4px 0px 4px 0px;
	list-style: none;
	width:100%;
	min-width:150px;
	width:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
}
.FloatedLinkText, FloatedLinkText.a, FloatedLinkText.a:visited, FloatedLinkText.a:hover
{
	min-width:150px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration:none;
	text-align:left;
	margin:0px 0px 0px 5px;
}

























