/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	margin-bottom: 0.7em;
	float:none;
	width:210px;
	font-family:Arial;

	
}
.containerrow1_blue {
	font-size : 0.75em;
	margin-bottom : 1em;
	color : #b1b3b4;
	padding-left : 0.7em;
	padding-top : 0.35em;
	padding-bottom : 0.2em;
	background-image : url(background-head-news-home.gif);

}

.containerrow1_login {
	font-size : 0.75em;
	margin-bottom : 1em;
	color : #ffffff;
	padding-left : 0.7em;
	padding-top : 0.35em;
	padding-bottom : 0.2em;
	background-image : url(head-newslogin.gif);


}

.content_login {
	font-size : 0.75em;
	margin : 0;
	padding-left : 0.7em;
	color : #009EE0;
	font-weight: bold;
	background-image: url(background-kundenlogin.gif);
	text-align: right;
	padding-right: 1em;
	margin-top: 0.4em;
	padding-top: 0.4em;


}


.containerrow1_news {
	font-size : 0.75em;
	margin : 0 0;
	color : #b1b3b4;
	padding-left : 0.7em;
	padding-top : 0.35em;
	background-image : url(background-news-home.gif);
	
	padding-bottom : 0.2em;
}


.content_news {
	background-image: url(background-news-home.gif);
	width : 209px;
	margin-top : 0.4em;
	float : right;
	color : #b1b3b4;
	font-size : 0.75em;
	margin : 0;
	padding-left : 0.7em;
	
}

.containermaster_allg {
	margin-bottom: 0.7em;
	text-align: left;
	width:510px;
	font-family:Arial;
	border: 1px solid #B1B3B4;
	
}
.containerrow1_allg {
	font-size : 0.75em;
	margin-bottom : 1em;
	color : #b1b3b4;
	padding-left : 0.7em;
	padding-top : 0.35em;
	padding-bottom : 0.2em;
	background-color:#ffffff;

}

.content_allg {
	background-color:#ffffff;
	width : 500px;
	margin-top : 0.7em;
	float : left;
	margin-right: 0.6em;
	color : #696969;
	text-align:left;
	
	
}

.containerrow1_news_unter {
	font-size : 0.75em;
	margin : 0 0;
	color : #FFFFFF;
	padding-left : 0.7em;
	padding-top : 0.35em;
	padding-bottom : 0.2em;
	background-image : url(head-newslogin.gif);
	
	width:210px;
}


.content_news_unter {
	background-image: url(background-kundenlogin.gif);
	font-size : 0.75em;
	margin-left : 0.7em;
	margin-right : 0.7em;
	color : #81888A;
	font-weight: bold;
	
	padding-bottom: 0em;
	width:210px;
}

.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: 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;
}

.DNN_ANN_Description
{
	color:#696969;
}

