.containermaster{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* 
================================
 Container Waldner-01-Standard
================================
*/  
.title-standard-tbl
{
    width: 100%;
}
.title-standard-text
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.content-standard
{
    padding-top: 10px;
}
.content-standard A:Link
{
    color: #0066AA;
    text-decoration:none;
}
.content-standard A:Active
{
    color: #0066AA;
    text-decoration:none;
}
.content-standard A:Visited
{
    color: #0066AA;
    text-decoration:none;
}
.content-standard A:Hover
{
    color: #0066AA;
    text-decoration:none;
}


/* 
================================
 Container Waldner-01-Blau
================================
*/ 
.title-blau-tbl
{
    background-color: #0066AA;
    width: 100%;
    height: 24px;
}

.title-blau-text
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 15px;
}
.content-blau
{
    padding-top: 10px;
    color: #0066AA;
    font-size: 12px;
}
.content-blau A:Link
{
    color:#0066AA;
    text-decoration:none;
}
.content-blau A:Active
{
    color:#0066AA;
    text-decoration:none;
}
.content-blau A:Visited
{
    color:#0066AA;
    text-decoration:none;
}
.content-blau A:Hover
{
    color:#A6CAE1;
    text-decoration:none;
}
.content-blau-newsdate
{
    font-size: 12px;
    color: #0066AA;
    padding-bottom:4px;
}
.content-blau-spacer
{  
    background-image: url(/portals/0/layout-waldner-01/hline-blue.gif);
    background-repeat: repeat-x;
}

/* 
================================
 Container Waldner-01-Hellblau
================================
*/ 

.title-hellblau-tbl
{
    background-color: #A6CAE1;
    width: 100%;
    height: 24px;
    border-top:1px solid #0066AA;
    border-bottom:1px solid #0066AA;
}


/* 
================================
 Container Waldner-01-Menu
================================
*/   
.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: 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: #EEEEEE; 
	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: #EEEEEE; 
	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: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
